Giter Club home page Giter Club logo

whatsmyname's Introduction

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 an 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.
  • Blackbird uses the Whats My Name list in its search.

Content

Format

See CONTRIBUTING

Command Line Arguments

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 or one noted above), then you can use the Python script @yooper made for us, whats_my_name.py as shown below.

There are quite a few command line options available:

  • Check for the user yooper, print out in a table format into console

python whats_my_name.py -u yooper -c social

  • Check for the users yooper and maxim, defaults to outputing json to stdout, only returns the found results.

python whats_my_name.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 whats_my_name.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 whats_my_name.py -u yooper maxim -n

  • Check for the user yooper, on social sites

python whats_my_name.py -u yooper -c social

  • Check for the user yooper, on social sites, using a different web browser agent

python whats_my_name.py -u yooper -c social --user_agent_platform 'Firefox on macOS'

  • Check for the user yooper, print out in a csv format into console

python whats_my_name.py -u yooper -c social --format csv

  • Check for the user yooper, print out in a json (default) format into console

python whats_my_name.py -u yooper -c social --format json

  • Check for the user yooper, dump out response content and response headers, used for debugging purposes

python whats_my_name.py -u yooper -s zhihu --verbose --format csv

  • Check for the user whether they exist or not and get the response from the server, used for debugging

python whats_my_name.py -u yooper -a -s zillow --verbose --format csv

Installation

Check the INSTALLATION.md file

License

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

whatsmyname's People

Contributors

webbreacher avatar c3n7ral051nt4g3ncy avatar spotlightc avatar mccartney avatar bcoles avatar yooper avatar l0r3m1p5um avatar swedishmike avatar sector035 avatar k2sosint avatar lehuff avatar iamzewen avatar ef1500 avatar cami325 avatar p3run avatar accentusoft avatar arnydo avatar jocejocejoe avatar jocephus avatar soxoj avatar djahren avatar kehrijksen avatar unpublished avatar kpcyrd avatar seintpl avatar upgoingstar avatar p1ngul1n0 avatar dependabot[bot] avatar tomgold182 avatar steve-bate avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.