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.
- Filters for category and in search results.
- Exports to CSV and other formats.
- Pulls the lastest version of the project's JSON file when run.
- Submit a username in the URL using
https://whatsmyname.app/?q=<%USERNAME%>
like https://whatsmyname.app/?q=john
- 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).
- Recon-ng - The Profiler Module uses this project's JSON content.
- sn0int downloads and uses the JSON file in the kpcyrd/whatsmyname module, see https://twitter.com/sn0int/status/1228046880459907073 for details and instructions.
- WMN_screenshooter a helper script that is based on
web_accounts_list_checker.py
and uses Selenium to try and grab screenshots of identified profile pages.
- The https://github.com/WebBreacher/WhatsMyName/wiki/Problem-Removed-Sites page has websites that we have had in the project and are currently not working for some reason. We will retest those sites (in the future) and try to find detections.
- If you would like to help with detections, we are happy to accept them via GitHub Pull Request or you can create an issue with the details of the site.
- Want to suggest a site to be added? Use this form.
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 https://whatsmyname.app and/or Spiderfoot), then you can use the included Python 3 scripts as shown below. There is the web_accounts_list_checker.py
(preferred) and the check_online_presence.py
which will take MUCH longer to cycle through all the sites and it works a bit differently than the first one.
$ python3 ./web_accounts_list_checker.py -u maxim
- 253 sites found in file.
> Looking up https://www.7cups.com/@maxim
> Looking up https://asciinema.org/~maxim
> Looking up https://audiojungle.net/user/maxim
> Looking up https://www.biggerpockets.com/users/maxim
> Looking up https://www.bookcrossing.com/mybookshelf/maxim
> Looking up https://www.buymeacoffee.com/maxim
> Looking up https://www.championat.com/user/maxim/
> Looking up https://community.cloudflare.com/u/maxim
> Looking up https://www.cnet.com/profiles/maxim/
... SNIP ...
> Looking up https://www.blogger.com/profile/maxim
> Looking up https://armorgames.com/user/maxim
-------------------------------------------
Searching for sites with username (maxim) > Found 160 results:
[+] Found user at https://www.codewars.com/users/maxim
[+] Found user at https://about.me/maxim
[+] Found user at https://community.cloudflare.com/u/maxim
[+] Found user at https://www.designspiration.com/maxim/
[+] Found user at https://www.wowhead.com/user=maxim
[+] Found user at https://audiojungle.net/user/maxim
[+] Found user at https://f3.cool/maxim
[+] Found user at https://coderwall.com/maxim/
We would like to thank each of our contributors for their work. Whether it was adding sites, making our logo, fixing some broken code, or enhancing the project in many other ways! We appreciate the time you volunteered!
@WebBreacher, @Munchko, @L0r3m1p5um, @lehuff, @arnydo, @janbinx, @bcoles, @Sector035, @mccartney, @salaheldinaz, @camhoff, @BerndDasByte, @jocephus, @swedishmike, @soxoj, @jspinel
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.