Skip to content

Rooter Subdomain Enumeration is a versatile and powerful Go script designed for discovering subdomains associated with a target domain. This tool empowers security professionals, penetration testers, and bug bounty hunters to conduct comprehensive reconnaissance and enhance their understanding of a target's attack surface.

License

Notifications You must be signed in to change notification settings

shubham-rooter/subdomain-enumeration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rooter Subdomain Enumeration

GitHub license

Description

Rooter Subdomain Enumeration is a Go script that performs subdomain enumeration on a target domain using various tools and saves the results in an output file.

Features

  • Utilizes popular subdomain enumeration tools.
  • Easy to use with a command-line interface.
  • Supports verbose mode for detailed information.
  • Results are saved in an output file for analysis.

Prerequisites

Rooter Subdomain Enumeration leverages the following subdomain enumeration tools:

  • assetfinder
  • amass
  • findomain
  • subfinder
  • crt.sh
  • sublist3r

Refer to the respective tool documentation for installation instructions.

Key Features

  • Multi-Tool Integration: Rooter Subdomain Enumeration seamlessly integrates with popular subdomain enumeration tools, including assetfinder, amass, findomain, subfinder, crt.sh, sublist3r, and subbrute. This comprehensive approach ensures a wide range of subdomains are identified.

  • User-Friendly Command-Line Interface: The script offers an easy-to-use command-line interface, allowing users to quickly initiate subdomain enumeration tasks with minimal effort.

  • Verbose Mode: For those who require detailed insights into the subdomain discovery process, Rooter Subdomain Enumeration provides a verbose mode that displays tool names and progress messages during execution.

  • Results in an Output File: The script saves the discovered subdomains in an output file, streamlining subsequent analysis and enabling users to focus on potential attack vectors.

Options

-t <target_domain>: Specify the target domain (required).
-o <output_file>: Specify the output file (default: subdomains.txt).
-v: Enable verbose mode.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Go is installed on your system. If not, download and install it from the official website.

Usage

  1. Clone the repository:

     git clone https://github.com/shubham-rooter/subdomain-enumeration.git
     cd subdomain-enumeration
     go build
     sudo mv rooter-subdomain /usr/local/bin/
     rooter-subdomain -h
    

RUN :

rooter-subdomain -t example.com -o results.txt -v

Wait for the script to complete the subdomain enumeration process.

Once completed, the results will be saved in the specified output file.

Contribution

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

Maintainers :

This Repo is maintained by :

Author :

Shubham Rooter

License :

Copyright © 2023, Shubham Rooter. Released under the MIT License.

Thankyou. Happy Hunting..

About

Rooter Subdomain Enumeration is a versatile and powerful Go script designed for discovering subdomains associated with a target domain. This tool empowers security professionals, penetration testers, and bug bounty hunters to conduct comprehensive reconnaissance and enhance their understanding of a target's attack surface.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages