项目作者: popovicn

项目描述 :
Certificate Explore - find subdomains using Certificate Transparency logs
高级语言: Python
项目地址: git://github.com/popovicn/crtxplore.git
创建时间: 2021-02-27T01:22:03Z
项目社区:https://github.com/popovicn/crtxplore

开源协议:

下载


crtxplore

Certificate Explore - find subdomains using Certificate Transparency logs.

:information_source: This tool is slightly improved version of UnaPibaGeek/ctfr.

Usage

  1. crtxplore.py [-h] -d DOMAIN [-ew] [-ee] [-t TIMEOUT] [-o OUTPUT_FILE_PATH]

Arguments:

arg Name Description
-d domain Target domain (required)
-ew exclude_wildcard Exclude wildcard subdomains (eg. *.uber.com)
-ee exclude_expired Exclude expired certificates
-t timeout Timeout
-o output Output file path

Example output

  1. > python crtxplore.py -d uber.com -ew -t 5
  2. automate.sandbox.cpe.uber.com
  3. prj.usuppliers.uber.com
  4. cn-slow2.uber.com
  5. accessibility.uber.com
  6. brand.uber.com
  7. dca1-resilient.corp.uber.com
  8. cn-slow1.uber.com
  9. investor.uber.com
  10. prod2.uber.com
  11. jira.uber.com
  12. dca1-dc07.corp.uber.com
  13. bizblog.uber.com
  14. stapler.uber.com
  15. ...