Skip to content

Commit d1d7002

Browse files
committed
add module badsuccessor
1 parent 057872c commit d1d7002

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

nxc/modules/badsuccessor.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@
5757
class NXCModule:
5858
"""
5959
-------
60-
Module by @mpgn
60+
Module by @mpgn based on https://www.akamai.com/blog/security-research/abusing-dmsa-for-privilege-escalation-in-active-directory#credentials
61+
and https://raw.githubusercontent.com/akamai/BadSuccessor/refs/heads/main/Get-BadSuccessorOUPermissions.ps1
6162
"""
6263

6364
name = "badsuccessor"
64-
description = "I do something"
65+
description = "Check if vulnerable to bad successor attack (DMSA)"
6566
supported_protocols = ['ldap']
6667
opsec_safe = True
6768
multiple_hosts = True

0 commit comments

Comments
 (0)