Subz is a simple Bash script that helps you discover subdomains of a website. It uses the crt.sh website to collect subdomains and displays them in the terminal.
To use the script, follow these steps:
- Clone the repository using
git clone https://github.com/d43ash1sh/subdomain_enumeration
- Navigate to the cloned repository using
cd subdomain_enumeration
- Run the script using
./subz.sh
- Enter the domain name (e.g. debashish.com) when prompted
- Wait for the script to finish, and the subdomains will be displayed in the terminal
The script has been tested on macOS, Ubuntu, and CentOS. It should work on other Linux-based operating systems as well.
The script requires the following dependencies to be installed on your system:
curl
jq
To install these dependencies on Ubuntu and Debian-based systems, run the following command:
sudo apt-get install curl jq
To install these dependencies on CentOS and Red Hat-based systems, run the following command:
sudo yum install curl jq
If you have any questions or feedback, feel free to contact me:
- Instagram: @d43ash1sh
- Twitter: @d43a_io