awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesRedirect Validation

Utilities for verifying destination URLs to prevent open redirect vulnerabilities.

Distinguishing note: Specifically targets the validation of redirect targets rather than general URL parsing.

Explore 3 awesome GitHub repositories matching security & cryptography · Redirect Validation. Refine with filters or upvote what's useful.

Awesome Redirect Validation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • owasp/cheatsheetseriesAvatar von OWASP

    OWASP/CheatSheetSeries

    32,298Auf GitHub ansehen↗

    The OWASP Cheat Sheet Series is a comprehensive, community-driven repository of concise security best practices and defensive coding patterns. It serves as a centralized knowledge base for developers and security professionals, providing actionable guidance to secure applications across the entire software development lifecycle. The project covers a vast array of security domains, ranging from fundamental web application hardening and authentication protocols to specialized controls for modern infrastructure and artificial intelligence systems. What distinguishes this project is its decentral

    Validates destination URLs to prevent unauthorized or malicious redirections.

    Pythonapplication-securityappsecbest-practices
    Auf GitHub ansehen↗32,298
  • daffainfo/allaboutbugbountyAvatar von daffainfo

    daffainfo/AllAboutBugBounty

    6,644Auf GitHub ansehen↗

    AllAboutBugBounty is a curated collection of bug bounty techniques and payloads for web application security testing. It serves as a reference resource covering common web vulnerabilities and exploitation methods for security researchers, providing a structured approach to identifying and exploiting web application security flaws in bug bounty programs. The repository covers a wide range of attack categories including authentication bypass, cross-site scripting injection, server-side request forgery, web cache poisoning, and business logic abuse. It includes techniques for bypassing access co

    Documents encoding-based techniques to bypass redirect validation filters in web applications.

    bugbugbountybugbountytips
    Auf GitHub ansehen↗6,644
  • kanidm/kanidmAvatar von kanidm

    kanidm/kanidm

    4,595Auf GitHub ansehen↗

    Kanidm is a centralized identity management server designed to handle authentication, authorization, and directory services across distributed infrastructure. It provides a comprehensive framework for managing human and service accounts, utilizing a schema-driven database to store identity records, group memberships, and system attributes. The platform supports a wide range of authentication methods, including passkeys, passwords, and standard protocols like OAuth2, OIDC, LDAP, and RADIUS. The system distinguishes itself through a granular access control engine that enforces security policies

    Supports native application redirect URLs while enforcing mandatory PKCE security.

    Rustauthenticationiamidentity
    Auf GitHub ansehen↗4,595
  1. Home
  2. Security & Cryptography
  3. Redirect Validation

Unter-Tags erkunden

  • Encoding-Based BypassesTechniques that use URL encoding, unicode normalization, or special characters to evade blacklist-based redirect validation. **Distinct from Redirect Validation:** Distinct from Redirect Validation: focuses on bypassing validation through encoding tricks rather than verifying redirect targets.