forked from p15670423/monkey
missing parent flag
This commit is contained in:
parent
5d857f9ea3
commit
ad6b7a9893
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue