11 lines
205 B
TOML
11 lines
205 B
TOML
[targets]
|
|
hosts = ["10.24.74.8/24"]
|
|
ports = [443, 80, 8443, 636]
|
|
live_port = 22
|
|
connect_timeout = 2
|
|
handshake_timeout = 2
|
|
|
|
[output]
|
|
format = "json"
|
|
output_file = "certs.jsonl"
|
|
issuer_file = "issuers.jsonl" |