A Model Context Protocol server developed by Cyreslab.ai that provides AI assistants with access to ExploitDB functionality for cybersecurity research. The server enables searching for security exploits by keywords, CVE IDs, or platforms, retrieving detailed information about specific exploits including their code, and tracking newly added vulnerabilities. It maintains a local SQLite database that can be automatically updated from the official ExploitDB repository, making it valuable for threat intelligence, vulnerability research, and security analysis without leaving the AI assistant conversation.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Search for exploits in the database. Parameters: query (string), platform (optional string), limit (optional integer), type (optional string), cve (optional string), author (optional string), start_date (optional string), end_date (optional string), verified (optional boolean), offset (optional integer)
Retrieve detailed information about a specific exploit. Parameters: id (integer), include_code (boolean)
Find all exploits related to a specific CVE. Parameters: cve (string), limit (optional integer)
Retrieve recently added exploits. Parameters: limit (optional integer)
Get insights about the exploits in the database. Parameters: none