Skip to content

yadunand-kamath/BlackHatPythonSuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlackHatPythonSuite

Ethical Hacking Tools in Python

GitHub Python OS

Automate network scans and attacks with Python-powered tools.


🛠️ Toolkit Features

Tool Description Example Command
Network Scanner Discovers live hosts and open ports. python scanner.py -t 192.168.1.0/24
ARP Spoofer MITM attacks via ARP cache poisoning. python arp_spoof.py -t 192.168.1.5 -g 192.168.1.1
DNS Spoofer Redirects DNS queries to malicious hosts. python dns_spoof.py -d example.com -i 1.1.1.1
Email Scraper Harvests emails from websites/documents. python email_scraper.py -u https://example.com
Packet Sniffer Captures and analyzes network traffic. python sniffer.py -i eth0 --filter tcp
Vuln Scanner Detects CVEs in web apps/services. python vuln_scan.py -u http://example.com

⚡ Quick Start

  1. Clone the repo:
    git clone https://github.com/yadunand-kamath/BlackHatPythonSuite.git  
    cd BlackHatPythonSuite
  2. Install dependencies:
pip install -r requirements.txt
  1. Launch the C++ menu:

🔧 Tech Stack

  • Python: Core scripting (Scapy, Requests, BeautifulSoup).
  • C++: High-performance menu launcher.
  • Bash: Automation scripts for Linux.

⚠️ Legal & Ethical Use

This toolkit is for educational and authorized testing only.

Obtain explicit permission before scanning/attacking networks.

Misuse violates laws like the Computer Fraud and Abuse Act (CFAA).


📌 FAQ

Q: Can I use this on Windows? A: Most tools work on Windows with Python, but some (like ARP spoofing) require Linux.

Q: How do I add my own scripts? A: Drop your .py files in /python_scripts and update launcher.cpp’s menu options.


🚀 Contribute

Found a bug? Want to add a tool?

Fork the repo.

Submit a PR with a clear description.


📜 License

GNU GPL v2.0 License - Use responsibly.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published