Beginner's Guide to Kernel Exploitation
Introduction Kernel exploitation is one of the many concepts within binary exploitation. Below I’ll introduce the basics of Operating Systems, and then we’ll dive into some methods of exploitation...
Introduction Kernel exploitation is one of the many concepts within binary exploitation. Below I’ll introduce the basics of Operating Systems, and then we’ll dive into some methods of exploitation...
Finding CTFs One of my favorite websites for viewing and signing up for upcoming CTFs is https://ctftime.org/ It shows you: event difficulty format and categories included duration (from...
Beginner Concepts ⭐️ 🎉 Goal: Learn what binaries are, how to break them, and their protections. By finding vulnerabilities in binaries, we can gain access or control of various places in a progra...
An in-depth roadmap for binary exploitation with explanations of common exploitations methods and more links. Pre-requisites/requirements Basic understanding of programming in C and/or Python ...