Skip to content

Releases: vulnersCom/getsploit

v2.0.2

10 Sep 08:28

Choose a tag to compare

📦 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:

  1. Save the key for the current user:
   getsploit --set-key YOUR-KEY
  1. Alternatively, pass the key:

    • via the --api-key command-line option
    • or through the VULNERS_API_KEY environment variable

Key resolution priority:

  1. If --api-key is provided, it takes precedence.
  2. If not, the VULNERS_API_KEY environment variable is used.
  3. If neither is set, the saved key from --set-key is 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

⚠️ When searching in the local database, queries must be compatible with FTS4 (Full-Text Search v4).

🏷 Available Search Fields

  • id
  • title
  • description
  • sourceData
  • published

Full Changelog: 1.0.0...v2.0.2

getsploit 1.0.0

27 Mar 15:18
bcab2ee

Choose a tag to compare

Merge pull request #26

getsploit 0.3.0

22 Mar 14:45

Choose a tag to compare

Refactoring for getsploit to use official Vulners library.

getsploit 0.2.2: pip support

16 Mar 07:30
1db4256

Choose a tag to compare

Merge pull request #8 from vesche/master

v0.2.2 packaged up to add to PyPI.

getsploit 0.2.1

30 Jan 07:59
0b8a9e9

Choose a tag to compare

Minor bugfixes and improvements

getsploit v0.2

25 Jun 09:39

Choose a tag to compare

Stable getsploit version with offline/online search and FTS3/FTS4 support.