MAXZL1
hackingtool-plugin
Python

Integrate 183 pentesting and OSINT tools into Claude Code to execute security tasks via local backends or Docker containers.

Last updated Aug 9, 2026
11
Stars
0
Forks
0
Issues
0
Stars/day
Attention Score
31
Language breakdown
Python 100.0%
โ–ธ Files click to expand
README

HackingTool

hackingtool โ€” Claude Code plugin

183 pentesting & OSINT tools at Claude's fingertips. Plugin-skill wrapper around 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 Tools Categories OS

Built by ariacodez ยท wraps 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:

  • Picks a backend: native (Linux/macOS), WSL (Windows + real distro), or Docker (anywhere Docker Desktop runs).
  • 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) |
  • 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 <cmd> | | Windows + real WSL distro (Ubuntu, Kali, etc.) | wsl -d <distro> -- bash -lc <cmd> | | Windows + Docker Desktop | docker run --rm <image> <args> | | Anywhere Docker is running | Docker backend (preferred when available) |

Docker images in the override map are pulled on first use and cached. htrun.py <toolid> --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 | It automatically overwrites the RAM when the system shuts down | ๐ŸŸก | sudo | | 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) | In-depth subdomain enumeration and attack surface mapping. | ๐ŸŸข | โ€” | | Breacher | An advanced multithreaded admin panel finder written in python. | ๐ŸŸก | interactive | | Dracnmap | Open source program using nmap to exploit the network and gather information. | ๐ŸŸก | sudo | | Find Info Using Shodan | Get ports, vulnerabilities, information, banners. | ๐ŸŸก | โ€” | | Gitleaks (Git Secret Scanner) | Fast secret scanner for git repos โ€” detects hardcoded passwords, API keys, tokens. | ๐ŸŸข | โ€” | | Holehe (Email โ†’ Social Accounts) | Check if an email address is registered on 120+ websites. | ๐ŸŸข | โ€” | | Host to IP | Resolve hostname to IP. | ๐ŸŸก | interactive | | httpx (HTTP Toolkit) | Fast multi-purpose HTTP probing tool. | ๐ŸŸข | โ€” | | Infoga - Email OSINT | Gathers email account information (ip, hostname, country) from public sources. | ๐ŸŸข | โ€” | | IsItDown (Check Website Down/Up) | Check Website Is Online or Not. | ๐ŸŸก | โ€” | | Maigret (Username OSINT) | Collect a dossier on a person by username across 3000+ sites. | ๐ŸŸข | โ€” | | Masscan (Fast Port Scanner) | Fastest internet port scanner โ€” 10 million packets/sec. | ๐ŸŸก | sudo | | Network Map (nmap) | Free utility for network discovery and security auditing. | ๐ŸŸก | sudo | | Port Scanner - rang3r | Python script for multi-threaded port scanning. | ๐ŸŸก | interactive | | Port scanning | Basic port scan wrapper. | ๐ŸŸก | interactive | | ReconDog | ReconDog Information Gathering Suite. | ๐ŸŸก | sudo | | ReconSpider (For All Scanning) | Advanced OSINT Framework for IPs, Emails, Websites, Organizations. | ๐ŸŸก | sudo | | RED HAWK (All In One Scanning) | All in one tool for Information Gathering and Vulnerability Scanning. | ๐ŸŸข | โ€” | | RustScan (Modern Port Scanner) | Scans all 65k ports in 3 seconds, passes results to nmap automatically. | ๐ŸŸก | sudo | | SecretFinder (like API & etc) | Python script for finding sensitive data like API keys. | ๐ŸŸก | sudo | | SpiderFoot (OSINT Automation) | Automates OSINT collection for threat intelligence and attack surface mapping. | ๐ŸŸข | โ€” | | Striker | Recon & Vulnerability Scanning Suite. | ๐ŸŸก | interactive | | Subfinder (Subdomain Enumeration) | Fast passive subdomain enumeration using multiple sources. | ๐ŸŸข | โ€” | | theHarvester (OSINT) | Gather emails, names, subdomains, IPs and URLs from public sources. | ๐ŸŸข | โ€” | | TruffleHog (Secret Scanner) | Find, verify, and analyze leaked credentials across git repos, S3 buckets, filesystems. | ๐ŸŸข | โ€” | | Xerosploit | Penetration testing toolkit to perform MITM attacks. | ๐ŸŸก | sudo |

