NMap and it cheat codes

NMap 

NMap is used to scan network and security scan. It is used to discover hosts and services in a computer.

Cheat codes for regular use

scan single target nmap target ip
scan multipe targets -nmap target ip, target ip etc
scan list of targets -nmap -iL(list.txt)
scan entire subnet -nmap [ip address/cdir]
aggressive scan - nmap -A [target]
scan ip6 -nmap -6 [target]
don't ping -nmap -PN [target]

Post a Comment

0 Comments