summaryrefslogtreecommitdiffstats
path: root/internal/client
AgeCommit message (Collapse)AuthorFilesLines
2025-11-25feat: add dns site check, services list, and additional twitter/x api endpointsv1.0.6s3-0/+109
2025-11-25feat: add crypto analysis, email verification, and telegram lookup commandss3-0/+291
2025-11-19feat: add idle timeout handling for streaming crawl connectionss1-2/+37
2025-11-19refactor: switch to authenticated client and update github lead model to use ↵v1.0.4v0.8.6s1-11/+3
profile data instead of commit metadata
2025-11-18chore: remove api documentation and refactor github leads + crawl commands ↵v0.8.5s2-4/+21
to add new parameters
2025-11-16docs: add comprehensive api endpoints documentation and expand cli functionalityv1.0.3s2-0/+137
2025-11-10refactor: restructure client modules and add config file supportv0.8.1s10-209/+301
- 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-10feat: add x replies/search commands and improve api key validationv0.7.0s2-10/+118
2025-11-09feat: add osint geo search command for address information lookupv0.6.0s1-0/+22
2025-11-08feat: add buckets, bucket-files, and shortlinks osint commandsv0.5.0s1-0/+96
2025-11-08feat: add unauthenticated client support and new osint/x commandss4-0/+114
2025-11-07feat: add show-only flag to filter dns tld results by existence statuss1-1/+11
2025-11-07refactor: extract json output formatting to utils.PrintJSON and add ↵s1-0/+51
colorized json output with new dns tld command
2025-11-06feat: add breachforum search command with api client integrations1-0/+22
2025-11-06refactor: split x command into history and tweets subcommands with streaming ↵s1-1/+49
support
2025-11-06go fmt projects7-7/+7
2025-11-06refactor: replace single map flag with separate google and osm options for ↵s1-3/+6
bssid lookup
2025-11-04feat: add version checking and auto-update functionalitys1-0/+83
2025-11-03update module name to include the git domains9-9/+9
2025-11-03his9-0/+739