From e3f1f98723009a39447e151340d2da34c43b2088 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Sat, 20 Jan 2018 01:55:59 -0500 Subject: [PATCH] adding exploit exercises --- exploit_development/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exploit_development/README.md b/exploit_development/README.md index 09abae0..8108778 100644 --- a/exploit_development/README.md +++ b/exploit_development/README.md @@ -5,6 +5,7 @@ * [Shellcode Tutorial](http://www.vividmachines.com/shellcode/shellcode.html) * [Shellcode Examples](http://shell-storm.org/shellcode/) * [Exploit Writing Tutorials](https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/) +* [Exploit Exercises](https://exploit-exercises.com/protostar/stack1/) ## Hex Editors @@ -22,7 +23,7 @@ ## Reverse Engineering Tools -The following are some of the most popular reverse engineering tools. HOWEVER! GO TO THE [REVERSE ENGINEERING SECTION](https://github.com/The-Art-of-Hacking/art-of-hacking/blob/master/reverse_engineering/README.md) for more references. +The following are some of the most popular reverse engineering tools. HOWEVER! GO TO THE [REVERSE ENGINEERING SECTION](https://github.com/The-Art-of-Hacking/art-of-hacking/blob/master/reverse_engineering/README.md) for more references. * [Interactive Disassembler (IDA Pro)](https://www.hex-rays.com/products/ida/) - Proprietary multi-processor disassembler and debugger for Windows, GNU/Linux, or macOS; also has a free version, [IDA Free](https://www.hex-rays.com/products/ida/support/download_freeware.shtml). * [WDK/WinDbg](https://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx) - Windows Driver Kit and WinDbg.