From 2c2d8a6c0ad16f3993f097e1ff3f5368e1e61dff Mon Sep 17 00:00:00 2001 From: Nick Raienko Date: Tue, 16 Sep 2014 11:10:57 +0300 Subject: [PATCH] Add Shellcode tutorials --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6b4179..3afa051 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A collection of awesome penetration testing resources, tools, books, , confs, ma - [Penetration Testing Resources](#penetration-testing-resources) - [Shell Scripting Resources](#shell-scripting-resources) - [Linux Resources](#linux-resources) - - [Exploit development](#exploit-development) + - [Shellcode development](#exploit-development) - [Social Engineering Resources](#social-engineering-resources) - [Tools](#tools) - [Penetration Testing Distributions](#penetration-testing-distributions) @@ -51,7 +51,8 @@ A collection of awesome penetration testing resources, tools, books, , confs, ma #### Linux resources * [Kernelnewbies](http://kernelnewbies.org/) - A community of aspiring Linux kernel developers who work to improve their Kernels -#### Exploit development +#### Shellcode development +* [Shellcode Tutorials](http://www.projectshellcode.com/?q=node/12) - Tutorials on how to write shellcode * [Shellcode examples](http://shell-storm.org/shellcode/) - Shellcodes database #### Social Engineering Resources