summaryrefslogtreecommitdiffstats
path: root/internal
AgeCommit message (Collapse)AuthorFilesLines
2025-11-11feat: replace @latest with specific version tags for precise updatesv0.8.3s1-3/+4
2025-11-10refactor: restructure client modules and add config file supportv0.8.1s19-312/+474
- 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.0s4-20/+166
2025-11-09feat: add osint geo search command for address information lookupv0.6.0s2-0/+31
2025-11-08fix: improve version comparison logic and handle dev/devel versions properlyv0.5.1s2-1/+62
2025-11-08feat: add buckets, bucket-files, and shortlinks osint commandsv0.5.0s2-0/+139
2025-11-08feat: add unauthenticated client support and new osint/x commandss6-0/+155
2025-11-07fix: prevent empty string from overriding environment variable api keyv0.4.0s1-1/+3
2025-11-07feat: add show-only flag to filter dns tld results by existence statuss2-2/+13
2025-11-07refactor: extract json output formatting to utils.PrintJSON and add ↵s3-1/+175
colorized json output with new dns tld command
2025-11-06feat: add osint, reddit, and skiptrace commands and update installation to ↵v0.3.0s1-2/+2
use @latest
2025-11-06feat: add breachforum search command with api client integrations2-0/+33
2025-11-06refactor: split x command into history and tweets subcommands with streaming ↵s2-1/+78
support
2025-11-06go fmt projects7-7/+7
2025-11-06refactor: replace single map flag with separate google and osm options for ↵s2-14/+15
bssid lookup
2025-11-04refactor: clean up gitignore comments and update repository url configurations2-3/+27
2025-11-04fix: remove dev version check and update install commands1-2/+2
2025-11-04feat: add version checking and auto-update functionalitys4-0/+271
2025-11-03update module name to include the git domains9-9/+9
2025-11-03his19-0/+1105