Interactive Pwnning Tutorial

This tutorial teaches you a new way of pwnning from my two and a half year's pwnning experience.

advantage

  • fast debugging
  • quick script writing
  • cool

requirement

sections

each section will be presented with a pwn challenge, except section 0.

  • 0-build this section teaches you how to build up interactive pwn environment.
  • 1-brute it contains a challenge which need to be solved with brute force. it will show you how to pass brute force while debugging.