Foto 1 di 24
























Galleria
Foto 1 di 24
























Signed Hacking APIs : Breaking Web Application Programming Interfaces - C. Ball
US $38,50
CircaEUR 34,08
o Proposta d'acquisto
Condizione:
Nuovo
Libro nuovo, intatto e non letto, in perfette condizioni, senza pagine mancanti o danneggiate. Per maggiori dettagli, consulta l'inserzione del venditore.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Spedizione:
US $5,38 (circa EUR 4,76) USPS Media MailTM.
Oggetto che si trova a: Boston, Massachusetts, Stati Uniti
Consegna:
Consegna prevista tra il gio 8 mag e il lun 12 mag a 43230
Restituzioni:
Restituzioni entro 60 giorni. Le spese di spedizione del reso sono a carico dell'acquirente..
Pagamenti:
Fai shopping in tutta sicurezza
Il venditore si assume la piena responsabilità della messa in vendita dell'oggetto.
Numero oggetto eBay:156939741934
Specifiche dell'oggetto
- Condizione
- Features
- Signed
- Educational Level
- Adult & Further Education, High School
- Personalized
- Yes
- Level
- Intermediate, Advanced
- ISBN
- 9781718502444
Informazioni su questo prodotto
Product Identifiers
Publisher
No Starch Press, Incorporated
ISBN-10
1718502443
ISBN-13
9781718502444
eBay Product ID (ePID)
8057262589
Product Key Features
Number of Pages
368 Pages
Language
English
Publication Name
Hacking APIs : Breaking Web Application Programming Interfaces
Publication Year
2022
Subject
Web / Web Services & APIs, Web / Web Programming, General, Security / Networking
Type
Textbook
Subject Area
Mathematics, Computers
Format
Trade Paperback
Dimensions
Item Height
0.8 in
Item Weight
24.8 Oz
Item Length
9.2 in
Item Width
7 in
Additional Product Features
Intended Audience
Trade
LCCN
2021-061101
Dewey Edition
23
Reviews
"Corey Ball takes you on a journey through the lifecycle of APIs in such a manner that you're wanting to not only know more, but also anticipating trying out your newfound knowledge on the next legitimate target. From concepts to examples, through to identifying tools and demonstrating them in fine detail, this book has it all. It IS the motherload for API hacking, and should be found next to the desk, well-read by ANYONE wanting to take this level of adversarial research, assessment, or DevSecOps seriously." --Chris Roberts, @Sidragon1, vCISO/Researcher/Hacker "This book opens the doors to the field of API Hacking, a subject not very well understood. Using real-world examples that emphasize Access Control issues, this book will help you understand the ins and outs of securing APIs, hunt great bounties, and help organizations improve their API Security!" --Inon Shkedy, @InonShkedy, Security Researcher "Even though the internet is filled with information on any topic possible in cybersecurity, it is still hard to find solid insight on performing penetration tests on APIs. Corey's book satisfies this demand--not only for the beginner cybersecurity practitioner, but also for the seasoned expert." --Cristi Vlad, @CristiVlad25, Cybersecurity Researcher " Hacking APIs is extremely helpful for anyone who wants to get into penetration testing. In particular, this book gives you the tools to start testing the security of APIs, which are becoming a weak point for many modern web applications. Experienced security folks can get something out of the book too, as it features automation tips and protection bypass techniques that will up any pentesters' game." --Vickie Li, @vickieli7, Developer Evangelist, Author of Bug Bounty Bootcamp "[ Hacking APIs is] the best source of API info I've seen. If you're curious about what APIs are and how they work, read it once. If you work with or create APIs, read it twice. If you break APIs, read it three times." --Graham Helton, @GrahamHelton3 "One of the few books that is actually dedicated to API hacking. . . . a great resource for anyone who wants to learn more about API security and how to hack into web applications. It provides in-depth information on how to break through various types of APIs, as well as tips on how to stay ahead of the curve in this rapidly changing field." --Dana Epp, Security Boulevard "This book has more to offer than hacking APIs but sets down a solid foundation of tools and techniques that would benefit any developer or QA Engineer that has to develop, test, or otherwise work with APIs." --John Wenning, Cybersecurity Researcher, Fortra "A thorough guide to what APIs are, how they work, what technologies they use, the various common insecurities that APIs have, and, most importantly, how to exploit them. . . . I would recommend Hacking APIs as a great read for anyone interested in learning more about the vulnerable side of APIs." --Darlene Hibbs, Senior Cybersecurity Researcher, Fortra, "Corey Ball takes you on a journey through the lifecycle of APIs in such a manner that you're wanting to not only know more, but also anticipating trying out your newfound knowledge on the next legitimate target. From concepts to examples, through to identifying tools and demonstrating them in fine detail, this book has it all. It IS the motherload for API hacking, and should be found next to the desk, well-read by ANYONE wanting to take this level of adversarial research, assessment, or DevSecOps seriously." --Chris Roberts, @Sidragon1, vCISO/Researcher/Hacker "This book opens the doors to the field of API Hacking, a subject not very well understood. Using real-world examples that emphasize Access Control issues, this book will help you understand the ins and outs of securing APIs, hunt great bounties, and help organizations improve their API Security!" --Inon Shkedy, @InonShkedy, Security Researcher "Even though the internet is filled with information on any topic possible in cybersecurity, it is still hard to find solid insight on performing penetration tests on APIs. Corey's book satisfies this demand--not only for the beginner cybersecurity practitioner, but also for the seasoned expert." --Cristi Vlad, @CristiVlad25, Cybersecurity Researcher " Hacking APIs is extremely helpful for anyone who wants to get into penetration testing. In particular, this book gives you the tools to start testing the security of APIs, which are becoming a weak point for many modern web applications. Experienced security folks can get something out of the book too, as it features automation tips and protection bypass techniques that will up any pentesters' game." --Vickie Li, @vickieli7, Developer Evangelist, Author of Bug Bounty Bootcamp
Illustrated
Yes
Dewey Decimal
005.8
Synopsis
Hacking APIs is a crash course on web API security testing that will prepare you to attack APIs, find bugs other hackers often miss, and make your own APIs more secure. In this lab-based introduction, you'll first learn how REST APIs work in the real world and what security issues they face. Next, you'll set up a streamlined API testing environment built with Burp Suite, Postman, and other tools, like Kiterunner and OWASP Amass, useful for reconnaissance, endpoint analysis, and fuzzing. Armed with these basics, you'll perform common attacks targeting an API's authentication mechanisms, business logic flaws, API-specific vulnerabilities like cross-API scripting and mass assignment, and the injection vulnerabilities commonly found in web applications. As you work your way through this book, you'll target intentionally vulnerable ARIs and learn to: Use fuzzing techniques to enumerate an API's users and endpoints, Discover an excessive data exposure vulnerability with Postman, Perform JSON Web Token attacks against an API authentication process, Combine multiple API attack techniques to perform a NoSQL injection, Attack a GraphQL API to uncover a broken object level authorization vulnerability, Learn to reverse engineer an API using Postman, Use an API's features against it to discover business logic flaws, Hacking APIs wraps up with a deep dive into ways to bypass real-world API protections, methods of targeting GraphQL, and a collection of actual vulnerabilities found by API hackers in services like Starbucks and Instagram. Book jacket., Hacking APIs is a crash course in web API security testing that will prepare you to penetration-test APIs, reap high rewards on bug bounty programs, and make your own APIs more secure. Hacking APIs is a crash course on web API security testing that will prepare you to penetration-test APIs, reap high rewards on bug bounty programs, and make your own APIs more secure. You'll learn how REST and GraphQL APIs work in the wild and set up a streamlined API testing lab with Burp Suite and Postman. Then you'll master tools useful for reconnaissance, endpoint analysis, and fuzzing, such as Kiterunner and OWASP Amass. Next, you'll learn to perform common attacks, like those targeting an API's authentication mechanisms and the injection vulnerabilities commonly found in web applications. You'll also learn techniques for bypassing protections against these attacks. In the book's nine guided labs, which target intentionally vulnerable APIs, you'll practice- Enumerating APIs users and endpoints using fuzzing techniques Using Postman to discover an excessive data exposure vulnerability Performing a JSON Web Token attack against an API authentication process Combining multiple API attack techniques to perform a NoSQL injection Attacking a GraphQL API to uncover a broken object level authorization vulnerability By the end of the book, you'll be prepared to uncover those high-payout API bugs other hackers aren't finding and improve the security of applications on the web.
LC Classification Number
QA76.76.A63B35 2022
Descrizione dell'oggetto fatta dal venditore
Informazioni su questo venditore
Larry-BOS
100% di Feedback positivi•1,0 mila oggetti venduti
Registrato come venditore professionale
Feedback sul venditore (368)
- c***c (52)- Feedback lasciato dall'acquirente.Mese scorsoAcquisto verificatoThe book was shipped very quickly and arrived exceptionally well-packaged. It was essentially as described in the listing--no surprise there. I would highly recommend this seller for a very positive experience. This book (Vol. 4) represents one more in my quest to have a complete set of all 15. Still looking for Vols. 5 and 14 in as good a shape as your Vol 4. If you can help me there, shoot me an e-mail Larry-BOS. Thanks
- u***e (4118)- Feedback lasciato dall'acquirente.Mese scorsoAcquisto verificatoItem was packed well and shipped promptly. Exactly as described in the listing. Great seller!
- r***d (772)- Feedback lasciato dall'acquirente.Ultimi 6 mesiAcquisto verificatoLove it, thank you. Great looking book for its age. As described, packed well, shipped promptly. Highly recommended seller. A+Bring on the Bad Guys: Origins of the Marvel Comics Villains, ,STAN LEE Good, (N° 156622682494)