Cargando…

ZED ATTACK PROXY COOKBOOK hacking tactics, techniques, and procedures for testing web applications and APIs /

Dive into security testing and web app scanning with ZAP, a powerful OWASP security tool Purchase of the print or Kindle book includes a free PDF eBook Key Features Master ZAP to protect your systems from different cyber attacks Learn cybersecurity best practices using this step-by-step guide packed...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Soper, Ryan (Autor), Torres, Nestor N. (Autor), Almoailu, Ahmed (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [S.l.] : PACKT PUBLISHING LIMITED, 2023.
Edición:1st edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a22000007a 4500
001 OR_on1371747909
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 230313s2023 xx o 000 0 eng d
040 |a YDX  |b eng  |c YDX  |d UKMGB  |d ORMDA  |d EBLCP  |d OCLCF  |d N$T  |d IEEEE 
015 |a GBC328007  |2 bnb 
016 7 |a 020952853  |2 Uk 
019 |a 1371755773  |a 1376833851 
020 |a 9781801810159  |q (electronic bk.) 
020 |a 180181015X  |q (electronic bk.) 
020 |z 1801817332 
020 |z 9781801817332 
029 1 |a UKMGB  |b 020952853 
035 |a (OCoLC)1371747909  |z (OCoLC)1371755773  |z (OCoLC)1376833851 
037 |a 9781801810159  |b Packt Publishing Pvt. Ltd 
037 |a 9781801817332  |b O'Reilly Media 
037 |a 10162768  |b IEEE 
050 4 |a QA76.9.A25 
082 0 4 |a 005.8  |2 23/eng/20230328 
049 |a UAMI 
100 1 |a Soper, Ryan,  |e author. 
245 1 0 |a ZED ATTACK PROXY COOKBOOK  |h [electronic resource] :  |b hacking tactics, techniques, and procedures for testing web applications and APIs /  |c Ryan Soper, Nestor N. Torres, Ahmed Almoailu. 
250 |a 1st edition. 
260 |a [S.l.] :  |b PACKT PUBLISHING LIMITED,  |c 2023. 
300 |a 1 online resource 
336 |a text  |2 rdacontent 
337 |a computer  |2 rdamedia 
338 |a online resource  |2 rdacarrier 
520 |a Dive into security testing and web app scanning with ZAP, a powerful OWASP security tool Purchase of the print or Kindle book includes a free PDF eBook Key Features Master ZAP to protect your systems from different cyber attacks Learn cybersecurity best practices using this step-by-step guide packed with practical examples Implement advanced testing techniques, such as XXE attacks and Java deserialization, on web applications Book Description Maintaining your cybersecurity posture in the ever-changing, fast-paced security landscape requires constant attention and advancements. This book will help you safeguard your organization using the free and open source OWASP Zed Attack Proxy (ZAP) tool, which allows you to test for vulnerabilities and exploits with the same functionality as a licensed tool. Zed Attack Proxy Cookbook contains a vast array of practical recipes to help you set up, configure, and use ZAP to protect your vital systems from various adversaries. If you're interested in cybersecurity or working as a cybersecurity professional, this book will help you master ZAP. You'll start with an overview of ZAP and understand how to set up a basic lab environment for hands-on activities over the course of the book. As you progress, you'll go through a myriad of step-by-step recipes detailing various types of exploits and vulnerabilities in web applications, along with advanced techniques such as Java deserialization. By the end of this ZAP book, you'll be able to install and deploy ZAP, conduct basic to advanced web application penetration attacks, use the tool for API testing, deploy an integrated BOAST server, and build ZAP into a continuous integration and continuous delivery (CI/CD) pipeline. What you will learn Install ZAP on different operating systems or environments Explore how to crawl, passively scan, and actively scan web apps Discover authentication and authorization exploits Conduct client-side testing by examining business logic flaws Use the BOAST server to conduct out-of-band attacks Understand the integration of ZAP into the final stages of a CI/CD pipeline Who this book is for This book is for cybersecurity professionals, ethical hackers, application security engineers, DevSecOps engineers, students interested in web security, cybersecurity enthusiasts, and anyone from the open source cybersecurity community looking to gain expertise in ZAP. Familiarity with basic cybersecurity concepts will be helpful to get the most out of this book. 
505 0 |a Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started with OWASP Zed Attack Proxy -- Downloading ZAP -- Getting ready -- How to do it... -- Installing Docker -- See also -- Setting up the testing environment -- Getting ready -- How to do it... -- How it works... -- There's more... -- Setting up a browser proxy and certificate -- Getting ready -- How to do it... -- How it works... -- Testing the ZAP setup -- Getting ready -- How to do it... -- How it works... -- Chapter 2: Navigating the UI 
505 8 |a Technical requirements -- Persisting a session -- Getting ready -- How to do it... -- How it works... -- Menu bar -- Getting ready -- How to do it... -- How it works... -- There's more... -- Toolbar -- Getting ready -- How to do it... -- How it works... -- See also -- The tree window -- Getting ready -- How to do it... -- How it works... -- Workspace window -- Getting ready -- How to do it... -- How it works... -- Information window -- Getting ready -- How to do it... -- How it works... -- There's more... -- Footer -- Getting ready -- How to do it... -- How it works... -- Encode/Decode/Hash dialog -- Getting ready 
505 8 |a How to do it... -- How it works... -- See also -- Fuzzing with Fuzzer -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 3: Configuring, Crawling, Scanning, and Reporting -- Technical requirements -- Setting scope in ZAP -- Getting ready -- How to do it... -- How it works... -- Crawling with the Spider -- Getting ready -- How to do it... -- How it works... -- Crawling with the AJAX Spider -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Scanning a web app passively -- Getting ready -- How to do it... -- How it works... -- There's more... 
505 8 |a See also -- Scanning a web app actively -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Generating a report -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 4: Authentication and Authorization Testing -- Technical requirements -- Testing for Bypassing Authentication -- Getting ready -- How to do it... -- How it works... -- Testing for Credentials Transported over an Encrypted Channel -- Getting ready -- How to do it... -- How it works... -- Testing for Default Credentials -- Getting ready -- How to do it... -- How it works... -- There's more... 
505 8 |a See also -- Testing Directory Traversal File Include -- Getting ready -- How to do it... -- How it works... -- See also -- Testing for Privilege Escalation and Bypassing Authorization Schema -- Getting ready -- How to do it... -- How it works... -- Testing for Insecure Direct Object References -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 5: Testing of Session Management -- Technical requirements -- Mutillidae setup -- Testing for cookie attributes -- Getting ready -- How to do it... -- How it works... -- Testing for cross-site request forgery (CSRF) -- Getting ready 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Penetration testing (Computer security) 
650 0 |a Web applications  |x Testing. 
650 7 |a Penetration testing (Computer security)  |2 fast  |0 (OCoLC)fst01789566 
700 1 |a Torres, Nestor N.,  |e author. 
700 1 |a Almoailu, Ahmed,  |e author. 
776 0 8 |i Print version:  |z 1801817332  |z 9781801817332  |w (OCoLC)1329420522 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781801817332/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a YBP Library Services  |b YANK  |n 304662189 
938 |a YBP Library Services  |b YANK  |n 304662189 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL30397250 
938 |a EBSCOhost  |b EBSC  |n 3565276 
994 |a 92  |b IZTAP