From a0d634f94a357553c1d6c3d52bbf0a9dd7dac3da Mon Sep 17 00:00:00 2001 From: Dirk Date: Sun, 4 Oct 2015 12:32:29 +0200 Subject: [PATCH] - ouput corrections for BEAST --- testssl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testssl.sh b/testssl.sh index d98eee5..5f0036e 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3646,11 +3646,11 @@ run_beast(){ else if $WIDE; then outln - pr_brown "VULNERABLE (NOT ok) -- no higher protocols (possible mitigation) supported!" else out "${spaces}" - pr_brown "-- no higher protocols (possible mitigation) supported!" fi + pr_brown "VULNERABLE (NOT ok)" + outln " -- and no higher protocols as mitigation supported" fi fi @@ -5076,4 +5076,4 @@ fi exit $? -# $Id: testssl.sh,v 1.398 2015/10/02 22:14:51 dirkw Exp $ +# $Id: testssl.sh,v 1.399 2015/10/04 10:32:29 dirkw Exp $