Describe the bug
NetExec tries to add creds retrieved by --laps to bloodhound because --local-auth is not set but we still do local-auth.
This will fail for obvious reasons.
Solution:
Add somewhere in laps_search in smb.py the line:
self.args.local_auth = True
Will commit the fix asap
Describe the bug
NetExec tries to add creds retrieved by
--lapsto bloodhound because--local-authis not set but we still do local-auth.This will fail for obvious reasons.
Solution:
Add somewhere in
laps_searchinsmb.pythe line:self.args.local_auth = TrueWill commit the fix asap