Comment Re:nmap is easily fooled (Score 1) 651
matrix# nmap -P0 -sS -p 80 www.adequacy.org
Starting nmap V. 2.54BETA25 ( www.insecure.org/nmap/ )
Interesting ports on (66.180.229.40):
Port State Service
80/tcp filtered http
Nmap run completed -- 1 IP address (1 host up) scanned in 37 seconds
matrix# telnet www.adequacy.org 80
Trying 66.180.229.40...
telnet: connect to address 66.180.229.40: Connection timed out
[SYSTEM FAILURE]
Starting nmap V. 2.54BETA25 ( www.insecure.org/nmap/ )
Interesting ports on (66.180.229.40):
Port State Service
80/tcp filtered http
Nmap run completed -- 1 IP address (1 host up) scanned in 37 seconds
matrix# telnet www.adequacy.org 80
Trying 66.180.229.40...
telnet: connect to address 66.180.229.40: Connection timed out
[SYSTEM FAILURE]