Skip to content

A Bash script to check HTTP status codes of subdomains for a specified domain using services like RapidDNS, Web Archive, and crt.sh

Notifications You must be signed in to change notification settings

rbxrootx/SubDriller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Subdomain Status Checker

Overview

The script will display a table with the URL of each subdomain and its HTTP status code.

Features

  • 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.

Contributing

Contributions are welcome. Please fork the repository and submit a pull request with your changes.

Prerequisites

  • Bash
  • curl: Install curl on your system if it's not already installed.

Installation

Clone this repository to your local machine using the following command:

gh repo clone rbxrootx/SubDriller

Usage

To use the script, run it from the command line with a domain as an argument:

./SubDriller.sh example.com

Credits

Modified from Original: https://github.com/Fadavvi/Sub-Drill

About

A Bash script to check HTTP status codes of subdomains for a specified domain using services like RapidDNS, Web Archive, and crt.sh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages