/osint - Open Source Intelligence Commands
The /osint command suite provides research and metadata validation tools.
Command Usage
/osint phone <phone> [country] [anonymous]
/osint git2mail <username> [anonymous]
Subcommands
1. Phone
Performs metadata analysis and validation on a phone number using Google's libphonenumber library.
- Usage:
/osint phone phone:<number> [country:<iso-code>] [anonymous:<true/false>] - Options:
phone(String, Required): The phone number to analyze (e.g.+14155552671or9876543210).country(String, Optional): Explicit 2-letter ISO country code (e.g.us,in,gb).anonymous(Boolean, Optional): Hides the lookup response only for you (default:false).
- Details Returned:
- Formatted E164, National, International, and RFC3966 formats.
- Validation status.
- Number type (e.g. mobile, fixed line, VOIP).
- Region / Country details.
2. Git2Mail
Finds the public email addresses associated with a GitHub username by analyzing commit history and push events.
- Usage:
/osint git2mail username:<github-username> [anonymous:<true/false>] - Options:
username(String, Required): GitHub username or profile URL.anonymous(Boolean, Optional): Hides the lookup response only for you (default:false).
- Details Returned:
- Public GitHub profile details (followers, following, public repos, creation date).
- Emails found in push events and commit patches (with source repository info).
Related Commands
/iplookup- Lookup IP address details/lookup- Analyze invite links or users
