home
|
archive
|
lists
|
rpg
|
howto
|
other
|
about
nmap
scan one ip
nmap 192.168.1.1
scan a range
nmap 192.168.1.1-254
disable host disco
nmap -Pn 192.168.1.1
scan just one port
nmap -p161 192.168.1.1