An open API service indexing awesome lists of open source software.

https://github.com/adamkadaban/learnpwn

Learn Binary Exploitation with sample problems and solutions
https://github.com/adamkadaban/learnpwn

binary-exploitation canary ctf exploitation format patching pie pwn pwnable ret2libc rop shellcode tutorial

Last synced: about 2 months ago
JSON representation

Learn Binary Exploitation with sample problems and solutions

Awesome Lists containing this project

README

        

# 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 `, you can determine what exploit what might be needed.
* No Protections: Stack-Based Buffer Overflow
* NX Stack: ret2libc
* NX & ASLR: ret2plt & rop