Agent: Remove interrupt check after agent upload in wmiexec.py

This commit is contained in:
vakarisz 2022-03-18 14:27:30 +02:00
parent 13e5c03cf9
commit bf6d856015
1 changed files with 0 additions and 3 deletions

View File

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