Switch user-desc module to credential dumping

This commit is contained in:
Alexander Neff
2025-08-19 13:16:56 -04:00
parent f90e648f7e
commit 7dad6d7697
+1 -1
View File
@@ -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