We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd8598 commit b771c28Copy full SHA for b771c28
1 file changed
nxc/modules/smbghost.py
@@ -58,8 +58,3 @@ def perform_attack(self, target_ip):
58
except Exception as e:
59
self.context.log.fail(f"Error while connecting to host: {e}")
60
return False
61
-
62
-def fail(msg):
63
- nxc_logger.debug(msg)
64
- nxc_logger.fail("This might have been caused by invalid arguments or network issues.")
65
- sys.exit(2)
0 commit comments