nessus file analyzer by LimberDuck is a GUI tool which enables you to parse nessus scan files from Nessus and Tenable.SC by (C) Tenable, Inc. and exports results to a Microsoft Excel Workbook for effortless analysis.
Project description
nessus file analyzer
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.
Main features
- 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
Documentation
Visit https://nessus-file-analyzer.readthedocs.io to find out more.
Installation
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
Meta
Change log
See CHANGELOG.
Licence
GNU GPLv3: LICENSE.
Authors
Damian Krawczyk created nessus file analyzer by LimberDuck.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nessus_file_analyzer-0.7.2.tar.gz
.
File metadata
- Download URL: nessus_file_analyzer-0.7.2.tar.gz
- Upload date:
- Size: 67.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c6a0bd0314e5a2d2bea1db15f896f73e672cbd21f8a6cebd6f359ae5749399e |
|
MD5 | 181a06b0d5466b9bec7c1111bb3fef30 |
|
BLAKE2b-256 | dfabc4185aeec38dcf7f839037afd5c4bbf804dde23961b74a27479e57b6364a |
File details
Details for the file nessus_file_analyzer-0.7.2-py3-none-any.whl
.
File metadata
- Download URL: nessus_file_analyzer-0.7.2-py3-none-any.whl
- Upload date:
- Size: 69.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 150c2051edf9e21e6b56d3d822cb5f26762f4c15fa0bc682db05f25ba9e38fad |
|
MD5 | 5700471a3cc95a186e783d4080580d9d |
|
BLAKE2b-256 | 15b2115ddcfaaab6f52e5f91e933e8108d7c75658a936e9496ada2babb05cdb2 |