searchsploit

Search the local Exploit-DB database for exploits by software, version, or CVE.

15|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/AeonDave/malskill --skill searchsploit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: searchsploit
Source: https://github.com/AeonDave/malskill/tree/main/offensive-tools/exploits/searchsploit
Command: npx skills add https://github.com/AeonDave/malskill --skill searchsploit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a quick and efficient way to search for publicly available exploits for identified CVEs and software versions, streamlining the vulnerability research and pre-exploitation phases.

Core Features & Use Cases

  • Offline Search: Access the Exploit-DB database locally without an internet connection.
  • Targeted Searching: Find exploits by software name, version, CVE ID, or exact phrases.
  • Exploit Management: Copy, examine, and view exploit details directly from the command line.
  • Use Case: After identifying a CVE on a target system, use this Skill to rapidly find and download relevant exploit code for further analysis or testing.

Quick Start

Use the searchsploit skill to find exploits for 'apache 2.4'.

Frequently Asked Questions about searchsploit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for public exploits by CVE or software version offline?

To search for public exploits offline, you can query the local Exploit-DB database by software name, version, or CVE ID. This requires having the 'exploitdb' package installed locally to provide the exploit code and references without an internet connection.

What is the best way to find exploit code for a specific CVE during vulnerability research?

Finding exploit code for a specific CVE involves searching the Exploit-DB database offline. By querying the local exploitdb package with the CVE ID, you retrieve relevant exploit code and references to streamline pre-exploitation and vulnerability research phases.

Do I need the exploitdb package installed to search Exploit-DB offline?

Yes, you need the 'exploitdb' package installed locally. Offline searching relies entirely on querying this local database instance rather than connecting to an external web service, ensuring you have immediate access to exploit code and details.

Can I search for exact phrases when looking for exploits in Exploit-DB?

Yes, you can search for exact phrases when querying the local Exploit-DB database. Targeted searching allows you to find exploits by exact phrases, software names, versions, or CVE IDs to facilitate rapid vulnerability research and pre-exploitation analysis.

How do I examine and manage exploit code found during an offline search?

Examining exploit code found during an offline search is done directly from the command line. Exploit management features allow you to copy, examine, and view exploit details locally after identifying relevant entries by software version or CVE ID.