Skip to content

Commit e96c301

Browse files
committed
Change fail log to debug
1 parent 3c64d27 commit e96c301

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nxc/protocols/smb.py

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

0 commit comments

Comments
 (0)