feat: add canary, tcping, archive, resolve plugins
canary: generate realistic fake credentials (token/aws/basic) for planting as canary tripwires. Per-channel state persistence. tcping: TCP connect latency probe through SOCKS5 proxy with min/avg/max reporting. Proxy-compatible alternative to traceroute. archive: save URLs to Wayback Machine via Save Page Now API, routed through SOCKS5 proxy. resolve: bulk DNS resolution (up to 10 hosts) via TCP DNS through SOCKS5 proxy with concurrent asyncio.gather. 83 new tests (1010 total), docs updated.
This commit is contained in:
2
TODO.md
2
TODO.md
@@ -68,7 +68,7 @@ is preserved in git history for reference.
|
||||
## Plugins -- Security/OSINT
|
||||
|
||||
- [x] `emailcheck` -- SMTP VRFY/RCPT TO verification
|
||||
- [ ] `canary` -- canary token generator/tracker
|
||||
- [x] `canary` -- canary token generator/tracker
|
||||
- [x] `virustotal` -- hash/URL/IP/domain lookup (free API)
|
||||
- [x] `abuseipdb` -- IP abuse confidence scoring (free tier)
|
||||
- [x] `jwt` -- decode tokens, show claims/expiry, flag weaknesses
|
||||
|
||||
Reference in New Issue
Block a user