Skip to content

r4vencrane/Network-Recon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Network Recon – Fast & Clean Nmap Wrapper

image


About

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 nmap outputs
  • Automating part of the enumeration phase

💡 Ideal Use Case

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.

Installation

git clone https://github.com/r4vencrane/Network-Recon.git
cd Network-Recon
chmod +x netrecon.sh
./netrecon.sh

In 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 -h

Usage

image

Usually 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 panel

TCP Scan Example: image

UDP SCAN Example: image

Depending 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

image

About

Script that automates network-level scanning for open ports, normally used for HTB machines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages