hackingtool/README.md
Hardik Zinzuvadiya bbc6b7c929 Phase 12: Update README for v2.0.0
- 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
2026-03-15 14:08:12 +05:30

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

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.

Social Media

Twitter GitHub

Your favourite tool is not listed? Suggest it here