We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c64d27 commit e96c301Copy full SHA for e96c301
1 file changed
nxc/protocols/smb.py
@@ -229,6 +229,7 @@ def enum_host_info(self):
229
try:
230
import socket
231
socket.inet_aton(self.host)
232
+ self.logger.debug("NTLM authentication not available! Authentication will fail without a valid hostname and domain name")
233
self.hostname = self.host
234
self.targetDomain = self.host
235
except OSError:
0 commit comments