Post

picoCTF 2024 Writeup

Writeups for the picoCTF 2024.


Let’s start with the challenges.

General Skills

We need to find the flag, There are 1000 possibilities but only 10 tries.

Solution for Binary Search

Everytime we enter a number it gives us a prompt wether the answer is higher or lower. We can divide the remainder in half to get to the desired number most efficiently.

Flag:

1
picoCTF{g00d_gu355_bee04a2a}

Time Machine

Solution for Time Machine

We were given a folder with a .git folder which has logs which basically serves the purpose of a time machine.

Flag:

1
picoCTF{t1m3m@ch1n3_d3161c0f}

Forensics

Web Exploitation

Cryptography

Reverse Engineering

Binary Exploitation

This post is licensed under CC BY 4.0 by the author.