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]
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]
0 Comments