Now supports Python 2 and 3. Thanks to Slad3G for pointing out the issue.
Python based nessus parser that converts NessusV2 files into formatted XLSX documents.
- Multiple file support
- Formatted XLSX output with worksheets (Full Detail, Device Type, Critical, High, Medium, Low, Informational)
- Memory Usage at a minimum
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
- Charts
- Looking for ideas
- Remove Update Function
- Simple Update Checker python3 nessusparser.py -u
or python3 nessusparser.py --check-update
- 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)
- Memory Optimization
- Max memory usage expectency calculation
- Overview sheet includes Pie chart of Vuln Count by Severities
- Code refractoring
- Added BugTraq ID's column to Full Report, Critical, High, Medium, Low, Informational
- Code refractoring
- Added CVE Information to correlating findings. (Last column of worksheets)
- Optimized Memory Usage (Bug ID: Memory Usage )
- Added MS Process Infor Tab
- Optimized Memory Usage (Bug ID: 1)
- Nessus v.2 Support
- File to finding mapping
- Added MS Process Infor Tab
- Optimized Memory (Bug ID: 1)
- Nessus v.2 Support
- File to finding mapping
- Creation of Full Report, Device Type, Critical, High, Medium, Low, Informational
- Multi File Support
- Nessus v.2 Support
- File to finding mapping
ID 1: High Memory Usage
Full Report |
---|
- Fast
- Multi file support
- Nicely formatted
- Commented Code (In Progress)
- Error Checking? What's that! (I have yet to finish this code and wrote it quickly. Didn't implement much of any of this)
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
Notice: No file extension specified
python nessusparser.py -l nessus_files -o reports/combined_report