diff --git a/pwn/README.md b/pwn/README.md new file mode 100644 index 0000000000000000000000000000000000000000..edc356c82cb2e49ee20950da8a5fdda8914b6532 --- /dev/null +++ b/pwn/README.md @@ -0,0 +1,13 @@ +# intro-pwn Series + +Source: Cyber Security Challenge Germany 2021 + +This is series of challenges introducing the most basic concepts in binary exploitation. +They are meant to be solved in order. + +These are the main concepts introduced in each challenge: + +- pwn1: ASLR / Position Independent Execution (PIE) + - There is a video tutorial for this challenge by [LiveOverflow](https://www.youtube.com/watch?v=hhu7vhmuISY) +- pwn2: Stack Canaries +- pwn3: Return Oriented Programming (ROP) \ No newline at end of file