New plugins help updated
This commit is contained in:
@@ -77,6 +77,28 @@ async def handle_command(room, message, bot, prefix, config):
|
||||
<p>Fetches the current Bitcoin price in USD from bitcointicker.co API. Shows real-time BTC/USD price with proper formatting. Includes error handling for API timeouts and data parsing issues.</p>
|
||||
</details>
|
||||
|
||||
<details><summary>🔍 <strong>!shodan [command] [query]</strong></summary>
|
||||
<p>Shodan.io integration for security reconnaissance and threat intelligence.</p>
|
||||
<p><strong>Commands:</strong></p>
|
||||
<ul>
|
||||
<li><code>!shodan ip <ip_address></code> - Detailed IP information (services, ports, banners)</li>
|
||||
<li><code>!shodan search <query></code> - Search Shodan database with filters</li>
|
||||
<li><code>!shodan host <domain></code> - Host information and subdomain enumeration</li>
|
||||
<li><code>!shodan count <query></code> - Count results with geographic/organization breakdown</li>
|
||||
<li><code>!shodan test</code> - Test API connection and debug queries</li>
|
||||
</ul>
|
||||
<p><strong>Search Examples:</strong></p>
|
||||
<ul>
|
||||
<li><code>!shodan search apache</code></li>
|
||||
<li><code>!shodan search "port:22 country:US"</code></li>
|
||||
<li><code>!shodan search "product:nginx"</code></li>
|
||||
<li><code>!shodan search "net:192.168.1.0/24"</code></li>
|
||||
<li><code>!shodan search "http.title:'admin'"</code></li>
|
||||
</ul>
|
||||
<p><strong>Common Filters:</strong> country, city, port, product, os, org, net, has_ssl, http.title</p>
|
||||
<p><em>Requires SHODAN_KEY environment variable</em></p>
|
||||
</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