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
### [05. May 2024] - Version 0.6
- **Import File Capabilities**: Added support for importing vulnerability data directly from Nessus, Nexpose, and OpenVAS scan files.
- **Expanded Command-Line Options**: Introduced new command-line options to specify the import file and its type.
- **Robust Configuration Management**: Improved error handling for missing or malformed configuration files.
- **General Improvements**: Various bug fixes and performance improvements.
$ docker run \-v ${PWD}:/app \-\-rm sploitscan CVE\-2024\-1709 \-e JSON
91
+
92
+
Linux
93
+
$ docker run \-v $(pwd):/app \-\-rm sploitscan CVE\-2024\-1709 \-e JSON
67
94
.fi
68
95
.RE
69
96
.SH 🛡️ Patching Prioritization System
@@ -88,6 +115,17 @@ D: CVSS score < 6.0 and EPSS score < 0.2. Lower severity and lower probability o
88
115
.PP
89
116
This system assists users in making informed decisions on which vulnerabilities to patch first, considering both their potential impact and the likelihood of exploitation. Thresholds can be changed to your business needs.
90
117
.SH 📆 Changelog
118
+
.SS [05. May 2024] \- Version 0.6
119
+
.RS
120
+
.IP\(bu2
121
+
\fBImportFileCapabilities\fP: Added support for importing vulnerability data directly from Nessus, Nexpose, and OpenVAS scan files.
122
+
.IP\(bu2
123
+
\fBExpandedCommand\-LineOptions\fP: Introduced new command\-line options to specify the import file and its type.
124
+
.IP\(bu2
125
+
\fBRobustConfigurationManagement\fP: Improved error handling for missing or malformed configuration files.
126
+
.IP\(bu2
127
+
\fBGeneralImprovements\fP: Various bug fixes and performance improvements.
128
+
.RE
91
129
.SS [02. March 2024] \- Version 0.5
92
130
.RS
93
131
.IP\(bu2
@@ -136,10 +174,12 @@ Initial release of SploitScan.
136
174
Contributions are welcome. Please feel free to fork, modify, and make pull requests or report issues.
137
175
.RS
138
176
.IP\(bu2
139
-
Nilsonfsilva \[la]https://github.com/Nilsonfsilva\[ra] for support on Debian packaging
177
+
Nilsonfsilva \[la]https://github.com/Nilsonfsilva\[ra] for support on Debian packaging.
140
178
.IP\(bu2
141
179
bcoles \[la]https://github.com/bcoles\[ra] for bugfixes.
142
180
.IP\(bu2
181
+
Javier Álvarez \[la]https://github.com/jalvarezz13\[ra] for bugfixes.
182
+
.IP\(bu2
143
183
Romullo \[la]https://github.com/Romullo\[ra] for ideas & suggestions.
0 commit comments