ALL IN ONE Hacking Tool For Hackers
Find a file
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
.github Feat/rich UI menu lovely (#567) 2025-10-14 11:32:18 +05:30
images Feat/rich UI menu lovely (#567) 2025-10-14 11:32:18 +05:30
tools Phase 10: Add modern tools across 6 categories 2026-03-15 14:04:39 +05:30
.gitignore [FIX]#Install & Update Script fixed, added gitignore 2023-03-04 06:07:48 -05:00
config.py Phase 0: Add foundation files for v2.0.0 restructure 2026-03-15 13:53:44 +05:30
constants.py Phase 0: Add foundation files for v2.0.0 restructure 2026-03-15 13:53:44 +05:30
core.py Phase 1+2: Fix all 30 critical bugs and 4 security vulnerabilities 2026-03-15 13:54:03 +05:30
docker-compose.yml Phase 1+2: Fix all 30 critical bugs and 4 security vulnerabilities 2026-03-15 13:54:03 +05:30
Dockerfile Phase 11: requirements.txt and Dockerfile cleanup 2026-03-15 13:55:05 +05:30
generate_readme.py Feat/rich UI menu lovely (#567) 2025-10-14 11:32:18 +05:30
hackingtool.py Phase 6: Naming & structure cleanup 2026-03-15 13:55:05 +05:30
install.py Phase 3: Installation & path overhaul 2026-03-15 13:54:30 +05:30
LICENSE Initial commit 2020-04-11 14:51:32 +05:30
os_detect.py Phase 0: Add foundation files for v2.0.0 restructure 2026-03-15 13:53:44 +05:30
README.md Phase 12: Update README for v2.0.0 2026-03-15 14:08:12 +05:30
README_template.md Feat/rich UI menu lovely (#567) 2025-10-14 11:32:18 +05:30
requirements.txt Phase 11: requirements.txt and Dockerfile cleanup 2026-03-15 13:55:05 +05:30
update.sh Phase 3: Installation & path overhaul 2026-03-15 13:54:30 +05:30

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