Email address to digital footprint for OSINT
Aarya is an OSINT tool that validates the existence of email addresses across social media, shopping, and professional platforms (e.g. Instagram, Amazon, Spotify) and extracts rich metadata like Google Map contributions, reviews and account creation dates for proton mail.
- Deep Analysis: Goes beyond simple "Yes/No" results to extract rich metadata like Google Maps reviews, Profile Pictures, Gaia IDs, and ProtonMail key creation dates.
- Full Visibility: Reports positive hits, negative results, rate limits, and errors explicitly so you never miss a detail.
- Smart Stealth: Automatically fetches the latest real-world User-Agents from the web to bypass simple bot detection filters.
- Elegant UI: Professional, minimalist CLI design with responsive tables and clean link wrapping.
Aarya is designed for educational purposes, authorized security research, and personal digital footprint analysis only.
The developers are not responsible for any misuse of this tool. Scanning email addresses that do not belong to you or without the owner's explicit consent may violate privacy laws or platform Terms of Service in your jurisdiction. Use responsibly.
It is recommended to use a virtual environment to prevent conflicts.
Linux/macOS:
python -m venv .venv
source .venv/bin/activate
pip install aaryaWindows:
python -m venv .venv
.venv\Scripts\activate
pip install aaryaIf you want the latest features or updates directly from the repository:
git clone https://github.com/forshaur/aarya.git
cd aarya
pip install .aarya target@example.comaarya target@example.com -o results.jsonDuring development of this tool I came to know that another great tool was already there which was similar to Aarya.
| Feature | Holehe | Aarya |
|---|---|---|
| Primary Output | Email Existence (True/False) | Identity Intelligence (Real Names, Photos, Maps Reviews) |
| Reliability | Prone to False Negatives and >50% modules don't work | High (Explicitly detects Rate Limits vs. Not Found) |
| Stealth | Static Headers | Dynamic (Auto-fetches latest User-Agents) |
| Focus | Quantity (120+ Sites) | Quality (Deep scans of High-Value Targets) |
| UI/UX | Basic CLI | Modern (Rich Tables, Clickable Links, Summary Panels) |
Contributions are welcome! If you want to add a new module (e.g., Pinterest, Adobe), please fork the repository and submit a Pull Request.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
Adyant - Markov-chain based wordlist generator for URL path discovery.
No matter how big a wordlist is, it's usually top-n segments from that wordlist. adyant helps you look for those rare paths without creating much noise. Quickly.
