From 69956016b3c3c289ba16d08e6ad791312c139738 Mon Sep 17 00:00:00 2001 From: Dirk Date: Wed, 13 Dec 2017 13:21:17 +0100 Subject: [PATCH] CVEs from https://robotattack.org/ added (in JSON) --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 503abf0..abd963a 100755 --- a/testssl.sh +++ b/testssl.sh @@ -12874,7 +12874,7 @@ run_robot() { local -i i ret len iteration testnum pubkeybits pubkeybytes local vulnerable=false send_ccs_finished=true local -i start_time end_time timeout=$MAX_WAITSOCK - local cve="" + local cve="CVE-2017-17382 CVE-2017-17427 CVE-2017-17428 CVE-2017-13098 CVE-2017-1000385 CVE-2017-13099 CVE-2016-6883 CVE-2012-5081" local cwe="" [[ $VULN_COUNT -le $VULN_THRESHLD ]] && outln && pr_headlineln " Testing for Return of Bleichenbacher's Oracle Threat (ROBOT) vulnerability " && outln