mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-19 15:09:30 +01:00
change wording and color for not valid SSLv2 server hello
This commit is contained in:
parent
20b38d5aa6
commit
ece1d868c4
@ -4236,8 +4236,9 @@ run_protocols() {
|
|||||||
fileout "sslv2" "WARN" "SSLv2: received a strange SSLv2 reply (rerun with DEBUG>=2)"
|
fileout "sslv2" "WARN" "SSLv2: received a strange SSLv2 reply (rerun with DEBUG>=2)"
|
||||||
;;
|
;;
|
||||||
8) # no correct server hello
|
8) # no correct server hello
|
||||||
outln "no proper SSLv2 server hello, can't tell"
|
prln_cyan "no valid SSLv2 server hello"
|
||||||
fileout "sslv2" "INFO" "server sent no proper reply, unsure"
|
fileout "sslv2" "WARN" "server sent no valid reply"
|
||||||
|
add_tls_offered ssl2 no
|
||||||
;;
|
;;
|
||||||
1) # no sslv2 server hello returned, like in openlitespeed which returns HTTP!
|
1) # no sslv2 server hello returned, like in openlitespeed which returns HTTP!
|
||||||
prln_done_best "not offered (OK)"
|
prln_done_best "not offered (OK)"
|
||||||
|
Loading…
Reference in New Issue
Block a user