null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Grokking Web Application Security

List Price: $59.99
SKU:
9781633438262
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Malcolm McDonald
    Format:
    Paperback
    Pages:
    336
    Publisher:
    Manning (June 11, 2024)
    Language:
    English
    ISBN-13:
    9781633438262
    ISBN-10:
    1633438260
    Weight:
    20.8oz
    Dimensions:
    7.375" x 9.25" x 0.4"
    File:
    Eloquence-SimonSchuster_07042026_P10292974_onix30_Complete-20260704.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Case Pack:
    20
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    When you launch an application on the web, every hacker in the world has access to it. Are you sure your web apps can stand up to the most sophisticated attacks?

    Trying to teach yourself about web security from the internet can feel like walking into a huge disorganized library—one where you can never find what you need, and the wrong advice might endanger your application! You need a single, all-in-one guide to securing your apps against all the attacks they can and will face. You need Grokking Web Application Security.

    This brilliantly illustrated and clearly written guide delivers detailed coverage on:

    • Browser security, including sandboxing, the same-origin policy, and cookie security
    • Securing web servers with input validation, escaping of output, and defense in depth
    • A development process that prevents security bugs
    • Browser vulnerabilities, from cross-site scripting and cross-site request forgery, to clickjacking
    • Network vulnerabilities, such as man-in-the-middle attacks, SSL-stripping, and DNS poisoning
    • Authentication vulnerabilities, such as brute forcing of credentials with single sign-on or multi-factor authentication
    • Authorization vulnerabilities, such as broken access control and session jacking
    • How to use encryption in web applications
    • Injection attacks, command execution attacks, and remote code execution attacks
    • Malicious payloads that can be used to attack XML parsers and file upload functions

    Grokking Web Application Security teaches you how to build web apps that are ready and resilient to any attack. It’s laser-focused on what the working programmer needs to know about web security. In it, you’ll find practical recommendations for both common and not-so-common vulnerabilities—everything from SQL injection to cross-site scripting inclusion attacks. You’ll learn what motivates hackers, discover the latest tools for identifying issues, and set up a development lifecycle that catches problems early. Read it cover to cover for a comprehensive overview of web security, and dip in as a reference whenever you need to tackle a specific vulnerability.

    Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications.

    About the technology

    Application security is a front-burner concern for web developers. Whether working on the UI with a frontend framework or building out the server side, it’s up to you to understand the threats and know exactly how to keep the black hats from getting the upper hand.

    About the book

    Grokking Web Application Security covers everything a working developer needs to know about securing applications in the browser and on the server. The tested techniques apply to any stack and are illustrated with concrete examples plucked from author Malcolm McDonald’s extensive career. You’ll discover must-implement security principles and even learn the fascinating tools and techniques the bad guys use to crack systems.

    What's inside

    • A security-first development process
    • Encryption in web applications
    • Supply-chain and API attacks
    • What to do when a hacker gets in


    About the reader

    For readers who understand basic web application design and technologies.

    About the author

    Malcolm McDonald is a security engineer with 20 years of experience across investment banking, start-ups, and PayPal, and he is the creator of hacksplaining.com.

    The technical editor on this book was Rajvardhan Oak.

    Table of Contents

    PART 1
    1 Know your enemy
    2 Browser security
    3 Encryption
    4 Web server security
    5 Security as a process
    PART 2
    6 Browser vulnerabilities
    7 Network vulnerabilities
    8 Authentication vulnerabilities
    9 Session vulnerabilities
    10 Authorization vulnerabilities
    11 Payload vulnerabilities
    12 Injection vulnerabilities
    13 Vulnerabilities in third-party code
    14 Being an unwitting accomplice
    15 What to do when you get hackede