An open API service indexing awesome lists of open source software.

https://github.com/AKCodez/hackingtool-plugin

Claude Code plugin: 183+ pentesting & OSINT tools from Z4nzu/hackingtool. Auto-runs what it can, hands off the rest.
https://github.com/AKCodez/hackingtool-plugin

Last synced: 7 days ago
JSON representation

Claude Code plugin: 183+ pentesting & OSINT tools from Z4nzu/hackingtool. Auto-runs what it can, hands off the rest.

Awesome Lists containing this project

README

          

HackingTool

# hackingtool โ€” Claude Code plugin

**183 pentesting & OSINT tools at Claude's fingertips.** Plugin-skill wrapper around [Z4nzu/hackingtool](https://github.com/Z4nzu/hackingtool). Runs locally on any OS โ€” native Bash on Linux/macOS, WSL on Windows, or purpose-built Docker images (`instrumentisto/nmap`, `projectdiscovery/nuclei`, `caffix/amass`, and 20+ more). The skill picks the right backend and image automatically.

![Plugin](https://img.shields.io/badge/Claude_Code-Plugin-7B61FF?style=for-the-badge)
![Tools](https://img.shields.io/badge/183_Tools-00FF88?style=for-the-badge)
![Categories](https://img.shields.io/badge/20+_Categories-FF61DC?style=for-the-badge)
![OS](https://img.shields.io/badge/Linux_%7C_macOS_%7C_Windows-FFA116?style=for-the-badge&logo=linux&logoColor=white)

Built by [ariacodez](https://github.com/AKCODEZ) ยท wraps [Z4nzu/hackingtool](https://github.com/Z4nzu/hackingtool) (MIT)

# See it in Action

image
image
image

---

## Install

```
/plugin marketplace add AKCODEZ/hackingtool-plugin
/plugin install hackingtool@hackingtool-marketplace
```

Then point Claude at a target:

```
"recon example.com"
"hunt the username johndoe"
"scan my repo for vulnerabilies"
"crack my own wifi before my neighbor does"
```

Claude picks the tools. You read the output.

---

## How it works

Every tool invocation goes through `ht_run.py`, which:

1. Picks a backend: **native** (Linux/macOS), **WSL** (Windows + real distro), or **Docker** (anywhere Docker Desktop runs).
2. Maps known tools to **purpose-built Docker images** โ€” fast pulls, clean ENTRYPOINTs, no `apt install` dance:

| Category | Images |
|---|---|
| Port scanning | `instrumentisto/nmap`, `ilyaglow/masscan`, `rustscan/rustscan` |
| Subdomain recon | `projectdiscovery/subfinder`, `caffix/amass`, `projectdiscovery/httpx` |
| Vuln scanning | `projectdiscovery/nuclei`, `projectdiscovery/katana` |
| OSINT | `megadose/holehe`, `soxoj/maigret`, `spiderfoot/spiderfoot`, `secsi/theharvester` |
| Secrets | `trufflesecurity/trufflehog`, `zricethezav/gitleaks` |
| Web attack | `secsi/ffuf`, `devopsworks/gobuster`, `drwetter/testssl.sh`, `0xsauby/wafw00f` |
| SQL injection | `paoloo/sqlmap` |
| Active Directory | `rflathers/impacket`, `byt3bl33d3r/netexec` |
| Phishing recon | `elceef/dnstwist` |
| Fallback | `kalilinux/kali-rolling` (for anything not in the override map) |

3. Runs the command, auto-retries with elevated privileges on permission errors (native/WSL), and surfaces the actual tool output as structured JSON.

The ๐ŸŸข/๐ŸŸก icons in the inventory below are quick indicators of how the tool usually behaves โ€” ๐ŸŸข for "plug-and-play" invocations, ๐ŸŸก for tools whose behavior depends on the backend and environment (adapter hardware, sudo config, etc.). Either way, the skill runs it and tells you what happened.

Current breakdown: **56 ๐ŸŸข ยท 127 ๐ŸŸก ยท 183 total**.

---

## OS support

The plugin picks a backend automatically via `ht_env.py`:

| Host | Backend |
|---|---|
| Linux / macOS native | `bash -lc ` |
| Windows + real WSL distro (Ubuntu, Kali, etc.) | `wsl -d -- bash -lc ` |
| Windows + Docker Desktop | `docker run --rm ` |
| Anywhere Docker is running | Docker backend (preferred when available) |

Docker images in the override map are pulled on first use and cached. `ht_run.py --install` runs the install commands for native/WSL when you need the binary on the host itself.

---

## Master tool inventory

Legend: ๐ŸŸข plug-and-play ยท ๐ŸŸก depends on backend / environment

**183 tools total** โ€” ๐ŸŸข 56 plug-and-play ยท ๐ŸŸก 127 environment-dependent

### ๐Ÿ›ก Anonymously Hiding (2)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Anonymously Surf](https://github.com/Und3rf10w/kali-anonsurf) | It automatically overwrites the RAM when the system shuts down | ๐ŸŸก | `sudo` |
| [Multitor](https://github.com/trimstray/multitor) | How to stay in multi places at the same time. | ๐ŸŸก | `sudo` |

### ๐Ÿ” Information Gathering (26)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Amass (Attack Surface Mapping)](https://github.com/owasp-amass/amass) | In-depth subdomain enumeration and attack surface mapping. | ๐ŸŸข | โ€” |
| [Breacher](https://github.com/s0md3v/Breacher) | An advanced multithreaded admin panel finder written in python. | ๐ŸŸก | `interactive` |
| [Dracnmap](https://github.com/Screetsec/Dracnmap) | Open source program using nmap to exploit the network and gather information. | ๐ŸŸก | `sudo` |
| [Find Info Using Shodan](https://github.com/m4ll0k/Shodanfy.py) | Get ports, vulnerabilities, information, banners. | ๐ŸŸก | โ€” |
| [Gitleaks (Git Secret Scanner)](https://github.com/gitleaks/gitleaks) | Fast secret scanner for git repos โ€” detects hardcoded passwords, API keys, tokens. | ๐ŸŸข | โ€” |
| [Holehe (Email โ†’ Social Accounts)](https://github.com/megadose/holehe) | Check if an email address is registered on 120+ websites. | ๐ŸŸข | โ€” |
| Host to IP | Resolve hostname to IP. | ๐ŸŸก | `interactive` |
| [httpx (HTTP Toolkit)](https://github.com/projectdiscovery/httpx) | Fast multi-purpose HTTP probing tool. | ๐ŸŸข | โ€” |
| [Infoga - Email OSINT](https://github.com/m4ll0k/Infoga) | Gathers email account information (ip, hostname, country) from public sources. | ๐ŸŸข | โ€” |
| IsItDown (Check Website Down/Up) | Check Website Is Online or Not. | ๐ŸŸก | โ€” |
| [Maigret (Username OSINT)](https://github.com/soxoj/maigret) | Collect a dossier on a person by username across 3000+ sites. | ๐ŸŸข | โ€” |
| [Masscan (Fast Port Scanner)](https://github.com/robertdavidgraham/masscan) | Fastest internet port scanner โ€” 10 million packets/sec. | ๐ŸŸก | `sudo` |
| [Network Map (nmap)](https://github.com/nmap/nmap) | Free utility for network discovery and security auditing. | ๐ŸŸก | `sudo` |
| [Port Scanner - rang3r](https://github.com/floriankunushevci/rang3r) | Python script for multi-threaded port scanning. | ๐ŸŸก | `interactive` |
| Port scanning | Basic port scan wrapper. | ๐ŸŸก | `interactive` |
| [ReconDog](https://github.com/s0md3v/ReconDog) | ReconDog Information Gathering Suite. | ๐ŸŸก | `sudo` |
| [ReconSpider (For All Scanning)](https://github.com/bhavsec/reconspider) | Advanced OSINT Framework for IPs, Emails, Websites, Organizations. | ๐ŸŸก | `sudo` |
| [RED HAWK (All In One Scanning)](https://github.com/Tuhinshubhra/RED_HAWK) | All in one tool for Information Gathering and Vulnerability Scanning. | ๐ŸŸข | โ€” |
| [RustScan (Modern Port Scanner)](https://github.com/RustScan/RustScan) | Scans all 65k ports in 3 seconds, passes results to nmap automatically. | ๐ŸŸก | `sudo` |
| [SecretFinder (like API & etc)](https://github.com/m4ll0k/SecretFinder) | Python script for finding sensitive data like API keys. | ๐ŸŸก | `sudo` |
| [SpiderFoot (OSINT Automation)](https://github.com/smicallef/spiderfoot) | Automates OSINT collection for threat intelligence and attack surface mapping. | ๐ŸŸข | โ€” |
| [Striker](https://github.com/s0md3v/Striker) | Recon & Vulnerability Scanning Suite. | ๐ŸŸก | `interactive` |
| [Subfinder (Subdomain Enumeration)](https://github.com/projectdiscovery/subfinder) | Fast passive subdomain enumeration using multiple sources. | ๐ŸŸข | โ€” |
| [theHarvester (OSINT)](https://github.com/laramies/theHarvester) | Gather emails, names, subdomains, IPs and URLs from public sources. | ๐ŸŸข | โ€” |
| [TruffleHog (Secret Scanner)](https://github.com/trufflesecurity/trufflehog) | Find, verify, and analyze leaked credentials across git repos, S3 buckets, filesystems. | ๐ŸŸข | โ€” |
| [Xerosploit](https://github.com/LionSec/xerosploit) | Penetration testing toolkit to perform MITM attacks. | ๐ŸŸก | `sudo` |

### ๐Ÿ“š Wordlist Generator (7)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Cupp](https://github.com/Mebus/cupp) | Common User Passwords Profiler โ€” generates personalized wordlists. | ๐ŸŸก | `interactive` `long` |
| [Goblin WordGenerator](https://github.com/UndeadSec/GoblinWordGenerator.git) | Goblin WordGenerator. | ๐ŸŸข | `long` |
| [haiti (Hash Type Identifier)](https://github.com/noraj/haiti) | Identify hash types โ€” supports 300+ algorithms. | ๐ŸŸข | `long` |
| [Hashcat (Password Cracker)](https://github.com/hashcat/hashcat) | World's fastest GPU/CPU password recovery tool โ€” 300+ hash types. | ๐ŸŸก | `sudo` `long` |
| [John the Ripper](https://github.com/openwall/john) | Open-source password security auditing and recovery tool. | ๐ŸŸก | `sudo` `long` |
| [Password list (1.4B Clear Text)](https://github.com/Viralmaniar/SMWYG-Show-Me-What-You-Got) | Search 1.4 Billion clear text credentials from BreachCompilation leak. | ๐ŸŸข | `long` |
| [WordlistCreator](https://github.com/Z4nzu/wlcreator) | C program that generates all possibilities of passwords. | ๐ŸŸก | `sudo` `long` |

### ๐Ÿ“ถ Wireless Attack (13)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Airgeddon](https://github.com/v1s1t0r1sh3r3/airgeddon) | Multi-use bash script for auditing wireless networks. | ๐ŸŸก | `sudo` `hw` |
| [Bettercap](https://github.com/bettercap/bettercap) | Swiss army knife for WiFi, BLE, HID, and Ethernet recon and MITM. | ๐ŸŸก | `sudo` `hw` |
| [Bluetooth Honeypot (bluepot)](https://github.com/andrewmichaelsmith/bluepot) | Bluetooth receiver honeypot. | ๐ŸŸก | `sudo` `hw` |
| [EvilTwin](https://github.com/Z4nzu/fakeap) | Evil Twin attack via fake page and fake Access Point. | ๐ŸŸก | `sudo` `hw` |
| [Fastssh](https://github.com/Z4nzu/fastssh) | Multi-threaded scan and brute force against SSH. | ๐ŸŸก | `sudo` `hw` |
| [Fluxion](https://github.com/FluxionNetwork/fluxion) | Remake of linset โ€” automated MITM wifi attack. | ๐ŸŸก | `interactive` `sudo` `hw` |
| [hcxdumptool](https://github.com/ZerBea/hcxdumptool) | Capture packets and PMKID hashes from WLAN devices. | ๐ŸŸก | `sudo` `hw` |
| [hcxtools](https://github.com/ZerBea/hcxtools) | Convert captured WLAN packets to hashcat/JtR-compatible format. | ๐ŸŸก | `sudo` `hw` |
| Howmanypeople | Count people around you by monitoring wifi signals. | ๐ŸŸก | `sudo` `hw` |
| [pixiewps](https://github.com/wiire/pixiewps) | Brute force offline WPS pin (pixie-dust attack). | ๐ŸŸก | `sudo` `hw` `long` |
| [WiFi-Pumpkin](https://github.com/P0cL4bs/wifipumpkin3) | Rogue AP framework for creating fake networks. | ๐ŸŸก | `sudo` `hw` |
| [Wifiphisher](https://github.com/wifiphisher/wifiphisher) | Rogue Access Point framework for red team engagements. | ๐ŸŸก | `sudo` `hw` |
| [Wifite](https://github.com/derv82/wifite2) | Automated wireless attack tool. | ๐ŸŸก | `sudo` `hw` |

### ๐Ÿงฉ SQL Injection (7)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Blisqy](https://github.com/JohnTroony/Blisqy) | Find time-based blind SQL injections on HTTP headers. | ๐ŸŸก | โ€” |
| [DSSS](https://github.com/stamparm/DSSS) | Damn Small SQLi Scanner โ€” GET and POST parameters. | ๐ŸŸก | โ€” |
| [Explo](https://github.com/dtag-dev-sec/explo) | Describe web security issues in human and machine readable format. | ๐ŸŸก | โ€” |
| [Leviathan](https://github.com/leviathan-framework/leviathan) | Mass audit toolkit โ€” service discovery, brute force, SQLi detection. | ๐ŸŸข | โ€” |
| [NoSqlMap](https://github.com/codingo/NoSQLMap) | Audit and automate injection attacks on NoSQL databases. | ๐ŸŸข | โ€” |
| [Sqlmap](https://github.com/sqlmapproject/sqlmap) | Automate detection and exploitation of SQL injection flaws. | ๐ŸŸก | `interactive` |
| [SQLScan](https://github.com/Cvar1984/sqlscan) | Quick web scanner to find SQL injection points. | ๐ŸŸก | `sudo` |

### ๐ŸŽฃ Phishing Attack (17)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [AdvPhishing](https://github.com/Ignitetch/AdvPhishing) | Advance Phishing Tool โ€” OTP phishing. | ๐ŸŸก | `sudo` |
| [Autophisher](https://github.com/CodingRanjith/autophisher) | Automated Phishing Toolkit. | ๐ŸŸก | `sudo` |
| [BlackEye](https://github.com/An0nUD4Y/blackeye) | Phishing tool with 38 website templates. | ๐ŸŸก | `sudo` |
| [BlackPhish](https://github.com/iinc0gnit0/BlackPhish) | Phishing toolkit. | ๐ŸŸก | `sudo` |
| [dnstwist](https://github.com/elceef/dnstwist) | Domain name permutation engine โ€” typosquatting and brand impersonation. | ๐ŸŸข | โ€” |
| [Evilginx3](https://github.com/kgretzky/evilginx2) | MITM attack framework for phishing login credentials. | ๐ŸŸก | `sudo` |
| [HiddenEye](https://github.com/Morsmalleo/HiddenEye) | Modern phishing tool with multi-tunnelling. | ๐ŸŸก | `sudo` |
| [I-See-You](https://github.com/Viralmaniar/I-See-You) | Find the exact location of a target via social engineering. | ๐ŸŸก | `sudo` |
| [Maskphish](https://github.com/jaykali/maskphish) | Hide phishing URL under a normal looking URL. | ๐ŸŸก | `sudo` |
| [Pyphisher](https://github.com/KasRoudra/PyPhisher) | Easy to use phishing tool with 77 website templates. | ๐ŸŸก | `sudo` |
| [QR Code Jacking](https://github.com/cryptedwolf/ohmyqr) | QR Code Jacking (Any Website). | ๐ŸŸก | `sudo` |
| [QRLJacking](https://github.com/OWASP/QRLJacking) | Session hijacking against QR-code-based login. | ๐ŸŸก | `sudo` |
| [SayCheese](https://github.com/hangetzzu/saycheese) | Grab webcam shots from target via malicious link. | ๐ŸŸก | `sudo` |
| [Setoolkit](https://github.com/trustedsec/social-engineer-toolkit) | Social-Engineer Toolkit. | ๐ŸŸก | `sudo` |
| [ShellPhish](https://github.com/An0nUD4Y/shellphish) | Phishing tool for 18 social media. | ๐ŸŸก | `sudo` |
| [SocialFish](https://github.com/UndeadSec/SocialFish) | Automated Phishing Tool & Information Collector. | ๐ŸŸก | `sudo` |
| [Thanos](https://github.com/TridevReddy/Thanos) | Browser to Browser Phishing toolkit. | ๐ŸŸก | `sudo` |

### ๐ŸŒ Web Attack (20)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Arjun](https://github.com/s0md3v/Arjun) | HTTP parameter discovery โ€” finds hidden GET/POST parameters. | ๐ŸŸข | โ€” |
| [Blazy](https://github.com/UltimateHackers/Blazy) | Modern login page bruteforcer (also clickjacking). | ๐ŸŸก | `archived` |
| [Caido](https://github.com/caido/caido) | Lightweight web security auditing toolkit โ€” Burp alternative in Rust. | ๐ŸŸก | `sudo` |
| [CheckURL](https://github.com/UndeadSec/checkURL) | Detect evil URLs that use IDN Homograph Attack. | ๐ŸŸข | โ€” |
| [Dirb](https://gitlab.com/kalilinux/packages/dirb) | Web Content Scanner โ€” existing and hidden Web Objects. | ๐ŸŸก | `interactive` `sudo` |
| [Dirsearch](https://github.com/maurosoria/dirsearch) | Web path brute-forcing โ€” directories and files on web servers. | ๐ŸŸข | โ€” |
| [Feroxbuster](https://github.com/epi052/feroxbuster) | Fast, recursive content discovery tool in Rust. | ๐ŸŸก | `sudo` `long` |
| [ffuf](https://github.com/ffuf/ffuf) | Fast web fuzzer โ€” content, parameter, vhost discovery. | ๐ŸŸข | `long` |
| [Gobuster](https://github.com/OJ/gobuster) | Directory/file, DNS, and vhost brute-forcing in Go. | ๐ŸŸข | โ€” |
| [Katana](https://github.com/projectdiscovery/katana) | Next-generation crawling and spidering framework. | ๐ŸŸข | โ€” |
| [mitmproxy](https://github.com/mitmproxy/mitmproxy) | Interactive TLS-capable intercepting HTTP proxy. | ๐ŸŸข | โ€” |
| [Nikto](https://github.com/sullo/nikto) | Scan web servers for dangerous files, outdated software, misconfig. | ๐ŸŸก | `sudo` |
| [Nuclei](https://github.com/projectdiscovery/nuclei) | Fast, template-based vulnerability scanner used by 50k+ teams. | ๐ŸŸข | โ€” |
| [OWASP ZAP](https://github.com/zaproxy/zaproxy) | Full-featured web application security scanner. | ๐ŸŸก | `sudo` `gui` |
| Skipfish | Automated active web application security reconnaissance. | ๐ŸŸก | `sudo` |
| [Sub-Domain TakeOver](https://github.com/edoardottt/takeover) | Sub-domain takeover scanner. | ๐ŸŸก | โ€” |
| [Sublist3r](https://github.com/aboul3la/Sublist3r) | Enumerate subdomains of websites using OSINT. | ๐ŸŸก | `sudo` |
| [testssl.sh](https://github.com/drwetter/testssl.sh) | Check TLS/SSL ciphers, protocols, and cryptographic flaws. | ๐ŸŸข | โ€” |
| [wafw00f](https://github.com/EnableSecurity/wafw00f) | Fingerprint and identify Web Application Firewalls (WAF). | ๐ŸŸข | โ€” |
| [Web2Attack](https://github.com/santatic/web2attack) | Web hacking framework with tools and exploits. | ๐ŸŸก | `sudo` |

### ๐Ÿ”ง Post Exploitation (10)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Chisel](https://github.com/jpillora/chisel) | Fast TCP/UDP tunnel over HTTP โ€” pivoting and port forwarding. | ๐ŸŸข | โ€” |
| [Chrome Keylogger](https://github.com/UndeadSec/HeraKeylogger) | Hera Chrome Keylogger. | ๐ŸŸก | `sudo` |
| [Evil-WinRM](https://github.com/Hackplayers/evil-winrm) | Ultimate WinRM shell for Windows pentesting. | ๐ŸŸข | โ€” |
| [Havoc](https://github.com/HavocFramework/Havoc) | Modern post-exploitation C2 framework with EDR evasion. | ๐ŸŸข | โ€” |
| [Ligolo-ng](https://github.com/nicocha30/ligolo-ng) | Advanced tunneling/pivoting via TUN interfaces. | ๐ŸŸข | โ€” |
| [Mythic](https://github.com/its-a-feature/Mythic) | Collaborative multi-payload C2 platform for red team ops. | ๐ŸŸก | `sudo` |
| [PEASS-ng (LinPEAS/WinPEAS)](https://github.com/peass-ng/PEASS-ng) | Privilege escalation enumeration for Linux and Windows. | ๐ŸŸข | โ€” |
| [pwncat-cs](https://github.com/calebstewart/pwncat) | Post-exploitation platform โ€” manages reverse/bind shells. | ๐ŸŸข | โ€” |
| [Sliver](https://github.com/BishopFox/sliver) | Cross-platform adversary emulation / red team C2. | ๐ŸŸก | `sudo` |
| [Vegile (Ghost In The Shell)](https://github.com/Screetsec/Vegile) | Set up backdoor/rootkits when a backdoor is already set up. | ๐ŸŸก | `sudo` |

### ๐Ÿ•ต Forensics (8)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| Autopsy | Forensic investigation platform. | ๐ŸŸก | `sudo` `gui` |
| [Binwalk](https://github.com/ReFirmLabs/binwalk) | Analyze, reverse engineer, and extract firmware images. | ๐ŸŸข | โ€” |
| [Bulk extractor](https://github.com/simsong/bulk_extractor) | Extract useful information without parsing the file system. | ๐ŸŸก | โ€” |
| [Guymager (Disk Clone / ISO)](https://guymager.sourceforge.io/) | Free forensic imager for media acquisition. | ๐ŸŸก | `sudo` |
| [pspy](https://github.com/DominicBreuker/pspy) | Monitor Linux processes without root โ€” cron jobs, scheduled tasks. | ๐ŸŸข | โ€” |
| [Toolsley](https://www.toolsley.com/) | Ten-plus useful tools for investigation. | ๐ŸŸก | โ€” |
| [Volatility 3](https://github.com/volatilityfoundation/volatility3) | World's most widely used memory forensics framework. | ๐ŸŸก | `interactive` |
| Wireshark | Network capture and analyzer. | ๐ŸŸก | `sudo` `gui` |

### ๐Ÿ“ฆ Payload Creation (8)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Brutal](https://github.com/Screetsec/Brutal) | Toolkit for payloads, powershell attacks, HID attacks. | ๐ŸŸก | `sudo` |
| [Enigma](https://github.com/UndeadSec/Enigma) | Multiplatform payload dropper. | ๐ŸŸก | `sudo` |
| [Mob-Droid](https://github.com/kinghacker0/Mob-Droid) | Generate metasploit payloads easily. | ๐ŸŸก | `sudo` |
| [MSFvenom Payload Creator](https://github.com/g0tmi1k/msfpc) | Wrapper to generate multiple types of payloads. | ๐ŸŸก | `sudo` |
| [Spycam](https://github.com/indexnotfound404/spycam) | Win32 payload that captures webcam images every minute. | ๐ŸŸข | โ€” |
| [Stitch](https://nathanlopez.github.io/Stitch) | Cross Platform Python Remote Administrator Tool. | ๐ŸŸก | `sudo` |
| [The FatRat](https://github.com/Screetsec/TheFatRat) | Backdoor/payload generation that can bypass most AV. | ๐ŸŸก | `sudo` |
| [Venom Shellcode Generator](https://github.com/r00t-3xp10it/venom) | Exploits apache2 to deliver LAN payloads via fake webpages. | ๐ŸŸก | `sudo` |

### ๐Ÿงฐ Exploit Framework (3)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Commix](https://github.com/commixproject/commix) | Automated OS command injection and exploitation tool. | ๐ŸŸก | `interactive` `sudo` |
| [RouterSploit](https://github.com/threat9/routersploit) | Exploitation framework dedicated to embedded devices. | ๐ŸŸก | `sudo` |
| [WebSploit](https://github.com/The404Hacking/websploit) | Advanced MITM framework. | ๐ŸŸก | `sudo` |

### ๐Ÿ” Reverse Engineering (5)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Androguard](https://github.com/androguard/androguard) | Reverse engineering and malware analysis of Android apps. | ๐ŸŸก | `sudo` |
| [Apk2Gold](https://github.com/lxdvs/apk2gold) | CLI tool for decompiling Android apps to Java. | ๐ŸŸก | `interactive` `sudo` |
| [Ghidra](https://github.com/NationalSecurityAgency/ghidra) | NSA's software reverse engineering framework. | ๐ŸŸก | `sudo` `gui` |
| [JadX](https://github.com/skylot/jadx) | Dex to Java decompiler. | ๐ŸŸก | `sudo` |
| [Radare2](https://github.com/radareorg/radare2) | Portable UNIX-like reverse engineering framework. | ๐ŸŸข | โ€” |

### โšก DDOS (6)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Asyncrone (SYN Flood)](https://github.com/fatihsnsy/aSYNcrone) | C-based multifunction SYN Flood weapon. | ๐ŸŸก | `interactive` `sudo` `long` |
| [DDoS Script](https://github.com/the-deepnet/ddos) | DDoS attack script โ€” 36+ methods. | ๐ŸŸก | `interactive` `sudo` `long` |
| [GoldenEye](https://github.com/jseidl/GoldenEye) | Python3 stress testing app. | ๐ŸŸก | `interactive` `long` |
| [SaphyraDDoS](https://github.com/anonymous24x7/Saphyra-DDoS) | Python DDoS script. | ๐ŸŸก | `interactive` `long` |
| SlowLoris | HTTP Denial of Service attack. | ๐ŸŸก | `interactive` `sudo` `long` |
| [UFOnet](https://github.com/epsylon/ufonet) | P2P cryptographic disruptive toolkit for DoS/DDoS. | ๐ŸŸก | `gui` `long` |

### ๐Ÿ–ฅ RAT (1)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Pyshell](https://github.com/knassar702/pyshell) | RAT with file upload/download. | ๐ŸŸข | โ€” |

### ๐Ÿ’ฅ XSS (9)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [XSStrike](https://github.com/UltimateHackers/XSStrike) | Python-based XSS detection and exploitation tool. | ๐ŸŸก | `sudo` |
| [DalFox](https://github.com/hahwul/dalfox) | XSS scanning and parameter analysis tool. | ๐ŸŸก | `sudo` |
| [Extended XSS Searcher](https://github.com/Damian89/extended-xss-search) | Extended XSS searcher and finder. | ๐ŸŸก | `interactive` |
| [RVuln](https://github.com/iinc0gnit0/RVuln) | Multi-threaded web vulnerability scanner in Rust. | ๐ŸŸก | `sudo` |
| [XanXSS](https://github.com/Ekultek/XanXSS) | Reflected XSS searching tool with template-based payloads. | ๐ŸŸก | โ€” |
| [XSpear](https://github.com/hahwul/XSpear) | XSS scanner built on Ruby Gems. | ๐ŸŸข | โ€” |
| [XSS Payload Generator](https://github.com/capture0x/XSS-LOADER.git) | XSS payload generator, scanner, and dork finder. | ๐ŸŸก | `sudo` |
| [XSS-Freak](https://github.com/PR0PH3CY33/XSS-Freak) | XSS scanner written in Python 3. | ๐ŸŸก | `sudo` |
| [XSSCon](https://github.com/menkrep1337/XSSCon) | XSS scanner. | ๐ŸŸก | `interactive` `sudo` |

### ๐Ÿ–ผ Steganography (4)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| SteganoHide | Hide/retrieve data in image or audio files. | ๐ŸŸก | `interactive` `sudo` |
| StegnoCracker | Brute force hidden data inside files. | ๐ŸŸก | `interactive` `long` |
| [StegoCracker](https://github.com/W1LDN16H7/StegoCracker) | Hide and retrieve data in image or audio files. | ๐ŸŸก | `sudo` |
| [Whitespace](https://github.com/beardog108/snow10) | Steganography via whitespace and unicode. | ๐ŸŸก | `sudo` |

### ๐Ÿข Active Directory (6)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [BloodHound](https://github.com/BloodHoundAD/BloodHound) | Graph theory to reveal hidden attack paths in AD/Azure. | ๐ŸŸก | `sudo` |
| [Certipy](https://github.com/ly4k/Certipy) | Active Directory Certificate Services enumeration and abuse. | ๐ŸŸข | โ€” |
| [Impacket](https://github.com/fortra/impacket) | Python classes for SMB, MSRPC, Kerberos, LDAP. | ๐ŸŸข | โ€” |
| [Kerbrute](https://github.com/ropnop/kerbrute) | Kerberos pre-auth brute-forcer โ€” enumeration and spraying. | ๐ŸŸข | โ€” |
| [NetExec (nxc)](https://github.com/Pennyw0rth/NetExec) | Swiss army knife for Windows/AD pentesting โ€” CrackMapExec successor. | ๐ŸŸข | โ€” |
| [Responder](https://github.com/lgandx/Responder) | LLMNR/NBT-NS/MDNS poisoner for credential capture. | ๐ŸŸก | `sudo` |

### โ˜ Cloud Security (4)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Pacu](https://github.com/RhinoSecurityLabs/pacu) | AWS exploitation framework for offensive security testing. | ๐ŸŸข | โ€” |
| [Prowler](https://github.com/prowler-cloud/prowler) | Security tool for AWS, Azure, GCP, Kubernetes. | ๐ŸŸข | โ€” |
| [ScoutSuite](https://github.com/nccgroup/ScoutSuite) | Multi-cloud security auditing tool. | ๐ŸŸข | โ€” |
| [Trivy](https://github.com/aquasecurity/trivy) | Vulnerability scanner for containers, Kubernetes, IaC. | ๐ŸŸก | `sudo` |

### ๐Ÿ“ฑ Mobile Security (3)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Frida](https://github.com/frida/frida) | Dynamic instrumentation toolkit for runtime hooking. | ๐ŸŸข | โ€” |
| [MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF) | All-in-one mobile app pentesting and malware analysis. | ๐ŸŸข | โ€” |
| [Objection](https://github.com/sensepost/objection) | Runtime mobile exploration powered by Frida. | ๐ŸŸข | โ€” |

### โœจ Other (1)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [HatCloud](https://github.com/HatBashBR/HatCloud) | Ruby tool to bypass CloudFlare and discover real IP. | ๐ŸŸก | `interactive` |

### ๐Ÿ“ฑ Android Attack (5)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [DroidCam (Capture Image)](https://github.com/kinghacker0/WishFish) | Grab front camera snap using a link. | ๐ŸŸก | `sudo` |
| [EvilApp](https://github.com/crypticterminal/EvilApp) | Android App that hijacks authenticated sessions in cookies. | ๐ŸŸข | โ€” |
| [Keydroid](https://github.com/F4dl0/keydroid) | Android Keylogger + Reverse Shell. | ๐ŸŸข | โ€” |
| [Lockphish](https://github.com/JasonJerry/lockphish) | Lock-screen phishing. | ๐ŸŸข | โ€” |
| [MySMS](https://github.com/papusingh2sms/mysms) | Android App that hacks SMS through WAN. | ๐ŸŸข | โ€” |

### ๐Ÿ“ง Email Verifier (1)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Knockmail](https://github.com/heywoodlh/KnockMail) | Verify if an email exists. | ๐ŸŸก | `sudo` |

### ๐Ÿ”‘ Hash Crack (1)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Hash Buster](https://github.com/s0md3v/Hash-Buster) | Hash cracking via public hash databases. | ๐ŸŸข | โ€” |

### ๐ŸŽญ Homograph (1)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [EvilURL](https://github.com/UndeadSec/EvilURL) | Unicode evil domains for IDN Homograph Attack. | ๐ŸŸข | โ€” |

### ๐Ÿงช Mix Tools (2)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Crivo](https://github.com/GMDSantana/crivo) | Extract and filter URLs, IPs, domains, and subdomains. | ๐ŸŸก | โ€” |
| Terminal Multiplexer | Tilix โ€” tiling terminal emulator. | ๐ŸŸก | `sudo` |

### ๐Ÿ’‰ Payload Injection (2)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Debinject](https://github.com/UndeadSec/Debinject) | Inject malicious code into *.debs. | ๐ŸŸข | โ€” |
| [Pixload](https://github.com/chinarulezzz/pixload) | Image Payload Creating tools. | ๐ŸŸก | `sudo` |

### ๐Ÿ“ฑ Social Media (4)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [AllinOne SocialMedia Attack](https://github.com/Matrix07ksa/Brute_Force) | Brute-force Gmail, Hotmail, Twitter, Facebook, Netflix. | ๐ŸŸก | `sudo` |
| [Application Checker](https://github.com/jakuta-tech/underhanded) | Check if an app is installed on the target via link. | ๐ŸŸก | `sudo` |
| [Facebook Attack](https://github.com/Matrix07ksa/Brute_Force) | Facebook BruteForcer. | ๐ŸŸก | `interactive` `sudo` |
| [Instagram Attack](https://github.com/chinoogawa/instaBrute) | Brute force attack against Instagram. | ๐ŸŸก | `archived` |

### ๐Ÿ”Ž Social Media Finder (4)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Find SocialMedia By Facial Recognition](https://github.com/Greenwolf/social_mapper) | Social Media Mapping Tool that correlates profiles. | ๐ŸŸก | `sudo` |
| [Find SocialMedia By UserName](https://github.com/xHak9x/finduser) | Find usernames across 75+ social networks. | ๐ŸŸก | `sudo` |
| [Sherlock](https://github.com/sherlock-project/sherlock) | Hunt down social media accounts by username. | ๐ŸŸก | `interactive` `sudo` |
| [SocialScan](https://github.com/iojw/socialscan) | Check email and username availability on online platforms. | ๐ŸŸก | `interactive` |

### ๐Ÿ•ธ Web Crawling (1)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [Gospider](https://github.com/jaeles-project/gospider) | Fast web spider written in Go. | ๐ŸŸก | `sudo` |

### ๐Ÿ“ก Wifi Jamming (2)

| Tool | What it does | Claude | Flags |
|---|---|:---:|---|
| [KawaiiDeauther](https://github.com/aryanrtm/KawaiiDeauther) | Pentest toolkit for wifi deauthentication. | ๐ŸŸก | `sudo` `hw` |
| [WifiJammer-NG](https://github.com/MisterBianco/wifijammer-ng) | Continuously jam all wifi clients and APs within range. | ๐ŸŸก | `sudo` `hw` |

---

## Refreshing the tool index

When upstream hackingtool adds tools, regenerate `data/tools.json` and the README table:

```
python ${CLAUDE_PLUGIN_ROOT}/scripts/ht_index.py --hackingtool-path /path/to/hackingtool
python ${CLAUDE_PLUGIN_ROOT}/scripts/build_readme_table.py > new_table.md
```

If hackingtool is a sibling directory of this repo, `--hackingtool-path` isn't needed โ€” the script auto-detects.

---

## Directory layout

```
hackingtool-plugin/
โ”œโ”€โ”€ .claude-plugin/
โ”‚ โ””โ”€โ”€ marketplace.json # marketplace entry
โ”œโ”€โ”€ images/ # screenshots + logo
โ”œโ”€โ”€ README.md # this file
โ””โ”€โ”€ plugins/hackingtool/
โ”œโ”€โ”€ .claude-plugin/plugin.json
โ”œโ”€โ”€ data/tools.json # generated index
โ”œโ”€โ”€ scripts/
โ”‚ โ”œโ”€โ”€ ht_index.py # (dev) regenerate tools.json
โ”‚ โ”œโ”€โ”€ build_readme_table.py # (dev) regenerate the table above
โ”‚ โ”œโ”€โ”€ ht_search.py # query index
โ”‚ โ”œโ”€โ”€ ht_env.py # detect backend
โ”‚ โ””โ”€โ”€ ht_run.py # backend-aware tool runner
โ””โ”€โ”€ skills/pentest/
โ”œโ”€โ”€ SKILL.md
โ””โ”€โ”€ reference/
โ”œโ”€โ”€ workflows.md
โ””โ”€โ”€ runtime-fallbacks.md
```

---

## Limitations

- **Python 3.10+** required.
- **No async tool streaming.** Long-running tools block until they finish or timeout.
- **Docker backend** pulls `kalilinux/kali-rolling` on first use.
- **Capability flags are heuristics.** If you find a mis-tagged tool, fix it in `data/tools.json` or open an issue.

---

## Credits

- Upstream toolkit: [Z4nzu/hackingtool](https://github.com/Z4nzu/hackingtool) โ€” all tool metadata, categorization, and screenshots originate from this project.
- Plugin wrapper: [ariacodez](https://github.com/AKCODEZ) (AKCodez on GitHub).

## License

MIT. Upstream Z4nzu/hackingtool is also MIT-licensed.

> **For authorized security testing, bug bounty, CTFs, and research only.**