You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2026-06-09 00:16:18 +02:00
d22a941aaa
- README.md: Add Support section with Buy Me a Coffee button above Social - .github/FUNDING.yml: Add buy_me_a_coffee: hardikzinzu (enables GitHub Sponsor button on the repo page)
471 lines
18 KiB
Markdown
471 lines
18 KiB
Markdown
<div align="center">
|
|
|
|
# HackingTool
|
|
|
|
**All-in-One Hacking Tool for Security Researchers & Pentesters**
|
|
|
|
[](LICENSE)
|
|
[](https://www.python.org/)
|
|
[](#)
|
|
[](#)
|
|
[](https://github.com/Z4nzu/hackingtool/stargazers)
|
|
[](https://github.com/Z4nzu/hackingtool/network/members)
|
|
[](https://github.com/Z4nzu/hackingtool/issues)
|
|
[](https://github.com/Z4nzu/hackingtool/commits/master)
|
|
|
|
<br>
|
|
|
|
```
|
|
20 categories · 185+ tools · Linux & macOS · Rich terminal UI
|
|
```
|
|
|
|
</div>
|
|
|
|
---
|
|
|
|
## What's New in v2.0.0
|
|
|
|
| | Change |
|
|
|---|---|
|
|
| **Python** | 3.10+ required — all Python 2 code removed |
|
|
| **OS-aware** | Linux-only tools hidden automatically on macOS |
|
|
| **Archived** | Unmaintained tools moved to a separate sub-menu |
|
|
| **Paths** | All `os.chdir()` bugs fixed — tools install to `~/.hackingtool/tools/` |
|
|
| **Root** | No more `sudo git clone` — installs to user home |
|
|
| **New tools** | 22 modern tools added across 6 categories |
|
|
| **UI** | Rich terminal UI with shared theme — single consistent console |
|
|
| **Menus** | Iterative navigation — no more recursion stack overflow |
|
|
| **Docker** | Builds locally — no unverified external images |
|
|
| **Deps** | `requirements.txt` cleaned — removed unused flask/boxes/lolcat/requests |
|
|
| **Search** | Type `/` or `s` to search 185+ tools by name, description, or keyword |
|
|
| **Tags** | Type `t` to filter by tag — osint, web, c2, cloud, mobile, wireless, and 13 more |
|
|
| **Recommend** | Type `r` — "I want to scan a network" → shows relevant tools |
|
|
| **Install status** | Each tool shows ✔ (installed) or ✘ (not installed) in the menu |
|
|
| **Install all** | Option `97` in any category — install all tools at once |
|
|
| **Update** | Each tool has an Update option — smart detection (git pull / pip upgrade / go install) |
|
|
| **One-liner install** | `curl -sSL .../install.sh \| sudo bash` — no manual clone needed |
|
|
| **3 new categories** | Active Directory, Cloud Security, Mobile Security |
|
|
| **35 new tools** | BloodHound, Sliver, Impacket, Frida, Prowler, Subfinder, Gobuster, and 28 more |
|
|
|
|
---
|
|
|
|
## Quick Commands
|
|
|
|
| Command | What it does |
|
|
|---|---|
|
|
| `/` or `s` | Search all 185+ tools by name, description, or keyword |
|
|
| `t` | Filter tools by tag (osint, scanner, c2, cloud, etc.) |
|
|
| `r` | Recommend tools for a task ("scan a network", "crack passwords", ...) |
|
|
| `?` | Quick help reference — works in every menu |
|
|
| `q` | Quit from any menu level |
|
|
| `97` | Install all tools in current category |
|
|
| `99` | Go back to previous menu |
|
|
|
|
---
|
|
|
|
## Tool Categories
|
|
|
|
| # | Category | Tools |
|
|
|---|---|:---:|
|
|
| 1 | [Anonymously Hiding](#anonymously-hiding-tools) | 2 |
|
|
| 2 | [Information Gathering](#information-gathering-tools) | 26 |
|
|
| 3 | [Wordlist Generator](#wordlist-generator) | 7 |
|
|
| 4 | [Wireless Attack](#wireless-attack-tools) | 13 |
|
|
| 5 | [SQL Injection](#sql-injection-tools) | 7 |
|
|
| 6 | [Phishing Attack](#phishing-attack-tools) | 17 |
|
|
| 7 | [Web Attack](#web-attack-tools) | 20 |
|
|
| 8 | [Post Exploitation](#post-exploitation-tools) | 10 |
|
|
| 9 | [Forensics](#forensic-tools) | 8 |
|
|
| 10 | [Payload Creation](#payload-creation-tools) | 8 |
|
|
| 11 | [Exploit Framework](#exploit-framework) | 4 |
|
|
| 12 | [Reverse Engineering](#reverse-engineering-tools) | 5 |
|
|
| 13 | [DDOS Attack](#ddos-attack-tools) | 5 |
|
|
| 14 | [RAT](#remote-administrator-tools-rat) | 1 |
|
|
| 15 | [XSS Attack](#xss-attack-tools) | 9 |
|
|
| 16 | [Steganography](#steganography-tools) | 4 |
|
|
| 17 | [Active Directory](#active-directory-tools) | 6 |
|
|
| 18 | [Cloud Security](#cloud-security-tools) | 4 |
|
|
| 19 | [Mobile Security](#mobile-security-tools) | 3 |
|
|
| 20 | [Other Tools](#other-tools) | 24 |
|
|
|
|
---
|
|
|
|
## Anonymously Hiding Tools
|
|
- [Anonymously Surf](https://github.com/Und3rf10w/kali-anonsurf)
|
|
- [Multitor](https://github.com/trimstray/multitor)
|
|
|
|
## Information Gathering Tools
|
|
- [Network Map (nmap)](https://github.com/nmap/nmap)
|
|
- [Dracnmap](https://github.com/Screetsec/Dracnmap)
|
|
- Port scanning
|
|
- Host to IP
|
|
- [Xerosploit](https://github.com/LionSec/xerosploit)
|
|
- [RED HAWK](https://github.com/Tuhinshubhra/RED_HAWK)
|
|
- [ReconSpider](https://github.com/bhavsec/reconspider)
|
|
- IsItDown
|
|
- [Infoga](https://github.com/m4ll0k/Infoga)
|
|
- [ReconDog](https://github.com/s0md3v/ReconDog)
|
|
- [Striker](https://github.com/s0md3v/Striker)
|
|
- [SecretFinder](https://github.com/m4ll0k/SecretFinder)
|
|
- [Shodanfy](https://github.com/m4ll0k/Shodanfy.py)
|
|
- [rang3r](https://github.com/floriankunushevci/rang3r)
|
|
- [Breacher](https://github.com/s0md3v/Breacher)
|
|
- [theHarvester](https://github.com/laramies/theHarvester) ★
|
|
- [Amass](https://github.com/owasp-amass/amass) ★
|
|
- [Masscan](https://github.com/robertdavidgraham/masscan) ★
|
|
- [RustScan](https://github.com/RustScan/RustScan) ★
|
|
- [Holehe](https://github.com/megadose/holehe) ★
|
|
- [Maigret](https://github.com/soxoj/maigret) ★
|
|
- [httpx](https://github.com/projectdiscovery/httpx) ★
|
|
- [SpiderFoot](https://github.com/smicallef/spiderfoot) ★
|
|
- [Subfinder](https://github.com/projectdiscovery/subfinder) ★
|
|
- [TruffleHog](https://github.com/trufflesecurity/trufflehog) ★
|
|
- [Gitleaks](https://github.com/gitleaks/gitleaks) ★
|
|
|
|
## Wordlist Generator
|
|
- [Cupp](https://github.com/Mebus/cupp)
|
|
- [WordlistCreator](https://github.com/Z4nzu/wlcreator)
|
|
- [Goblin WordGenerator](https://github.com/UndeadSec/GoblinWordGenerator)
|
|
- [Password list (1.4B)](https://github.com/Viralmaniar/SMWYG-Show-Me-What-You-Got)
|
|
- [Hashcat](https://github.com/hashcat/hashcat) ★
|
|
- [John the Ripper](https://github.com/openwall/john) ★
|
|
- [haiti](https://github.com/noraj/haiti) ★
|
|
|
|
## Wireless Attack Tools
|
|
- [WiFi-Pumpkin](https://github.com/P0cL4bs/wifipumpkin3)
|
|
- [pixiewps](https://github.com/wiire/pixiewps)
|
|
- [Bluetooth Honeypot (bluepot)](https://github.com/andrewmichaelsmith/bluepot)
|
|
- [Fluxion](https://github.com/FluxionNetwork/fluxion)
|
|
- [Wifiphisher](https://github.com/wifiphisher/wifiphisher)
|
|
- [Wifite](https://github.com/derv82/wifite2)
|
|
- [EvilTwin](https://github.com/Z4nzu/fakeap)
|
|
- [Fastssh](https://github.com/Z4nzu/fastssh)
|
|
- Howmanypeople
|
|
- [Airgeddon](https://github.com/v1s1t0r1sh3r3/airgeddon) ★
|
|
- [hcxdumptool](https://github.com/ZerBea/hcxdumptool) ★
|
|
- [hcxtools](https://github.com/ZerBea/hcxtools) ★
|
|
- [Bettercap](https://github.com/bettercap/bettercap) ★
|
|
|
|
## SQL Injection Tools
|
|
- [Sqlmap](https://github.com/sqlmapproject/sqlmap)
|
|
- [NoSqlMap](https://github.com/codingo/NoSQLMap)
|
|
- [DSSS](https://github.com/stamparm/DSSS)
|
|
- [Explo](https://github.com/dtag-dev-sec/explo)
|
|
- [Blisqy](https://github.com/JohnTroony/Blisqy)
|
|
- [Leviathan](https://github.com/leviathan-framework/leviathan)
|
|
- [SQLScan](https://github.com/Cvar1984/sqlscan)
|
|
|
|
## Phishing Attack Tools
|
|
- [Autophisher](https://github.com/CodingRanjith/autophisher)
|
|
- [PyPhisher](https://github.com/KasRoudra/PyPhisher)
|
|
- [AdvPhishing](https://github.com/Ignitetch/AdvPhishing)
|
|
- [Setoolkit](https://github.com/trustedsec/social-engineer-toolkit)
|
|
- [SocialFish](https://github.com/UndeadSec/SocialFish)
|
|
- [HiddenEye](https://github.com/Morsmalleo/HiddenEye)
|
|
- [Evilginx3](https://github.com/kgretzky/evilginx2)
|
|
- [I-See-You](https://github.com/Viralmaniar/I-See-You)
|
|
- [SayCheese](https://github.com/hangetzzu/saycheese)
|
|
- [QR Code Jacking](https://github.com/cryptedwolf/ohmyqr)
|
|
- [BlackEye](https://github.com/thelinuxchoice/blackeye)
|
|
- [ShellPhish](https://github.com/An0nUD4Y/shellphish)
|
|
- [Thanos](https://github.com/TridevReddy/Thanos)
|
|
- [QRLJacking](https://github.com/OWASP/QRLJacking)
|
|
- [Maskphish](https://github.com/jaykali/maskphish)
|
|
- [BlackPhish](https://github.com/iinc0gnit0/BlackPhish)
|
|
- [dnstwist](https://github.com/elceef/dnstwist)
|
|
|
|
## Web Attack Tools
|
|
- [Web2Attack](https://github.com/santatic/web2attack)
|
|
- Skipfish
|
|
- [Sublist3r](https://github.com/aboul3la/Sublist3r)
|
|
- [CheckURL](https://github.com/UndeadSec/checkURL)
|
|
- [Sub-Domain TakeOver](https://github.com/edoardottt/takeover)
|
|
- [Dirb](https://gitlab.com/kalilinux/packages/dirb)
|
|
- [Nuclei](https://github.com/projectdiscovery/nuclei) ★
|
|
- [ffuf](https://github.com/ffuf/ffuf) ★
|
|
- [Feroxbuster](https://github.com/epi052/feroxbuster) ★
|
|
- [Nikto](https://github.com/sullo/nikto) ★
|
|
- [wafw00f](https://github.com/EnableSecurity/wafw00f) ★
|
|
- [Katana](https://github.com/projectdiscovery/katana) ★
|
|
- [Gobuster](https://github.com/OJ/gobuster) ★
|
|
- [Dirsearch](https://github.com/maurosoria/dirsearch) ★
|
|
- [OWASP ZAP](https://github.com/zaproxy/zaproxy) ★
|
|
- [testssl.sh](https://github.com/drwetter/testssl.sh) ★
|
|
- [Arjun](https://github.com/s0md3v/Arjun) ★
|
|
- [Caido](https://github.com/caido/caido) ★
|
|
- [mitmproxy](https://github.com/mitmproxy/mitmproxy) ★
|
|
|
|
## Post Exploitation Tools
|
|
- [Vegile](https://github.com/Screetsec/Vegile)
|
|
- [Chrome Keylogger](https://github.com/UndeadSec/HeraKeylogger)
|
|
- [pwncat-cs](https://github.com/calebstewart/pwncat) ★
|
|
- [Sliver](https://github.com/BishopFox/sliver) ★
|
|
- [Havoc](https://github.com/HavocFramework/Havoc) ★
|
|
- [PEASS-ng (LinPEAS/WinPEAS)](https://github.com/peass-ng/PEASS-ng) ★
|
|
- [Ligolo-ng](https://github.com/nicocha30/ligolo-ng) ★
|
|
- [Chisel](https://github.com/jpillora/chisel) ★
|
|
- [Evil-WinRM](https://github.com/Hackplayers/evil-winrm) ★
|
|
- [Mythic](https://github.com/its-a-feature/Mythic) ★
|
|
|
|
## Forensic Tools
|
|
- Autopsy
|
|
- Wireshark
|
|
- [Bulk extractor](https://github.com/simsong/bulk_extractor)
|
|
- [Guymager](https://guymager.sourceforge.io/)
|
|
- [Toolsley](https://www.toolsley.com/)
|
|
- [Volatility 3](https://github.com/volatilityfoundation/volatility3) ★
|
|
- [Binwalk](https://github.com/ReFirmLabs/binwalk) ★
|
|
- [pspy](https://github.com/DominicBreuker/pspy) ★
|
|
|
|
## Payload Creation Tools
|
|
- [The FatRat](https://github.com/Screetsec/TheFatRat)
|
|
- [Brutal](https://github.com/Screetsec/Brutal)
|
|
- [Stitch](https://nathanlopez.github.io/Stitch)
|
|
- [MSFvenom Payload Creator](https://github.com/g0tmi1k/msfpc)
|
|
- [Venom](https://github.com/r00t-3xp10it/venom)
|
|
- [Spycam](https://github.com/indexnotfound404/spycam)
|
|
- [Mob-Droid](https://github.com/kinghacker0/Mob-Droid)
|
|
- [Enigma](https://github.com/UndeadSec/Enigma)
|
|
|
|
## Exploit Framework
|
|
- [RouterSploit](https://github.com/threat9/routersploit)
|
|
- [WebSploit](https://github.com/The404Hacking/websploit)
|
|
- [Commix](https://github.com/commixproject/commix)
|
|
- [Web2Attack](https://github.com/santatic/web2attack)
|
|
|
|
## Reverse Engineering Tools
|
|
- [Androguard](https://github.com/androguard/androguard)
|
|
- [Apk2Gold](https://github.com/lxdvs/apk2gold)
|
|
- [JadX](https://github.com/skylot/jadx)
|
|
- [Ghidra](https://github.com/NationalSecurityAgency/ghidra) ★
|
|
- [Radare2](https://github.com/radareorg/radare2) ★
|
|
|
|
## DDOS Attack Tools
|
|
- [DDoS Script](https://github.com/the-deepnet/ddos)
|
|
- [SlowLoris](https://github.com/gkbrk/slowloris)
|
|
- [Asyncrone](https://github.com/fatihsnsy/aSYNcrone)
|
|
- [UFOnet](https://github.com/epsylon/ufonet)
|
|
- [GoldenEye](https://github.com/jseidl/GoldenEye)
|
|
|
|
## Remote Administrator Tools (RAT)
|
|
- [Pyshell](https://github.com/knassar702/pyshell)
|
|
|
|
## XSS Attack Tools
|
|
- [DalFox](https://github.com/hahwul/dalfox)
|
|
- [XSS Payload Generator](https://github.com/capture0x/XSS-LOADER)
|
|
- [Extended XSS Searcher](https://github.com/Damian89/extended-xss-search)
|
|
- [XSS-Freak](https://github.com/PR0PH3CY33/XSS-Freak)
|
|
- [XSpear](https://github.com/hahwul/XSpear)
|
|
- [XSSCon](https://github.com/menkrep1337/XSSCon)
|
|
- [XanXSS](https://github.com/Ekultek/XanXSS)
|
|
- [XSStrike](https://github.com/UltimateHackers/XSStrike)
|
|
- [RVuln](https://github.com/iinc0gnit0/RVuln)
|
|
|
|
## Steganography Tools
|
|
- SteganoHide
|
|
- [StegoCracker](https://github.com/W1LDN16H7/StegoCracker)
|
|
- [Whitespace](https://github.com/beardog108/snow10)
|
|
|
|
## Active Directory Tools
|
|
- [BloodHound](https://github.com/BloodHoundAD/BloodHound) ★
|
|
- [NetExec (nxc)](https://github.com/Pennyw0rth/NetExec) ★
|
|
- [Impacket](https://github.com/fortra/impacket) ★
|
|
- [Responder](https://github.com/lgandx/Responder) ★
|
|
- [Certipy](https://github.com/ly4k/Certipy) ★
|
|
- [Kerbrute](https://github.com/ropnop/kerbrute) ★
|
|
|
|
## Cloud Security Tools
|
|
- [Prowler](https://github.com/prowler-cloud/prowler) ★
|
|
- [ScoutSuite](https://github.com/nccgroup/ScoutSuite) ★
|
|
- [Pacu](https://github.com/RhinoSecurityLabs/pacu) ★
|
|
- [Trivy](https://github.com/aquasecurity/trivy) ★
|
|
|
|
## Mobile Security Tools
|
|
- [MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF) ★
|
|
- [Frida](https://github.com/frida/frida) ★
|
|
- [Objection](https://github.com/sensepost/objection) ★
|
|
|
|
## Other Tools
|
|
|
|
#### SocialMedia Bruteforce
|
|
- [AllinOne SocialMedia Attack](https://github.com/Matrix07ksa/Brute_Force)
|
|
- [Facebook Attack](https://github.com/Matrix07ksa/Brute_Force)
|
|
- [Application Checker](https://github.com/jakuta-tech/underhanded)
|
|
|
|
#### Android Hacking Tools
|
|
- [Keydroid](https://github.com/F4dl0/keydroid)
|
|
- [MySMS](https://github.com/papusingh2sms/mysms)
|
|
- [Lockphish](https://github.com/JasonJerry/lockphish)
|
|
- [DroidCam / WishFish](https://github.com/kinghacker0/WishFish)
|
|
- [EvilApp](https://github.com/crypticterminal/EvilApp)
|
|
|
|
#### IDN Homograph Attack
|
|
- [EvilURL](https://github.com/UndeadSec/EvilURL)
|
|
|
|
#### Email Verify Tools
|
|
- [Knockmail](https://github.com/4w4k3/KnockMail)
|
|
|
|
#### Hash Cracking Tools
|
|
- [Hash Buster](https://github.com/s0md3v/Hash-Buster)
|
|
|
|
#### Wifi Deauthenticate
|
|
- [WifiJammer-NG](https://github.com/MisterBianco/wifijammer-ng)
|
|
- [KawaiiDeauther](https://github.com/aryanrtm/KawaiiDeauther)
|
|
|
|
#### SocialMedia Finder
|
|
- [Find SocialMedia By Facial Recognition](https://github.com/Greenwolf/social_mapper)
|
|
- [Find SocialMedia By UserName](https://github.com/xHak9x/finduser)
|
|
- [Sherlock](https://github.com/sherlock-project/sherlock)
|
|
- [SocialScan](https://github.com/iojw/socialscan)
|
|
|
|
#### Payload Injector
|
|
- [Debinject](https://github.com/UndeadSec/Debinject)
|
|
- [Pixload](https://github.com/chinarulezzz/pixload)
|
|
|
|
#### Web Crawling
|
|
- [Gospider](https://github.com/jaeles-project/gospider)
|
|
|
|
#### Mix Tools
|
|
- Terminal Multiplexer (tilix)
|
|
- [Crivo](https://github.com/GMDSantana/crivo)
|
|
|
|
---
|
|
|
|
## Contributing — Add a New Tool
|
|
|
|
### Open an Issue
|
|
|
|
> **Title format:** `[Tool Request] ToolName — Category`
|
|
> Example: `[Tool Request] Subfinder — Information Gathering`
|
|
|
|
Use the [Tool Request](.github/ISSUE_TEMPLATE/tool_request.md) issue template.
|
|
Required fields: tool name, GitHub URL, category, supported OS, install command, reason for inclusion.
|
|
|
|
### Open a Pull Request
|
|
|
|
> **Title format:** `[New Tool] ToolName — Category`
|
|
> Example: `[New Tool] Subfinder — Information Gathering`
|
|
|
|
Use the [PR template](.github/PULL_REQUEST_TEMPLATE.md) checklist. Key requirements:
|
|
|
|
1. Add your class to the right `tools/*.py` file
|
|
2. Set `TITLE`, `DESCRIPTION`, `INSTALL_COMMANDS`, `RUN_COMMANDS`, `PROJECT_URL`
|
|
3. Set `SUPPORTED_OS` — `["linux"]` or `["linux", "macos"]`
|
|
4. Append the instance to `TOOLS` list in the collection at the bottom of the file
|
|
5. Test install + run locally before submitting
|
|
|
|
Issues or PRs that **don't follow the title format** will be closed without review.
|
|
|
|
---
|
|
|
|
## Installation
|
|
|
|
### One-liner (recommended)
|
|
|
|
```bash
|
|
curl -sSL https://raw.githubusercontent.com/Z4nzu/hackingtool/master/install.sh | sudo bash
|
|
```
|
|
|
|
This handles everything — installs prerequisites, clones the repo, sets up a venv, and creates the `hackingtool` command.
|
|
|
|
### Manual install
|
|
|
|
```bash
|
|
git clone https://github.com/Z4nzu/hackingtool.git
|
|
cd hackingtool
|
|
sudo python3 install.py # detects local source, copies instead of re-cloning
|
|
```
|
|
|
|
Then run:
|
|
```bash
|
|
hackingtool
|
|
```
|
|
|
|
## Docker
|
|
|
|
### Step 1 — Clone the repository
|
|
|
|
```bash
|
|
git clone https://github.com/Z4nzu/hackingtool.git
|
|
cd hackingtool
|
|
```
|
|
|
|
### Step 2 — Build the image
|
|
|
|
```bash
|
|
docker build -t hackingtool .
|
|
```
|
|
|
|
> First build takes a few minutes (Kali base + apt packages). Subsequent builds are fast thanks to BuildKit layer caching.
|
|
|
|
### Step 3 — Run
|
|
|
|
**Option A — Direct (no Compose):**
|
|
```bash
|
|
docker run -it --rm hackingtool
|
|
```
|
|
|
|
**Option B — With Docker Compose (recommended):**
|
|
```bash
|
|
# Start in background
|
|
docker compose up -d
|
|
|
|
# Open an interactive shell
|
|
docker exec -it hackingtool bash
|
|
|
|
# Then launch the tool inside the container
|
|
python3 hackingtool.py
|
|
```
|
|
|
|
**Option C — Dev mode (live source mount, changes reflected without rebuild):**
|
|
```bash
|
|
docker compose --profile dev up
|
|
docker exec -it hackingtool-dev bash
|
|
```
|
|
|
|
### Stopping
|
|
|
|
```bash
|
|
docker compose down # stop and remove container
|
|
docker compose down -v # also remove the tools data volume
|
|
```
|
|
|
|
## Requirements
|
|
|
|
- Python 3.10+
|
|
- Linux (Kali, Parrot, Ubuntu) or macOS
|
|
- Go 1.21+ *(for nuclei, ffuf, amass, httpx, katana, dalfox)*
|
|
- Ruby *(for haiti)*
|
|
|
|
```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" />
|
|
<img alt="HackingTool Star History Chart" src="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"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="50"></a>
|
|
|
|
## Social
|
|
|
|
[](https://twitter.com/_Zinzu07)
|
|
[](https://github.com/Z4nzu/)
|
|
|
|
> **Please don't use for illegal activity.**
|
|
> Thanks to all original authors of the tools included in hackingtool.
|
|
|
|
Your favourite tool is not listed? [Suggest it here](https://github.com/Z4nzu/hackingtool/issues/new?template=tool_request.md)
|