Skip to content

Commit 6fd2c33

Browse files
committed
v0.10.1
1 parent d0d9e73 commit 6fd2c33

5 files changed

Lines changed: 336 additions & 79 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SploitScan is a powerful and user-friendly tool designed to streamline the proce
2828
- **Public Exploits Aggregation**: Gathers publicly available exploits, enhancing the understanding of vulnerabilities.
2929
- **CISA KEV**: Shows if the CVE has been listed in the Known Exploited Vulnerabilities (KEV) of CISA.
3030
- **AI-Powered Risk Assessment**: Leverages OpenAI to provide detailed risk assessments, potential attack scenarios, mitigation recommendations, and executive summaries.
31-
- **HackerOne Reports**: Shows if the CVE was used within HackerOne Bug Bounty programs and their total rank overall.
31+
- **HackerOne Reports**: Shows if the CVE was used within HackerOne Bug Bounty programs including their total rank overall and severity distribution.
3232
- **Patching Priority System**: Evaluates and assigns a priority rating for patching based on various factors including public exploits availability.
3333
- **Multi-CVE Support and Export Options**: Supports multiple CVEs in a single run and allows exporting the results to HTML, JSON and CSV formats.
3434
- **Vulnerability Scanner Import**: Import vulnerability scans from popular vulnerability scanners and search directly for known exploits.
@@ -99,7 +99,7 @@ $ sploitscan.py -h
9999
╚════██║██╔═══╝ ██║ ██║ ██║██║ ██║ ╚════██║██║ ██╔══██║██║╚██╗██║
100100
███████║██║ ███████╗╚██████╔╝██║ ██║ ███████║╚██████╗██║ ██║██║ ╚████║
101101
╚══════╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═══╝
102-
v0.10 / Alexander Hagenah / @xaitax / ah@primepage.de
102+
v0.10.1 / Alexander Hagenah / @xaitax / ah@primepage.de
103103

104104
usage: sploitscan.py [-h] [-e {json,JSON,csv,CSV,html,HTML}] [-t {nessus,nexpose,openvas,docker}] [-i IMPORT_FILE] [-d] [cve_ids ...]
105105

@@ -251,7 +251,7 @@ This system assists users in making informed decisions on which vulnerabilities
251251

252252
### [26. June 2024] - Version 0.10
253253

254-
- **HackerOne Integration**: Added support for searching through HackerOne and displays if the CVE was used in any Bug Bounty program including its rank.
254+
- **HackerOne Integration**: Added support for searching through HackerOne and displays if the CVE was used in any Bug Bounty program including its rank and severity distribution.
255255
- **General Improvements**: Various bug fixes.
256256

257257
### [24. May 2024] - Version 0.9
@@ -325,6 +325,7 @@ Special thanks to:
325325
- [Romullo](https://github.com/Romullo) for ideas & suggestions.
326326
- [davidfortytwo](https://github.com/davidfortytwo) for enhancements (Updated CVE retrieval and PacketStorm addition).
327327
- [con-f-use](https://github.com/con-f-use) for support and fixes with setuptools/PyPi.
328+
- [Martijn Russchen](https://github.com/martijnrusschen) for his feedback and idea on HackerOne GraphQL.
328329

329330
## 📌 Author
330331

0 commit comments

Comments
 (0)