Skip to content

Commit 6c957f9

Browse files
committed
Remove print message
1 parent 804aeb0 commit 6c957f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nxc/protocols/mssql.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def enum_host_info(self):
135135
self.logger.info(f"Failed to receive NTLM challenge, reason: {e!s}")
136136
return False
137137
else:
138-
print(challenge)
139138
if challenge.startswith(b"NTLMSSP\x00"):
140139
ntlm_info = parse_challenge(challenge)
141140
self.targetDomain = self.domain = ntlm_info["domain"]

0 commit comments

Comments
 (0)