guyinatuxedo / Shogun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shogun

So this is a collection of writeups, for ctf glibc heap challenges. At the time of writing this, the latest glibc version is 2.38 which this is based on. A new one comes out roughly every six months.

This is split into 6 separate parts:

Part Focus Part Number
compiling Super short, shows how to compile your own libc 0
bin_overview Brief overview of the heap, and various bins 1
heap_demos Shows some heap functionalities in a running binary 2
code_path_overview Review the code of malloc 3
pwn_demos Shows some useful heap pwn primitives 4
challs Shows various heap bugs, and how we can leverage them and heap pwn primitives to get code execution 5

The way this is laid out, is to first impart a practical understanding of how the glibc heap works. First gradual, then a full understanding. Then we introduce how we can leverage it for useful heap primitives. Then, we wrap it all together, and show how we can leverage heap bugs, an understanding of the heap, and those heap primitives together to get code execution.

About


Languages

Language:C 75.6%Language:Python 24.4%