From c627dcd59f19a7e4a190e7f5b633a3d84676ec30 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Thu, 3 Sep 2020 22:23:39 -0400 Subject: [PATCH] Create additional_examples.md --- buffer_overflow_example/additional_examples.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 buffer_overflow_example/additional_examples.md diff --git a/buffer_overflow_example/additional_examples.md b/buffer_overflow_example/additional_examples.md new file mode 100644 index 0000000..06858ad --- /dev/null +++ b/buffer_overflow_example/additional_examples.md @@ -0,0 +1,6 @@ +# Additional Buffer Overflow Examples + +The website https://exploit.education has great examples of different types of buffer overflows, format strings and heap exploitation. It includes different VMs that allow you to complete several beginner, intermediate, and advanced challenges. + + +