Cheese-chess | 404 CTF 2025
Cheese-chess Ressources URL : https://cheese-chess.404ctf.fr/ Exploration When we go go to the URL, we see a chessboard where we can play. In the source code, I see this : <script defer sr...
Cheese-chess Ressources URL : https://cheese-chess.404ctf.fr/ Exploration When we go go to the URL, we see a chessboard where we can play. In the source code, I see this : <script defer sr...
use std::fs::File; use std::io::prelude::*; fn split_input(inputs: &String, first_list: &mut Vec<i32>, second_list: &mut Vec<i32>) { for (_index, line) in inputs.lines(...
Stack One Ressources Binary : stack-one Platform : exploit.education - Phoenix Analysis Let’s start by running the binary and observing its behavior. Execution ./stack-one Welcome to phoenix/...
Format Two Ressources Binary : format-two Platform : exploit.education - Phoenix Analysis Let’s try running the binary to understand how it behaves. Execution ./format-two Welcome to phoenix/...
Format One Ressources Binary : format-one Platform : exploit.education - Phoenix Analysis Let’s run the binary to see how it behaves. Execution ./format-one test Uh oh, 'changeme' is not the...