May 2017
Intermediate to advanced
416 pages
21h 33m
English
The -6 option enables IPv6 scanning, which is one of the most important updates in the latest versions of Nmap. TCP port scanning, including raw packet scanning, service detection, OS detection, Nmap scripting engine scripts, and a new ping scanning technique named IPv6 neighbor discovery, are now supported in IPv6 mode.
Always add the -6 option at the beginning to let Nsock know as soon as possible that you will be working with IPv6.
# nmap -6 -sT <target># nmap -6 -O <target># nmap -6 -A <target>
Read now
Unlock full access