Skip to content

Commit d8ffc05

Browse files
NFA name added
1 parent b325877 commit d8ffc05

9 files changed

Lines changed: 20 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
This document records all notable changes to [nessus file analyzer by LimberDuck][1].
3+
This document records all notable changes to [nessus file analyzer (NFA) by LimberDuck][1].
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
@@ -51,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5151
### Added
5252

5353
- `nessus-file-analyzer` as Python package - from now on you can install it with `pip install nessus-file-analyzer`
54-
- entry point `nessus-file-analyzer` added - from now on, after installation of **nessus file analyzer** you can run it with command `nessus-file-analyzer`, read more in documentation in [Installation instructions](https://nessus-file-analyzer.readthedocs.io/en/latest/nfa-installation.html).
54+
- entry point `nessus-file-analyzer` added - from now on, after installation of **nessus file analyzer (NFA)** you can run it with command `nessus-file-analyzer`, read more in documentation in [Installation instructions](https://nessus-file-analyzer.readthedocs.io/en/latest/nfa-installation.html).
5555

5656
## [0.6.0] - 2021-08-23
5757

@@ -76,7 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7676
- **ZIP Archive support** - now you will have possibility to analyze nessus files just from inside of zip archive files:
7777
- Go to File > Open file\-s and select "ZIP Archive (*.zip)" extension to see zip archive files and select them.
7878
- 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.
79-
- 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.
79+
- Simple drag and drop zip archive file or directories on *nessus file analyzer (NFA) by LimberDuck* window to open zip archive files containing nessus files from dropped directory and its subdirectories.
8080
- **NetBIOS information in host report** - if you turn on debug option for host report type you will have two additional columns with information about:
8181
- NetBIOS Computer name - if available in Plugin ID 10150 output.
8282
- NetBIOS Domain name - if available in Plugin ID 10150 output.
@@ -101,7 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101101

102102
### Added
103103

104-
- **Drag & drop** - now you can drag and drop selected files or directories on *nessus file analyzer by LimberDuck* window to open nessus files.
104+
- **Drag & drop** - now you can drag and drop selected files or directories on *nessus file analyzer (NFA) by LimberDuck* window to open nessus files.
105105

106106
### Changed
107107

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# nessus file analyzer
1+
# nessus file analyzer (NFA)
22

3-
**nessus file analyzer** by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
3+
**nessus file analyzer (NFA) by LimberDuck** (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
44
tool which enables you to parse multiple nessus files containing the results
55
of scans performed by using Nessus by (C) Tenable, Inc. and exports parsed
66
data to a Microsoft Excel Workbook for effortless analysis.
@@ -49,15 +49,15 @@ Visit https://limberduck.org/en/latest/tools/nessus-file-analyzer/ or https://ne
4949
>Read about [virtualenvwrapper in The Hitchhiker’s Guide to Python!](https://docs.python-guide.org/dev/virtualenvs/#virtualenvwrapper): [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io) provides a set of commands which makes working with virtual environments much more pleasant.
5050
5151

52-
1. Install **nessus file analyzer**
52+
1. Install **nessus file analyzer (NFA)**
5353

5454
`pip install nessus-file-analyzer`
5555

5656
> To upgrade to newer version run:
5757
>
5858
> `pip install -U nessus-file-analyzer`
5959
60-
2. Run **nessus file analyzer**
60+
2. Run **nessus file analyzer (NFA)**
6161

6262
`nessus-file-analyzer`
6363

@@ -67,7 +67,7 @@ Visit https://limberduck.org/en/latest/tools/nessus-file-analyzer/ or https://ne
6767
>
6868
> Run with `&` at the end to start the process in the background.
6969
70-
3. Make a shortcut for **nessus file analyzer**
70+
3. Make a shortcut for **nessus file analyzer (NFA)**
7171

7272
**Windows:**
7373

@@ -103,9 +103,9 @@ GNU GPLv3: [LICENSE].
103103

104104
### Authors
105105

106-
[Damian Krawczyk] created **[nessus file analyzer]** by [LimberDuck].
106+
[Damian Krawczyk] created **[nessus file analyzer (NFA)]** by [LimberDuck].
107107

108-
[nessus file analyzer]: https://limberduck.org/en/latest/tools/nessus-file-analyzer
108+
[nessus file analyzer (NFA)]: https://limberduck.org/en/latest/tools/nessus-file-analyzer
109109
[Damian Krawczyk]: https://damiankrawczyk.com
110110
[LimberDuck]: https://limberduck.org
111111
[CHANGELOG]: https://github.com/LimberDuck/nessus-file-analyzer/blob/master/CHANGELOG.md

nessus_file_analyzer/__about__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
nessus file analyzer by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
3+
nessus file analyzer (NFA) by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
44
tool which enables you to parse multiple nessus files containing the results
55
of scans performed by using Nessus by (C) Tenable, Inc. and exports parsed
66
data to a Microsoft Excel Workbook for effortless analysis.
@@ -36,11 +36,11 @@
3636
"__copyright__",
3737
]
3838

39-
__title__ = "nessus file analyzer by LimberDuck"
39+
__title__ = "nessus file analyzer (NFA) by LimberDuck"
4040
__package_name__ = "nessus-file-analyzer"
4141
__icon__ = "LimberDuck-nessus-file-analyzer.ico"
4242
__summary__ = (
43-
"nessus file analyzer by LimberDuck is a GUI tool which enables you to parse nessus scan files from "
43+
"nessus file analyzer (NFA) by LimberDuck is a GUI tool which enables you to parse nessus scan files from "
4444
"Nessus and Tenable.SC by (C) Tenable, Inc. and exports results to a Microsoft Excel Workbook for "
4545
"effortless analysis."
4646
)

nessus_file_analyzer/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
"""
4-
nessus file analyzer by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
4+
nessus file analyzer (NFA) by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
55
tool which enables you to parse multiple nessus files containing the results
66
of scans performed by using Nessus by (C) Tenable, Inc. and exports parsed
77
data to a Microsoft Excel Workbook for effortless analysis.

nessus_file_analyzer/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
nessus file analyzer by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
3+
nessus file analyzer (NFA) by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
44
tool which enables you to parse multiple nessus files containing the results
55
of scans performed by using Nessus by (C) Tenable, Inc. and exports parsed
66
data to a Microsoft Excel Workbook for effortless analysis.

nessus_file_analyzer/dialogs/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
nessus file analyzer by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
3+
nessus file analyzer (NFA) by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
44
tool which enables you to parse multiple nessus files containing the results
55
of scans performed by using Nessus by (C) Tenable, Inc. and exports parsed
66
data to a Microsoft Excel Workbook for effortless analysis.

nessus_file_analyzer/ico_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
nessus file analyzer by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
3+
nessus file analyzer (NFA) by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
44
tool which enables you to parse multiple nessus files containing the results
55
of scans performed by using Nessus by (C) Tenable, Inc. and exports parsed
66
data to a Microsoft Excel Workbook for effortless analysis.

nessus_file_analyzer/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
nessus file analyzer by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
3+
nessus file analyzer (NFA) by LimberDuck (pronounced *ˈlɪm.bɚ dʌk*) is a GUI
44
tool which enables you to parse multiple nessus files containing the results
55
of scans performed by using Nessus by (C) Tenable, Inc. and exports parsed
66
data to a Microsoft Excel Workbook for effortless analysis.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
license="GPLv3",
1717
author="Damian Krawczyk",
1818
author_email="damian.krawczyk@limberduck.org",
19-
description="nessus file analyzer by LimberDuck is a GUI tool which enables you to parse nessus scan files from "
19+
description="nessus file analyzer (NFA) by LimberDuck is a GUI tool which enables you to parse nessus scan files from "
2020
"Nessus and Tenable.SC by (C) Tenable, Inc. and exports results to a Microsoft Excel Workbook for "
2121
"effortless analysis.",
2222
long_description=long_description,

0 commit comments

Comments
 (0)