File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16482,7 +16482,7 @@ run_ticketbleed() {
1648216482 pr_bold " Ticketbleed"; out " ($cve), experiment. "
1648316483
1648416484 if [[ "$SERVICE" != HTTP ]] && [[ "$CLIENT_AUTH" != required ]]; then
16485- outln "-- (applicable only for HTTPS)"
16485+ outln "(applicable only for HTTPS)"
1648616486 fileout "$jsonID" "INFO" "not applicable, not HTTP" "$cve" "$cwe"
1648716487 return 0
1648816488 fi
@@ -21631,7 +21631,7 @@ determine_optimal_proto() {
2163121631 if ! "$OSSL_SHORTCUT" || [[ ! -x /usr/bin/openssl ]] || /usr/bin/openssl s_client -tls1_3 2>&1 | grep -aiq "unknown option"; then
2163221632 outln
2163321633 fileout "$jsonID" "WARN" "$NODE:$PORT appears to support TLS 1.3 ONLY, but $OPENSSL does not support TLS 1.3"
21634- ignore_no_or_lame " Type \"yes\" to proceed and accept all scan problems" "yes"
21634+ ignore_no_or_lame " Type \"yes\" to proceed with $OPENSSL and accept all scan problems" "yes"
2163521635 [[ $? -ne 0 ]] && exit $ERR_CLUELESS
2163621636 MAX_OSSL_FAIL=10
2163721637 else
You can’t perform that action at this time.
0 commit comments