mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-04-12 00:47:26 +02:00
init
This commit is contained in:
30
.github/docs/tools/github-recon.md
vendored
Normal file
30
.github/docs/tools/github-recon.md
vendored
Normal 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)
|
||||
Reference in New Issue
Block a user