Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 727 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 727 Bytes

SubGeek

SubGeek is a powerful subdomain enumeration tool with 40,000+ in-built wordlists. It uses DNS resolution and HTTP requests to discover subdomains of a given domain.

Features

  • Enumerates subdomains using a predefined list.
  • Resolves DNS records for discovered subdomains.
  • Simple and easy to use.

Requirements

  • Python 3.x
  • requests library
  • dnspython library

Installation

  1. Clone the Repository:

    git clone https://github.com/yourusername/subgeek.git
    cd subgeek
    

Install Dependencies:

 pip install requests dnspython


3. Run the script:
 ```bash
python main.py

Example: 
$ python main.py
Enter the domain to enumerate subdomains for: example.com