Files
derp/TASKS.md
user e1b57e1764 feat: add wave 4 plugins (opslog, note, subdomain, headers)
Opslog: timestamped operational log per channel with add, list,
search, and delete. SQLite-backed, admin-only clear.

Note: persistent per-channel key-value store with set, get, del,
list, clear. SQLite-backed, admin-only clear.

Subdomain: enumeration via crt.sh CT log query with optional DNS
brute force using a built-in 80-word prefix wordlist. Resolves
discovered subdomains concurrently.

Headers: HTTP header fingerprinting against 50+ signature patterns.
Detects servers, frameworks, CDNs, and security headers (HSTS, CSP,
XFO, etc).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 02:48:16 +01:00

1.3 KiB

derp - Tasks

Current Sprint -- v0.5.0 Wave 4 (2026-02-15)

Pri Status Task
P0 [x] Opslog plugin (SQLite per-channel notes)
P0 [x] Note plugin (per-channel key-value store)
P0 [x] Subdomain plugin (crt.sh + DNS brute force)
P0 [x] Headers plugin (HTTP header fingerprinting)
P1 [ ] ExploitDB search plugin (local CSV clone)
P1 [ ] Payload template plugin (SQLi, XSS, SSTI)
P1 [x] Documentation update

Completed

Date Task
2026-02-15 Wave 4 batch 1 (opslog, note, subdomain, headers)
2026-02-15 Wave 3 plugins (geoip, asn, torcheck, iprep, cve) + update script
2026-02-15 Admin/owner permission system (hostmask + IRCOP)
2026-02-15 SASL PLAIN, rate limiting, CTCP responses
2026-02-15 Wave 2 plugins (whois, portcheck, httpcheck, tlscheck, blacklist, rand, timer)
2026-02-15 CLI --cprofile flag
2026-02-15 Wave 1 plugins (dns, encode, hash, defang, revshell, cidr)
2026-02-15 Hot-reload, shorthand, plugin help
2026-02-15 Container deployment (Containerfile, compose, Makefile targets)
2026-02-15 crt.sh CT lookup plugin
2026-02-15 TLS verify option for self-signed certs
2026-02-15 Initial implementation (IRC, plugins, config, CLI)