Agent: Remove unsued GET_ARCH_WINDOWS command

This commit is contained in:
Ilija Lazoroski 2022-03-15 18:44:18 +01:00
parent 48cded4c7c
commit 1d81072d83
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ CHMOD_MONKEY = "chmod +x %(monkey_path)s"
RUN_MONKEY = "%(monkey_path)s %(monkey_type)s %(parameters)s"
# Commands used to check for architecture and if machine is exploitable
CHECK_COMMAND = "echo %s" % ID_STRING
# Architecture checking commands
GET_ARCH_WINDOWS = "wmic os get osarchitecture" # can't remove, powershell exploiter uses
HADOOP_WINDOWS_COMMAND = (
"powershell -NoLogo -Command \"if (!(Test-Path '%(monkey_path)s')) { "