Skip to content

Commit 9a8697f

Browse files
description update
1 parent 02ebee7 commit 9a8697f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ decrease our workload and focus on data analysis.
3535
## Main features
3636

3737
* select one or more nessus files at once or select directory to get all nessus files from it and from all its subdirectories
38-
* select one or more of available report types like:
38+
* select one or more of standard report types like:
3939
* scan,
4040
* host,
4141
* vulnerabilities,
4242
* noncompliance
43+
* check advanced reports like software enumeration
4344
* change target directory for output file to desired one, leave it default (current working directory) or set to be the same as source files
4445
* add suffix for output file with `_YYYYMMDD_HHMMSS` and/or custom text
4546

nessus_file_analyzer/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
__icon__ = "LimberDuck-NFA.ico"
4242
__summary__ = (
4343
"nessus file analyzer (NFA) by LimberDuck is a GUI tool which enables you to parse nessus scan files from "
44-
"Nessus and Tenable.SC by (C) Tenable, Inc. and exports results to a Microsoft Excel Workbook for "
44+
"Nessus and Tenable.SC by (C) Tenable, Inc. and exports results to a spreadsheet file for "
4545
"effortless analysis."
4646
)
4747
__uri__ = "https://limberduck.org"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author="Damian Krawczyk",
2323
author_email="damian.krawczyk@limberduck.org",
2424
description="nessus file analyzer (NFA) by LimberDuck is a GUI tool which enables you to parse nessus scan files from "
25-
"Nessus and Tenable.SC by (C) Tenable, Inc. and exports results to a Microsoft Excel Workbook for "
25+
"Nessus and Tenable.SC by (C) Tenable, Inc. and exports results to a spreadsheet file for "
2626
"effortless analysis.",
2727
long_description=long_description,
2828
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)