Skip to content

Commit ff0c47b

Browse files
check if pipe was activated even if deletion was not successful
1 parent 0cb26b9 commit ff0c47b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nxc/modules/efsr_spray.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def on_login(self, context: Context, connection):
9696
if error == "STATUS_OBJECT_NAME_NOT_FOUND":
9797
pass
9898
context.log.fail(f"Error DELETING created temp file {self.file_name} on share {share_name}: {error}")
99-
return
10099
except SessionError as e:
101100
context.log.debug(f"Error writing encrypted file on share {share_name}: {get_error_string(e)} (This does not necessarily mean that the attack failed!)")
102101

0 commit comments

Comments
 (0)