Skip to content

Get all the domains and subdomains related to a domain using crt.sh.

Notifications You must be signed in to change notification settings

shivamsaraswat/crt_sh_domain_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Shivam Saraswat
Mar 14, 2023
eb9c02b · Mar 14, 2023

History

4 Commits
Mar 14, 2023
Feb 22, 2023
Feb 21, 2023

Repository files navigation

crt.sh Domain Finder

Get all the related domains and subdomains using crt.sh.

Installation

To install dependencies, use the following command:

pip3 install -r requirements.txt

Using the crt.sh Domain Finder

To run the crt.sh Domain Finder on a domain, use the '-d' flag and provide the domain as an argument:

python crt_sh_domains.py -d example.com

For an overview of all commands use the following command:

python3 crt_sh_domains.py -h

The output shown below are the latest supported commands.

usage: crt_sh_domains.py [-h] -d DOMAIN [-o OUTPUT]

Get domains from crt.sh

options:
  -h, --help            show this help message and exit
  -d DOMAIN, --domain DOMAIN
                        Domain to search for domains
  -o OUTPUT, --output OUTPUT
                        Output file to write domains to

Example: python crt_sh_domains.py -d example.com -o domains.txt

NOTE: Do check out Golang Version of crt.sh Domain Finder.

About

Get all the domains and subdomains related to a domain using crt.sh.

Topics

Resources

Stars

Watchers

Forks

Languages