Security with Go - Helion
Tytuł oryginału: Security with Go
ISBN: 9781788622257
stron: 334, Format: ebook
Data wydania: 2018-01-31
Księgarnia: Helion
Cena książki: 29,90 zł (poprzednio: 124,58 zł)
Oszczędzasz: 76% (-94,68 zł)
The first stop for your security needs when using Go, covering host, network, and cloud security for ethical hackers and defense against intrusion
About This Book
- First introduction to Security with Golang
- Adopting a Blue Team/Red Team approach
- Take advantage of speed and inherent safety of Golang
- Works as an introduction to security for Golang developers
- Works as a guide to Golang security packages for recent Golang beginners
Who This Book Is For
Security with Go is aimed at developers with basics in Go to the level that they can write their own scripts and small programs without difficulty. Readers should be familiar with security concepts, and familiarity with Python security applications and libraries is an advantage, but not a necessity.
What You Will Learn
- Learn the basic concepts and principles of secure programming
- Write secure Golang programs and applications
- Understand classic patterns of attack
- Write Golang scripts to defend against network-level attacks
- Learn how to use Golang security packages
- Apply and explore cryptographic methods and packages
- Learn the art of defending against brute force attacks
- Secure web and cloud applications
In Detail
Go is becoming more and more popular as a language for security experts. Its wide use in server and cloud environments, its speed and ease of use, and its evident capabilities for data analysis, have made it a prime choice for developers who need to think about security.
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.
Style and approach
John Leon has divided the book into two parts which present the team playing defense against anyone breaking into servers and the team playing (ethical!) offense to perform said attacks. All Go scripts and programs are workable solutions that can be easily understood and expanded upon by anyone with a system administrator's level view of networking and cloud-based systems. Golang developers will profit from a swift and incisive approach to security.
Osoby które kupowały "Security with Go", wybierały także:
- Securing Network Infrastructure 199,33 zł, (29,90 zł -85%)
- Implementing Azure: Putting Modern DevOps to Use 175,88 zł, (29,90 zł -83%)
- Industrial Internet Application Development 157,37 zł, (29,90 zł -81%)
- Web Penetration Testing with Kali Linux - Third Edition 157,37 zł, (29,90 zł -81%)
- Nmap: Network Exploration and Security Auditing Cookbook - Second Edition 157,37 zł, (29,90 zł -81%)
Spis treści
Security with Go. Explore the power of Golang to secure host, web, and cloud services eBook -- spis treści
- 1. Introduction to Security with Go
- 2. The Go Programming Language
- 3. Working with Files
- 4. Forensics
- 5. Packet Capturing and Injection
- 6. Cryptography
- 7. Secure Shell (SSH)
- 8. Brute Force
- 9. Web Applications
- 10. Web Scrapping
- 11. Host Discovery and Enumeration
- 12. Social Engineering
- 13. Post Exploitation
- 14. Conclusions