mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-13 17:51:56 +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"
|
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"
|
fileout "$jsonID" "WARN" "direct connection to port 80 failed, try w/o no proxy" "$cve" "$cwe"
|
||||||
else
|
else
|
||||||
outln "connection to port 80 failed"
|
out "likely "
|
||||||
fileout "$jsonID" "INFO" "connection to port 80 failed" "$cve" "$cwe"
|
pr_svrty_good "not vulnerable (OK)"
|
||||||
|
outln ", connection to port 80 failed"
|
||||||
|
fileout "$jsonID" "OK" "connection to port 80 failed" "$cve" "$cwe"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user