From 8060ecaa69c223dad76959bc0ad14fc60004e597 Mon Sep 17 00:00:00 2001 From: Mari Wahl Date: Tue, 16 Dec 2014 11:20:43 -0500 Subject: [PATCH] README added books --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 57a6d12..8a25bec 100644 --- a/README.md +++ b/README.md @@ -74,18 +74,27 @@ telnet localhost 3000 ## References: -### Books -- The Tangled Web -- The Art of Exploitation -- The Art of Software Security Assessment: -- Practical Packet Analysis +### Books I Recommend +#### Technical +- [The Tangled Web](http://www.amazon.com/The-Tangled-Web-Securing-Applications/dp/1593273886) +- [The Art of Exploitation](http://www.amazon.com/Hacking-The-Art-Exploitation-Edition/dp/1593271441) +- [The Art of Software Security Assessment](http://www.amazon.com/The-Software-Security-Assessment-Vulnerabilities/dp/0321444426) +- [Practical Packet Analysis](http://www.nostarch.com/packet2.htm) +- [Gray Hat Python](http://www.amazon.com/Gray-Hat-Python-Programming-Engineers/dp/1593271921) +- [Black Hat Python](http://www.nostarch.com/blackhatpython) +- [Violent Python](http://www.amazon.com/Violent-Python-Cookbook-Penetration-Engineers/dp/1597499579) -### Resources +#### Fun + +- [Spam Nation](http://www.amazon.com/Spam-Nation-Organized-Cybercrime-Epidemic/dp/1492603236/ref=tmm_pap_swatch_0?_encoding=UTF8&sr=&qid=) + +### Other Resources - [How to be a InfoSec Geek](http://www.primalsecurity.net/how-to-be-an-infosec-geek/) +- [My Blog](http://bt3gl.github.io/index.html) ----