π¦ 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