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.

![Python](https://img.shields.io/badge/python-3.10%2B-blue)
![License](https://img.shields.io/badge/license-MIT-green)
![Platform](https://img.shields.io/badge/platform-Linux%20%7C%20macOS-lightgrey)

---

## ๐Ÿš€ 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.