Fixed 'cert_trust_wildcard' identifier when multiple certificates are present.

This commit is contained in:
TheraNinjaCat
2026-06-10 11:14:46 +12:00
parent 9fdf8028ba
commit 36e5d3df3f
+1 -1
View File
@@ -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