Skip to content

Z4nzu/hackingtool

Repository files navigation

HackingTool

All-in-One Hacking Tool for Security Researchers & Pentesters

LicenseΒ  PythonΒ  VersionΒ  StarsΒ  ForksΒ  IssuesΒ  Last Commit

Install NowΒ  Quick CommandsΒ  Suggest a Tool


What's New in v2.0.0

Feature Description
🐍 Python 3.10+ All Python 2 code removed, modern syntax throughout
πŸ–₯ OS-aware menus Linux-only tools hidden automatically on macOS
πŸ“¦ 185+ tools 35 new modern tools added across 6 categories
πŸ” Search Type / to search all tools by name, description, or keyword
🏷 Tag filter Type t to filter by 19 tags β€” osint, web, c2, cloud, mobile...
πŸ’‘ Recommend Type r β€” "I want to scan a network" β†’ shows relevant tools
βœ… Install status βœ”/✘ shown next to every tool β€” know what's ready
⚑ Install all Option 97 in any category β€” batch install at once
πŸ”„ Smart update Each tool has Update β€” auto-detects git pull / pip upgrade / go install
πŸ“‚ Open folder Jump into any tool's directory for manual inspection
🐳 Docker Builds locally β€” no unverified external images
πŸš€ One-liner install curl -sSL .../install.sh | sudo bash β€” zero manual steps
🏒 3 new categories Active Directory, Cloud Security, Mobile Security

Quick Commands

Command Action Works in
/query Search β€” find tools instantly by keyword Main menu
t Tags β€” filter by osint, scanner, c2, cloud, mobile... Main menu
r Recommend β€” "I want to do X" β†’ matching tools Main menu
? Help β€” quick reference card Everywhere
q Quit β€” exit from any depth Everywhere
97 Install All β€” batch install all tools in category Category
99 Back β€” return to previous menu Everywhere

Tool Categories

# Category Tools # Category Tools
1 πŸ›‘ Anonymously Hiding 2 11 🧰 Exploit Framework 4
2 πŸ” Information Gathering 26 12 πŸ” Reverse Engineering 5
3 πŸ“š Wordlist Generator 7 13 ⚑ DDOS Attack 5
4 πŸ“Ά Wireless Attack 13 14 πŸ–₯ RAT 1
5 🧩 SQL Injection 7 15 πŸ’₯ XSS Attack 9
6 🎣 Phishing Attack 17 16 πŸ–Ό Steganography 4
7 🌐 Web Attack 20 17 🏒 Active Directory 6
8 πŸ”§ Post Exploitation 10 18 ☁ Cloud Security 4
9 πŸ•΅ Forensics 8 19 πŸ“± Mobile Security 3
10 πŸ“¦ Payload Creation 8 20 ✨ Other Tools 24

πŸ›‘ 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

🏒 Active Directory Tools

☁ Cloud Security Tools

πŸ“± Mobile Security Tools

✨ 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

Contributing β€” Add a New Tool

Open an Issue

Title: [Tool Request] ToolName β€” Category

Use the Tool Request template.

Required: tool name, GitHub URL, category, OS, install command, reason.

Open a Pull Request

Title: [New Tool] ToolName β€” Category

Use the PR template checklist.

Required: class in tools/*.py, TITLE, DESCRIPTION, INSTALL/RUN commands, SUPPORTED_OS, test locally.

Issues or PRs that don't follow the title format will be closed without review.


Installation

One-liner (recommended)

curl -sSL https://raw.githubusercontent.com/Z4nzu/hackingtool/master/install.sh | sudo bash

Handles everything β€” prerequisites, clone, venv, launcher.

Manual

git clone https://github.com/Z4nzu/hackingtool.git
cd hackingtool
sudo python3 install.py

Then run: hackingtool

Docker

# Build
docker build -t hackingtool .

# Run (direct)
docker run -it --rm hackingtool

# Run (Compose β€” recommended)
docker compose up -d
docker exec -it hackingtool bash

# Dev mode (live source mount)
docker compose --profile dev up
docker exec -it hackingtool-dev bash

# Stop
docker compose down        # stop container
docker compose down -v     # also remove data volume

Requirements

Dependency Version Needed for
Python 3.10+ Core
Go 1.21+ nuclei, ffuf, amass, httpx, katana, dalfox, gobuster, subfinder
Ruby any haiti, evil-winrm
Docker any Mythic, MobSF (optional)
pip install -r requirements.txt

Star History

HackingTool Star History Chart

Support

If this project helps you, consider buying me a coffee:

Buy Me A Coffee

Social

Twitter GitHub

For authorized security testing only. Thanks to all original authors of the tools included in hackingtool.

Your favourite tool is not listed? Suggest it here