NSE script output in the HTML report
After saving your scan results in the XML output format, you can generate an HTML report with the help of an XSLT processor. There are several options available but, in UNIX, the most popular option is xsltproc
. To use this, we simply pass the XML scan results file and set the output filename as follows:
$ xsltproc <input xml file> -o <output file> $ xsltproc b33rcon.xml -o b33rcon.html
Now the HTML file generated can simply be opened with your favorite web browser. The output in the web browser would look as follows:
The NSE script output will be included underneath its corresponding service. It is important ...
Get Mastering the Nmap Scripting Engine now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.