You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.logger.fail("ATEXEC: Could not retrieve output file, it may have been detected by AV. Please increase the number of tries with the option '--get-output-tries'. If it is still failing, try the 'wmi' protocol or another exec method")
227
214
break
228
215
if"STATUS_BAD_NETWORK_NAME"instr(e):
229
-
self.logger.fail(f"ATEXEC: Getting the output file failed - target has blocked access to the share: {self.__share} (but the command may have executed!)")
230
-
break
216
+
self.logger.fail(f"ATEXEC: Getting the output file failed - target has blocked access to the share: {self.__share} (but the command may have executed!)")
217
+
break
231
218
elif"STATUS_VIRUS_INFECTED"instr(e):
232
219
self.logger.fail("Command did not run because a virus was detected")
0 commit comments