Skip to content

Commit

Permalink
Update ldap vuln cert finder report notes
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Feb 11, 2025
1 parent 517bf54 commit 29bc4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/auxiliary/gather/ldap_esc_vulnerable_cert_finder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 29bc4f7

Please sign in to comment.