Back to Hackingtool

README

README.md

1.1.018.2 KB
Original Source
<div align="center"> <p><b>All-in-One Hacking Tool for Security Researchers & Pentesters</b></p>

           

<a href="#installation"></a>  <a href="#quick-commands"></a>  <a href="https://github.com/Z4nzu/hackingtool/issues/new?template=tool_request.md"></a>

</div>

What's New in v2.0.0

<table> <tr><td>
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
</td></tr> </table>

Quick Commands

<div align="center">
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
</div>

Tool Categories

<div align="center">
#CategoryTools#CategoryTools
1🛡 Anonymously Hiding211🧰 Exploit Framework4
2🔍 Information Gathering2612🔁 Reverse Engineering5
3📚 Wordlist Generator713DDOS Attack5
4📶 Wireless Attack1314🖥 RAT1
5🧩 SQL Injection715💥 XSS Attack9
6🎣 Phishing Attack1716🖼 Steganography4
7🌐 Web Attack2017🏢 Active Directory6
8🔧 Post Exploitation1018Cloud Security4
9🕵 Forensics819📱 Mobile Security3
10📦 Payload Creation820Other Tools24
</div>

🛡 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

<table> <tr> <td width="50%">

Open an Issue

Title: [Tool Request] ToolName — Category

Use the Tool Request template.

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

</td> <td width="50%">

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.

</td> </tr> </table>

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


Installation

<table> <tr> <td>
bash
curl -sSL https://raw.githubusercontent.com/Z4nzu/hackingtool/master/install.sh | sudo bash

Handles everything — prerequisites, clone, venv, launcher.

</td> <td>

Manual

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

Then run: hackingtool

</td> </tr> </table>

Docker

bash
# 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)
bash
pip install -r requirements.txt

Star History

<picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Z4nzu/hackingtool&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Z4nzu/hackingtool&type=Date" /> </picture>

Support

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

<a href="https://buymeacoffee.com/hardikzinzu" target="_blank"></a>

Social

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