summaryrefslogtreecommitdiffstats
path: root/internal/models
AgeCommit message (Collapse)AuthorFilesLines
2025-11-25feat: add dns site check, services list, and additional twitter/x api endpointsv1.0.6s1-0/+7
2025-11-25feat: add crypto analysis, email verification, and telegram lookup commandss5-9/+56
2025-11-19refactor: switch to authenticated client and update github lead model to use ↵v1.0.4v0.8.6s1-6/+8
profile data instead of commit metadata
2025-11-18chore: remove api documentation and refactor github leads + crawl commands ↵v0.8.5s1-5/+1
to add new parameters
2025-11-16docs: add comprehensive api endpoints documentation and expand cli functionalityv1.0.3s2-0/+24
2025-11-10refactor: restructure client modules and add config file supportv0.8.1s7-101/+102
- 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.0s2-2/+4
2025-11-10feat: add x replies/search commands and improve api key validationv0.7.0s2-10/+48
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 commandss2-0/+41
2025-11-07feat: add show-only flag to filter dns tld results by existence statuss1-1/+2
2025-11-07refactor: extract json output formatting to utils.PrintJSON and add ↵s1-0/+12
colorized json output with new dns tld command
2025-11-06feat: add breachforum search command with api client integrations1-0/+11
2025-11-06refactor: split x command into history and tweets subcommands with streaming ↵s1-0/+29
support
2025-11-06refactor: replace single map flag with separate google and osm options for ↵s1-11/+9
bssid lookup
2025-11-04feat: add version checking and auto-update functionalitys1-0/+21
2025-11-03his7-0/+284