Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c3n7ral051nt4g3ncy/whatsmyname-python
As a regular contributor to Project WhatsMyName, this is a script I made for myself to check sites are working
https://github.com/c3n7ral051nt4g3ncy/whatsmyname-python
intelligence intelligence-gathering opensource osint osint-python osint-tool python3 username username-checker username-search
Last synced: 3 months ago
JSON representation
As a regular contributor to Project WhatsMyName, this is a script I made for myself to check sites are working
- Host: GitHub
- URL: https://github.com/c3n7ral051nt4g3ncy/whatsmyname-python
- Owner: C3n7ral051nt4g3ncy
- License: mit
- Created: 2022-09-08T12:21:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T17:23:52.000Z (8 months ago)
- Last Synced: 2024-11-07T06:06:25.960Z (3 months ago)
- Topics: intelligence, intelligence-gathering, opensource, osint, osint-python, osint-tool, python3, username, username-checker, username-search
- Language: Python
- Homepage: https://whatsmyname.app
- Size: 223 KB
- Stars: 87
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)# [WhatsMyName](https://github.com/WebBreacher/WhatsMyName) Python Script V1.2 🔍
As a regular contributor to Project [WhatsMyName](https://whatsmyname.app), 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](https://github.com/WebBreacher/WhatsMyName) and to [@WebBreacher](https://ko-fi.com/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](https://github.com/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:
To add yourself to this list, please make a pull request with your GitHub username.