-
Notifications
You must be signed in to change notification settings - Fork 25
/
sample_scan.json
22 lines (22 loc) · 1.13 KB
/
sample_scan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"_scan_options": ["DNS", "HTTP2", "HTTP", "JARM", "TLS", "EMAIL"],
"_tls_params": ["certificate_info", "ssl_2_0_cipher_suites", "ssl_3_0_cipher_suites", "tls_1_0_cipher_suites",
"tls_1_1_cipher_suites", "tls_1_2_cipher_suites", "tls_1_3_cipher_suites", "tls_compression",
"tls_1_3_early_data", "openssl_ccs_injection", "heartbleed", "robot", "tls_fallback_scsv",
"session_renegotiation", "session_resumption", "session_resumption_rate", "http_headers"],
"_tls_params_if_blank": ["certificate_info", "ssl_2_0_cipher_suites", "ssl_3_0_cipher_suites", "tls_1_0_cipher_suites",
"tls_1_1_cipher_suites", "tls_1_2_cipher_suites", "tls_1_3_cipher_suites", "tls_compression",
"tls_1_3_early_data", "http_headers"],
"id": "2021-07-29",
"port": 443,
"scans": ["DNS", "HTTP2", "HTTP", "JARM", "TLS", "PWNED"],
"tls_params": [],
"http_body": false,
"force_redirect": true,
"print_out": true,
"generate_json": true,
"json_path" : "./results/",
"recommendations": false,
"geolocation": true,
"targets": ["my-free.website", "www.my-free.website"]
}