NETREAPER
š„ Network security & WiFi assault toolkit. 70+ tools in one menacing CLI.
Install / Use
/learn @rvrsh3ll/NETREAPERREADME
ā ļø NETREAPER
āāāā āāāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāāāā āāāāāā āāāāāāā āāāāāāāāāāāāāāā
āāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
āāāāāā āāāāāāāāā āāā āāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāā āāāāāāāā
āāāāāāāāāāāāāāāā āāā āāāāāāāāāāāāāā āāāāāāāāāāāāāāā āāāāāā āāāāāāāā
āāā āāāāāāāāāāāāāā āāā āāā āāāāāāāāāāāāāā āāāāāā āāāāāāāāāāā āāā
āāā āāāāāāāāāāāāā āāā āāā āāāāāāāāāāāāāā āāāāāā āāāāāāāāāāā āāā
"Some tools scan. Some tools attack. I do both."
The forbidden lovechild of aircrack-ng and wifite.
Abandoned at birth. Raised by hackers. Back for vengeance.
ā” Quick Start ⢠šÆ Features ⢠š” Arsenal ⢠š§ Usage ⢠ā ļø Legal
</div>š What is NETREAPER?
One tool to rule them all.
NETREAPER is a unified offensive security toolkit that wraps 70+ penetration testing tools into a single, menacing command-line interface. No more juggling terminals. No more forgetting syntax. Just pure, organized chaos.
Before vs After
| Before NETREAPER š« | After NETREAPER š |
|---------------------|-------------------|
| nmap -sS -sV -sC -A -p- target | netreaper |
| airmon-ng start wlan0 | > Select [2] Wireless |
| airodump-ng wlan0mon | > Select [4] WiFi Scan |
| hashcat -m 22000 capture.hc22000 | > Enter target |
| hydra -L users.txt -P pass.txt ssh://target | > Done. ā ļø |
šÆ Built For
- š“ Red Teamers - Full offensive toolkit at your fingertips
- šµ Blue Teamers - Know your enemy's tools
- š Students - Learn pentesting with guided menus
- š¢ Professionals - Consistent interface, professional reports
ā” Quick Start
# Clone the reaper
git clone https://github.com/Nerds489/NETREAPER.git
cd NETREAPER
# Summon it
sudo bash ./install.sh
# Unleash it
sudo netreaper
One-liner for the impatient:
git clone https://github.com/Nerds489/NETREAPER.git && cd NETREAPER && sudo bash ./install.sh && netreaper
šÆ Features
- Premium UX: guided scan/wifi wizards, first-run setup, compact/json status, quick reference.
- Compliance-ready logging: log levels, audit trails, spinners, progress bars, verbose toggle.
- Smarter safety: confirmations for dangerous operations, privilege escalation helper, target validation.
š RECON
| Tool | Purpose |
|------|---------|
| nmap | Port scanning (quick/full/stealth/vuln) |
| masscan | Rapid mass scanning |
| rustscan | Blazing fast port discovery |
| netdiscover | ARP network discovery |
| dnsenum | DNS enumeration |
| sslscan | SSL/TLS analysis |
| enum4linux | SMB enumeration |
š” WIRELESS
| Tool | Purpose |
|------|---------|
| aircrack-ng | WPA/WPA2 cracking |
| airodump-ng | Packet capture |
| aireplay-ng | Deauth attacks |
| reaver | WPS exploitation |
| bettercap | MITM attacks |
| wifite | Automated WiFi audit |
| hostapd | Evil twin AP |
š EXPLOIT
| Tool | Purpose |
|------|---------|
| metasploit | Exploitation framework |
| sqlmap | SQL injection |
| nikto | Web vulnerability scan |
| gobuster | Directory brute force |
| wpscan | WordPress exploitation |
| searchsploit | Exploit database |
| nuclei | Template-based scanning |
š CREDENTIALS
| Tool | Purpose |
|------|---------|
| hashcat | GPU hash cracking |
| john | CPU hash cracking |
| hydra | Online brute force |
| medusa | Parallel brute force |
| crackmapexec | SMB/WinRM attacks |
| impacket | Windows protocols |
š„ STRESS
| Tool | Purpose |
|------|---------|
| hping3 | Packet flooding |
| iperf3 | Bandwidth testing |
| ab | HTTP load testing |
š INTEL
| Tool | Purpose |
|------|---------|
| theharvester | OSINT harvesting |
| recon-ng | Recon framework |
| shodan | Internet scanning |
| tcpdump | Packet capture |
| wireshark | Traffic analysis |
š® The Menu System
NETREAPER v4.0+ features a clean, organized menu structure:
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā ⤠ARSENAL ⢠ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā¤
ā ā
ā [1] š RECON Scanning, discovery, enumeration ā
ā [2] š” WIRELESS WiFi attacks, monitoring, cracking ā
ā [3] š EXPLOIT Web attacks, SQLi, Metasploit ā
ā [4] š„ STRESS Bandwidth, flooding, load testing ā
ā [5] š§ TOOLS Install arsenal, status, updates ā
ā [6] š INTEL OSINT, traffic capture, reporting ā
ā [7] š CREDENTIALS Hash cracking, brute force, dumping ā
ā [8] šÆ POST-EXPLOIT Lateral movement, persistence ā
ā ā
ā [S] š Sessions [C] ā Config [H] Help ā
ā ā
ā [Q] Quit ā
ā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
Each category opens a submenu with specific tools and options.
š ļø The Arsenal
Installation Methods
Option 1: Essential Tools Only (~500MB, 5 min)
sudo netreaper-install essentials
Option 2: Full Arsenal (~3-5GB, 15-30 min)
sudo netreaper-install all
Option 3: Category Install
sudo netreaper-install scanning # nmap, masscan, rustscan...
sudo netreaper-install wireless # aircrack-ng, wifite, bettercap...
sudo netreaper-install exploit # metasploit, sqlmap, nuclei...
sudo netreaper-install creds # hashcat, john, hydra...
Option 4: Interactive Menu
sudo netreaper-install
Check What's Installed
netreaper status
š» Usage
# Interactive menu (default)
sudo netreaper
# Direct commands
sudo netreaper scan 192.168.1.0/24 --quick
sudo netreaper scan 10.0.0.1 --full --vuln
sudo netreaper wifi --monitor wlan0
# Session management
sudo netreaper session start
sudo netreaper session resume
# Tool management
sudo netreaper status
sudo netreaper install
# Help
sudo netreaper help
sudonetreaper --version
šŗļø Roadmap
- [x] v3.0 - Initial release with 60+ tools
- [x] v3.4 - Bug fixes, installer improvements
- [x] v4.0 - Menu restructure, separate installer, sudo handling
- [x] v4.1 - README overhaul, style updates
- [x] v4.3 - OFFTRACKMEDIA licensing, GitHub templates
- [x] v5.0 - Phantom Protocol UX/logging/wizards overhaul
- [x] v5.1 - Critical bug fixes, input sanitization, missing functions
- [ ] v5.5 - Profile system, favorites, aliases
- [ ] v6.0 - Plugin architecture, custom modules
ā ļø Legal Disclaimer
ā ļø THIS TOOL IS FOR AUTHORIZED PENETRATION TESTING ONLY ā ļø
By using NETREAPER, you agree to:
- ā Only test systems you have WRITTEN AUTHORIZATION to test
- ā Accept FULL LEGAL RESPONSIBILITY for your actions
- ā Understand that UNAUTHORIZED ACCESS IS A FEDERAL CRIME
The developers accept NO LIABILITY for misuse of this tool.
CFAA violations can result in up to 20 years imprisonment.
Don't be stupid. Get permission. Document everything.
š License
This project is licensed under the Apache License 2.0 - see LICENSE for details.
Ā© 2025 OFFTRACKMEDIA Studios
ABN: 84 290 819 896
| Document | Description | |----------|-------------| | LICENSE | Apache 2.0 License | | EULA | End User License Agreement | | Code of Conduct | Community standards | | Contributing | How to contribute | | Security Policy | Vulnerability reporting |
š Credits
Built with hatred for complexity and love for chaos by OFFTRACKMEDIA Studios
Standing on the shoulders of giants:
- aircrack-ng
- nmap
- Metasploit
- hashcat
- And 60+ other incredible open-source projects
<div align="center">
If NETREAPER helped you, give it a ā
"In the kingdom of the blind, the one-eyed man is king.
In the kingdom of WiFi, NETREAPER is god."
- Ancient Hacker Proverb
Made with š and mass deauthentication packets
OFFTRACKMEDIA Studios - "Building Empires, Not Just Brands."
</div>