agent: Fix T1216 PBA filename

This commit is contained in:
Shreya Malviya 2021-08-09 22:37:23 +05:30 committed by Mike Salvatore
parent c45fbb974c
commit 092b78978f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import os
from infection_monkey.control import ControlClient
TEMP_COMSPEC = os.path.join(os.getcwd(), "random_executable.exe")
TEMP_COMSPEC = os.path.join(os.getcwd(), "T1216_random_executable.exe")
def get_windows_commands_to_proxy_execution_using_signed_script():