Best of Web Security โ€” April 2024

  1. 1
    Article
    Avatar of communityCommunity Picksยท2y

    ๐Ÿ” Session-Based vs. Token-Based Authentication: Which is better?๐Ÿค”

    Learn about session-based and token-based authentication methods used in backend applications. Understand the implementation steps and the key differences between the two methods.

  2. 2
    Article
    Avatar of systemweaknessSystem Weaknessยท2y

    Cyber Detectives Unite: Advanced Tools for Web Security

    This post explores advanced tools for web security, including HTTPX, Amass, and Nuclei, which can uncover vulnerabilities, map digital footprints, and detect vulnerabilities with customizable templates and regex patterns.

  3. 3
    Article
    Avatar of communityCommunity Picksยท2y

    ๐Ÿ” Breaking Down XSS โ€“ What's Riskier: Stored, Reflected, or DOM? ๐Ÿ“‰

    Learn about different types of XSS vulnerabilities including stored XSS, reflected XSS, and DOM XSS. Understand the mechanism, impact, and key differences between these vulnerabilities.

  4. 4
    Article
    Avatar of systemweaknessSystem Weaknessยท2y

    Best Open Source Software for Cybersecurity

    Explore the best open-source cybersecurity tools for network security, system security, web security, password management, and forensics and incident response.

  5. 5
    Article
    Avatar of codemazeCode Mazeยท2y

    HSTS Header Implementation in ASP.NET Core

    This article explains how to implement the HSTS header in ASP.NET Core applications, the importance of HSTS for web security, and the advantages of HSTS preloading.