mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-07-15 11:37:40 +02:00
Merge pull request #3059 from TheraNinjaCat/fix-cert-trust-wildcard-identifier-3051
Fixed 'cert_trust_wildcard' identifier when multiple certificates are…
This commit is contained in:
+1
-1
@@ -10204,7 +10204,7 @@ certificate_info() {
|
|||||||
out "${spaces}"
|
out "${spaces}"
|
||||||
pr_svrty_low "wildcard certificate" ; outln " could be problematic, see other hosts at"
|
pr_svrty_low "wildcard certificate" ; outln " could be problematic, see other hosts at"
|
||||||
outln "${spaces}https://search.censys.io/search?resource=hosts&virtual_hosts=INCLUDE&q=$cert_fingerprint_sha2"
|
outln "${spaces}https://search.censys.io/search?resource=hosts&virtual_hosts=INCLUDE&q=$cert_fingerprint_sha2"
|
||||||
fileout "cert_trust${json_postfix}_wildcard" "LOW" "trust is via wildcard"
|
fileout "cert_trust_wildcard${json_postfix}" "LOW" "trust is via wildcard"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user