Skip to content

Subdomain Enumeration Script #2

@Ankurdeewan

Description

@Ankurdeewan

Overview

Create a Python script that performs subdomain enumeration for a given domain. The script should take a domain name as input and brute-force subdomains using a wordlist.

Requirements

  • Accept --domain (target domain) and --wordlist (file path) as arguments.
  • For each word in the list, append it to the domain and check if the subdomain resolves.
  • Print discovered subdomains in a clean, line-by-line format.
  • Script must run standalone and through the central CLI.

Notes

  • Avoid hardcoding domains or wordlists.
  • Use Python’s standard libraries (e.g., socket) or lightweight modules.
  • Keep the output readable and concise.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions