We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057872c commit d1d7002Copy full SHA for d1d7002
1 file changed
nxc/modules/badsuccessor.py
@@ -57,11 +57,12 @@
57
class NXCModule:
58
"""
59
-------
60
- Module by @mpgn
+ 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
62
63
64
name = "badsuccessor"
- description = "I do something"
65
+ description = "Check if vulnerable to bad successor attack (DMSA)"
66
supported_protocols = ['ldap']
67
opsec_safe = True
68
multiple_hosts = True
0 commit comments