pwn

【CTF】 Heap Exploit Tips

Heap問で個人的にハマったところをまとめました。 環境 glibc 2.23 (Ubuntu 16.04) glibc 2.27 (Ubuntu 18.04) glibc 2.31 (Ubuntu 20.04) glibc 2.32 (Ubuntu 21.04) tcache glibc 2.23 glibc 2.27 glibc 2.31 glibc 2.32 Use After Free glibc 2.27 glibc …

ROP Emporium callme (32bit)

ROP Emporium ROP Emporium ROPの練習サイトです. 2020年7月に更新されていろいろ変わってるみたい. callme (32bit) $ ./callme32 callme by ROP Emporium x86 Hope you read the instructions... > aaaa Thank you! Exiting $ ./callme32 callme by ROP Emp…

ROP Emporium split (32bit)

ROP Emporium ROP Emporium ROPの練習サイトです. 2020年7月に更新されていろいろ変わってるみたい. split (32bit) $ ./split32 split by ROP Emporium x86 Contriving a reason to ask user for data... > aaaa Thank you! Exiting $ ./split32 split by RO…

ROP Emporium ret2win (32bit)

ROP Emporium ROP Emporium ROPの練習サイトです. 2020年7月に更新されていろいろ変わってるみたい. ret2win (32bit) $ ./ret2win32 ret2win by ROP Emporium x86 For my first trick, I will attempt to fit 56 bytes of user input into 32 bytes of stack…