Skip to content

Commit

Permalink
Merge pull request #49 from Pennyw0rth/neff-bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NeffIsBack authored Oct 4, 2023
2 parents 72e42e9 + d217840 commit dec35a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nxc/protocols/smb.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ def laps_search(self, username, password, ntlm_hash, domain):
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"
Expand Down

0 comments on commit dec35a5

Please sign in to comment.