forked from p15670423/monkey
Agent: Remove unsued GET_ARCH_WINDOWS command
This commit is contained in:
parent
48cded4c7c
commit
1d81072d83
|
@ -43,8 +43,6 @@ CHMOD_MONKEY = "chmod +x %(monkey_path)s"
|
||||||
RUN_MONKEY = "%(monkey_path)s %(monkey_type)s %(parameters)s"
|
RUN_MONKEY = "%(monkey_path)s %(monkey_type)s %(parameters)s"
|
||||||
# Commands used to check for architecture and if machine is exploitable
|
# Commands used to check for architecture and if machine is exploitable
|
||||||
CHECK_COMMAND = "echo %s" % ID_STRING
|
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 = (
|
HADOOP_WINDOWS_COMMAND = (
|
||||||
"powershell -NoLogo -Command \"if (!(Test-Path '%(monkey_path)s')) { "
|
"powershell -NoLogo -Command \"if (!(Test-Path '%(monkey_path)s')) { "
|
||||||
|
|
Loading…
Reference in New Issue