Pierre-papier-Hallebarde
Last updated
Last updated
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.
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())