Published onMay 10, 2024AIRANGE'24 - Pwn - NotesctfpwnairangefmtGiven a libc leak, perform a ret2libc attack.
Published onMay 3, 2024picoCTF - 2024 - Pwn - Format String 3ctfpwnpicoctffmtgot-overwriteOverwriting GOT by exploiting the Format String Bug to make a system call for a shell. My first GOT overwrite solve.
Published onApril 16, 2024picoCTF - 2024 - Pwn - Format String 2ctfpwnpicoctffmtarbitrary-writeOverwriting a variable using the Format String Bug to fulfill an if-else condition for printing flag.txt. A very interesting challenge, to be honest.