This document records all notable changes to nessus file analyzer by LimberDuck.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.7.2 - 2022-05-13
- Tenable.io files support - initial support to pars nessus files coming from Tenable.io
- information about source tool - information about
scan_file_source
added inProgress preview
. Now you will see information likeNessus
,Tenable.sc
,Tenable.io
0.7.1 - 2021-10-06
- Concatenated column's headers
CVE numberExploit available
in Vulnerabilities tab report with unchecked optionadd debug data
fixed by moving following column's headers one column to the right:- Exploit available,
- Exploit code maturity,
- Exploit framework metasploit,
- Exploitability ease,
0.7.0 - 2021-09-06
nessus-file-analyzer
as Python package - from now on you can install it withpip install nessus-file-analyzer
- entry point
nessus-file-analyzer
added - from now on, after installation of nessus file analyzer you can run it with commandnessus-file-analyzer
, read more in documentation in Installation instructions.
0.6.0 - 2021-08-23
- new columns added to Vulnerabilities report (read more in documentation):
- Exploit available,
- Exploit code maturity,
- Exploit framework metasploit,
- Exploitability ease,
0.5.1 - 2021-03-27
- Requirements updated with newer version of pillow.
0.5.0 - 2020-07-25
- ZIP Archive support - now you will have possibility to analyze nessus files just from inside of zip archive files:
- Go to File > Open file-s and select "ZIP Archive (*.zip)" extension to see zip archive files and select them.
- Go to File > Open directory and select directory nessus files and zip archive files containing nessus files will be automatically taken from selected directory and its subdirectories.
- Simple drag and drop zip archive file or directories on nessus file analyzer by LimberDuck window to open zip archive files containing nessus files from dropped directory and its subdirectories.
- NetBIOS information in host report - if you turn on debug option for host report type you will have two additional columns with information about:
- NetBIOS Computer name - if available in Plugin ID 10150 output.
- NetBIOS Domain name - if available in Plugin ID 10150 output.
0.4.0 - 2019-09-09
- CVE information in vulnerabilities report - now you will have two additional columns at the end:
- CVE counter - with number of all CVE numbers assigned to particular plugin, if there is no CVE assigned cell has value 0
- CVE number - with list of CVE numbers assigned to particular plugin, if there is no CVE assigned cell is empty
0.3.1 - 2019-09-02
- Start button and menu option Start analysis - will be set to disabled if you do not provide nessus files during the next selection (e.g. cancelling nessus files selection, cancelling source directory selection, selecting directory without nessus files, dropping files with extension different than .nessus, dropping directory without nessus files)
- List of files to pars - will be correctly cleared out if you do not provide nessus files during the next selection (e.g. cancelling nessus files selection, cancelling source directory selection, selecting directory without nessus files, dropping files with extension different than .nessus, dropping directory without nessus files)
0.3.0 - 2019-08-26
- Drag & drop - now you can drag and drop selected files or directories on nessus file analyzer by LimberDuck window to open nessus files.
- Validation of user input for custom suffix - Settings > Target files > add custom suffix - now you will not be able to put chars like \/:*?"<>| which will let you save target file without any problem.
0.2.0 - 2019-08-19
- skip None results - Settings > Source files > vulnerabilities > skip None results - now you can skip findings reported by plugins with None Risk Factor, thanks to this, the resulting file size will be smaller.
- custom suffix field works as desired - Updated option: Settings > Target files > add custom suffix - now input field for custom suffix is disabled by default. If you check this option input field becomes editable. Any text entered will result in automatic suffix change. Suffix will be cleared out if you uncheck this option or delete the entered text.
0.1.1 - 2019-07-21
- From now on if source file or source directory has been already selected target directory will be set base on path from selected source file or base on path from first file from selected source directory if you use option "set source directory as target directory".
- Typo in tooltip for "Open" button to open target directory fixed.
- Naming convention changed everywhere from "conversion" to "analysis".
0.1.0 - 2019-06-23
- Initial release