mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-31 22:09:44 +01:00
- increase first read buffer -- otherwise it's how up at hb reply and lead to false positives
This commit is contained in:
parent
d4265742b1
commit
4c3cc0df8e
@ -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 "[...]"
|
||||
|
Loading…
Reference in New Issue
Block a user