Portscan -------- #nmap -sF 192.168.1.18 <- For Linux Boxes (if show ports and not with -sT, the linux box is running a FW) #nmap -P0 -sS 192.168.0.1 <- For Windows Boxes (sometimes will crash them) Xmas scans -> URG, PUSH, FIN FTP Bounce scan: #nmap -b ftp.merc-int.com -P0 -p 80 -T4 -vv www.yahoo.com Resource: -------- http://members.dodo.net.au/~ps2man/Nmap/nmap.html