0xPugal / SubDomz

An Automated Subdomain Enumeration Tool

Home Page:https://github.com/0xPugal/subdomz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subdomz

made-with-bash Maintenance MIT license PRs Welcome Latest release Open Source Love svg1

An Automated Subdomain Enumeration Tool

SubDomz


What is SubDomz?

SubDomz is an automation tool for finding the subdomains of the given target or targets passively. It uses multiple tools and various online search engines and services in parallel to find subdomains effectively and sort and save them in an organized way.

Installation

git clone https://github.com/0xPugal/Subdomz.git
cd SubDomz 
chmod +x install.sh subdomz.sh check.sh
./install.sh

Usage

# Options:
      -d, --domain            - Domain to enumerate
      -l, --list              - List of root domains to enumerate
      -u, --use               - Specify which tools to be used (Ex: subfinder, amass, crt,...)
      -e, --exclude           - Specify which tools to be excluded (Ex: findomain, wayback, gau,...)
      -o, --output            - Output file to save final results ( Default: <target>-Date-Time.txt)
      -s, --silent            - Show only subdomains in output
      -hp, --http-probe       - probe for working http/https servers
      -k, --keep              - keep the temporary files ( output from each tool)
      -p, --parallel          - Run parallely for faster results. Doesn't Work With -e/--exclude or -u/--use.
      -h, --help              - Display this help message and exit
      -v, --version           - Display the version and exit
      -ls, --list-sources     - Display all available sources/tools

Available Sources/tools

API keys

Credit

This tool was inspired by @bing0o domains.sh script.

Star History

Star History Chart

About

An Automated Subdomain Enumeration Tool

https://github.com/0xPugal/subdomz

License:MIT License


Languages

Language:Shell 100.0%