docs(09-05): complete recon CLI command tree plan

This commit is contained in:
salvacybersec
2026-04-06 00:48:42 +03:00
parent 86a6bb864b
commit 0ff9edc6c1
4 changed files with 105 additions and 12 deletions

View File

@@ -198,11 +198,11 @@ Plans:
3. `keyhunter recon full --respect-robots` (default on) respects robots.txt for web-scraping sources before making any requests
4. `keyhunter recon full` fans out to all enabled sources in parallel and deduplicates findings before persisting to the database
**Plans**: 6 plans
- [ ] 09-01-PLAN.md — ReconSource interface + Engine skeleton + ExampleSource stub
- [x] 09-01-PLAN.md — ReconSource interface + Engine skeleton + ExampleSource stub
- [x] 09-02-PLAN.md — LimiterRegistry per-source rate.Limiter + jitter
- [ ] 09-03-PLAN.md — Stealth UA pool + cross-source dedup
- [x] 09-03-PLAN.md — Stealth UA pool + cross-source dedup
- [x] 09-04-PLAN.md — robots.txt parser with 1h per-host cache
- [ ] 09-05-PLAN.md — cmd/recon.go CLI tree (full, list)
- [x] 09-05-PLAN.md — cmd/recon.go CLI tree (full, list)
- [ ] 09-06-PLAN.md — Integration test + phase summary
### Phase 10: OSINT Code Hosting