Saving The Results

-oN - .nmap file extension (normal output)

-oG - .gnmap file extension (grepable output)

-oX - .xml nmap extension (XML output)

-oA - save result in all of formats

save results in all formats

sudo nmap 10.129.2.28 -oA {set file name} {define file path}

Convert .XML file to HTML page using xsltproc

xsltproc target.xml -o target.html

Open a file with browser through terminal

xdg-open {filename.html} firefox

Last updated