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
+23
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,29 @@
1
1
# Changelog
2
2
This file keeps track of all notable changes between the different versions of AVAIN.
3
3
4
+
## v0.1.3 - 2020-07-22
5
+
### Added
6
+
- SQL Injection detection module
7
+
- SMB enumeration module
8
+
- WPScan module
9
+
- CVE correlation module additionally retrieves Exploit DB IDs
10
+
- Regexes of paths not to crawl / visit can be specified via config
11
+
- Add globally reachable configuration profiles
12
+
- Add alternative configurations
13
+
- Wrapper script around CVE correlation module that enables usage outside of AVAIN framework
14
+
- Kill function for modules
15
+
- Previous output directory can be specified as input
16
+
- Sample result and demonstration video
17
+
### Changed
18
+
- Overall accuracy of CVE correlation module was improved
19
+
- In the CVE correlation module, the retrieval of CVEs where the queried CPE is not the primarily vulnerable software can be turned on and off via the config
20
+
- AVAIN explicitly cannot run twice at the same time
21
+
- The installation script explicitly removes the NVD database before reinstalling it to cope with DB schemata updates
22
+
- --non-verbose flag is now the --quiet flag
23
+
- -sN flag now means --separate-networks instead of --single-network
0 commit comments