May 2017
Intermediate to advanced
416 pages
21h 33m
English
Nmap supports the alias option -oA <basename>, which saves the scan results in all the available formats: normal, XML, and grepable. The files are generated with the extensions, that is, .nmap, .xml, and, .grep:
$ nmap -oA scanme scanme.nmap.org
Running the previous command is equivalent to running the following command:
$ nmap -oX scanme.xml -oNscanme.nmap -oG scanme.grep scanme.nmap.org
Read now
Unlock full access