8000 GitHub - AIwolfie/crtsh: Fast and async subdomain finder using crt.sh – supports wildcard filtering, multiple domains, and clean output.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ crtsh Public

Fast and async subdomain finder using crt.sh – supports wildcard filtering, multiple domains, and clean output.

Notifications You must be signed in to change notification settings

AIwolfie/crtsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

crtsh.py

A Python utility to fetch (or scrape) subdomains from crt.sh


Requirements

  • argparse
  • aiohttp
  • asyncio
  • colorama
  • validators

Install with:

pip install -r requirements.txt

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
sudo cp crtsh /usr/local/bin/

Options

Flag Description
-h, --help Show this help message and exit
-d, --domain Specify target domain(s) (comma-separated)
-f, --file File containing domains to scan
-n, --no-wildcard Remove wildcard subdomains from the results
-o, --output Save subdomains to a file

Usage

python3 crtsh.py -d example.com
python3 crtsh.py -d example.com -n
python3 crtsh.py -d example.com,github.com
python3 crtsh.py -f domains.txt -n -o subs.txt

Made by AIwolfie

Buy Me A Coffee

About

Fast and async subdomain finder using crt.sh – supports wildcard filtering, multiple domains, and clean output.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0