|
Thursday 29, July 2010
Welcome to our Nessus & OpenVas Reporter
page.
We hope you find the scripts useful for
viewing and managing your nessus scan results.
Although the chart demo scripts are not
available for download, you can email us
via our contact page and request the scripts
we created for the DashBoard as well as
the individual reports if you think it may
be of interest. It will be down to you to
develop the scripts to suit your needs with
your choice of charting software but we
hope you will find what we have done very
useful as it is.
We'd like to thank everyone for taking
time review and test the tool and for
making suggestions on its basic functionality.
|
|
|
|
HackerStorm
Reporter
|
|
The
tool runs on linux laptops, workstations
or server and requires;
Apache webserver
PHP 5 enabled
|
|
|
|
Installing
and using the tool
|
Downloading
the GUI
To
download our scripts, click the download
link above!.
Installing
the scripts
It could not be simpler, just extract
the zip file to a folder within your webserver
directory. It can be whatever you want,
however, we suggest you do not alter the
folder structure within the nessus folder,
though you can change nessus/openvas folder
name to whatever you like.
The default location within the script
is a directorty called /nessus in the
root of your web server. You can of course
change this, if you do, you must change
the path for 'site' in the javascript
within <head> in 'nessus/openvas_summary.php'
as follows;
site="/nessus/";
site="/openvas/";
to
site="/path/to/my/directory/";
Please note, we are assuming you know
how to install and configure Apache and
PHP5, please do not contact HackerStorm.com
for questions regarding troubleshooting
Apache and PHP5, you wont get a response,
you will need to refer to your vendors
manuals and install guides. All you need
is the latest version of Apache and PHP5.
You may need to ensure you have read permissions
on the folders also.
To start
using the GUI
Assuming you have the latest version of
Apache webserver with PHP5 running and
correct directory in javascript in nessus_summary.php,
open your web browser and browse to the
directory where you extracted the scripts.
E.g. on a local Ubuntu laptop/workstation
it may be something like /var/www/nessus/nessus-index.php
Dont forget, when you run scan, just export
the report as 'XML' and copy it into the
'XML folder, when you refresh nessus-index.php,
it will be available to view.
Note, we have'nt done exhaustive tests
on various operating systems with various
versions of Apache and PHP, we'd be happy
to hear from you if you have it working
on anything other than Ubuntu, Debian
and Redhat.
We have used scripts with Apache 2.2.8
and php5.
|
|
|