A repository for teaching pwning concepts
Best friends of a pwner:
- Disassembler(Ghidra, IDA, Hopper, etc.)
- Debugger(GDB, WinDBG, OllyDBG, etc.)
You can explore/use more of these but even learning one will suffice in most cases :)
- Assembly
- ptrace, strace
-
Setup the following tools(recommended), since I will be using these during the lectures:
-
Install python and pwntools
Follow this guide to add i386 architecture support to your system and then your system will be able to run most of the binaries.
Special thanks to Nightmare and HTB
Made with ❤️ by Ayan Choudhary