Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 710 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 710 Bytes

OSINT Certificate Transparency Search

Searches for domain names based on several CT (Certificate Transparency) sources:

Requirements

Install Python dependencies

pip3 install -r requirements.txt

Usage

Usage: ./osintct.py -d|--domain DOMAIN [-r|--resolve] [-o|--output FILENAME]
--domain: domain name to check for (use TLD)
--resolve: try resolving IP addresses for subdomains found (can take some time)
--output: output file (CSV format) - default: output.csv