Coder Social home page Coder Social logo

hawngeek / nessus-report Goto Github PK

View Code? Open in Web Editor NEW

This project forked from roeyk/nessus-report

0.0 1.0 0.0 48 KB

Automatically parse and tabulate Nessus findings into OpenDocument tables

License: GNU General Public License v3.0

Python 100.00%

nessus-report's Introduction

nessus-report

Automatically parse and tabulate Nessus findings into OpenDocument tables

Example invocation (all platforms): nessus-report -s warn,hole -r high,medium -o h *.nbe -o outputFile.odt

Example invocations (nix): nessus-report -s warn,hole -r high,medium,moderate,low -o h $( find . -iname ".nbe*" ) -o outputFile.odt

This script relies on the ODFPy library. It can be installed from the Python Package Index with the following command: pip install http://pypi.python.org/packages/source/o/odfpy/odfpy-0.9.6.tar.gz. The Odf-py library is also available at http://opendocumentfellowship.com/projects/odfpy

Much thanks to Alessandro Di Pinto's Yet Another Nesuss Parser (YANP) examples for parsing .nessus XML files! For more information, please see https://code.google.com/p/yet-another-nessus-parser/

Current issues as of (20130813):

  • add Compliance Finding results (for both .nessus and NBE)
  • fix CSV output
  • get header row to repeat across all pages of the table
  • make an automatic list for Finding# column
  • add file not found/no filename supplied exception handling
  • optimize for .nessus file loading speed.

Issues resolved:

  • fixed complex bug which caused report generator to overlook Critical vulnerabilities (20140327)
  • ensure that 'critical' user input parameter is honored (20140325)
  • fixed csv option handling bug - (20130813)
  • figure out which severities the NBE parser is excluding from matches [turns out it isn't; it's that NBE doesn't always list everything that the .nessus does
  • fix NBE support
  • fix broken constraint of searches by severity list and risk factor
  • ensure that column 6, CVE, appears in .ODT output

nessus-report's People

Contributors

roeyk 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.