interactive-pwnning-tutorial
interactive-pwnning-tutorial copied to clipboard
πAn interactive way of pwnning.
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
- pwntools
- welpwn
- glibc-all-in-one
- IPython
- gdb
- pwndbg ( peda, gef ... )
- tmux ( recommend
byobu
)
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.