Skip to content

Powerful OSINT tool to find usernames across hundreds of platforms. Built with Flask and powered by WhatsMyName.

License

Notifications You must be signed in to change notification settings

unnohwn/aliasrecon

Repository files navigation

AliasRecon

AliasRecon is an OSINT (Open-Source Intelligence) tool that enables searching for a username across hundreds of online platforms.
It builds on the WhatsMyName project and adds a modern, user-friendly web interface with features like batch search, export options, and automatic data updates.

AliasRecon main UI
AliasRecon – Main Interface and Results


Features

  • Fast username searches across multiple platforms
  • Batch mode support
  • Export results to PDF, CSV, or JSON
  • Categorized and cleanly presented results
  • Auto-updates the latest WhatsMyName dataset
  • Built with Flask and TailwindCSS

Installation

Requirements

  • Python 3.8+
  • Git

Setup

git clone https://github.com/robertaitch/aliasrecon.git
cd aliasrecon
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py

Then open your browser at: http://localhost:5000


Usage

  1. Enter a username
  2. Click "Search"
  3. View the results
  4. Export if needed

Credits

This project uses the WhatsMyName dataset maintained by WebBreacher.


License

This project is licensed under the
Creative Commons Attribution-ShareAlike 4.0 International License.

You are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material for any purpose, even commercially

Under the following terms:

  • Attribution — You must give appropriate credit
  • ShareAlike — You must distribute your contributions under the same license

Releases

No releases published

Packages

No packages published