Skip to content

TerminalFi/NessusParser-Excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Now supports Python 2 and 3. Thanks to Slad3G for pointing out the issue.

NessusParser

Python based nessus parser that converts NessusV2 files into formatted XLSX documents.

Key Features!

  • Multiple file support
  • Formatted XLSX output with worksheets (Full Detail, Device Type, Critical, High, Medium, Low, Informational)
  • Memory Usage at a minimum

Table of Contents

Inspiration

Inspiration of this came from Nessus Parser - Cody. While this ruby one is still kicking, I prefer python. I hope to eventually emulate all of the features provide by this tool + more

Planned Updates

  • Charts
  • Looking for ideas

Updates

Version 0.3.6
  • Remove Update Function
Version 0.3.5

- Simple Update Checker python3 nessusparser.py -u or python3 nessusparser.py --check-update

Version 0.3.4
  • CVSS Overview sheet added
  • Plugin Overview sheet added (Can be used to identify unwanted plugins to be used with ignore feature)
  • Ignore Plugin ID's
  • Overwrite file protection (If an existing report is identified, automatically append Year-Month-Day-Seconds-Miliseconds)
Version 0.3.3
  • Memory Optimization
  • Max memory usage expectency calculation
  • Overview sheet includes Pie chart of Vuln Count by Severities
Version 0.3.2
  • Code refractoring
  • Added BugTraq ID's column to Full Report, Critical, High, Medium, Low, Informational
Version 0.3.1
  • Code refractoring
  • Added CVE Information to correlating findings. (Last column of worksheets)
Version 0.3
  • Optimized Memory Usage (Bug ID: Memory Usage )
Version 0.2
  • Added MS Process Infor Tab
  • Optimized Memory Usage (Bug ID: 1)
  • Nessus v.2 Support
  • File to finding mapping
Version 0.2
  • Added MS Process Infor Tab
  • Optimized Memory (Bug ID: 1)
  • Nessus v.2 Support
  • File to finding mapping
Version 0.1
  • Creation of Full Report, Device Type, Critical, High, Medium, Low, Informational
  • Multi File Support
  • Nessus v.2 Support
  • File to finding mapping
Bugs
  • ID 1: High Memory Usage

Screen

Full Report

Pro's vs Con's

Pro's

  • Fast
  • Multi file support
  • Nicely formatted
  • Commented Code (In Progress)

Con's

  • Error Checking? What's that! (I have yet to finish this code and wrote it quickly. Didn't implement much of any of this)

Usage

pip install pipenv

pipenv install
pipenv shell

General Usage
python nessusparser.py -l FOLDER_WITH_FILES -o OUTPUT_DIRECTORY/FILENAME

Ignore plugin ID's
python nessusparser.py -l FOLDER_WITH_FILES -o OUTPUT_DIRECTORY/FILENAME -i 25423,23432,54353,34534

Ignore Plugin ID's from file (One plugin ID per line)
python nessusparser.py -l FOLDER_WITH_FILES -o OUTPUT_DIRECTORY/FILENAME -ig FILE_WITH_PLUGIN_IDS

Ignore common plugin ids from file + report specific plugin ids
python nessusparser.py -l FOLDER_WITH_FILES -o OUTPUT_DIRECTORY/FILENAME -ig FILE_WITH_PLUGIN_IDS -i 23432,234234,234234

Example

Notice: No file extension specified

python nessusparser.py -l nessus_files -o reports/combined_report