forked from F5-Labs/cryptonice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_scan.json
19 lines (19 loc) · 1 KB
/
sample_scan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"_scan_options": ["DNS", "HTTP2", "HTTP", "JARM", "TLS"],
"_tls_options": ["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_defaults_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": "Test scan",
"port": 443,
"scans": ["DNS", "HTTP2", "HTTP", "JARM", "TLS"],
"tls_params": [],
"http_body": true,
"force_redirect": true,
"print_out": true,
"generate_json": true,
"targets": ["f5.com"]
}