Byte 166204 is the read length. Reduce it by one (0x2D - 0x01 = 0x2C). Hell, try changing the length and input data at the end of the string in the binary...
Well, thats nice

Byte 166204 is the read length. Reduce it by one (0x2D - 0x01 = 0x2C). Hell, try changing the length and input data at the end of the string in the binary...
occamsrzr wrote:Alright fellas,
I've found the culprit. It is indeed an HTTP GET Request that includes a null character between the php var and the value.
Put simply, one too many bytes is copied from the binary to memory. Here's your fix:
Open the binary in a Hex editor. Change the value of the byte at offset 166204 from 0x2D to 0x2C.
The correct solution will now work. But just be aware, if there is an indication that the pw was wrong, I haven't found it, mostly because I don't care to go looking.
Users browsing this forum: No registered users and 0 guests