Binary Exploitation
TKB CTF · 2025
bss-bof writeup
The exploit is the same core idea as `stack-bof`: the useful bug is not the final `gets()` alone, but the pair:
#pwn #fsop #docker
Very Simple FSB Writeup
- Name: `Very Simple FSB` - Category: `pwn` - Remote: `35.194.108.145:13840`
#pwn #format-string
stack-bof writeup
The bug is not the final `gets()` by itself. The real primitive is:
#pwn #rop #fsop #docker