From 59f6306109e7d87e37630164260b2bbe6fad14f3 Mon Sep 17 00:00:00 2001 From: Mateusz Jakubiec Date: Sat, 22 May 2021 09:14:47 +0200 Subject: [PATCH] Add "Security with Go" book --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1c5cbf4..98e8d1e 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,16 @@ why they are useful, and also how they are implemented under the hood. It serves available tools and primitives offered by the language, which can be very helpful to write performant and idiomatic code. +### [Security with Go](https://www.packtpub.com/product/security-with-go/9781788627917) + + + +Security with Go is the first Golang security book, and it is useful for both blue team and red team applications. With this book, you will learn how to write secure software, monitor your systems, secure your data, attack systems, and extract information. + +Defensive topics include cryptography, forensics, packet capturing, and building secure web applications. + +Offensive topics include brute force, port scanning, packet injection, web scraping, social engineering, and post exploitation techniques. + **Web Development** ---- ### [Building Web Apps with Go](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) *Free*