Fire Server | 404 CTF 2025
Fire Server Ressources URL : https://fire-server.404ctf.fr/ FILE : fire-server.zip doc*.txt Dockerfile index.php Exploration When we click to a file, the website write his content on th...
Fire Server Ressources URL : https://fire-server.404ctf.fr/ FILE : fire-server.zip doc*.txt Dockerfile index.php Exploration When we click to a file, the website write his content on th...
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(...
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/...