Skip to content

Instantly share code, notes, and snippets.

View Kishanojha12's full-sized avatar

Kishan Ojha Kishanojha12

  • Lovely Professional University
  • Punjab,India
View GitHub Profile
@1N3
1N3 / crt.sh
Last active October 19, 2025 11:48
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'