This repository has the JSON file required to perform user enumeration on various websites.
Go to file
2022-08-02 12:06:45 -05:00
.github Update minify-json.yml 2022-07-27 19:45:45 -04:00
.gitignore Changed exit codes + added exclusions for my dev environments to .gitignore 2021-01-01 23:14:04 +00:00
check_online_presence.py fixing sites and adding useragent 2021-09-09 16:11:49 -04:00
CODE_OF_CONDUCT.md Create Code of Conduct 2022-07-18 16:43:13 -04:00
CONTRIBUTING.md Remove square brackets from "account_missing_string" line in CONTRIBUTING.md 2022-07-28 04:04:17 +03:00
LICENSE.md freshening the text file content 2022-07-16 12:59:10 -04:00
README.md Add LinkScope to list of projects using WhatsMyName 2022-07-28 04:04:55 +03:00
requirements.txt removing requirements for unfinished script 2022-07-16 16:19:29 -04:00
sample.json Adding sample.json file for testing of sites. 2022-01-18 10:39:45 -05:00
schema.json fixing ID field 2022-07-20 20:40:18 -04:00
SECURITY.md Create security.md policy 2022-07-18 16:39:20 -04:00
web_accounts_list_checker.py Merge pull request #341 from P3run/follow_redirects 2022-01-07 11:14:25 -05:00
web_accounts_list-min.json Minify source code 2022-07-29 20:46:40 +00:00
web_accounts_list.json Add files via upload 2022-07-29 16:16:17 +02:00
whatsmyname.png Add header image to Readme.md 2020-03-05 12:50:44 -06:00
wmn-data-min.json Minify source code 2022-07-29 20:46:40 +00:00
wmn-data-schema.json Adding new JSON schema 2022-07-22 16:03:05 -04:00
wmn-data.json Add files via upload 2022-07-29 16:13:50 +02:00

WhatsMyName

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:

whatsmyname

Tools/Web Sites Using WhatsMyName

  • 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 latest 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.
  • LinkScope uses this in the Whats My Name resolution under the Online Identity category.

Content

Format

See CONTRIBUTING

Standalone Checkers

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
 -  424 sites found in file.
 >  Looking up https://www.7cups.com/@maxim
 >  Looking up https://artistsnclients.com/people/maxim
 >  Looking up https://ameblo.jp/maxim
 >  Looking up https://aminoapps.com/u/maxim
 >  Looking up https://www.anime-planet.com/users/maxim
 >  Looking up https://apex.tracker.gg/apex/profile/origin/maxim/overview
 >  Looking up https://asciinema.org/~maxim
 >  Looking up https://audiojungle.net/user/maxim
 >  Looking up https://community.avid.com/members/maxim/default.aspx
 *  Skipping BiggerPockets - Marked as not valid.
...
[SNIPPED for brevity]
...
-------------------------------------------
Searching for sites with username (maxim) > Found 159 results:

[+] Found user at https://coderwall.com/maxim/
[+] Found user at https://dev.to/maxim
[+] Found user at https://www.designspiration.com/maxim/
[+] Found user at https://community.cloudflare.com/u/maxim
[+] Found user at https://maxim.carrd.co
[+] Found user at https://maxim.gumroad.com/
...

Contributors

We would like to thank 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, @ef1500, @iamzewen, @jocejocejoe, @K2SOsint, @C3n7ral051nt4g3ncy

License

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