netrecon.sh is a Bash-based wrapper for nmap, designed to perform clean, automated, and aesthetically enhanced network scans.
This tool is ideal for:
- CTF players and HTB enthusiasts
- Fast reconnaissance of target IPs
- Generating ready-to-read
nmapoutputs - Automating part of the enumeration phase
You're tackling a new HTB machine and want a clean, focused, and fast scan to jumpstart your enumeration process. This tool gives you a battle-ready overview in seconds.
git clone https://github.com/r4vencrane/Network-Recon.git
cd Network-Recon
chmod +x netrecon.sh
./netrecon.shIn case that you want to have this script in your own system:
sudo cp netrecon.sh /usr/local/bin/netrecon
chmod +x /usr/local/bin/netrecon
netrecon -hUsually with Hack The Box Machines
./netrecon.sh -t <IP-Address> # Perform full TCP scan
./netrecon.sh -u <IP-Address> # Perform full UDP scan
./netrecon.sh -h # Show help panelDepending of the type of scan that you selected, it genereates a tcpScan.txt or udpScan.txt file where you can see the entire Nmap Scan in order to look for more information




