From 7e53cef8d0512f746bfd0aa2e909e69be8f099d3 Mon Sep 17 00:00:00 2001 From: Daniel Petri <dnl.stock@gmail.com> Date: Fri, 7 Jun 2024 20:30:59 +0200 Subject: [PATCH] README --- pwn/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pwn/README.md diff --git a/pwn/README.md b/pwn/README.md new file mode 100644 index 0000000..edc356c --- /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 -- GitLab