Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.25 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.25 KB

Video tutorial series to go with the "Binary Exploitation 101 Course" AKA "Practical Buffer Overflow Exploitation"

VIDEO

Note: For most of these challenges, you will want to set owner/permissions of the flag + binary (after compiling):

gcc vuln.c -o vuln -fno-stack-protector -z execstack -no-pie -m32

sudo chown root:root flag.txt
sudo chmod 600 flag.txt

sudo chown root:root challenge_binary
sudo chmod 4655 challenge_binary

Additional resources for learning Pwn

Deusx64
Exploit Education
Pwn.College
ROPEmporium
How2Heap
NightMare
Ir0nstone
PinkDraconian
LiveOverflow
More