mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
fix ruff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -20,7 +20,6 @@ class NXCModule:
|
||||
description = "Dump NTDS with ntdsutil"
|
||||
supported_protocols = ["smb"]
|
||||
|
||||
|
||||
def options(self, context, module_options):
|
||||
"""
|
||||
Dump NTDS with ntdsutil
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user