- Open
generate.sh
in a text editor - Set
TLSSCAN
to the path to thetls-scan
binary - Set
DOMAINS
to the path to the list of domains of interest, one ASCII domain per line with LF line endings. - Type
./generate.sh
in your terminal. - Results will appear as
.csv
's in yourout
folder.
- Scanning each domain can take several seconds, so be prepared to wait.
- You can edit
FIELDS
to extract more or less information fromraw_data.json
. jq
supports a versatile query language for easy filtering.