We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b59d6 commit 8f72dddCopy full SHA for 8f72ddd
1 file changed
nxc/modules/certipy.py
@@ -6,6 +6,7 @@
6
from certipy.lib.formatting import pretty_print
7
from datetime import datetime
8
9
+from nxc.helpers.misc import CATEGORY
10
from nxc.paths import NXC_PATH
11
12
@@ -14,6 +15,7 @@ class NXCModule:
14
15
name = "certipy"
16
description = "certipy find command with options to export the result to text/csv/json. Default: Show only vulnerable templates"
17
supported_protocols = ["ldap"]
18
+ category = CATEGORY.ENUMERATION
19
20
def __init__(self, context=None, module_options=None):
21
self.context = context
0 commit comments