Skip to content

Commit 8ec8830

Browse files
committed
Linting
1 parent 03dfe7f commit 8ec8830

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nxc/modules/schtask_as.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def on_admin_login(self, context, connection):
9696
self.logger,
9797
connection.args.get_output_tries,
9898
connection.args.share,
99-
self.run_task_as,
99+
self.run_task_as,
100100
self.command_to_run,
101101
self.output_filename,
102102
self.task_name,

nxc/protocols/smb/atexec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class TSCH_EXEC:
1212
def __init__(self, target, share_name, username, password, domain, doKerberos=False, aesKey=None, remoteHost=None, kdcHost=None, hashes=None, logger=None, tries=None, share=None,
13-
# These options are used by the schtask_as module, except the run_task_as
13+
# These options are used by the schtask_as module, except the run_task_as
1414
# that defaults to NT AUTHORITY\System user (SID S-1-5-18) if not specified
1515
run_task_as="S-1-5-18", run_cmd=None, output_filename=None, task_name=None, output_file_location=None):
1616
self.__target = target

0 commit comments

Comments
 (0)