Git Product home page Git Product logo

nessusparser-excel's Introduction

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

nessusparser-excel's People

Contributors

terminalfi avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.