From 4c3cc0df8e323901c202ceb2212e2090ffa8297f Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 20 Nov 2014 18:55:51 +0100 Subject: [PATCH] - increase first read buffer -- otherwise it's how up at hb reply and lead to false positives --- bash-heartbleed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-heartbleed.sh b/bash-heartbleed.sh index f7481ef..8155efd 100644 --- a/bash-heartbleed.sh +++ b/bash-heartbleed.sh @@ -115,7 +115,7 @@ fi echo "##### sending client hello:" socksend "$msg" $TLSV -sockread 10000 +sockread 16384 echo "##### server hello:" echo -e "$reply" | xxd | head -20 echo "[...]"