Skip to content

Commit 3c64d27

Browse files
committed
Remove message that could be too annoying
1 parent d036fa8 commit 3c64d27

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nxc/protocols/smb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ 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")
233232
self.hostname = self.host
234233
self.targetDomain = self.host
235234
except OSError:

0 commit comments

Comments
 (0)