MCPcopy
hub / github.com/Pennyw0rth/NetExec / fail

Function fail

nxc/modules/zerologon.py:67–70  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

65
66
67def fail(msg):
68 nxc_logger.debug(msg)
69 nxc_logger.fail("This might have been caused by invalid arguments or network issues.")
70 sys.exit(2)
71
72
73def try_zero_authenticate(rpc_con, dc_handle, dc_ip, target_computer):

Callers 1

try_zero_authenticateFunction · 0.85

Calls 1

failMethod · 0.80

Tested by

no test coverage detected