Update schtask_as.py

Modify the variable name to schtask_as
Change the description

Signed-off-by: Defte <aurelien.chalot@protonmail.com>
main
Defte 2023-10-05 11:58:58 +02:00 committed by GitHub
parent cba97cd068
commit 16cfaec75d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ class NXCModule:
if "USER" in module_options:
self.user = module_options["USER"]
name = "schtask"
description = "Execute a scheduled task on the remote system"
name = "schtask_as"
description = "Remotely execute a scheduled task as a logged on user"
supported_protocols = ["smb"]
opsec_safe = True
multiple_hosts = False