# `github-recon` GitHub OSINT reconnaissance tool. Gathers profile info, social links, organisations, SSH/GPG keys, commits, and more from a GitHub username or email. **Source / documentation:** [https://github.com/anotherhadi/nur-osint](https://github.com/anotherhadi/nur-osint) ## Input types - `username` - `email` ## External dependencies The following binaries must be installed and available in `$PATH`: - `github-recon` ## Configuration Configure globally via the Tools page or override per profile. | Field | Type | Required | Default | Description | |-------|------|:--------:|---------|-------------| | `token` | `string` | - | - | GitHub personal access token (enables higher rate limits and more data) | | `deepscan` | `bool` | - | `false` | Enable deep scan (slower - scans all repositories for authors/emails) | | `spoof_email` | `bool` | - | `false` | Include email spoofing check (email mode only, requires token) | --- [← Back to tools index](../tools.md)