Skip to content

TargetPackage/crtsh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crtsh.py

A Python utility to scrape subdomains from https://crt.sh.

Installation

git clone https://github.com/YashGoti/crtsh.py.git
cd crtsh.py
python3 crtsh.py -h

If you want to use crtsh from anywhere:

git clone https://github.com/YashGoti/crtsh.py.git
cd crtsh.py
mv crtsh.py crtsh
chmod +x crtsh
cp crtsh /usr/bin/

Options

Flags Description
-h --help Show this help message and exit
-d DOMAIN --domain DOMAIN Specify target domain to get subdomains from crt.sh
-o FILENAME --output FILENAME Specify file to direct output to
-r --recursive Do recursive search for subdomains
-w --wildcard Include wildcard in output

Usage

python3 crtsh.py -d example.com
python3 crtsh.py -d example.com -w
python3 crtsh.py -d example.com -r
python3 crtsh.py -d example.com -r -w
python3 crtsh.py -d example.com -r -w -o output.txt

About

A Python Script to Get Subdomain using https://crt.sh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%