Share
## https://sploitus.com/exploit?id=81BB7BA0-217B-51DA-8B6B-FFDF644EFCDC
# ๐ฅ Cyber Pentools โ All-in-One Penetration Testing Toolkit
**200+ hacking tools** organized into 21 categories โ information gathering, web exploitation, wireless attacks, password cracking, forensics, reverse engineering, and more.



---
## ๐ Quick Install
```bash
git clone https://github.com/AdhiHub/cyber-pentools.git
cd cyber-pentools
sudo python3 install.py
```
Then run:
```bash
hackingtool
```
### One-liner (Linux/macOS)
```bash
curl -sSL https://raw.githubusercontent.com/AdhiHub/cyber-pentools/main/install.py | sudo python3
```
---
## ๐ Tool Categories
| # | Category | Tools |
|---|----------|-------|
| 1 | ๐ก Anonymously Hiding | anonsurf, multitor |
| 2 | ๐ Information Gathering | nmap, masscan, rustscan, theHarvester, amass, subfinder, spiderfoot, gau, gospider, naabu + 25 more |
| 3 | ๐ Wordlist Generator | cupp, crunch, cewl, hashcat, john, haiti, psudohash, mentalist + 10 more |
| 4 | ๐ถ Wireless Attack | wifiphisher, wifite, fluxion, airgeddon, bettercap, hcxdumptool + 12 more |
| 5 | ๐งฉ SQL Injection | sqlmap, nosqlmap, dsss, explo, blisqy, leviathan |
| 6 | ๐ฃ Phishing Attack | setoolkit, socialfish, hiddeneye, evilginx, blackeye + 16 more |
| 7 | ๐ Web Attack | nuclei, ffuf, feroxbuster, nikto, gobuster, wpscan, joomscan, katana + 22 more |
| 8 | ๐ง Post Exploitation | pwncat, sliver, havoc, peass, ligolo, chisel, evil-winrm, mythic + 10 more |
| 9 | ๐ต Forensics | wireshark, volatility3, binwalk, autopsy, bulk_extractor, pspy + 8 more |
| 10 | ๐ฆ Payload Creation | thefatrat, msfpc, venom, stitch, enigma + 8 more |
| 11 | ๐งฐ Exploit Framework | routersploit, websploit, commix |
| 12 | ๐ Reverse Engineering | ghidra, radare2, jadx, androguard, apk2gold |
| 13 | โก DDOS Attack | slowloris, ufonet, goldeneye, saphyra |
| 14 | ๐ฅ Remote Admin (RAT) | pyshell |
| 15 | ๐ฅ XSS Attack | dalfox, xsstrike, xspear, rvuln + 8 more |
| 16 | ๐ผ Steganography | steghide, stegcracker |
| 17 | ๐ข Active Directory | bloodhound, netexec, impacket, responder, certipy, kerbrute |
| 18 | โ Cloud Security | prowler, scoutsuite, pacu, trivy |
| 19 | ๐ฑ Mobile Security | mobsf, frida, objection |
| 20 | ๐ Password Attacks | hydra, medusa, lazagne, rubeus, mimikatz, sprayingtoolkit + 16 more |
| 21 | โจ Other Tools | social media, android, hash cracking, wifi jamming + 10 more |
---
## ๐งญ How to Use
1. **Navigate** โ Enter the number of a category to open it
2. **Select** โ Pick a tool by its number
3. **Install** โ Option 1 installs the tool automatically
4. **Run** โ Option 2 launches the tool
5. **Search** โ Type `/` to search all tools
6. **Filter** โ Press `t` to filter by tags (osint, web, scanner, etc.)
7. **Recommend** โ Press `r` to get tool recommendations for your task
```
โฐโ> 7 โ open Web Attack category
โฐโ> 3 โ select nuclei
โฐโ> 1 โ install
โฐโ> 2 โ run nuclei
```
---
## ๐ Search & Tag System
- **Search**: Type `/subdomain` to instantly find all subdomain enumeration tools
- **Tags**: Press `t` to browse by tag โ osint, scanner, bruteforce, web, wireless, c2, cloud, mobile, etc.
- **Recommend**: Press `r`, pick a task, and get curated tool suggestions
---
## โ Requirements
- **OS**: Linux (primary) / macOS (partial)
- **Python**: 3.10+
- **Python packages**: `rich`, `requests`
- **System**: git, curl, wget, go (optional), ruby (optional)
---
## ๐ฆ Features
- **200+ tools** across 21 categories
- **One-command install** โ dependencies, venv, and launcher
- **Smart search** โ `/query` to find tools instantly
- **Tag filtering** โ filter by osint, scanner, web, c2, credentials, and more
- **Task recommendations** โ tell it what you want to do, get tool suggestions
- **Install all** โ batch install all tools in a category
- **Auto-update** โ git pull, pip upgrade, and go install detection
- **Archived tools** โ preserved but flagged as unmaintained
- **OS-aware** โ automatically hides incompatible tools
---
## โ ๏ธ Legal Disclaimer
```diff
+ This tool is provided for EDUCATIONAL PURPOSES ONLY.
+ It is intended for:
+ โข Authorized security testing of your own systems
+ โข Penetration testing engagements with written permission
+ โข Security research in controlled environments
+
- Any unauthorized use of these tools against systems you
- do not own or have explicit permission to test is ILLEGAL.
- The developers assume NO LIABILITY for misuse.
```
By using this software, you agree to use it **only for lawful purposes** and in compliance with all applicable local, state, and federal laws.
---
## ๐ Credits
Originally based on [Z4nzu/hackingtool](https://github.com/Z4nzu/hackingtool) with extensive modifications, additional tools, bug fixes, and a redesigned menu system.