Nessus Parsing Tools v1.3.1

A set of tools to parsing the results of a report.

Code:

  • nbesql.py
  • report_auto.py
  • report_manual_review.py
  • report_ports.py
  • report_unsorted.py
  • sql2html.py

Single use syntax:
nbe2sql.py -i <nessus.nbe>

Windows batch

for /f %a in ('dir /b *.nbe') do nbe2sql.py -i %a
for /f %a in ('dir /b *.dat') do report_helper_manual_review.py -i %a

More information: here

Thanks to Garrett Gee - Project Leader, from WestCoastHackers.net - for sharing this tool with us.

Post scriptum

Compliance Mandates

  • Vulnerability Management :

    PCI DSS 11.2, 6.6, SOX A13.3, GLBA 16CFR Part 314.4(c), HIPAA 164.308(a)(8), FISMA RA-5, SI-2, ISO 27001-27002 12.6, 15.2.2


Related Articles

Nessus
Nessus Parsing Tools
Vulnerability Management