๐Ÿ“š Wordlist Generator (7)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Cupp | Common User Passwords Profiler โ€” generates personalized wordlists. | ๐ŸŸก | interactive long | | Goblin WordGenerator | Goblin WordGenerator. | ๐ŸŸข | long | | haiti (Hash Type Identifier) | Identify hash types โ€” supports 300+ algorithms. | ๐ŸŸข | long | | Hashcat (Password Cracker) | World's fastest GPU/CPU password recovery tool โ€” 300+ hash types. | ๐ŸŸก | sudo long | | John the Ripper | Open-source password security auditing and recovery tool. | ๐ŸŸก | sudo long | | Password list (1.4B Clear Text) | Search 1.4 Billion clear text credentials from BreachCompilation leak. | ๐ŸŸข | long | | WordlistCreator | C program that generates all possibilities of passwords. | ๐ŸŸก | sudo long |

๐Ÿ“ถ Wireless Attack (13)

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

๐Ÿงฉ SQL Injection (7)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Blisqy | Find time-based blind SQL injections on HTTP headers. | ๐ŸŸก | โ€” | | DSSS | Damn Small SQLi Scanner โ€” GET and POST parameters. | ๐ŸŸก | โ€” | | Explo | Describe web security issues in human and machine readable format. | ๐ŸŸก | โ€” | | Leviathan | Mass audit toolkit โ€” service discovery, brute force, SQLi detection. | ๐ŸŸข | โ€” | | NoSqlMap | Audit and automate injection attacks on NoSQL databases. | ๐ŸŸข | โ€” | | Sqlmap | Automate detection and exploitation of SQL injection flaws. | ๐ŸŸก | interactive | | SQLScan | Quick web scanner to find SQL injection points. | ๐ŸŸก | sudo |

๐ŸŽฃ Phishing Attack (17)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | AdvPhishing | Advance Phishing Tool โ€” OTP phishing. | ๐ŸŸก | sudo | | Autophisher | Automated Phishing Toolkit. | ๐ŸŸก | sudo | | BlackEye | Phishing tool with 38 website templates. | ๐ŸŸก | sudo | | BlackPhish | Phishing toolkit. | ๐ŸŸก | sudo | | dnstwist | Domain name permutation engine โ€” typosquatting and brand impersonation. | ๐ŸŸข | โ€” | | Evilginx3 | MITM attack framework for phishing login credentials. | ๐ŸŸก | sudo | | HiddenEye | Modern phishing tool with multi-tunnelling. | ๐ŸŸก | sudo | | I-See-You | Find the exact location of a target via social engineering. | ๐ŸŸก | sudo | | Maskphish | Hide phishing URL under a normal looking URL. | ๐ŸŸก | sudo | | Pyphisher | Easy to use phishing tool with 77 website templates. | ๐ŸŸก | sudo | | QR Code Jacking | QR Code Jacking (Any Website). | ๐ŸŸก | sudo | | QRLJacking | Session hijacking against QR-code-based login. | ๐ŸŸก | sudo | | SayCheese | Grab webcam shots from target via malicious link. | ๐ŸŸก | sudo | | Setoolkit | Social-Engineer Toolkit. | ๐ŸŸก | sudo | | ShellPhish | Phishing tool for 18 social media. | ๐ŸŸก | sudo | | SocialFish | Automated Phishing Tool & Information Collector. | ๐ŸŸก | sudo | | Thanos | Browser to Browser Phishing toolkit. | ๐ŸŸก | sudo |

๐ŸŒ Web Attack (20)

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

