Alex
Alex
But the parsed response is printed right? And no returned object has a SID attribute? Because either all returned objects do not have an objectSid (somehow) or the parsing of...
This is the ldap filter that crashes: ```sh "(|(objectSid={self.sid_domain}-512)(objectSid={self.sid_domain}-544)(objectSid={self.sid_domain}-519)(objectSid=S-1-5-32-549)(objectSid=S-1-5-32-551))" ``` Can you try to figure out which of these objects produces the crash? You can use `--query` with the ldap...
This looks really cool! Thanks for the PR. Can you provide the source code for the base64 encoded code and how you compiled it, so i can verify the code...
From my testing it looks like it is working:  @mpgn maybe AV killed some commands?
Mine was running against WINTERFELL which is Windows Server 2019 with build number 17763. Looks like you have the same base image (also build number 17763) so i guess it's...
@mpgn can you recheck this? Would nice if we could figure out the problem so we can merge the PR
Hi, @0xb11a1 really sorry for the extremely late response 👀 We talked a bit internally and due to the required command execution i think it is best if we would...
Great, thanks!
Above I only marked a few examples of lines that need to be changed. Please review your code according to the stuff above
> Did the requested changes, please review them and let me know if they are correct or if anything else needs to be done Looks much better! Thanks!