searchsploit_query
Search the offline ExploitDB database to locate public exploits for software versions, CVE identifiers, or platforms. Apply filters for exact match, exploit type, and exclude DoS.
Instructions
Search the ExploitDB offline database using SearchSploit.
Queries the local ExploitDB database for exploits matching the search terms. Useful for quickly finding public exploits for identified software versions.
Args: query: Search terms (e.g. "Apache 2.4.49", "WordPress 5.8", "CVE-2021-44228"). exact_match: Only return results that exactly match all search terms. exclude_dos: Exclude Denial of Service exploits from results (recommended). type_filter: Filter by exploit type: 'webapps', 'remote', 'local', 'dos', 'shellcode', or '' for all.
Returns: List of matching exploits with path, type, and platform information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| exact_match | No | ||
| exclude_dos | No | ||
| type_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||