We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd166c8 commit 8be0509Copy full SHA for 8be0509
1 file changed
nxc/modules/certipy-find.py
@@ -11,7 +11,7 @@
11
class NXCModule:
12
"""Module made by: @NeffIsBack, @gatariee"""
13
name = "certipy-find"
14
- description = ""
+ description = "certipy find command with options to export the result to text/csv/json. Default: Show only vulnerable templates"
15
supported_protocols = ["ldap"]
16
17
def __init__(self, context=None, module_options=None):
0 commit comments