formats

Create HTML Reports with Nikto Web Server Scanner

Published on July 12, 2012, by + in linux, sysadmin.



The open source web server scanner Nikto can create excellent HTML reports. I’ll show you how!


In your nikto scan options, use tack capital F htm to signify the output format as html.



Below is an example command:

$ nikto -h example.com -Display V -F htm -output niktoscan.html


Click to view an example HTML report (opens in new window)


nikto_html



Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Home linux Create HTML Reports with Nikto Web Server Scanner