mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
- Version badge: v1.2.0 -> v2.0.0 - Python badge: Python-3 -> Python-3.10+ - Add macOS to platform badge - Add 'What's new in v2.0.0' section replacing stale v1.2.0 notes - Regenerate full tool list — 22 new tools marked with new - Fix docker build typo: 'docker buitl' -> 'docker build' - Add Requirements section (Python 3.10+, Go 1.21+, Ruby) - Remove stale 'To do' checklist and old Docker output block
12 KiB
12 KiB
All in One Hacking tool For Hackers
What's new in v2.0.0
- Python 3.10+ required — all Python 2 code removed
- OS-aware menus — Linux-only tools are hidden automatically on macOS
- Archived tools (Python 2, unmaintained) shown in a separate sub-menu
- All
os.chdir()bugs fixed — tools install to~/.hackingtool/tools/ - No more
sudo git clone— tools install to user home, no root needed - 22 new modern tools added across 6 categories
- Rich terminal UI with shared theme — no more 32 different console instances
- Iterative menus — no more recursion stack overflow on deep navigation
- Docker image builds locally — no unverified external images
- requirements.txt cleaned — removed unused flask/boxes/lolcat/requests
Hackingtool Menu
- Anonymously Hiding Tools
- Information gathering tools
- Wordlist Generator
- Wireless attack tools
- SQL Injection Tools
- Phishing attack tools
- Web Attack tools
- Post exploitation tools
- Forensic tools
- Payload creation tools
- Exploit framework
- Reverse engineering tools
- DDOS Attack Tools
- Remote Administrator Tools (RAT)
- XSS Attack Tools
- Steganography tools
- Other tools
Anonymously Hiding Tools
Information gathering tools
- Network Map (nmap)
- Dracnmap
- Port scanning
- Host to IP
- Xerosploit
- RED HAWK (All In One Scanning)
- ReconSpider
- IsItDown (Check Website Down/Up)
- Infoga - Email OSINT
- ReconDog
- Striker
- SecretFinder (API keys, tokens)
- Find Info Using Shodan
- Port Scanner - rang3r
- Breacher
- theHarvester ★ new
- Amass ★ new
- Masscan ★ new
- RustScan ★ new
- Holehe ★ new
- Maigret ★ new
- httpx ★ new
Wordlist Generator
- Cupp
- WordlistCreator
- Goblin WordGenerator
- Password list (1.4B Passwords)
- Hashcat ★ new
- John the Ripper ★ new
- haiti (Hash Identifier) ★ new
Wireless attack tools
- WiFi-Pumpkin
- pixiewps
- Bluetooth Honeypot GUI Framework
- Fluxion
- Wifiphisher
- Wifite
- EvilTwin
- Fastssh
- Howmanypeople
- Airgeddon ★ new
- hcxdumptool ★ new
- hcxtools ★ new
SQL Injection Tools
- Sqlmap
- NoSqlMap
- Damn Small SQLi Scanner
- Explo
- Blisqy - Time-based blind SQLi
- Leviathan - Wide Range Mass Audit
- SQLScan
Phishing attack tools
- Autophisher
- PyPhisher
- AdvPhishing
- Setoolkit
- SocialFish
- HiddenEye
- Evilginx3
- I-See-You (Location via phishing)
- SayCheese (Webcam grab)
- QR Code Jacking
- BlackEye
- ShellPhish
- Thanos
- QRLJacking
- Maskphish
- BlackPhish
- dnstwist
Web Attack tools
- Web2Attack
- Skipfish
- SubDomain Finder (Sublist3r)
- CheckURL
- Sub-Domain TakeOver
- Dirb
- Nuclei ★ new
- ffuf ★ new
- Feroxbuster ★ new
- Nikto ★ new
- wafw00f ★ new
- Katana ★ new
Post exploitation tools
Forensic tools
- Autopsy
- Wireshark
- Bulk extractor
- Disk Clone / Image Acquire (Guymager)
- Toolsley
- Volatility 3 ★ new
- Binwalk ★ new
Payload creation tools
Exploit framework
Reverse engineering tools
DDOS Attack Tools
Remote Administrator Tools (RAT)
XSS Attack Tools
Steganography tools
- SteganoHide
- StegoCracker
- Whitespace
Other tools
SocialMedia Bruteforce
Android Hacking tools
IDN Homograph Attack
Email Verify tools
Hash cracking tools
Wifi Deauthenticate
SocialMedia Finder
Payload Injector
Web crawling
Mix tools
- Terminal Multiplexer (tilix)
- Crivo
Installation
Requires Python 3.10+
git clone https://github.com/Z4nzu/hackingtool.git
cd hackingtool
chmod -R 755 .
sudo python3 install.py
Then run:
sudo hackingtool
Docker
# Build image
docker build -t hackingtool .
# Run
docker-compose up -d
# Interact
docker exec -it hackingtool bash
Requirements
- Python 3.10+
- Linux (Kali, Parrot, Ubuntu) or macOS
- Go 1.21+ (for nuclei, ffuf, amass, httpx, katana, dalfox)
- Ruby (for haiti)
Install Python deps:
pip install -r requirements.txt
Thanks to all original authors of the tools used in hackingtool
Please don't use for illegal activity.