This commit is contained in:
mpgn
2025-07-16 17:36:00 +02:00
parent 4dd479a956
commit e70aaa54c4
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -8,7 +8,6 @@ class NXCModule:
description = "Run xp_cmdshell commands on a linked SQL server"
supported_protocols = ["mssql"]
def __init__(self):
self.linked_server = None
self.command = None
-1
View File
@@ -20,7 +20,6 @@ class NXCModule:
description = "Dump NTDS with ntdsutil"
supported_protocols = ["smb"]
def options(self, context, module_options):
"""
Dump NTDS with ntdsutil
-1
View File
@@ -17,7 +17,6 @@ class NXCModule:
description = "Identify pre-created computer accounts, save the results to a file, and obtain TGTs for each"
supported_protocols = ["ldap"]
def options(self, context, module_options):
pass
-1
View File
@@ -12,7 +12,6 @@ class NXCModule:
description = "Module to get the Fine Grained Password Policy/PSOs"
supported_protocols = ["ldap"]
def __init__(self, context=None, module_options=None):
self.context = context
self.module_options = module_options