Skip to content

How to get started with writing an exploit

sinn3r edited this page Aug 4, 2014 · 31 revisions

The real kung-fu behind exploit development isn't actually about which language you choose to build it, it's about your precise understanding of how an input is processed by the application you're debugging, and how to gain control by manipulating it. That's right, the keyword is "debugging." Your binjitsu (reverse-engineering) is where the real kung-fu is. However, if your goal isn't just about popping a calculator, but actually want to weaponize, to maintain, to provide use in the practical world, you need a development framework. And this is where Metasploit comes in.

Metasploit Wiki Pages


Clone this wiki locally