Giter VIP home page Giter VIP logo

nessus-analyzer's Introduction

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

๐Ÿป

nessus-analyzer's People

Contributors

gehrhorn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mreetyunjaya

nessus-analyzer's Issues

Mongo gem version required must be less than 2.0 (working with 1.12.5)

Errors presented:

root@debian:~/nessus-analyzer# ./nessus-analyzer.rb -f report.nessus -d production
uninitialized constant MongoClient
./nessus-analyzer.rb:218:in `ensure in make_mongo_doc': undefined method `close' for nil:NilClass (NoMethodError)
Did you mean?  clone
	from ./nessus-analyzer.rb:218:in `make_mongo_doc'
	from ./nessus-analyzer.rb:237:in `block in process_nessus_file'
	from /usr/lib/ruby/2.3.0/gems/ruby-nessus-1.2.0/lib/nessus/parse.rb:32:in `initialize'
	from ./nessus-analyzer.rb:226:in `new'
	from ./nessus-analyzer.rb:226:in `process_nessus_file'
	from ./nessus-analyzer.rb:291:in `<main>'

Resolve with:
gem install mongo -v '< 2'

Trying to run this but

./nessus-analyzer.rb -f chi.nessus --show-statistics ./nessus-analyzer.rb:226:in process_nessus_file': uninitialized constant Nessus::Parse (NameError)
Did you mean? Parts
from ./nessus-analyzer.rb:291:in <main>'

Any ideas?

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.