288 skills found · Page 8 of 10
t0gu / Unicode PwnA simple python3 script that generate unicode payloads..
mhartzel / Vim Python3 Ide InstallerAn shell script to install vim and required additions to use vim as my Python3 development environment
rdbo / Multiscanner.pyPython3 script to scan IPs, CIDRs, networks, ports
MiniGlome / Gas Optimizations Auto ReportPython3 script to automatically create a Gas-Optimizations report for smart-contract audits
B-A-L-T-A / BRUTEGNSSEste es un script para NSS echo en python3, que sirve para hackear una cuenta de Gmail usando un ataque de fuerza bruta.
mlgualtieri / PennyScythePennyScythe.py is a Python3 script that ingests and runs adversarial emulation plans from SCYTHE's Community Threats Repository. Its goal is to aid in Purple Teaming exercises. Its functionality is not limited to SCYTHE's Community Threats, and will support any modules developed with similar syntax.
noobhackers008 / Ddos AttackOne of the best ddos 2021 tools made by me. This script was paid, but I left it for you to use for free, I hope you do not forget the support. Installation for termux: apt update , apt upgrade , pkg install git , pkg install python , pkg install python2 , pip install requests , git clone https://github.com/noobhackers008/ddos-attack , cd ddos-attack , python3 ddos-attack.py
emonfahad / Telegram Scraperimport sys import csv import traceback import time import random import json from telethon.sync import TelegramClient #Client Module to Login from telethon.tl.functions.messages import GetDialogsRequest from telethon.tl.types import InputPeerEmpty, InputPeerChannel, InputPeerUser, InputPeerChat from telethon.errors.rpcerrorlist import PeerFloodError, UserPrivacyRestrictedError, UserAlreadyParticipantError from telethon.tl.functions.channels import InviteToChannelRequest from telethon.tl.functions.messages import AddChatUserRequest credential_file = "credentials.json" #Relative Path of File which consists Telegram Credentials(api_id, api_hash, phone) start_index = 0 continue_script = False if len(sys.argv) == 5: g_index_scrapper = sys.argv[1] g_index_adder = sys.argv[2] mode = sys.argv[3] start_index = sys.argv[4] continue_script = True #Login & Verification Code try: credentials = json.load(open(credential_file, 'r')) except: print("credentials.json File not present in the directory") exit() try: client = TelegramClient(credentials['phone'], credentials['api_id'], credentials['api_hash']) client.connect() except: print("Could not create Telegram Client, Please check your Credentials in credentials.json file") exit() if not client.is_user_authorized(): client.send_code_request(credentials['phone']) client.sign_in(credentials['phone'], input('Enter veryfication code: ')) #Chat parameters chats = [] last_date = None chunk_size = 200 # No of latest chats to load groups = [] try: result = client(GetDialogsRequest( offset_date=last_date, offset_id=0, offset_peer=InputPeerEmpty(), limit=chunk_size, hash=0 )) chats.extend(result.chats) except: print("Unable to gather chats from server. Please Check Chat parameters.") exit() for chat in chats: try: groups.append(chat) except: continue if len(groups) == 0: print("No Groups or Channels found.") exit() print('Available Groups and Channels:') i=1 for g in groups: print(str(i) + '- ' + g.title) i+=1 #User Inputs if not continue_script: g_index_scrapper = input("Enter the index of Group/Channel to SCRAPE users from: ") target_group_scrapper = groups[int(g_index_scrapper)-1] g_index_adder = input("Enter the index of Group/Channel to ADD users to: ") target_group_adder = groups[int(g_index_adder)-1] mode = int(input("Enter 1 to add by username or 2 to add by ID: ")) if(mode not in [1,2]): sys.exit("Invalid Mode Selected. Please Try Again.") #Fetching participants from server all_participants = [] print('Fetching Members...') try: all_participants = client.get_participants(target_group_scrapper, aggressive=True) except: print("Unable to fetch participants of", target_group_scrapper) exit() if len(all_participants) == 0: print("No user found in", target_group_scrapper + '.', "Please check the group.") exit() try: target_group_entity_adder = InputPeerChannel(target_group_adder.id, target_group_adder.access_hash) isChannel = True except: target_group_entity_adder = InputPeerChat(target_group_adder.id) isChannel = False n = 0 user_added_count = 0 for i in range(start_index,len(all_participants)): user = all_participants[i] n += 1 if n % 50 == 0: time.sleep(900) try: print("Adding {}".format(user.id)) if mode == 1: try: if user.username != None: user_to_add = client.get_input_entity(user.username) except: continue elif mode == 2: user_to_add = InputPeerUser(user.id, user.access_hash) if isChannel: client(InviteToChannelRequest(target_group_entity_adder, [user_to_add])) else: client(AddChatUserRequest(target_group_adder.id, user_to_add,fwd_limit=50)) user_added_count += 1 wait_time = random.randrange(60, 180) print("Waiting for",wait_time, "Seconds...") time.sleep(wait_time) except PeerFloodError: print("Getting Flood Error from telegram. Script is stopping now. Please try again after some time.") print("Run the following command after few hours to contiune where you left off:") print("python3 scrapper_and_adder.py", g_index_scrapper, g_index_adder, mode, i) sys.exit() except UserPrivacyRestrictedError: print("The user's privacy settings do not allow you to do this. Skipping.") except UserAlreadyParticipantError: continue except: traceback.print_exc() print("Unexpected Error") continue
ph-root / Sendgrid Checkerthe script written in python3. the script based on bruteforce attack via HTTP/HTTPS Protocol
cedowens / Okta SprayerPython3 Script to perform a password spray against an okta instance
lfama / Log4j CheckerPython3 script for scanning CVE-2021-44228 (Log4shell) vulnerable machines.
jstrosch / Hybrid Analysis ApiThis is a small Python3 script that allows you to search and download samples from Hybrid Analysis' v2 API
jstrosch / Shodan Scan WrapperPython3 script that wraps Shodan CLI - it resolves a domain to an IP and then performs a scan
bravib / Rbm MhcPython3 script to implement RBM-MHC - a predictor for class I antigen presentation - described in Bravi et al. 2020 (https://www.biorxiv.org/content/10.1101/2020.04.25.061069v1)
maximenc / Tor Simultaneous IPPython3 script that creates multiple threads with different rotating IP addresses.
STLP-TEAM / PYMarshalA Best Tools For Compile Python3 Script Using Marshal By TEAM STLP
singh-jagjot / WindowLoggerWindowLogger is a simple python3 script to log foreground windows in Microsoft Windows OS.
houko / FrequentlyShellA scripting tool (python3 and bash shell) that prompts you to write during work. I always believe that: programmers must strive to free their hands, one is to save more time to improve themselves, and the other is to avoid the irreparable problems caused by occasional handicap (refer to the gitlab operation of the back pot event).
phe2018 / People Detection Tracking And Recognition Using OpenCVUsage: This project contains a python script called people_detection.py, a folder named haarcascades and two test videos. The download links for the two test videos are: Test_video_1.mp4: https://github.com/intel-iot-devkit/sample-videos/blob/master/worker-zone-detection.mp4 Test_video_2.mp4: https://www.pexels.com/video/man-transporting-garden-sand-using-a-cart-7714807/ You need execute the following statement to run the python script. > python3 people_detection.py -v ./test_video_1.mp4 -face_detec False The python script needs to pass in two parameters, namely “-v” and “-face_detec”, where “-v” refers to the video path that needs to be tested, and “-face_detec” refers to the need for face detection(If there is no face in the video, set to False). This python script first modifies the shape of each frame in the video, then performs corner detection, and then performs optical flow tracking on the detected corners, then execute human detection and face detection in turn, and draws frames and ellipses on the image respectively in.
galaxyxxxxx / Auto Clock InA auto clock-in script based on python3 for BJUTer.