mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
Overall review
This commit is contained in:
@@ -205,7 +205,7 @@ class NXCModule:
|
||||
if self.binary_to_upload:
|
||||
try:
|
||||
connection.conn.deleteFile(self.share, f"{self.output_file_location}\\{self.binary_to_upload_name}")
|
||||
self.logger.success(f"Binary {self.output_file_location}{self.binary_to_upload_name} successfully deleted")
|
||||
self.logger.success(f"Binary {self.output_file_location}\\{self.binary_to_upload_name} successfully deleted")
|
||||
except Exception as e:
|
||||
self.logger.fail(f"Error deleting {self.output_file_location}{self.binary_to_upload_name} on {self.share}: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user