From 9ef0d1f4ea8e1b3f7f465c07af28c2c7dfae79ee Mon Sep 17 00:00:00 2001 From: David Cooper Date: Wed, 31 Aug 2016 17:07:53 -0400 Subject: [PATCH] 20 lines is 320 bytes, not 160 --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 98a4e113..5bd5c720 100755 --- a/testssl.sh +++ b/testssl.sh @@ -6045,7 +6045,7 @@ run_heartbleed(){ outln "\nheartbleed reply: " hexdump -C "$SOCK_REPLY_FILE" | head -20 bytes_returned="$(wc -c "$SOCK_REPLY_FILE" | awk '{ print $1 }')" - [[ $bytes_returned -gt 160 ]] && outln "[...]" + [[ $bytes_returned -gt 320 ]] && outln "[...]" outln fi