Releases: vulnersCom/getsploit
Releases · vulnersCom/getsploit
v2.0.2
📦 Release Notes — getsploit v2.0.2
✅ Python Compatibility
- Minimum supported Python version is now 3.10+.
🔐 API Key Management
You can now provide your API key in several ways:
- Save the key for the current user:
getsploit --set-key YOUR-KEY-
Alternatively, pass the key:
- via the
--api-keycommand-line option - or through the
VULNERS_API_KEYenvironment variable
- via the
Key resolution priority:
- If
--api-keyis provided, it takes precedence. - If not, the
VULNERS_API_KEYenvironment variable is used. - If neither is set, the saved key from
--set-keyis used.
🔍 Query Behavior
- Search queries are now passed as-is, without modification.
🔎 Search in title only:
getsploit title:wordpress AND title:"4.7.0"🔎 Search across all fields:
getsploit wordpress sql injection🏷 Available Search Fields
idtitledescriptionsourceDatapublished
Full Changelog: 1.0.0...v2.0.2
getsploit 1.0.0
Merge pull request #26
getsploit 0.3.0
Refactoring for getsploit to use official Vulners library.
getsploit 0.2.2: pip support
Merge pull request #8 from vesche/master v0.2.2 packaged up to add to PyPI.
getsploit 0.2.1
Minor bugfixes and improvements
getsploit v0.2
Stable getsploit version with offline/online search and FTS3/FTS4 support.