Merge pull request #2855 from testssl/fix_2847+

Doing a better guess for Opossum when tcp/80 is not a/v
This commit is contained in:
Dirk Wetter 2025-07-21 16:24:37 +02:00 committed by GitHub
commit 6c045e05ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17735,8 +17735,10 @@ run_opossum() {
prln_local_problem "direct connection to port 80 failed, better try without proxy"
fileout "$jsonID" "WARN" "direct connection to port 80 failed, try w/o no proxy" "$cve" "$cwe"
else
outln "connection to port 80 failed"
fileout "$jsonID" "INFO" "connection to port 80 failed" "$cve" "$cwe"
out "likely "
pr_svrty_good "not vulnerable (OK)"
outln ", connection to port 80 failed"
fileout "$jsonID" "OK" "connection to port 80 failed" "$cve" "$cwe"
fi
fi
;;