Agent: Add missing return to WmiExploiter

This commit is contained in:
Mike Salvatore 2022-03-08 15:36:25 -05:00 committed by vakarisz
parent 98f8a5b48a
commit f57977dd53
1 changed files with 1 additions and 0 deletions

View File

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