We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd57552 commit 0daf83cCopy full SHA for 0daf83c
testssl.sh
@@ -17180,7 +17180,7 @@ run_ccs_injection(){
17180
# 0A: Unexpected message
17181
# 28: Handshake failure
17182
if [[ -z "${tls_hello_ascii:0:12}" ]]; then
17183
- # empty reply, this preply is the normal case
+ # empty reply which is the normal case
17184
pr_svrty_best "not vulnerable (OK)"
17185
if [[ $retval -eq 3 ]]; then
17186
fileout "$jsonID" "OK" "not vulnerable (timed out)" "$cve" "$cwe"
0 commit comments