mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-12 17:21:17 +02:00
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:
commit
6c045e05ab
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user