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

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

@@ -0,0 +1,23 @@
# `gravatar-recon`
Gravatar OSINT tool. Extracts public profile data from a Gravatar account: name, bio, location, employment, social accounts, phone, and more.
**Source / documentation:** [https://github.com/anotherhadi/gravatar-recon](https://github.com/anotherhadi/gravatar-recon)
## Input types
- `email`
## External dependencies
The following binaries must be installed and available in `$PATH`:
- `gravatar-recon`
## Configuration
This tool requires no configuration.
---
[← Back to tools index](../tools.md)