lapinou
lapinou
Hello, I'm not sure, but I think the `brute` mode wasn't working with LDAPS only server: ``` [!] Error in bindRequest -> strongerAuthRequired: 00002028: LdapErr: DSID-0C090259, comment: The server requires...
Hey, I had a bug with a simple VBA macro like this one: ```vba Sub Auto_Open() FileTest = "C:\Users\test\test.txt" Open FileTest For Output As #1 Write #1, "Test" Close #1...
Hello, I added an alternative tool to use that automate the process of doing a NoPac (CVE-2021-42278 + CVE-2021-42287) from UNIX using noPac.py (https://github.com/Ridter/noPac). Hope it's going to be helpful....
Hello, # Description This PR adds a `-b / --batch` option to answer all `Confirm()` call by the default value, this can be useful in case of unattending installation, for...
Good day, When I try to load the CLR DLL (e.g: `C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll`), the call to the entry point return `false`. Appart from that, the DLL loading seems fine, do you...
Greetings, First of all, thank you for this tool. Do you think it would be possible to modify the logfile location ? or make it customisable ? The current location...
Greetings, First of all, thank you for this project. I was wondering if someone was working on an Exchange lab for GOAD. I'm currently working on an Exchange install using...
Hi, It would be great to add a flag to check if found subdomain are still up, like with the Linux `host` command. Right now I'm using a modified version...
Hello, First of all thank you for this amazing tool. I'm struggling to create a shellcode from a binary compiled using the Crystal programming language (https://crystal-lang.org/). Crystal is a recent...
Hello, When using the ZeroGC, my CLR can't start with an `HRESULT 80004005 (E_FAIL)`: ``` Failed to create CoreCLR, HRESULT: 0x80004005 ``` Do you have an idea why ? I...