check-exploit
Installation
SKILL.md
Check Exploit
Given a service name, version, CVE ID, or technology stack, systematically search every major exploit source in priority order and return a triage table of findings.
When NOT to use
Do NOT apply this skill — respond normally without the exploit triage format — when:
- The user is asking how to fix or remediate a vulnerability (use remediation-planner instead)
- The user is asking about compliance, framework controls, or audit findings
- The user is asking general security questions not related to finding exploits for a specific target
Input Expected
Provide at least one of:
- Service + version — e.g.
Apache 2.4.49,OpenSSH 7.2,vsftpd 2.3.4 - CVE ID — e.g.
CVE-2021-41773 - Technology keyword — e.g.
Drupal,log4j,mod_ssl - Nmap XML output — pass the file path; run
searchsploit --nmap <file.xml>automatically