๐Ÿ”ง Post Exploitation (10)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Chisel | Fast TCP/UDP tunnel over HTTP โ€” pivoting and port forwarding. | ๐ŸŸข | โ€” | | Chrome Keylogger | Hera Chrome Keylogger. | ๐ŸŸก | sudo | | Evil-WinRM | Ultimate WinRM shell for Windows pentesting. | ๐ŸŸข | โ€” | | Havoc | Modern post-exploitation C2 framework with EDR evasion. | ๐ŸŸข | โ€” | | Ligolo-ng | Advanced tunneling/pivoting via TUN interfaces. | ๐ŸŸข | โ€” | | Mythic | Collaborative multi-payload C2 platform for red team ops. | ๐ŸŸก | sudo | | PEASS-ng (LinPEAS/WinPEAS) | Privilege escalation enumeration for Linux and Windows. | ๐ŸŸข | โ€” | | pwncat-cs | Post-exploitation platform โ€” manages reverse/bind shells. | ๐ŸŸข | โ€” | | Sliver | Cross-platform adversary emulation / red team C2. | ๐ŸŸก | sudo | | Vegile (Ghost In The Shell) | 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 | Analyze, reverse engineer, and extract firmware images. | ๐ŸŸข | โ€” | | Bulk extractor | Extract useful information without parsing the file system. | ๐ŸŸก | โ€” | | Guymager (Disk Clone / ISO) | Free forensic imager for media acquisition. | ๐ŸŸก | sudo | | pspy | Monitor Linux processes without root โ€” cron jobs, scheduled tasks. | ๐ŸŸข | โ€” | | Toolsley | Ten-plus useful tools for investigation. | ๐ŸŸก | โ€” | | Volatility 3 | 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 | Toolkit for payloads, powershell attacks, HID attacks. | ๐ŸŸก | sudo | | Enigma | Multiplatform payload dropper. | ๐ŸŸก | sudo | | Mob-Droid | Generate metasploit payloads easily. | ๐ŸŸก | sudo | | MSFvenom Payload Creator | Wrapper to generate multiple types of payloads. | ๐ŸŸก | sudo | | Spycam | Win32 payload that captures webcam images every minute. | ๐ŸŸข | โ€” | | Stitch | Cross Platform Python Remote Administrator Tool. | ๐ŸŸก | sudo | | The FatRat | Backdoor/payload generation that can bypass most AV. | ๐ŸŸก | sudo | | Venom Shellcode Generator | Exploits apache2 to deliver LAN payloads via fake webpages. | ๐ŸŸก | sudo |

๐Ÿงฐ Exploit Framework (3)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Commix | Automated OS command injection and exploitation tool. | ๐ŸŸก | interactive sudo | | RouterSploit | Exploitation framework dedicated to embedded devices. | ๐ŸŸก | sudo | | WebSploit | Advanced MITM framework. | ๐ŸŸก | sudo |

๐Ÿ” Reverse Engineering (5)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Androguard | Reverse engineering and malware analysis of Android apps. | ๐ŸŸก | sudo | | Apk2Gold | CLI tool for decompiling Android apps to Java. | ๐ŸŸก | interactive sudo | | Ghidra | NSA's software reverse engineering framework. | ๐ŸŸก | sudo gui | | JadX | Dex to Java decompiler. | ๐ŸŸก | sudo | | Radare2 | Portable UNIX-like reverse engineering framework. | ๐ŸŸข | โ€” |

โšก DDOS (6)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Asyncrone (SYN Flood) | C-based multifunction SYN Flood weapon. | ๐ŸŸก | interactive sudo long | | DDoS Script | DDoS attack script โ€” 36+ methods. | ๐ŸŸก | interactive sudo long | | GoldenEye | Python3 stress testing app. | ๐ŸŸก | interactive long | | SaphyraDDoS | Python DDoS script. | ๐ŸŸก | interactive long | | SlowLoris | HTTP Denial of Service attack. | ๐ŸŸก | interactive sudo long | | UFOnet | P2P cryptographic disruptive toolkit for DoS/DDoS. | ๐ŸŸก | gui long |

๐Ÿ–ฅ RAT (1)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Pyshell | RAT with file upload/download. | ๐ŸŸข | โ€” |

๐Ÿ’ฅ XSS (9)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | XSStrike | Python-based XSS detection and exploitation tool. | ๐ŸŸก | sudo | | DalFox | XSS scanning and parameter analysis tool. | ๐ŸŸก | sudo | | Extended XSS Searcher | Extended XSS searcher and finder. | ๐ŸŸก | interactive | | RVuln | Multi-threaded web vulnerability scanner in Rust. | ๐ŸŸก | sudo | | XanXSS | Reflected XSS searching tool with template-based payloads. | ๐ŸŸก | โ€” | | XSpear | XSS scanner built on Ruby Gems. | ๐ŸŸข | โ€” | | XSS Payload Generator | XSS payload generator, scanner, and dork finder. | ๐ŸŸก | sudo | | XSS-Freak | XSS scanner written in Python 3. | ๐ŸŸก | sudo | | 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 | Hide and retrieve data in image or audio files. | ๐ŸŸก | sudo | | Whitespace | Steganography via whitespace and unicode. | ๐ŸŸก | sudo |

