[IPv6] How to do NMAP over IPv6 Network
Posted by admin on February 28th, 2010
> nmap 2404:170:3::49
Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2010-02-28 22:43 GMT
Invalid host expression: 2404:170:3::49 — colons only allowed in IPv6 addresses, and then you need the -6 switch
QUITTING!
> nmap -6 2404:170:3::49
Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2010-02-28 22:43 GMT
Interesting ports on 2404:170:3::49:
Not shown: 1676 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
443/tcp open https
873/tcp open rsync
Nmap finished: 1 IP address (1 host up) scanned in 2.694 seconds


