Fix #48 tries to falsly add creds to bloodhound using --laps
parent
f9e3cfb364
commit
efb510d49b
|
@ -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