This commit is contained in:
Hadi
2026-04-06 15:12:34 +02:00
commit 4989225671
117 changed files with 11454 additions and 0 deletions

30
.github/docs/tools/github-recon.md vendored Normal file
View File

@@ -0,0 +1,30 @@
# `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)