m0rphtail / LearnPwn

Learn Binary Exploitation with sample problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Learn Binary Exploitation with sample problems.


Languages

Language:Python 51.7%Language:C 47.8%Language:Shell 0.5%