Buffer Overflow
Intro
Check compile time protections:
> gdb myapp
g> checksec
NX : enabled - aka: "Dep"
ASLR: not found
Next:
libc analysis
October
HackTheBox has a good one by ippsec
Python script that pushes 250 A's ...and then gets root
More...
to come...
Last updated
Was this helpful?