Skip to content

asharbinkhalil/gumshoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Gumshoe uses whatsmyname for username search

Also some email modules from Poastal

Open Source Contributions are appreciated.

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.

Features

  • Search by Username: To search for related information.
  • Search by Email: To search for related information.
  • Search by Domain: To search for related subdomains.

Prerequisites

  • Python 3

Installation

  1. Clone the repository:

    git clone https://github.com/asharbinkhalil/gumshoe.git
    
  2. Install the required modules:

    pip install -r requirements.txt
    
  • Add Github token to make it work as intended. Add tokens in APIKEYS

Usage

  1. Run the script:

    python gumshoe.py
    
  2. Follow the on-screen instructions to choose an option and provide necessary input.

Example

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: [email protected]

Explanation of Modules

  • Follow this USERNAME-README for username

  • Follow this EMAIL-README for email

  • Subdomain enumeration using crt.sh API and google dorking to find subdomains.


Releases

No releases published

Packages

No packages published

Languages