Agent: Remove unused TEMP_FILE constant from windows timestomping PBA

This commit is contained in:
Mike Salvatore 2021-08-23 11:10:57 -04:00
parent 1ef884ae4e
commit 536b061cc7
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
TEMP_FILE = "monkey-timestomping-file.txt"
def get_windows_timestomping_commands(): def get_windows_timestomping_commands():
return "powershell.exe infection_monkey/post_breach/timestomping/windows/timestomping.ps1" return "powershell.exe infection_monkey/post_breach/timestomping/windows/timestomping.ps1"