Skip to content

Commit 54cad53

Browse files
authored
Merge pull request Pennyw0rth#365 from Pennyw0rth/neff-patch-1
Remove message that could be too annoying
2 parents 71cb5e9 + e96c301 commit 54cad53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/smb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def enum_host_info(self):
229229
try:
230230
import socket
231231
socket.inet_aton(self.host)
232-
self.logger.fail("NTLM authentication not available! Authentication will fail without a valid hostname and domain name")
232+
self.logger.debug("NTLM authentication not available! Authentication will fail without a valid hostname and domain name")
233233
self.hostname = self.host
234234
self.targetDomain = self.host
235235
except OSError:

0 commit comments

Comments
 (0)