summaryrefslogtreecommitdiffstats
path: root/internal/models/osint.go
AgeCommit message (Collapse)AuthorFilesLines
2025-11-10refactor: restructure client modules and add config file supportv0.8.1s1-101/+0
- Split large osint.go client into focused modules (bssid.go, breachforum.go, buckets.go, etc.) - Add config file support with init command for API key management - Remove api-key flag in favor of config file + env var fallback - Update API paths to remove /osint prefix - Add crawl endpoint streaming support - Improve error handling with 402 payment required status
2025-11-10refactor: add admin fields to account model and simplify credits structurev0.8.0s1-2/+2
2025-11-09feat: add osint geo search command for address information lookupv0.6.0s1-0/+9
2025-11-08feat: add buckets, bucket-files, and shortlinks osint commandsv0.5.0s1-0/+43
2025-11-08feat: add unauthenticated client support and new osint/x commandss1-0/+11
2025-11-06feat: add breachforum search command with api client integrations1-0/+11
2025-11-06refactor: replace single map flag with separate google and osm options for ↵s1-11/+9
bssid lookup
2025-11-03his1-0/+29