From db4f27764befa89d23b7f67c68700bc169d2845c Mon Sep 17 00:00:00 2001 From: Johnathan <107501728+jhnone@users.noreply.github.com> Date: Sun, 26 May 2024 19:18:42 -0300 Subject: [PATCH] Add books NahamSec's recomendation books --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index f3a0aff..214b434 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,25 @@ A curated list of cyber security resources and tools. * [vnaya - Cybersecurity For Your Kids](https://www.vnaya.com/these-top-educational-cyber-security-resources-will-help-your-kids-to-stay-safe-from-cyber-crime/) - These Top Educational Cyber Security Resources Will Help Your Kids To Stay Safe From Cyber Crime. +## Must Read +- [RTFM: Red Team Field Manual v2](https://amzn.to/3IZXVj2) by Ben Clark, Nick Downer +- [The Web Application Hacker's Handbook: Finding and Exploiting Security Flaws](https://amzn.to/3F5H9xT) by Dafydd Stuttard, and Marcus Pinto +- [The Hacker Playbook 3: Practical Guide To Penetration Testing](https://amzn.to/3mwdDLt) by Peter Kim +- [Bug Bounty Bootcamp](https://amzn.to/3l1a8fn) by Vickie Li +- [Black Hat Python](https://amzn.to/3T3a4Zd) by Justin Seitz and Tim Arnold +- [Black Hat Go](https://amzn.to/3mvzh2f) by Tom Steele, Chris Patten, and Dan Kottmann + +## Fundamental Books +- [Ethical Hacking](https://amzn.to/41TLu12) by Daniel G. Graham +- [Foundations of Information Security](https://amzn.to/41VOPga) by Jason Andress +- [Penetration Testing](https://amzn.to/3mweg7N) by Georgia Weidman +- [Metasploit](https://amzn.to/3Zq362M) by David Kennedy, Jim O’Gorman, Devon Kearns, and Mati Aharoni +- [The Tangled Web: A Guide to Securing Modern Web Applications](https://amzn.to/3yhgv14) by Michal Zalewski + +## Web Hacking & Bug Bounty +- [Hacking APIs](https://amzn.to/3F3M1Dw) by Corey Ball +- [Real-World Bug Hunting](https://amzn.to/3ZLqc3F) by Peter Yaworski + ## Platforms to learn cyber security - [TryHackMe](https://tryhackme.com) - [Hackthebox](https://hackthebox.com)