Skip to content

Script to extract subdomains of a specified domain by scraping crt.sh.

License

Notifications You must be signed in to change notification settings

Darktortue/crtsh_dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crtsh_dump

Small script that is used to extract subdomains of a specified domain by scraping https://crt.sh. The result are going to be written in an .CSV file for easier analysis.

Download repo & install requirements :

git clone https://github.com/Darktortue/crtsh_dump.git

pip install -r requirements.txt

Script usage :

python crtsh.py --help
usage: crtsh.py [-h] [-c] domain

Fetch SSL certificates from crt.sh and write the result to a CSV file.

positional arguments:
  domain       The domain to fetch SSL certificates for.

options:
  -h, --help   show this help message and exit
  -c, --check  Check if the domain/subdomains are available.

About

Script to extract subdomains of a specified domain by scraping crt.sh.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages