Skip to content

Commit 4238fd6

Browse files
Merge pull request #20272 from zeroSteiner/fix/mod/add-esc-refs
Add missing references for AD CS modules
2 parents 7a36978 + 176dd84 commit 4238fd6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/auxiliary/admin/dcerpc/icpr_cert.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def initialize(info = {})
3232
'Spencer McIntyre'
3333
],
3434
'References' => [
35+
[ 'URL', 'https://posts.specterops.io/certified-pre-owned-d95910965cd2' ],
3536
[ 'URL', 'https://github.com/GhostPack/Certify' ],
3637
[ 'URL', 'https://github.com/ly4k/Certipy' ]
3738
],

modules/auxiliary/admin/ldap/ad_cs_cert_template.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def initialize(info = {})
6060
'Spencer McIntyre'
6161
],
6262
'References' => [
63+
[ 'URL', 'https://posts.specterops.io/certified-pre-owned-d95910965cd2' ],
6364
[ 'URL', 'https://github.com/GhostPack/Certify' ],
6465
[ 'URL', 'https://github.com/ly4k/Certipy' ]
6566
],

0 commit comments

Comments
 (0)