This is a reporting scripting which takes nessus files in csv or xlsx and generates different kinds of output
Future plan is to improve it as a generic framework to create reports from multiple tools.
- Total Number of assets scanned
- Assets with auth failure
- Vulnerability summary
- Missing Patches summary
- Vulnerability Aging Summary 6 Missing Patches Aging Summary
- USB enumeration
- Unsupported Software enumeration
- Outdated Antivirus enumeration
- DLP enumeration 11.Share enumeration
TODO :
- Logic for most of the reports are ready.
- Changing the existing iteration logic to row, which is faster.
- Fixing the charting issues in Word and Excel.
- Code Clean Up