forked from p15670423/monkey
Agent: Add missing return to WmiExploiter
This commit is contained in:
parent
98f8a5b48a
commit
f57977dd53
|
@ -133,6 +133,7 @@ class WmiExploiter(HostExploiter):
|
|||
result.RemRelease()
|
||||
wmi_connection.close()
|
||||
self.add_executed_cmd(cmdline)
|
||||
return self.exploit_result
|
||||
|
||||
return self.exploit_result
|
||||
|
||||
|
|
Loading…
Reference in New Issue