WhatsMyName

June 10, 2026 ยท View on GitHub

WhatsMyName

WhatsMyName

License: CC BY-SA 4.0 Sites tracked Categories Contributors PRs Welcome GitHub Stars

WhatsMyName (WMN) is a community-maintained dataset that lets you find out if a username exists across hundreds of websites. If you're investigating a person of interest, verifying an online identity, or simply curious about your own digital footprint, this project powers the tools that make that possible.

Created in 2015 by Micah "WebBreacher" Hoffman, WhatsMyName started as a personal fix for a real frustration: existing username checkers were full of false positives. Over the years, contributions from people all over the world have grown it into one of the most widely-used username enumeration datasets in the OSINT community.

Table of Contents


Just want to search a username right now?

Head to whatsmyname.app -- a free, browser-based tool built directly on this dataset. No installation required.

Or check out the many tools below that use WMN.


How It Works

WMN is a single, carefully maintained JSON file (wmn-data.json). Each entry describes how to check one website for a username -- what URL to query, what a successful response looks like, and what a "not found" response looks like.

Tools and scripts read this file and do the actual checking. That separation means anyone can build a checker, and the data stays accurate regardless of which tool you prefer.

For a site to be included, it must:

  1. Be publicly accessible -- sites behind paywalls or login walls can't be checked
  2. Include the username in the URL -- the profile URL must contain the username directly
  3. Not transform the username -- sites that swap usernames for numeric IDs won't work

In May 2023, we removed the bundled checker scripts and shifted focus entirely to maintaining the data file. See the tools section below for checkers that use our data.


Tools and Sites That Use WhatsMyName

๐ŸŒ Web-based (no install required)

ToolTypeDescription
whatsmyname.appWebThe go-to web interface by Chris Poulter. Filters by category, exports to CSV, always pulls the latest data.
Who Am IChrome ExtensionChrome/Brave extension combining WMN data with Sherlock and Maigret, by OSINT Liar.
K2OSINT BookmarkletBookmarkletBrowser bookmarklet -- enter a username in a popup, results open in a new tab.

โŒจ๏ธ Command-line and scripts

ToolTypeDescription
NaminterPythonBuilt specifically for this dataset. Supports Cloudflare bypass, browser impersonation, concurrent checking, and extensive config options.
BlackbirdPythonFast username search that integrates WMN data.
WhatsMyName-PythonPythonSimple Python script by @C3n7ral051nt4g3ncy.
WhatsMyName-ClientPythonPython script with request header and POST support by @grabowskiadrian. Also useful for testing the JSON config.
Reveal My NamePythonThe original Python checker that shipped with this project, maintained by @yooper.
WMN ScreenshooterPythonSelenium-based helper that screenshots identified profile pages.
sn0intRustUses WMN data in the kpcyrd/whatsmyname module.

๐Ÿ–ฅ๏ธ Desktop and platforms

ToolTypeDescription
NameSeekerElectronCross-platform desktop app for username and email search across hundreds of sites. Exports to PDF, CSV, and JSON.
LinkScopePythonUses WMN in its Online Identity category.
Maltego WhatsMyName TransformsMaltegoLocal Maltego transforms that check usernames in real time using the JSON file.
SpiderfootPythonIntegrates WMN in the sfp_account module. (CLI demo video)

๐Ÿณ Self-hosted and containerized

ToolTypeDescription
WhatsMyName-WebFlaskSimple Flask web app version of WhatsMyName by @AXRoux.
WhatsMyName DockerDockerDocker API wrapper over the WMN tool by @kodamaChameleon.

Help Keep WMN Accurate

This project only stays useful if the detections stay accurate. Websites change their profile URLs, response codes, and page content constantly. We need contributors to help find new sites and fix broken detections.

You don't need to be a developer. Here's how to help at any level:

Experience levelHow to contribute
No technical backgroundSubmit a site via this form
Comfortable with GitHubOpen an issue with a link to an example profile
Comfortable with JSON and HTTPFork the repo, fix or add a detection, and submit a pull request

See CONTRIBUTING.md for detailed instructions on adding or fixing site detections, including format requirements and examples.


Stay Connected

Follow the project on LinkedIn for updates.


License

Creative Commons License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.