Merge pull request #1358 from dcooper16/use_jsonID

Use $jsonID rather than literal string
This commit is contained in:
Dirk Wetter
2019-10-28 17:49:16 +01:00
committed by GitHub

View File

@ -15180,7 +15180,7 @@ run_drown() {
fi fi
;; ;;
*) prln_svrty_best "not vulnerable on this host and port (OK)" *) prln_svrty_best "not vulnerable on this host and port (OK)"
fileout "DROWN" "OK" "not vulnerable to DROWN on this host and port" "$cve" "$cwe" fileout "$jsonID" "OK" "not vulnerable to DROWN on this host and port" "$cve" "$cwe"
if [[ -n "$cert_fingerprint_sha2" ]]; then if [[ -n "$cert_fingerprint_sha2" ]]; then
outln "$spaces make sure you don't use this certificate elsewhere with SSLv2 enabled services" outln "$spaces make sure you don't use this certificate elsewhere with SSLv2 enabled services"
out "$spaces " out "$spaces "