Skip to content

Commit 81e4977

Browse files
committed
Fix remove-mic module
1 parent 1b750d8 commit 81e4977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/remove-mic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def on_login(self, context, connection):
5656
class Modify_Func:
5757
# Slightly modified version of impackets computeResponseNTLMv2
5858
def mod_computeResponseNTLMv2(flags, serverChallenge, clientChallenge, serverName, domain, user, password, lmhash="", nthash="",
59-
use_ntlmv2=ntlm.USE_NTLMv2, channel_binding_value=b""):
59+
use_ntlmv2=ntlm.USE_NTLMv2, channel_binding_value=b"", service="cifs"):
6060

6161
responseServerVersion = b"\x01"
6262
hiResponseServerVersion = b"\x01"

0 commit comments

Comments
 (0)