kali_exploit_searchsploit_search
Search the Exploit Database for public exploits and vulnerability information using SearchSploit. Find exploits by software name, CVE ID, platform, or exploit type to identify security vulnerabilities.
Instructions
Search the Exploit Database for public exploits and vulnerability information.
SearchSploit is a command-line search tool for Exploit-DB.
Search Options:
By software name/version
By CVE identifier
By platform (linux, windows, php, etc.)
By exploit type (local, remote, webapps, dos)
Example:
query="apache 2.4", platform="linux"
cve="CVE-2021-44228"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (software name, version, or keyword) | |
| exact | No | Exact match only | |
| cve | No | Search by CVE ID (e.g., 'CVE-2021-1234') | |
| platform | No | Filter by platform (e.g., 'linux', 'windows', 'php') | |
| type | No | Filter by exploit type |