Agent: Remove interrupt check after agent upload in wmiexec.py
This commit is contained in:
parent
13e5c03cf9
commit
bf6d856015
|
@ -84,9 +84,6 @@ class WmiExploiter(HostExploiter):
|
|||
self.options["smb_download_timeout"],
|
||||
)
|
||||
|
||||
if self.is_interrupted():
|
||||
return self.exploit_result
|
||||
|
||||
if not remote_full_path:
|
||||
wmi_connection.close()
|
||||
return self.exploit_result
|
||||
|
|
Loading…
Reference in New Issue