You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Change Log
2
2
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].
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
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
51
51
### Added
52
52
53
53
-`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).
55
55
56
56
## [0.6.0] - 2021-08-23
57
57
@@ -76,7 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
76
76
-**ZIP Archive support** - now you will have possibility to analyze nessus files just from inside of zip archive files:
77
77
- Go to File > Open file\-s and select "ZIP Archive (*.zip)" extension to see zip archive files and select them.
78
78
- 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.
80
80
-**NetBIOS information in host report** - if you turn on debug option for host report type you will have two additional columns with information about:
81
81
- NetBIOS Computer name - if available in Plugin ID 10150 output.
82
82
- 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
101
101
102
102
### Added
103
103
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.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# nessus file analyzer
1
+
# nessus file analyzer (NFA)
2
2
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
4
4
tool which enables you to parse multiple nessus files containing the results
5
5
of scans performed by using Nessus by (C) Tenable, Inc. and exports parsed
6
6
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
49
49
>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.
50
50
51
51
52
-
1. Install **nessus file analyzer**
52
+
1. Install **nessus file analyzer (NFA)**
53
53
54
54
`pip install nessus-file-analyzer`
55
55
56
56
> To upgrade to newer version run:
57
57
>
58
58
> `pip install -U nessus-file-analyzer`
59
59
60
-
2. Run **nessus file analyzer**
60
+
2. Run **nessus file analyzer (NFA)**
61
61
62
62
`nessus-file-analyzer`
63
63
@@ -67,7 +67,7 @@ Visit https://limberduck.org/en/latest/tools/nessus-file-analyzer/ or https://ne
67
67
>
68
68
> Run with `&` at the end to start the process in the background.
69
69
70
-
3. Make a shortcut for **nessus file analyzer**
70
+
3. Make a shortcut for **nessus file analyzer (NFA)**
71
71
72
72
**Windows:**
73
73
@@ -103,9 +103,9 @@ GNU GPLv3: [LICENSE].
103
103
104
104
### Authors
105
105
106
-
[Damian Krawczyk] created **[nessus file analyzer]** by [LimberDuck].
106
+
[Damian Krawczyk] created **[nessus file analyzer (NFA)]** by [LimberDuck].
0 commit comments