cve_to_exploit
Identify matching exploits in SearchSploit and Metasploit from a service name, version, or banner. Converts version discovery into ready-to-run exploit suggestions.
Instructions
Given a service name/version, find matching exploits in searchsploit and Metasploit. Closes the gap between 'found a version' and 'here is the exploit to run'. service: service name e.g. 'Apache', 'OpenSSH', 'nginx', 'vsftpd', 'Samba' version: version string e.g. '2.4.49', '3.0.28', '1.24.0' banner: raw service banner (alternative to service+version — auto-parsed) os_type: 'linux' or 'windows' (filters exploits) Returns: matching searchsploit exploits + Metasploit modules + suggested commands
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| banner | No | ||
| os_type | No | linux | |
| service | Yes | ||
| version | No |