Perform a comprehensive network scan using nmap's Ippsec initial scan.
$ nmap 127.0.0.1 -sC -sV -oA initial_nmap_scan
3/5 Effective Quick UDP Scan
Perform a quick scan of top 100 UDP ports using nmap with -sU (UDP scan) and --top-ports options.
$ sudo nmap 127.0.0.1 -sU --top-ports 100
4/5 Speedup the scan
Speed up network scan using nmap with options like -Pn (skip host discovery), -n (no DNS resolution), --min-rate (minimum rate of packets sent), and --open (show only open ports).
That's all for this thread on Nmap! Thanks for following along.
Be sure to follow @ReconOne_bk for more informative threads on Recon, tools and techniques.