Alex
Alex
Yep exactly. Though, this does only update to a new version if released. To get the latest commits do `pipx reinstall netexec`
Added a small note in the wiki anyway :) hope that solves it
Looks like somehow you can login but not query. Are the credentials valid? Can you try to query it with an account that is allowed to use ldap?
Hmm okay, not sure how to fix this. I think we need to wait for someone to run into the same bug to further debug it
Good2know thanks! Any idea which attribute that could have triggered? What was roughly what you queried?
Ah Right just the login I guess...
Thanks! Yeah it somehow fails on the admin-check. I will push some code that you could try and see if that helps.
@bc0la i pushed some debug code to the branch `neff-patch-1`. Can you try that branch and check what is printed out (either checkout the branch in git or install it...
> Might be worth noting that I'm abusing a domain trust here. I am running nxc against domain2 using domain1\user, but afaik the SID should remain the same? Oh that...
Pushed logic that should check if any returned object has the `objectSid` attribute and not only the first one. Maybe fixes the problem, but would still be very interesting which...