Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
crtsh — crt.sh용 API 클라이언트 | Kitploit
도구/GitHubGitHub/knqyf263/crtsh
OSINT (Open Source Intelligence)ReconnaissanceSubdomain Enumeration
GitHubknqyf263/crtsh

crtsh

crt.sh용 API 클라이언트

저장소 보기
4165년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

crtsh

crt.sh용 API 클라이언트

crtsh는 HTTPS 웹사이트에 대한 정보를 얻을 수 있게 해줍니다.
예: 하위 도메인 검색

이 도구는 Certificate Transparency 로그를 사용합니다. 자세한 내용은 https://crt.sh/ 를 확인하세요.

예제

하위 도메인

example.com의 하위 도메인 검색

조직

--query에서 %는 와일드카드로 사용할 수 있습니다.

설치

바이너리

릴리스 페이지에서 바이너리를 다운로드하세요.

소스

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

사용법

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)

도구 다운로드