diff --git a/monkey/infection_monkey/post_breach/timestomping/windows/timestomping.py b/monkey/infection_monkey/post_breach/timestomping/windows/timestomping.py index dbea6aaea..2479317cc 100644 --- a/monkey/infection_monkey/post_breach/timestomping/windows/timestomping.py +++ b/monkey/infection_monkey/post_breach/timestomping/windows/timestomping.py @@ -1,6 +1,3 @@ -TEMP_FILE = "monkey-timestomping-file.txt" - - def get_windows_timestomping_commands(): return "powershell.exe infection_monkey/post_breach/timestomping/windows/timestomping.ps1"