missing parent flag

This commit is contained in:
itsikkes 2016-07-21 11:22:01 +03:00
parent 5d857f9ea3
commit ad6b7a9893
1 changed files with 2 additions and 0 deletions

View File

@ -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: