Gumshoe uses whatsmyname for username search
Also some email modules from Poastal
Gumshoe (A Private Detective Alias) is a Python tool that provides three options for enumerating information: searching by username, searching by email, and searching by domain. It utilizes separate modules for each type of search.
- Search by Username: To search for related information.
- Search by Email: To search for related information.
- Search by Domain: To search for related subdomains.
- Python 3
-
Clone the repository:
git clone https://github.com/asharbinkhalil/gumshoe.git
-
Install the required modules:
pip install -r requirements.txt
- Add Github token to make it work as intended. Add tokens in APIKEYS
-
Run the script:
python gumshoe.py
-
Follow the on-screen instructions to choose an option and provide necessary input.
Here's an example of how to use the script:
--------------------------------------
| Gumshoe🐶 |
--------------------------------------
| Options: |
| 1. Search by Username |
| 2. Search by Email |
| 3. Search by Domain |
--------------------------------------
Enter your choice (1/2/3): 2
Enter the email to search: example@gmail.com
-
Follow this USERNAME-README for username
-
Follow this EMAIL-README for email
-
Subdomain enumeration using crt.sh API and google dorking to find subdomains.