Skip to content

v2.0.2

Latest

Choose a tag to compare

@aachurin aachurin released this 10 Sep 08:28

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