Skip to content

This is a tool to automate the search for subdomains on the website crt.sh.

License

Notifications You must be signed in to change notification settings

GabrielCS0/crtsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrtSh

This is a tool to automate the search for subdomains on the website crt.sh.

See it in action:

$ python3 crtsh.py -d hackerone.com   

[*] Searching crt.sh for subdomains of hackerone.com.
[*] Found 12 unique subdomains of hackerone.com.

links.hackerone.com
api.hackerone.com
managed.hackerone.com
sts.hackerone.com
forwarding.hackerone.com
go.hackerone.com
support.hackerone.com
events.hackerone.com
docs.hackerone.com
gslink.hackerone.com
www.hackerone.com
info.hackerone.com

Setup

  1. Clone the repository
git clone https://github.com/GabrielCordeiroDev/crtsh.git
  1. Install the dependencies in a virtualenv
cd crtsh
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

Short Form Long Form Description
-h --help Show a help message.
-d --domain The domain to search.
-o --output The text file to save the results.

About

This is a tool to automate the search for subdomains on the website crt.sh.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages