Merge pull request #49 from Pennyw0rth/neff-bugfixes
commit
dec35a526b
|
@ -356,6 +356,7 @@ class smb(connection):
|
|||
hash_ntlm = hashlib.new("md4", msMCSAdmPwd.encode("utf-16le")).digest()
|
||||
self.hash = binascii.hexlify(hash_ntlm).decode()
|
||||
|
||||
self.args.local_auth = True
|
||||
self.domain = self.hostname
|
||||
self.logger.extra["protocol"] = "SMB"
|
||||
self.logger.extra["port"] = "445"
|
||||
|
|
Loading…
Reference in New Issue