From 4b7b30cb3f8486a4afb0a8848e8c2f76ec6d9fce Mon Sep 17 00:00:00 2001 From: Kim Carter Date: Mon, 26 Dec 2016 16:19:34 +1300 Subject: [PATCH 1/2] Added Holistic Info-Sec for Web Developers. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9e769c4..d24f37b 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,11 @@ A collection of awesome penetration testing resources * [The Mobile Application Hackers Handbook by Dominic Chell et al., 2015](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118958500.html) * [Car Hacker's Handbook by Craig Smith, 2016](https://www.nostarch.com/carhacking) +## Defensive Development + +* [Holistic Info-Sec for Web Developers (Fascicle 0)](https://leanpub.com/holistic-infosec-for-web-developers) +* [Holistic Info-Sec for Web Developers (Fascicle 1)](https://leanpub.com/holistic-infosec-for-web-developers-fascicle1-vps-network-cloud-webapplications) + #### Network Analysis Books * [Nmap Network Scanning by Gordon Fyodor Lyon, 2009](https://nmap.org/book/) * [Practical Packet Analysis by Chris Sanders, 2011](https://www.nostarch.com/packet2.htm) From 3728ee0d16d57bb82ece31d4231cb09112a92d2b Mon Sep 17 00:00:00 2001 From: Samar Dhwoj Acharya Date: Mon, 26 Dec 2016 14:46:03 -0600 Subject: [PATCH 2/2] add category on toc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d24f37b..7351af3 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ A collection of awesome penetration testing resources - [Books](#books) - [Penetration Testing Books](#penetration-testing-books) - [Hackers Handbook Series](#hackers-handbook-series) + - [Defensive Development](#defensive-development) - [Network Analysis Books](#network-analysis-books) - [Reverse Engineering Books](#reverse-engineering-books) - [Malware Analysis Books](#malware-analysis-books) @@ -271,7 +272,7 @@ A collection of awesome penetration testing resources * [The Mobile Application Hackers Handbook by Dominic Chell et al., 2015](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118958500.html) * [Car Hacker's Handbook by Craig Smith, 2016](https://www.nostarch.com/carhacking) -## Defensive Development +#### Defensive Development * [Holistic Info-Sec for Web Developers (Fascicle 0)](https://leanpub.com/holistic-infosec-for-web-developers) * [Holistic Info-Sec for Web Developers (Fascicle 1)](https://leanpub.com/holistic-infosec-for-web-developers-fascicle1-vps-network-cloud-webapplications)