Skip to content

Commit 7dad6d7

Browse files
committed
Switch user-desc module to credential dumping
1 parent f90e648 commit 7dad6d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/user-desc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class NXCModule:
1717
name = "user-desc"
1818
description = "Get user descriptions stored in Active Directory"
1919
supported_protocols = ["ldap"]
20-
category = CATEGORY.ENUMERATION
20+
category = CATEGORY.CREDENTIAL_DUMPING
2121

2222
def __init__(self, context=None, multiple_options=None):
2323
self.keywords = None

0 commit comments

Comments
 (0)