Pierre-papier-Hallebarde

Category: Miscellaneous - Points: 100 - Difficulty: Intro - Solves: 274

Description:

Hallebarde a mis en place sa variante du Pierre-papier-ciseaux. À ce jour, personne de nos services n'est parvenu à vaincre l'ordinateur. Montrez-leur de quoi vous êtes capable en récupérant leur précieux flag.txt ! nc challenge.404ctf.fr 30806

Solution:

To solve this challenge, you need to find a method to bypass the robot who always win. image

So to do that, you need to exploit a flaw in the python script and enter the following command to display the flag contained in the flag.txt file: input(open("flag.txt", "r").read()) image

🚩 FLAG
404CTF{cH0iX_nUm3r0_4_v1c701r3}

Last updated

Was this helpful?