awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • owasp/cheatsheetseriesOWASP 的头像

    OWASP/CheatSheetSeries

    32,298在 GitHub 上查看↗

    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
    在 GitHub 上查看↗32,298
  • daffainfo/allaboutbugbountydaffainfo 的头像

    daffainfo/AllAboutBugBounty

    6,644在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,644
  • kanidm/kanidmkanidm 的头像

    kanidm/kanidm

    4,595在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,595
  1. Home
  2. Security & Cryptography
  3. Redirect Validation

探索子标签

  • 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.