Skip to content

vigneshoffsec/subdomain-enum-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Subdomain Enumeration Tool

A simple Python script for basic subdomain enumeration during the reconnaissance phase of penetration testing or bug bounty hunting.


🧠 About

This script attempts to find common subdomains (like admin.example.com, api.example.com, etc.) for a given domain using a pre-defined wordlist. It checks which subdomains are active by sending HTTP requests and logs the discovered ones.

It’s a beginner-friendly tool meant for educational use and learning Python scripting in offensive security.


πŸš€ Features

  • Hardcoded wordlist of common subdomains
  • Checks for live subdomains via HTTP request
  • Saves results into an output/ folder with timestamped logs
  • Easy to run – no complex setup

πŸ› οΈ Usage

$ python subdomain_enum.py example.com