README.md

March 15, 2026 ยท View on GitHub

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

FeatureDescription
๐ŸPython 3.10+All Python 2 code removed, modern syntax throughout
๐Ÿ–ฅOS-aware menusLinux-only tools hidden automatically on macOS
๐Ÿ“ฆ185+ tools35 new modern tools added across 6 categories
๐Ÿ”SearchType / to search all tools by name, description, or keyword
๐ŸทTag filterType t to filter by 19 tags โ€” osint, web, c2, cloud, mobile...
๐Ÿ’กRecommendType r โ€” "I want to scan a network" โ†’ shows relevant tools
โœ…Install statusโœ”/โœ˜ shown next to every tool โ€” know what's ready
โšกInstall allOption 97 in any category โ€” batch install at once
๐Ÿ”„Smart updateEach tool has Update โ€” auto-detects git pull / pip upgrade / go install
๐Ÿ“‚Open folderJump into any tool's directory for manual inspection
๐ŸณDockerBuilds locally โ€” no unverified external images
๐Ÿš€One-liner installcurl -sSL .../install.sh | sudo bash โ€” zero manual steps
๐Ÿข3 new categoriesActive Directory, Cloud Security, Mobile Security

Quick Commands

CommandActionWorks in
/querySearch โ€” find tools instantly by keywordMain menu
tTags โ€” filter by osint, scanner, c2, cloud, mobile...Main menu
rRecommend โ€” "I want to do X" โ†’ matching toolsMain menu
?Help โ€” quick reference cardEverywhere
qQuit โ€” exit from any depthEverywhere
97Install All โ€” batch install all tools in categoryCategory
99Back โ€” return to previous menuEverywhere

Tool Categories

#CategoryTools#CategoryTools
1๐Ÿ›ก Anonymously Hiding211๐Ÿงฐ Exploit Framework4
2๐Ÿ” Information Gathering2612๐Ÿ” Reverse Engineering5
3๐Ÿ“š Wordlist Generator713โšก DDOS Attack5
4๐Ÿ“ถ Wireless Attack1314๐Ÿ–ฅ RAT1
5๐Ÿงฉ SQL Injection715๐Ÿ’ฅ XSS Attack9
6๐ŸŽฃ Phishing Attack1716๐Ÿ–ผ Steganography4
7๐ŸŒ Web Attack2017๐Ÿข Active Directory6
8๐Ÿ”ง Post Exploitation1018โ˜ Cloud Security4
9๐Ÿ•ต Forensics819๐Ÿ“ฑ Mobile Security3
10๐Ÿ“ฆ Payload Creation820โœจ Other Tools24

๐Ÿ›ก 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

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

DependencyVersionNeeded for
Python3.10+Core
Go1.21+nuclei, ffuf, amass, httpx, katana, dalfox, gobuster, subfinder
Rubyanyhaiti, evil-winrm
DockeranyMythic, 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