Skip to content

Commit ca9847c

Browse files
authored
Update schtask_as.py
Signed-off-by: Kahvi-0xFF <46513413+Kahvi-0@users.noreply.github.com>
1 parent df087a7 commit ca9847c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

nxc/modules/schtask_as.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ def options(self, context, module_options):
5050
name = "schtask_as"
5151
description = "Remotely execute a scheduled task as a logged on user"
5252
supported_protocols = ["smb"]
53-
multiple_hosts = False
54-
53+
5554
def on_admin_login(self, context, connection):
5655
self.logger = context.log
5756

0 commit comments

Comments
 (0)