Exploit Development: Introduction and Techniques

This article introduces and explains exploit development techniques, best practices, and examples for a technical audience of red teams and pen testers.

April 18, 2023 · 11 min · UncleSp1d3r

Memory Corruption 101: Mastering the Buffer Overflow

A comprehensive deep-dive into buffer overflow vulnerabilities. Learn the mechanics of stack frames, master the art of Return-Oriented Programming (ROP), discover how to bypass modern memory protections like ASLR/DEP, and write your first stack-based exploit.

March 14, 2023 · 4 min · UncleSp1d3r