Skip to content

As a regular contributor to Project WhatsMyName, this is a script I made for myself to check sites are working

License

Notifications You must be signed in to change notification settings

C3n7ral051nt4g3ncy/WhatsMyName-Python

Repository files navigation

security: bandit Code style: black

WhatsMyName Python Script V1.2 🔍

As a regular contributor to Project WhatsMyName, this is a python script I made for myself to check if sites are working, and I thoroughly enjoyed making it..

The script is unofficial and is not part of project WhatsMyname.

The code has been put through Security Bandit to test for any issues, and also through Code Black to get a nice style that fits with PEP8 requirements.

Feel free to use it, it's open source, that's what it is for!

Support ♡

There is no support button on this repository, this is because WhatsMyName is not my project, this is my own personal script, all support should go to the Project WhatsMyName and to @WebBreacher. DO NOT DONATE TO ME

License ©

I am a regular contributor to the Project WhatsMyName, but I am not officially part of its creation, WMN is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Copyright (C) 2022 Micah Hoffman

Installation ⚙️

git clone https://github.com/C3n7ral051nt4g3ncy/WhatsMyName-Python
cd WhatsMyname-Python
pip3 install -r requirements.txt

or depending on your setup you may have to just use pip instead of pip3:

pip install -r requirements.txt

Usage 📖

I wanted something pretty simple to use, these are the only commands you should know:


  • Help command:
python3 whatsmyname.py -h 

  • Check number of sites currently supported on Project WhatsMyName:
python3 whatsmyname.py -c 

  • Check the Project WhatsMyName Full sites List:
python3 whatsmyname.py -f

  • Scan Project WhatsMyName (full sites list) for a single Target Username:
python3 whatsmyname.py -u anonymouse

  • Single Site Search for a Target Username, for example you want to know if secretmonkey is on Ebay:
python3 whatsmyname.py -u secretmonkey -s ebay

Screenshot 📸

.HTML Report Generation

This provides an easy and smooth way to have a general view of all the sites found, to click links one after the other, and to keep/save the data.

Latest Improvements 🚀

  • Links were made clickable (May 2024), Special thanks to boringthegod for the request and idea.
  • The scan is now much faster (May 2024), and is still accurate. (But it's always worth comparing with WhatsMyName Web to be on the safe side).
  • HTML Report Generation (May 2024): The user now gets a .html report at the end of the scan, all links are in one place, and can be clicked, or kept somewhere as proof.

Contributors 🎉

Huge thanks to the following contributors for their valuable contributions to this project:

@hippiiee
@Hippiiee


To add yourself to this list, please make a pull request with your GitHub username.