Over 9000
2024-08-08 20:37:52
# Texsaw-CTF-2024
Help Goku get over 9000 energy to defeat his enemy Vegeta and save the world.
3.23.56.243:9005
Visit the site. Head to Chrome Dev Tools –> Sources. Here’s the .js file controlling it all:
1 |
|
So it’s impossible to actually get to over 9000. However, we can just send a POST request ourselves to kamehameha.php! Here’s a script that does just that:
1 | from requests import post |
And we get the flag!
texsaw{y0u_th0ught_th1s_w4s_4_fl4g_but_1t_w4s_m3_d10}