Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.5 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.5 KB

Tool to analyze Nessus output

Description

Nessus-analyzer aims to make Nessus data more useful by:

  1. Giving you the ability to (programmatically) calculate useful security metrics.
  2. Sending Nessus data to MongoDB to maintain a historical view of vulnerability data.
  3. Sending data to Graphite to make awesome vulnerability charts.

Running the analyzer

Every time you run the analyzer you need to supply two options:

  1. The file or you want to analyze.
  2. The action you want to take (find top events, show stats, send to graphite, etc)

Features

Dependencies

Documentation

The wiki has more information.

Contributing

Want to help? I'd really love it. Check out the contributing guidelines

🍻