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

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

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

3 个仓库

Awesome GitHub RepositoriesRequest Tampering Middleware

Layers for transforming HTTP requests to bypass security filters.

Distinguishing note: Focuses on scriptable request modification.

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

Awesome Request Tampering Middleware GitHub Repositories

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

    sqlmapproject/sqlmap

    37,676在 GitHub 上查看↗

    This project is an automated security testing suite designed to detect and exploit database vulnerabilities. It functions as a command-line utility that streamlines the identification, verification, and exploitation of web application flaws by automating the injection of malicious payloads into input parameters. The tool provides a comprehensive framework for database enumeration, allowing users to extract schema information, user data, and system configurations from identified injection points. What distinguishes this tool is its sophisticated engine for dynamic payload adaptation and heuris

    Applies user-defined transformations to HTTP requests to bypass security filters and firewalls.

    Pythondatabasedetectionexploitation
    在 GitHub 上查看↗37,676
  • 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 parameter tampering techniques to abuse business logic for unauthorized access or pricing manipulation.

    bugbugbountybugbountytips
    在 GitHub 上查看↗6,644
  • voorivex/pentest-guideVoorivex 的头像

    Voorivex/pentest-guide

    2,761在 GitHub 上查看↗

    This project is a comprehensive web application penetration testing guide and vulnerability research framework. It provides a structured methodology for identifying and exploiting security flaws through a phased approach involving reconnaissance, analysis, and exploitation. The resource is distinguished by its use of a curated methodology framework that links theoretical vulnerability patterns to real-world bug bounty reports and historical exploit examples. It includes a payload-based testing library and a reference system that maps specific vulnerability categories to recommended third-part

    Provides procedures for testing if changing HTTP methods can bypass restricted access controls.

    bugbountybypassowasp-tests
    在 GitHub 上查看↗2,761
  1. Home
  2. Security & Cryptography
  3. Request Tampering Middleware

探索子标签

  • HTTP Verb TamperingTesting and manipulating HTTP methods to bypass security controls. **Distinct from Request Tampering Middleware:** Focuses on the specific act of changing HTTP verbs for bypass, whereas the parent is general request tampering middleware.
  • Logic Abuse TechniquesModifies request parameters to alter application logic, such as pricing or access controls, for unauthorized gain. **Distinct from Request Tampering Middleware:** Distinct from Request Tampering Middleware: focuses on exploiting business logic flaws rather than general request modification.