ExploitDB plugin added
This commit is contained in:
@@ -126,6 +126,45 @@ async def handle_command(room, message, bot, prefix, config):
|
||||
<em>Rate Limit: 1 request per 2 seconds</em></p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>💣 !exploitdb - Search Exploit Database</strong></summary>
|
||||
<br>
|
||||
<strong>Description:</strong><br>
|
||||
Search Exploit-DB for security vulnerabilities and exploits. Returns detailed information about exploits including EDB-ID, type, platform, author, and direct links to exploit code.<br>
|
||||
<br>
|
||||
<strong>Usage:</strong><br>
|
||||
<code>!exploitdb <search_term> [max_results]</code><br>
|
||||
<br>
|
||||
<strong>Parameters:</strong><br>
|
||||
• <strong>search_term</strong> (required) - Software name, CVE number, or vulnerability type<br>
|
||||
• <strong>max_results</strong> (optional) - Number of results to return (1-10, default: 5)<br>
|
||||
<br>
|
||||
<strong>Examples:</strong><br>
|
||||
<code>!exploitdb wordpress</code> - Search for WordPress exploits<br>
|
||||
<code>!exploitdb apache 3</code> - Get 3 Apache exploits<br>
|
||||
<code>!exploitdb windows privilege escalation</code> - Search for Windows privesc<br>
|
||||
<code>!exploitdb CVE-2021-44228</code> - Search by CVE number<br>
|
||||
<code>!exploitdb linux kernel 10</code> - Get 10 Linux kernel exploits<br>
|
||||
<code>!exploitdb sql injection</code> - Search for SQL injection exploits<br>
|
||||
<br>
|
||||
<strong>Output Includes:</strong><br>
|
||||
• Exploit title and description<br>
|
||||
• EDB-ID (Exploit Database ID)<br>
|
||||
• Exploit type (webapps, local, remote, etc.)<br>
|
||||
• Platform/OS (PHP, Linux, Windows, etc.)<br>
|
||||
• Author name<br>
|
||||
• Publication date<br>
|
||||
• Direct link to full exploit code<br>
|
||||
<br>
|
||||
<strong>Notes:</strong><br>
|
||||
• Searches the official Exploit-DB CSV database<br>
|
||||
• May take a few seconds on first use (downloads database)<br>
|
||||
• Falls back to search links if database unavailable<br>
|
||||
<br>
|
||||
<em>⚠️ Use responsibly and only on systems you have permission to test.</em>
|
||||
</details>
|
||||
|
||||
|
||||
<details><summary>📸 <strong>!sd [prompt]</strong></summary>
|
||||
<p>Generates images using self-hosted Stable Diffusion. Supports options: --steps, --cfg, --h, --w, --neg, --sampler. Uses queuing system to handle multiple requests. See available options using just '!sd'.</p>
|
||||
</details>
|
||||
|
Reference in New Issue
Block a user