You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
insmb.py
the line:self.args.local_auth = True
Will commit the fix asap
The text was updated successfully, but these errors were encountered: