I've been looking for a nice perl script to generate a html report of nmap output. I came across nmap-report.pl the other day and got it working in Backtrack. You can find it here:
http://packetstormsecurity.org/filed....2.tar-gz.html
All you have to do is install the CPAN dependencies
Then run it on a hosts.txt file containing IP's you wish to scan.Code:CPAN install Nmap::Scanner
By default, it does a -sS -sU -A -vv -iL $lista -oXCode:perl nmap-report.pl hosts.txt report.html
Try it out and let me know how this works for everyone. Thanks!
William


