matrix1001 / interactive-pwnning-tutorial

🍗An interactive way of pwnning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

🍗An interactive way of pwnning.