mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
Switch user-desc module to credential dumping
This commit is contained in:
@@ -17,7 +17,7 @@ class NXCModule:
|
||||
name = "user-desc"
|
||||
description = "Get user descriptions stored in Active Directory"
|
||||
supported_protocols = ["ldap"]
|
||||
category = CATEGORY.ENUMERATION
|
||||
category = CATEGORY.CREDENTIAL_DUMPING
|
||||
|
||||
def __init__(self, context=None, multiple_options=None):
|
||||
self.keywords = None
|
||||
|
||||
Reference in New Issue
Block a user