Skip to content

Commit 6c045e0

Browse files
authored
Merge pull request #2855 from testssl/fix_2847+
Doing a better guess for Opossum when tcp/80 is not a/v
2 parents ba6891e + cb971b5 commit 6c045e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

testssl.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17735,8 +17735,10 @@ run_opossum() {
1773517735
prln_local_problem "direct connection to port 80 failed, better try without proxy"
1773617736
fileout "$jsonID" "WARN" "direct connection to port 80 failed, try w/o no proxy" "$cve" "$cwe"
1773717737
else
17738-
outln "connection to port 80 failed"
17739-
fileout "$jsonID" "INFO" "connection to port 80 failed" "$cve" "$cwe"
17738+
out "likely "
17739+
pr_svrty_good "not vulnerable (OK)"
17740+
outln ", connection to port 80 failed"
17741+
fileout "$jsonID" "OK" "connection to port 80 failed" "$cve" "$cwe"
1774017742
fi
1774117743
fi
1774217744
;;

0 commit comments

Comments
 (0)