mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-05-20 09:12:34 +02:00
302166c87d
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
28 lines
823 B
Markdown
28 lines
823 B
Markdown
# `ghunt`
|
|
|
|
Google account OSINT via GHunt. Extracts profile info, linked services, and activity from a Google email address.
|
|
|
|
**Source / documentation:** [https://github.com/mxrch/GHunt](https://github.com/mxrch/GHunt)
|
|
|
|
## Input types
|
|
|
|
- `email`
|
|
|
|
## External dependencies
|
|
|
|
The following binaries must be installed and available in `$PATH`:
|
|
|
|
- `ghunt`
|
|
|
|
## Configuration
|
|
|
|
Configure globally via the Tools page or override per profile.
|
|
|
|
| Field | Type | Required | Default | Description |
|
|
|-------|------|:--------:|---------|-------------|
|
|
| `creds` | `string` | **yes** | - | GHunt credentials (content of ~/.malfrats/ghunt/creds.m). To obtain: (1) install GHunt and run 'ghunt login' on your machine, (2) copy the full content of ~/.malfrats/ghunt/creds.m, (3) paste it here. |
|
|
|
|
---
|
|
|
|
[← Back to tools index](../tools.md)
|