Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 732 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 732 Bytes

A quick and hacky TLS Cert CSV Pipeline

Requirements

Usage

  1. Open generate.sh in a text editor
  2. Set TLSSCAN to the path to the tls-scan binary
  3. Set DOMAINS to the path to the list of domains of interest, one ASCII domain per line with LF line endings.
  4. Type ./generate.sh in your terminal.
  5. Results will appear as .csv's in your out folder.

Notes

  • Scanning each domain can take several seconds, so be prepared to wait.
  • You can edit FIELDS to extract more or less information from raw_data.json.
  • jq supports a versatile query language for easy filtering.