From 3f5aa1b7df3e2604ec87dd14699e6bb041309717 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 6 Mar 2020 22:09:00 +0100 Subject: [PATCH] Fix output for BEAST when no SSL3 or TLS LF added --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 311391f..9eaa053 100755 --- a/testssl.sh +++ b/testssl.sh @@ -15608,7 +15608,7 @@ run_beast(){ if [[ $sclient_success -ne 0 ]]; then # protocol supported? if "$continued"; then # second round: we hit TLS1 if "$HAS_SSL3" || "$using_sockets"; then - pr_svrty_good "not vulnerable (OK)" ; out ", no SSL3 or TLS1" + pr_svrty_good "not vulnerable (OK)" ; outln ", no SSL3 or TLS1" fileout "$jsonID" "OK" "not vulnerable, no SSL3 or TLS1" "$cve" "$cwe" else prln_svrty_good "no TLS1 (OK)"