Skip to content

nbesort.rb is a small Ruby script designed to sort Nessus output by finding. This makes bulk analysis of findings a lot easier!

Notifications You must be signed in to change notification settings

davidshaw/nbesort.rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

nbesort.rb

nbesort.rb is a simple tool designed to sort Nessus findings by finding, rather than by IP. It is a simple *nix utility (tested on Linux, BSD, and OS X) that will parse through an NBE file and spit the results out to stdout. This has been very helpful for us during client engagements.

A typical use of nbesort.rb looks something like this:

ruby nbesort.rb client.nbe > client_findings.txt

From here, it is very easy to simply go through the .txt output to find which findings may be relevant, and which are not. Many security professionals are not huge fans of the new-ish Flash/FLEX interface of Nessus, so this has been a welcome tool for much of the community.

Thanks for your interest!

About

nbesort.rb is a small Ruby script designed to sort Nessus output by finding. This makes bulk analysis of findings a lot easier!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages