We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11325ff + f7c9030 commit f5bd5d3Copy full SHA for f5bd5d3
1 file changed
testssl.sh
@@ -5630,7 +5630,7 @@ sub_cipherlists() {
5630
elif [[ -n "$7" ]]; then
5631
sslv2_sockets "$7" "true"
5632
if [[ $? -eq 3 ]] && [[ "$V2_HELLO_CIPHERSPEC_LENGTH" -ne 0 ]]; then
5633
- sslv2_cipherlist="$(strip_spaces "${6//,/}")"
+ sslv2_cipherlist="$(strip_spaces "${7//,/}")"
5634
len=${#sslv2_cipherlist}
5635
detected_ssl2_ciphers="$(grep "Supported cipher: " "$TEMPDIR/$NODEIP.parse_sslv2_serverhello.txt")"
5636
for (( i=0; i<len; i=i+6 )); do
0 commit comments