The script will display a table with the URL of each subdomain and its HTTP status code.
- Fetches subdomains from RapidDNS, Web Archive, and crt.sh.
- Checks HTTP status for each subdomain.
- Color-coded output for different status codes.
- Easy to use with a simple command.
Contributions are welcome. Please fork the repository and submit a pull request with your changes.
- Bash
- curl: Install curl on your system if it's not already installed.
Clone this repository to your local machine using the following command:
gh repo clone rbxrootx/SubDrillerTo use the script, run it from the command line with a domain as an argument:
./SubDriller.sh example.comModified from Original: https://github.com/Fadavvi/Sub-Drill