Share
## https://sploitus.com/exploit?id=B0414A37-30FB-5C04-8DFC-E96812C46EA0
# ๐ด CLAN NXT Toolkit
```
โโโโโโโโโโ โโโโโโ โโโโ โโโ โโโโ โโโโโโ โโโโโโโโโโโโ
โโโโโโโโโโโ โโโโโโโโโโโโโ โโโ โโโโโ โโโโโโโโโโโโโโโโโโโโ
โโโ โโโ โโโโโโโโโโโโโโ โโโ โโโโโโ โโโ โโโโโโ โโโ
โโโ โโโ โโโโโโโโโโโโโโโโโโ โโโโโโโโโโ โโโโโโ โโโ
โโโโโโโโโโโโโโโโโโโ โโโโโโ โโโโโโ โโโ โโโโโโโโโโ โโโ โโโ
โโโโโโโโโโโโโโโโโโ โโโโโโ โโโโโ โโโ โโโโโโโโ โโโ โโโ
```
> **Cybersecurity Toolkit v1.0** | **#CLAN NXT**
A comprehensive terminal-based cybersecurity arsenal designed for Kali Linux and penetration testing environments. Built with the same aesthetic and philosophy as the [C2 Infrastructure Manager](https://github.com/Codergoterrors/C2-Infrastructure-Manager).
---
## โก Features
### 1. Payload Arsenal
- Pre-loaded with **8+ real-world CVE exploits** (Log4Shell, Spring4Shell, EternalBlue, Copy-Fail, etc.)
- **Clone & Run** payloads directly from GitHub
- Add, search, and manage custom payloads
- Full metadata: CVE, severity, language, usage instructions
### 2. Vulnerability Scanner
- **13 automated scan modules** for comprehensive web app testing:
- Security Headers Analysis
- SSL/TLS Configuration
- Directory & Sensitive File Enumeration
- **API Key & Secret Exposure Detection** (AWS, GitHub, OpenAI, DB URIs)
- **SQL Injection Testing** (URL params + forms)
- **Cross-Site Scripting (XSS)**
- CORS Misconfiguration
- Rate Limiting Tests
- Open Redirect Detection
- Clickjacking Protection
- Cookie Security Analysis
- Information Disclosure
- HTTP Method Testing
- Generates detailed reports saved to `reports/`
### 3. Tools Library
- **30 pre-loaded tools** across 8 categories:
- OSINT (Sherlock, theHarvester, SpiderFoot, Maltego, Recon-ng)
- Social Engineering (SET, Gophish, King Phisher)
- Reverse Engineering (Ghidra, Radare2, Binary Ninja, Cutter)
- Web Testing (Burp Suite, OWASP ZAP, Nikto, SQLMap, WPScan)
- Network (Nmap, Wireshark, Masscan, Responder)
- Password Cracking (Hashcat, John the Ripper, Hydra)
- Exploitation (Metasploit, SearchSploit, CrackMapExec)
- Wireless (Aircrack-ng)
- Install tools directly from the menu
- Add custom tools to your library
### 4. Hackathon Mode
- **Automated Mode**: Full pipeline โ network scan โ port scan โ service detection โ vulnerability scan โ exploitation โ report
- **Manual Mode**: Interactive guided methodology with step-by-step attack suggestions based on:
- Target OS
- Network position
- Discovered services
- Linux/Windows privilege escalation paths
---
## ๐ Installation
### Quick Install (Kali Linux)
```bash
git clone https://github.com/Codergoterrors/clan-nxt-toolkit.git
cd clan-nxt-toolkit
sudo bash install.sh
```
### Manual Install
```bash
pip3 install -r requirements.txt
chmod +x clan_nxt.py
python3 clan_nxt.py
```
---
## ๐ Usage
```bash
# Run from the project directory
python3 clan_nxt.py
# Or if installed globally (after install.sh with root)
clannxt
```
---
## ๐ Project Structure
```
clan-nxt-toolkit/
โโโ clan_nxt.py # Main entry point
โโโ modules/
โ โโโ banner.py # Terminal UI components
โ โโโ utils.py # Shared utilities
โ โโโ payloads.py # Payload manager
โ โโโ vuln_scanner.py # Website vulnerability scanner
โ โโโ tools.py # Tools library
โ โโโ hackathon.py # Hackathon mode
โโโ data/ # Auto-created data storage
โ โโโ payloads.json # Saved payloads
โ โโโ tools.json # Saved tools
โ โโโ exploits/ # Cloned exploit repos
โโโ reports/ # Scan reports
โโโ logs/ # Activity logs
โโโ install.sh # Installation script
โโโ requirements.txt # Python dependencies
โโโ README.md
```
---
## โ ๏ธ Legal Disclaimer
This tool is designed for **AUTHORIZED security testing and educational purposes only**. Unauthorized access to computer systems is illegal. Always obtain proper written authorization before testing any system you do not own.
The developers assume **no liability** for misuse of this tool.
---
## ๐ท๏ธ Credits
**#CLAN NXT** | Built with Python ๐ | Powered by Rich, Requests, BeautifulSoup, Nmap