mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
Merge pull request #361 from dcooper16/run_rc4_show_each_fix
run_pfs() and run_rc4() show each fixes
This commit is contained in:
commit
65193cdcee
@ -3679,7 +3679,7 @@ run_pfs() {
|
||||
out "$pfs_cipher "
|
||||
fi
|
||||
fi
|
||||
pfs_ciphers+="$pfs_cipher "
|
||||
[[ $sclient_success -eq 0 ]] && pfs_ciphers+="$pfs_cipher "
|
||||
debugme rm $tmpfile
|
||||
done < <($OPENSSL ciphers -V "$pfs_cipher_list" 2>$ERRFILE) # -V doesn't work with openssl < 1.0
|
||||
debugme echo $pfs_offered
|
||||
@ -5586,9 +5586,9 @@ run_rc4() {
|
||||
fi
|
||||
outln
|
||||
else
|
||||
pr_svrty_high "$rc4_cipher "
|
||||
[[ $sclient_success -eq 0 ]] && pr_svrty_high "$rc4_cipher "
|
||||
fi
|
||||
rc4_detected+="$rc4_cipher "
|
||||
[[ $sclient_success -eq 0 ]] && rc4_detected+="$rc4_cipher "
|
||||
done < <($OPENSSL ciphers -V $rc4_ciphers_list:@STRENGTH)
|
||||
outln
|
||||
"$WIDE" && pr_svrty_high "VULNERABLE (NOT ok)"
|
||||
|
Loading…
Reference in New Issue
Block a user