Skip to content

Commit 8f72ddd

Browse files
committed
Add category for certipy-find
1 parent 84b59d6 commit 8f72ddd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nxc/modules/certipy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from certipy.lib.formatting import pretty_print
77
from datetime import datetime
88

9+
from nxc.helpers.misc import CATEGORY
910
from nxc.paths import NXC_PATH
1011

1112

@@ -14,6 +15,7 @@ class NXCModule:
1415
name = "certipy"
1516
description = "certipy find command with options to export the result to text/csv/json. Default: Show only vulnerable templates"
1617
supported_protocols = ["ldap"]
18+
category = CATEGORY.ENUMERATION
1719

1820
def __init__(self, context=None, module_options=None):
1921
self.context = context

0 commit comments

Comments
 (0)