mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +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:"
|
echo "##### sending client hello:"
|
||||||
socksend "$msg" $TLSV
|
socksend "$msg" $TLSV
|
||||||
|
|
||||||
sockread 10000
|
sockread 16384
|
||||||
echo "##### server hello:"
|
echo "##### server hello:"
|
||||||
echo -e "$reply" | xxd | head -20
|
echo -e "$reply" | xxd | head -20
|
||||||
echo "[...]"
|
echo "[...]"
|
||||||
|
Loading…
Reference in New Issue
Block a user