New plugins help updated
This commit is contained in:
34
README.md
34
README.md
@@ -137,6 +137,40 @@ Performs comprehensive DNS reconnaissance on a domain. Shows A, AAAA, MX, NS, TX
|
||||
**💰 !btc**
|
||||
Fetches the current Bitcoin price in USD from bitcointicker.co API.
|
||||
|
||||
### 🔍 Shodan Security Research
|
||||
|
||||
**📡 !shodan [command] [query]**
|
||||
Shodan.io integration for security reconnaissance and threat intelligence.
|
||||
|
||||
**Commands:**
|
||||
- `!shodan ip <ip_address>` - Detailed IP information (services, ports, banners)
|
||||
- `!shodan search <query>` - Search Shodan database with filters
|
||||
- `!shodan host <domain>` - Host information and subdomain enumeration
|
||||
- `!shodan count <query>` - Count results with geographic/organization breakdown
|
||||
- `!shodan test` - Test API connection and debug queries
|
||||
|
||||
**Search Examples:**
|
||||
```bash
|
||||
!shodan search apache
|
||||
!shodan search "port:22 country:US"
|
||||
!shodan search "product:nginx city:'New York'"
|
||||
!shodan search "net:192.168.1.0/24"
|
||||
!shodan search "vuln:cve-2021-44228"
|
||||
!shodan search "http.title:'phpMyAdmin'"
|
||||
!shodan search "ssl.cert.subject.cn:'example.com'"
|
||||
|
||||
Common Search Filters:
|
||||
country:US - Filter by country
|
||||
city:"New York" - Filter by city
|
||||
port:80,443,8080 - Filter by ports
|
||||
product:nginx - Filter by service/product
|
||||
os:Windows - Filter by operating system
|
||||
org:"Google" - Filter by organization
|
||||
net:192.168.0.0/16 - Filter by network range
|
||||
has_ssl:true - Has SSL certificate
|
||||
http.title:"admin" - HTTP page title contains
|
||||
```
|
||||
|
||||
### AI & Generation Commands
|
||||
|
||||
**🤖 AI Commands (!tech, !music, !eth, etc.)**
|
||||
|
Reference in New Issue
Block a user