mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-08 09:40:57 +01:00
Fix output for BEAST when no SSL3 or TLS
LF added
This commit is contained in:
parent
1f6ebae401
commit
3f5aa1b7df
@ -15608,7 +15608,7 @@ run_beast(){
|
|||||||
if [[ $sclient_success -ne 0 ]]; then # protocol supported?
|
if [[ $sclient_success -ne 0 ]]; then # protocol supported?
|
||||||
if "$continued"; then # second round: we hit TLS1
|
if "$continued"; then # second round: we hit TLS1
|
||||||
if "$HAS_SSL3" || "$using_sockets"; then
|
if "$HAS_SSL3" || "$using_sockets"; then
|
||||||
pr_svrty_good "not vulnerable (OK)" ; out ", no SSL3 or TLS1"
|
pr_svrty_good "not vulnerable (OK)" ; outln ", no SSL3 or TLS1"
|
||||||
fileout "$jsonID" "OK" "not vulnerable, no SSL3 or TLS1" "$cve" "$cwe"
|
fileout "$jsonID" "OK" "not vulnerable, no SSL3 or TLS1" "$cve" "$cwe"
|
||||||
else
|
else
|
||||||
prln_svrty_good "no TLS1 (OK)"
|
prln_svrty_good "no TLS1 (OK)"
|
||||||
|
Loading…
Reference in New Issue
Block a user