May 2017
Intermediate to advanced
416 pages
21h 33m
English
The normal output option (-oN) can be combined with any of the other available output options. For example, we might want to generate the results in XML format to import it into a third-party tool and in the normal mode to share with a coworker:
$ nmap -oN normal-output.txt -oX xml-output.xml scanme.nmap.org
The verbose flag (-v) and the debug flag (-d) will alter the amount of information included. You can use integers or repeat the number of the v or d characters to set the verbosity or debug level:
$ nmap -v2 -oN nmapscan.txt scanme.nmap.org$ nmap -vv -oN nmapscan.txt scanme.nmap.org$ nmap -d2 -oN nmapscan-debug.txt scanme.nmap.org$ nmap -dd -oN nampscan-debug.txt scanme.nmap.org
Read now
Unlock full access