Our Blog

Linux Heap Exploitation Intro Series: Set you free() – part 2

Reading time: ~16 min
Intro Hello there! On this part we are focusing on abusing chunk creation and heap massaging in hope of overwriting...

Linux Heap Exploitation Intro Series: Set you free() – part 1

Reading time: ~15 min
Intro (part 1) Hello and welcome to the final post of our Intro to exploitation series! We have learned the basics...

Linux Heap Exploitation Intro Series: Used and Abused – Use After Free

Reading time: ~9 min
Intro After analysing the implementation of ptmalloc2 which, is a must read if you don’t know anything about the linux userland...

Linux Heap Exploitation Intro Series – (BONUS) printf might be leaking!

Reading time: ~11 min
Intro Hi there (again)! This series are going to an end as the next and feasible step is the widely...