Enumerate over a list of websites and check for registered users by username.
Project description
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:
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.
Content
- 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.
Format
See CONTRIBUTING
Command Line Arguments
There are quite a few command line options available
Check for the users yooper and maxim, defaults to outputing json to stdout, only returns the found results.
python check_online_presence.py -u yooper maxim
Check for the users yooper and maxim, defaults to outputing json to stdout, returns the not found and found results.
python check_online_presence.py -u yooper maxim -a
Check for the users yooper and maxim, defaults to outputing json to stdout, returns the sites where no matches were found.
python check_online_presence.py -u yooper maxim -n
Check for the user yooper, on social sites
python check_online_presence.py -u yooper -c social
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, @yooper @Munchko, @L0r3m1p5um, @lehuff, @arnydo, @janbinx, @bcoles, @Sector035, @mccartney, @salaheldinaz, @camhoff, @BerndDasByte, @jocephus, @swedishmike, @soxoj, @jspinel, @ef1500, @iamzewen, @jocejocejoe, @K2SOsint, @C3n7ral051nt4g3ncy
License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file what_is_my_name-0.0.5.tar.gz
.
File metadata
- Download URL: what_is_my_name-0.0.5.tar.gz
- Upload date:
- Size: 351.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c34ee02a31239b0a48c40f8bb2ba78972d8f9cc655e804625f76e0ad12d5bf28 |
|
MD5 | 74aa361d6e3252b48abf944b841b1d6b |
|
BLAKE2b-256 | 96d40447abb5177b441be426d4ada8de06146c6981acf25cf5d74a14c191da1f |
File details
Details for the file what_is_my_name-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: what_is_my_name-0.0.5-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f3dff0a90d6d74f7bb85cd96a5b35285d02c0b36c3fd75cd9cf4c512cc758f8 |
|
MD5 | 58b3423cb3f3e18f3129f3b6af2f8ac5 |
|
BLAKE2b-256 | 2cb386188ffcdeb2e7c8a9646b488da43186442818c5cba9abc643bf6f45e137 |