Nessus .NBE log parser 0.92 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 0K
Developer: Sergei Ledovskij and Miika Turkia
0 stars award from rbytes.net

Nessus .NBE log parser can be used to simplify going through thousands of lines of Nessus logs and help security professionals to create the audit report.

Bugs are present, and documentation non-existant; disclaimer applies.

Requirements:
Apache with mod_perl
Mysql 4.x
DBI.pm & CGI.pm

Installation:

create nbe/ directory under your CGI directory, and copy nbe.pl there
copy style.css to web root
copy gfx/ to web root
run the database schema (mysql -u root -p < schema.sql)
create Mysql user "nbe", with password "nbepass" (configurable in nbe.pl)
grant user "nbe" access to the "nbe" database (use mysql-admin or phpmyadmin)
go to http://localhost/cgi-bin/nbe/nbe.pl
login using admin/admin
create user account

Usage:

login using created user account
upload .nbe report
select "Holes", "Warnings" or both and click Process

What's New in This Release:
This release adds the ability to generate reports by host ("Table" button), as well as by the actual vulnerability ("Report button).
It's now easier to edit large sessions, since the parser remembers the plugin being edited and returns to it.
There are minor bugfixes.

Nessus .NBE log parser 0.92 keywords