๐Ÿข Active Directory (6)

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

โ˜ Cloud Security (4)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Pacu | AWS exploitation framework for offensive security testing. | ๐ŸŸข | โ€” | | Prowler | Security tool for AWS, Azure, GCP, Kubernetes. | ๐ŸŸข | โ€” | | ScoutSuite | Multi-cloud security auditing tool. | ๐ŸŸข | โ€” | | Trivy | Vulnerability scanner for containers, Kubernetes, IaC. | ๐ŸŸก | sudo |

๐Ÿ“ฑ Mobile Security (3)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Frida | Dynamic instrumentation toolkit for runtime hooking. | ๐ŸŸข | โ€” | | MobSF | All-in-one mobile app pentesting and malware analysis. | ๐ŸŸข | โ€” | | Objection | Runtime mobile exploration powered by Frida. | ๐ŸŸข | โ€” |

โœจ Other (1)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | HatCloud | Ruby tool to bypass CloudFlare and discover real IP. | ๐ŸŸก | interactive |

๐Ÿ“ฑ Android Attack (5)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | DroidCam (Capture Image) | Grab front camera snap using a link. | ๐ŸŸก | sudo | | EvilApp | Android App that hijacks authenticated sessions in cookies. | ๐ŸŸข | โ€” | | Keydroid | Android Keylogger + Reverse Shell. | ๐ŸŸข | โ€” | | Lockphish | Lock-screen phishing. | ๐ŸŸข | โ€” | | MySMS | Android App that hacks SMS through WAN. | ๐ŸŸข | โ€” |

๐Ÿ“ง Email Verifier (1)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Knockmail | Verify if an email exists. | ๐ŸŸก | sudo |

๐Ÿ”‘ Hash Crack (1)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Hash Buster | Hash cracking via public hash databases. | ๐ŸŸข | โ€” |

๐ŸŽญ Homograph (1)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | EvilURL | Unicode evil domains for IDN Homograph Attack. | ๐ŸŸข | โ€” |

๐Ÿงช Mix Tools (2)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | 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 | Inject malicious code into *.debs. | ๐ŸŸข | โ€” | | Pixload | Image Payload Creating tools. | ๐ŸŸก | sudo |

๐Ÿ“ฑ Social Media (4)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | AllinOne SocialMedia Attack | Brute-force Gmail, Hotmail, Twitter, Facebook, Netflix. | ๐ŸŸก | sudo | | Application Checker | Check if an app is installed on the target via link. | ๐ŸŸก | sudo | | Facebook Attack | Facebook BruteForcer. | ๐ŸŸก | interactive sudo | | Instagram Attack | Brute force attack against Instagram. | ๐ŸŸก | archived |

๐Ÿ”Ž Social Media Finder (4)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Find SocialMedia By Facial Recognition | Social Media Mapping Tool that correlates profiles. | ๐ŸŸก | sudo | | Find SocialMedia By UserName | Find usernames across 75+ social networks. | ๐ŸŸก | sudo | | Sherlock | Hunt down social media accounts by username. | ๐ŸŸก | interactive sudo | | SocialScan | Check email and username availability on online platforms. | ๐ŸŸก | interactive |

๐Ÿ•ธ Web Crawling (1)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | Gospider | Fast web spider written in Go. | ๐ŸŸก | sudo |

๐Ÿ“ก Wifi Jamming (2)

| Tool | What it does | Claude | Flags | |---|---|:---:|---| | KawaiiDeauther | Pentest toolkit for wifi deauthentication. | ๐ŸŸก | sudo hw | | 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 ${CLAUDEPLUGINROOT}/scripts/ht_index.py --hackingtool-path /path/to/hackingtool
python ${CLAUDEPLUGINROOT}/scripts/buildreadmetable.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
    โ”‚   โ”œโ”€โ”€ buildreadmetable.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 โ€” all tool metadata, categorization, and screenshots originate from this project.
  • Plugin wrapper: ariacodez (AKCodez on GitHub).

License

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

For authorized security testing, bug bounty, CTFs, and research only.
๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท MAXZL1/hackingtool-plugin ยท Updated daily from GitHub