File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16377,7 +16377,7 @@ run_ticketbleed() {
1637716377 pr_bold " Ticketbleed"; out " ($cve), experiment. "
1637816378
1637916379 if [[ "$SERVICE" != HTTP ]] && [[ "$CLIENT_AUTH" != required ]]; then
16380- outln "-- (applicable only for HTTPS)"
16380+ outln "(applicable only for HTTPS)"
1638116381 fileout "$jsonID" "INFO" "not applicable, not HTTP" "$cve" "$cwe"
1638216382 return 0
1638316383 fi
@@ -21526,7 +21526,7 @@ determine_optimal_proto() {
2152621526 if ! "$OSSL_SHORTCUT" || [[ ! -x /usr/bin/openssl ]] || /usr/bin/openssl s_client -tls1_3 2>&1 | grep -aiq "unknown option"; then
2152721527 outln
2152821528 fileout "$jsonID" "WARN" "$NODE:$PORT appears to support TLS 1.3 ONLY, but $OPENSSL does not support TLS 1.3"
21529- ignore_no_or_lame " Type \"yes\" to proceed and accept all scan problems" "yes"
21529+ ignore_no_or_lame " Type \"yes\" to proceed with $OPENSSL and accept all scan problems" "yes"
2153021530 [[ $? -ne 0 ]] && exit $ERR_CLUELESS
2153121531 MAX_OSSL_FAIL=10
2153221532 else
You can’t perform that action at this time.
0 commit comments