This repository has the unified data required to perform user and username enumeration on various websites. Content is in a JSON file and can easily be used in other projects such as the ones below:
- https://whatsmyname.app/ - Chris Poulter created this site which draws the project's JSON file into a gorgeous and easy to use web interface.
- There are no ads.
- He does not collect what you search for
- Filters for category and in search results
- FAST!
- Pulls the lastest version of the project's JSON file when run.
- Recon-ng - The Profiler Module grabs this JSON file and uses it. See https://webbreacher.com/2014/12/11/recon-ng-profiler-module/ for details.
- Spiderfoot uses this in the sfp_account module. There is also this video showing how to use this project using the Spiderfoot Command Line Interface (CLI).
- sn0int downloads and uses the JSON file in the kpcyrd/whatsmyname module, see https://twitter.com/sn0int/status/1228046880459907073 for details and instructions.
See CONTRIBUTING
If you just want to run this script to check user names on sites and don't wish to use it in combination with another tool (like Recon-NG and/or Spiderfoot), then you can use the included Python 3 script as shown below:
$ python3 ./web_accounts_list_checker.py -u sdfsfsdfsdfs
- 161 sites found in file.
- Found user at http://www.break.com/user/sdfsfsdfsdfs
! ERROR: CONNECTION TIME OUT. Try increasing the timeout delay.
- Found user at https://klout.com/sdfsfsdfsdfs
- Found user at https://social.technet.microsoft.com/profile/sdfsfsdfsdfs/
- Found user at https://www.pinterest.com/sdfsfsdfsdfs/
- Found user at https://www.reddit.com/user/sdfsfsdfsdfs
- Found user at http://scratch.mit.edu/users/sdfsfsdfsdfs/
* Skipping Slashdot - Marked as not valid.
* Skipping SmiteGuru - Marked as not valid.
* Skipping SoundCloud - Marked as not valid.
- Found user at http://steamcommunity.com/id/sdfsfsdfsdfs
- Found user at http://www.tf2items.com/id/sdfsfsdfsdfs/
- Found user at https://twitter.com/sdfsfsdfsdfs
- Found user at http://videolike.org/video/sdfsfsdfsdfs
! ERROR: CONNECTION TIME OUT. Try increasing the timeout delay.
- Found user at http://www.xvideos.com/profiles/sdfsfsdfsdfs
There is a bash script whatsmyname.sh in the repository that uses Zenity to run the Python standalone checker.
I update this project as I have time and would LOVE to have interested people help maintain and grow it. Please reach to me webbreacher {at} protonmail {dot} com if you are interested.
@WebBreacher
@Munchko
@L0r3m1p5um
@lehuff
@arnydo
@janbinx
@bcoles
@Sector035
@mccartney
@salaheldin
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

