From 242333e2efb43a41a072657810bd609c2e766c0f Mon Sep 17 00:00:00 2001 From: Giorgi Mkervalishvili Date: Mon, 4 Dec 2017 12:35:30 +0400 Subject: [PATCH] Update README.md Add flAWS challenge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be5a717..2c9cf88 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ Reverse Engineering, Buffer Overflow and Exploit Development * [Reverse Engineering for Beginners](https://beginners.re/RE4B-EN.pdf) - huge OS textbook, created by Dennis Yurichev * [Exploit tutorials](http://www.primalsecurity.net/tutorials/exploit-tutorials/) - a series of 9 exploit tutorials,also features a podcast * [Exploit development](https://0x00sec.org/c/exploit-development) - links to the forum's exploit dev posts, quality and post style will vary with each poster +* [flAWS challenge](http://flaws.cloud/) - Through a series of levels you'll learn about common mistakes and gotchas when using Amazon Web Services (AWS). * [Corelan tutorials](https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/) - detailed tutorial, lots of good information about memory * [Reverse engineering reading list](https://github.com/onethawt/reverseengineering-reading-list/blob/master/README.md) - a github collection of RE tools and books * [Reverse Engineering challenges](https://challenges.re/) - collection of challenges from the writer of RE for Beginners