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
|
Related Articles
Nessus |
|
Nessus Parsing Tools |
|
Vulnerability Management |
|