Skip to content

Commit e70aaa5

Browse files
committed
fix ruff
1 parent 4dd479a commit e70aaa5

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

nxc/modules/link_xpcmd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ class NXCModule:
88
description = "Run xp_cmdshell commands on a linked SQL server"
99
supported_protocols = ["mssql"]
1010

11-
1211
def __init__(self):
1312
self.linked_server = None
1413
self.command = None

nxc/modules/ntdsutil.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class NXCModule:
2020
description = "Dump NTDS with ntdsutil"
2121
supported_protocols = ["smb"]
2222

23-
2423
def options(self, context, module_options):
2524
"""
2625
Dump NTDS with ntdsutil

nxc/modules/pre2k.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class NXCModule:
1717
description = "Identify pre-created computer accounts, save the results to a file, and obtain TGTs for each"
1818
supported_protocols = ["ldap"]
1919

20-
2120
def options(self, context, module_options):
2221
pass
2322

nxc/modules/pso.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class NXCModule:
1212
description = "Module to get the Fine Grained Password Policy/PSOs"
1313
supported_protocols = ["ldap"]
1414

15-
1615
def __init__(self, context=None, module_options=None):
1716
self.context = context
1817
self.module_options = module_options

0 commit comments

Comments
 (0)