summaryrefslogtreecommitdiffstats
path: root/cmd
AgeCommit message (Collapse)AuthorFilesLines
2025-11-13refactor: remove unnecessary pointer dereference in FormatSkiptraceResults callv1.0.2s1-1/+1
2025-11-13refactor: break down large osint.go file into separate command modules and ↵v1.0.1s17-480/+502
add helper functions
2025-11-13created pretty printing for all commandsv1.0.0s9-86/+196
2025-11-11feat: replace @latest with specific version tags for precise updatesv0.8.3s1-3/+31
2025-11-11refactor: flatten osint command structure and add crawl functionalityv0.8.2s1-73/+95
2025-11-10refactor: restructure client modules and add config file supportv0.8.1s9-49/+77
- 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.0s3-7/+86
2025-11-09feat: add osint geo search command for address information lookupv0.6.0s1-0/+40
2025-11-08feat: add buckets, bucket-files, and shortlinks osint commandsv0.5.0s1-0/+112
2025-11-08feat: add unauthenticated client support and new osint/x commandss4-6/+97
2025-11-07fix: prevent empty string from overriding environment variable api keyv0.4.0s1-1/+1
2025-11-07feat: add show-only flag to filter dns tld results by existence statuss1-1/+5
2025-11-07refactor: extract json output formatting to utils.PrintJSON and add ↵s8-102/+83
colorized json output with new dns tld command
2025-11-07feat: add ascii art logo to cli help descriptionv0.3.1s1-1/+4
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 integrations1-0/+39
2025-11-06refactor: split x command into history and tweets subcommands with streaming ↵s1-3/+39
support
2025-11-06go fmt projects5-10/+10
2025-11-06refactor: replace single map flag with separate google and osm options for ↵s1-4/+6
bssid lookup
2025-11-04refactor: replace auto-update feature with manual update commands1-0/+33
2025-11-04feat: add version checking and auto-update functionalitys3-0/+262
2025-11-03update module name to include the git domains6-17/+17
2025-11-03his7-0/+794