Website: www.shallvhack.com
Twitter: https://www.twitter.com/shallvhack
LinkedIn: https:// www.linkedin.com/company/shallvhack
It is an automated script which run naabu first and then nmap on open ports.
This script automatically scan all the IPs available in IP List/IP Range or Single IP with "naabu" to find open ports then It filters the open ports. It runs the NMAP on IPs with Open Ports to find running services and versions.
You will get naabuscan.txt. "nmap_IP_scan".txt files after running this script
Requirement :
-
nmap
git clone https://github.com/shallvhack/nmap-after-naabu.git
cd nmap-after-naabu
chmod +x script.sh
./script.sh ip_list.txt
./script.sh ip_range (e.g., ./script.sh 192.168.1.1/24)
./script.sh single_ip (e.g., ./script.sh 192.168.43.68)