formats

Create HTML Reports with Nikto Web Server Scanner

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

Create HTML Reports with Nikto Web Server Scanner | 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

formats

Create HTML reports with nmap

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

Create HTML reports with nmap | nmap can actually create very good html reports. I’ll show you how! Below is a one-liner command that will scan and create an html file for all open ports and services. This example happens to be a scan of my home network with a few VirtualBox VMs started to add to the mix. I use

Home Posts tagged "html reports"