Update README.md

Add flAWS challenge
pull/79/head
Giorgi Mkervalishvili 2017-12-04 12:35:30 +04:00 committed by GitHub
parent 3d7f1cdaf8
commit 242333e2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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