26
Scan for UDP DDOS reflectors
nmap -sU -A -PN -n -pU:19,53,123,161 -script=ntp-monlist,dns-recursion,snmp-sysdescr 192.168.20.2/24
27
Gather page titles from HTTP Servers
nmap –script=http-title 192.168.20.128
28
Get HTTP headers of web services
nmap –script=http-headers 192.168.20.128
29
Find web apps from known paths
nmap –script=http-enum 192.168.20.128
30
Find exposed Netbios servers
nmap -sU –script nbtstat.nse -p 137 192.168.20.128