web-ctf-container icon indicating copy to clipboard operation
web-ctf-container copied to clipboard

Help solving rand() prediction

Open loan-mgt opened this issue 2 years ago • 1 comments

I've found this repo/project very useful.

I've managed to solve all of the challenges except the last one.

Could be useful to have a solution/explanation.

loan-mgt avatar Aug 29 '23 20:08 loan-mgt

📗 Solution I've found:

Strcmp v1.0:

password[]=

Help: Type Juggling - PayloadsAllTheThings


Strcmp v2.0:

http://localhost/otp/index.php?code[]=&code[]=&code[]=&code[]=&code[]=&code[]=&code[]=&code[]=&code[]=&code[]=&code[]=

Help: Type Juggling - PayloadsAllTheThings


Crack The Hash:

brontes33

Help: MD5Hashing - brontes33


Lucky numbers:

0095000

Help: Bypass is_numeric function - Reddit


Bypass like a 1337:

--data password= \
--data otpcode=

Help: Ducks - HackThisSite CTF Writeups

loan-mgt avatar Jan 14 '24 20:01 loan-mgt