From ad6b7a9893a8e6ea7138d772be56c54fab722e32 Mon Sep 17 00:00:00 2001 From: itsikkes Date: Thu, 21 Jul 2016 11:22:01 +0300 Subject: [PATCH] missing parent flag --- chaos_monkey/exploit/wmiexec.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chaos_monkey/exploit/wmiexec.py b/chaos_monkey/exploit/wmiexec.py index 4c2f0afdf..28dab01f3 100644 --- a/chaos_monkey/exploit/wmiexec.py +++ b/chaos_monkey/exploit/wmiexec.py @@ -85,6 +85,8 @@ class WmiExploiter(HostExploiter): else: cmdline = MONKEY_CMDLINE % {'monkey_path': remote_full_path} + cmdline += " -p " + self._guid + if host.default_tunnel: cmdline += " -t " + host.default_tunnel if host.default_server: