Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
crtsh — API client for crt.sh | Kitploit
Tools/GitHubGitHub/knqyf263/crtsh
OSINT (Open Source Intelligence)ReconnaissanceSubdomain Enumeration
GitHubknqyf263/crtsh

crtsh

API client for crt.sh

View Repository
4165 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

crtsh

API client for crt.sh

crtsh allows to get the information about a HTTPS website.
e.g. Search subdoimains.

This tool uses Certificate Transparency logs. For more information, check https://crt.sh/

Example

Subdomains

Search subdomains of example.com

Organization

In --query, % can be used as wildcard.

Install

Binary

Download binary from release page

Source

root@kitploit:~
$ go get -u github.com/knqyf263/crtsh

Usage

root@kitploit:~
% crtsh -h
crtsh client

Usage:
  crtsh [command]

Available Commands:
  help        Help about any command
  search      search

Flags:
      --config string   config file (default is $HOME/.crtsh.yaml)
  -h, --help            help for crtsh

Use "crtsh [command] --help" for more information about a command.

search

root@kitploit:~
$ crtsh search --help
Usage:
  crtsh search [flags]

Flags:
  -d, --domain string   Domain Name (e.g. %.exmaple.com)
  -h, --help            help for search
      --plain           plain text mode
  -q, --query string    query (e.g. Facebook)

Global Flags:
      --config string   config file (default is $HOME/.crtsh.yaml)

Download Tool