Skip to content

Instantly share code, notes, and snippets.

View bgagan911's full-sized avatar
💭
I may be slow to respond.

bgagan911

💭
I may be slow to respond.
  • 00:28 (UTC -12:00)
View GitHub Profile
@bgagan911
bgagan911 / crt.sh
Created November 25, 2018 20:22 — forked from 1N3/crt.sh
A small bash script to gather all certificate sub-domains from crt.sh and save them to a file
#!/bin/bash
#
# crt.sh sub-domain check by 1N3@CrowdShield
# https://crowdshield.com
#
OKBLUE='\033[94m'
OKRED='\033[91m'
OKGREEN='\033[92m'
OKORANGE='\033[93m'