Manual reconnaissance is slow, repetitive, and honestly⦠pretty inefficient.
So I built GhostIntel β a lightweight OSINT tool that automates recon across multiple platforms in one place.
π https://github.com/ruyynn/GhostIntel
π§ What is GhostIntel?
GhostIntel is an open-source tool designed to simplify how you gather publicly available information.
Instead of jumping between different tools or manually searching, GhostIntel helps automate the process and return structured results.
βοΈ Features
- π Username enumeration across 100+ platforms
- π§ Email footprint analysis
- π Domain reconnaissance
- π± Basic phone lookup
- π§© Modular and easy to extend
π‘ Why I built this
While learning about OSINT and reconnaissance, I noticed that most tools are either too complex or too fragmented.
I wanted something that is:
- Simple
- Fast
- Actually useful
So I built GhostIntel as a personal project to learn while solving a real problem.
π οΈ Tech Stack
- Python
- CLI-based interface
- JSON-based configs
π Getting Started
git clone https://github.com/ruyynn/GhostIntel
cd GhostIntel
pip install -r requirements.txt
python ghostintel.py -h
π Whatβs next?
Iβm currently working on:
- Report generation (HTML / PDF)
- Better data correlation
- Graph visualization
- More platform integrations
π€ Feedback
This project is still evolving, and Iβd really appreciate feedback from the community π
If you find it useful, consider giving it a β on GitHub
Thanks for reading π

Top comments (3)
Great perspective!
Thanks a lot! Glad you found it interesting. π
Thanks for your reply.