nessus file analyzer by LimberDuck (pronounced ˈlɪm.bɚ dʌk) is a GUI tool which enables you to parse multiple nessus files containing the results of scans performed by using Nessus by (C) Tenable, Inc. and exports parsed data to a Microsoft Excel Workbook for effortless analysis.
Operational memory usage will be kept low while parsing even the largest of files. You can run it on your favourite operating system, whether it is Windows, macOS or GNU Linux. As a parsing result, you will receive spreadsheets with a summary view of the whole scan and/or all reported hosts. You will also be able to generate spreadsheets with a detailed view of all reported vulnerabilities and/or noncompliance. It's free and open source tool, which has been created to automate our work, decrease our workload and focus on data analysis.
- select one or more nessus files at once or select directory to get all nessus files from it and from all its subdirectories
- select one or more of available report types like:
- scan,
- host,
- vulnerabilities,
- noncompliance
- change target directory for output file to desired one, leave it default (current working directory) or set to be the same as source files
- add suffix for output file with
_YYYYMMDD_HHMMSS
and/or custom text
Visit https://nessus-file-analyzer.readthedocs.io to find out more.
Note: It's advisable to use python virtual environment for below instructions. Read more about python virtual environment in The Hitchhiker’s Guide to Python!
Read about virtualenvwrapper in The Hitchhiker’s Guide to Python!: virtualenvwrapper provides a set of commands which makes working with virtual environments much more pleasant.
-
Install nessus file analyzer
pip install nessus-file-analyzer
To upgrade to newer version run:
pip install -U nessus-file-analyzer
-
Run nessus file analyzer
nessus-file-analyzer
Optionally for Linux and macOS:
nessus-file-analyzer&
Run with
&
at the end to start the process in the background. -
Make a shortcut for nessus file analyzer
Windows:
- Run in cmd
where nessus-file-analyzer.exe
- Copy returned path.
- Go to e.g. to Desktop.
- Right click on Desktop and choose
New > Shortcut
. - Paste returned path.
- Click
Next
,Finish
.
Linux (Ubuntu) / macOS
- Run in Terminal
which nessus-file-analyzer
- Run in Terminal
ln -s path_returned_in_previous_command ~/Desktop/
macOS
- Run in Terminal
which nessus-file-analyzer
- Open
bin
folder wherenessus-file-analyzer
is located. - Right click on
nessus-file-analyzer
and chooseMake alias
. - Move your alias e.g. to Desktop.
- Run in cmd
See CHANGELOG.
GNU GPLv3: LICENSE.
Damian Krawczyk created nessus file analyzer by LimberDuck.