msramalho / WhatsMyName

This repository has the unified data required to perform user enumeration on various websites. Content is in a JSON file and can easily be used in other projects.

Home Page:https://whatsmyname.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsMyName

What is WhatsMyName? It is a project that Micah "WebBreacher" Hoffman created in 2015 with the goal of discovering if usernames were used on a given website. He was frustrated with the false positives that were present in the username checkers of that time and so he made his own. Fast forward to today and many people have helped this open-source project evolve into what it is today.

If you are an OSINT person that has come here to run "the tool", try any of the checker sites and scripts below that use our data.

Tools/Web Sites Using WhatsMyName

How Does It Work?

WhatsMyName (WMN) consists of a JSON file with detections in it. Submissions from people all over the world are included. When a request is made to one of those sites from a tool like the ones in the previous section, the server replies with data that should match one of our detections. It'll tell the checker script whether there a valid user account with the name we specified on their site or not.

For a site to be included in WMN it has to:

  1. Be accessible. We cannot check sites behind paywalls or user authentication.
  2. Put the username in the URL. If the URL to view a user's profile does not have that username in it, this tool won't work.
  3. Not modify the username in the URL. URLs that have added user ID numbers to the username will not work in WMN. Also, sites that take your username and map it to a user ID number and then put that in the URL will not work.

Content

Format

See CONTRIBUTING

Social Media

Come follow us for updates. We are on:

License

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

About

This repository has the unified data required to perform user enumeration on various websites. Content is in a JSON file and can easily be used in other projects.

https://whatsmyname.app/

License:Other