From 9f1ae21142a3a0bcaf8ba296b0274438f89776ae Mon Sep 17 00:00:00 2001 From: figbux Date: Thu, 28 Nov 2019 23:29:15 +0300 Subject: [PATCH] Add fuzzingbook.org book A book and sort of tutorial at the same time. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92a8a51..1161453 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ A curated list of fuzzing resources ( Books, courses - free and paid, videos, to - [Gray Hat Python](https://www.amazon.com/Gray-Hat-Python-Programming-Engineers/dp/1593271921) by Justin Seitz. +- [The Fuzzing Book](https://www.fuzzingbook.org/) by Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler. + > **Note:** Chapter(s) in the following books are dedicated to fuzzing.