feat: add exploitdb and payload plugins, complete wave 4
ExploitDB: search local exploit-db CSV mirror by keyword, EDB ID, or CVE identifier. In-bot update command downloads the latest CSV from GitLab. Also added to the update-data.sh script. Payload: built-in template library with 52 payloads across 6 categories (sqli, xss, ssti, lfi, cmdi, xxe). Supports browsing, numeric index, and keyword search within categories. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -48,14 +48,14 @@
|
||||
- [ ] CVE lookup plugin (local NVD JSON feed)
|
||||
- [ ] Data update script (cron-friendly, all local DBs)
|
||||
|
||||
## v0.5.0 -- Wave 4 Plugins (Advanced) (current)
|
||||
## v0.5.0 -- Wave 4 Plugins (Advanced) (done)
|
||||
|
||||
- [x] Operational logging plugin (SQLite per-channel)
|
||||
- [x] Persistent notes plugin (per-channel key-value)
|
||||
- [x] Subdomain enumeration (crt.sh + wordlist DNS brute)
|
||||
- [x] HTTP header fingerprinting (local signature db)
|
||||
- [ ] ExploitDB search (local CSV clone)
|
||||
- [ ] Payload template library (SQLi, XSS, SSTI)
|
||||
- [x] ExploitDB search (local CSV clone)
|
||||
- [x] Payload template library (SQLi, XSS, SSTI, LFI, CMDi, XXE)
|
||||
|
||||
## v1.0.0 -- Stable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user