FCSC 2026

From 3rd april to the 12th april 2026 was the FCSC : the annual competition organised by ANSSI to select members for the ECSC (european cyber competition). I participated in “hors-catégorie”, since I am older than 25. While my objectives starting the CTF was to manage first place in pwn in hors-catégorie, I sadly didn’t perform as I wished and “only” managed to secure the second place and a 45th place overall. ...

April 14, 2026 · Ret2skillz

FCSC 2025 3 Star Swift Encryptor

This post is part of my training on hackropole, the french website hosting past challenges from FCSC competitions. In this post I will share a writeup for the second 3 Star challenge I did from FCSC 2025. This challenge was the second least solved from this competition. Solving a 3 star challenge shows a very good level (even if big CTFs have eve, harder challenges), so I am quite happy about solving this one. ...

November 17, 2025 · Ret2skillz

FCSC2025 2Star Challenges part 2

This post is part of my training on hackropole, a french platform that hosts the challenges from the FCSC : an annual competition CTF in France lasting 10 days. The challenges from Hackropole are quite interesting and managing to solve the 3 Stars challenges show really good skills. For my training I focused on the FCSC of this year (2025) and tried to time myself on the challenges to see how long it takes me to do them as a way to evaluate how I’d fare in the real competition. ...

November 10, 2025 · Ret2skillz

FCSC2025 2Star Challenges part 1

This post is part of my training on hackropole, a french platform that hosts the challenges from the FCSC : an annual competition CTF in France lasting 10 days. The challenges from Hackropole are quite interesting and managing to solve the 3 Stars challenges show really good skills. For my training I focused on the FCSC of this year (2025) and tried to time myself on the challenges to see how long it takes me to do them as a way to evaluate how I’d fare in the real competition. ...

November 9, 2025 · Ret2skillz

FCSC2023 May The Fifth

Recently, I started training myself on hackropole, the ANSSI platform that has all the challenges from the past FCSC competitions. So I thought I’d make some writeups for some challenges, here is the writeup for May the Fifth. TLDR lack of boundary check in zForth allow arbitrary read and write use the lack of bounds check to leak PIE address use the PIE address to read got address and gain libc leak overwrite strlen got by system for RCE May the Fifth was a 2 Star challenge from FCSC 2023. A docker-compose.yml is provided so we can test the final exploit on remote. We also had the binary as well as an archive. ...

October 26, 2025 · Ret2skillz