#fsop
2 writeups
bss-bof writeup
TKB CTF · 2025
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
stack-bof writeup
TKB CTF · 2025
The bug is not the final `gets()` by itself. The real primitive is:
#pwn #rop #fsop #docker