CTF InterIUT 2021
5 challenges with 6 published community solutions between them. Solution links go to CTFtime’s task page, which aggregates every writeup for a challenge - individual blog posts rot, the aggregator does not.
Full task list on CTFtimeBinary exploitation2
Turn a memory-safety bug in a native binary into control of execution. Usually a stack overflow, a format string, or a heap primitive.
- x86_64
- ropgadget
- pwn
Same technique in picoCTF: Guessing Game 1, x-sixty-what, Binary Gauntlet 3
- x86
- format-string
- pwn
Same technique in picoCTF: format string 3, Binary Gauntlet 2, Binary Gauntlet 3
Reverse engineering1
Work out what a compiled program does without its source, then work backwards from the check to the input that passes it.
asmcoool
1 writeup- assembly
- c
- x64
- reverse
Same technique in picoCTF: Forky, reverse_cipher, Easy as GDB
Forensics1
Recover something from a file, a capture, or a disk image - often from a part of it the format says is unused.
Mémoires du matelot 1
1 writeup- volatility
Same technique in picoCTF: FindAndOpen, c0rrupt, extensions
Steganography1
Find the payload hidden inside a carrier that looks ordinary. Bit planes, appended data, metadata, and audio spectrograms.
La maison hantée
1 writeup- steganography
- spectrogram
Same technique in picoCTF: FindAndOpen, StegoRSA, Glory of the Garden