Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 336 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 336 Bytes

LearnPwn

  • Set of binary exploitation example problems and solutions listed in an order that I've found to be educational

Tips:

  • Based on the result of pwn checksec <binary>, you can determine what exploit what might be needed.
    • No Protections: Stack-Based Buffer Overflow
    • NX Stack: ret2libc
    • NX & ASLR: ret2plt & rop