Fix #48 tries to falsly add creds to bloodhound using --laps

main
Alex 2023-09-28 00:32:00 +02:00
parent f9e3cfb364
commit efb510d49b
1 changed files with 1 additions and 0 deletions

View File

@ -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"