Welcome to Pwn!

Learn the art of exploitation and memory hacking.

Buffer Overflows

Classic exploits where you overwrite memory to hijack execution flow. Often used to:

Format String Exploits

Occur when printf and friends are misused. Attackers can:

Use-After-Free & Heap Exploits

Memory management bugs on the heap can allow attackers to:

Return-Oriented Programming (ROP)

Advanced technique to bypass NX/DEP protections. Attackers chain "gadgets" to:

Exploitation Tips

Report a URL to Admin