diff --git a/modules/auxiliary/gather/ldap_esc_vulnerable_cert_finder.rb b/modules/auxiliary/gather/ldap_esc_vulnerable_cert_finder.rb index 74a95f9f605d..b0352820bd6a 100644 --- a/modules/auxiliary/gather/ldap_esc_vulnerable_cert_finder.rb +++ b/modules/auxiliary/gather/ldap_esc_vulnerable_cert_finder.rb @@ -552,7 +552,7 @@ def find_enrollable_vuln_certificate_templates }) report_note({ - data: ca_server[:dn][0].to_s, + data: { dn: ca_server[:dn][0].to_s }, service: service, host: ca_server_ip_address, ntype: 'windows.ad.cs.ca.dn' @@ -643,7 +643,7 @@ def print_vulnerable_cert_info end report_note({ - data: hash[:dn], + data: { dn: hash[:dn] }, service: service, host: ca_fqdn.to_s, ntype: 'windows.ad.cs.ca.template.dn',