awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to stackcrash/burpheaders

Open-source alternatives to Burpheaders

24 open-source projects similar to stackcrash/burpheaders, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Burpheaders alternative.

  • alibaba/anyproxyalibaba avatar

    alibaba/anyproxy

    7,913View on GitHub↗

    AnyProxy is an HTTP/HTTPS proxy framework built on Node.js that intercepts and modifies traffic through a plugin system. It functions as a configurable proxy server where user-defined plugins inspect or alter requests and responses as they pass through the proxy. The framework distinguishes itself through a middleware stack that processes requests sequentially, enabling modular traffic transformation and logging. It handles HTTPS interception by dynamically generating and installing root certificates for transparent decryption, and routes traffic based on configurable rules matching request p

    JavaScript
    View on GitHub↗7,913
  • andresriancho/w3afandresriancho avatar

    andresriancho/w3af

    4,850View on GitHub↗

    w3af is a web penetration testing suite and security audit framework designed to identify and exploit vulnerabilities in web applications. It functions as a vulnerability scanner that crawls targets to find injection points and a fuzzer used to discover hidden endpoints and test input validation. The project distinguishes itself by providing an intercepting HTTP proxy for capturing and modifying traffic, combined with a knowledge-base driven exploitation system. It enables the execution of security exploits to gain remote shell access and supports post-exploitation activities, such as routing

    Pythonappseccross-site-scriptingscanner
    View on GitHub↗4,850
  • reqable/reqable-appreqable avatar

    reqable/reqable-app

    5,947View on GitHub↗

    Reqable is a cross-platform network debugging tool that functions as an HTTP/HTTPS debugging proxy, a REST API client, and a traffic replay tool. It captures, inspects, and modifies live traffic using a local MITM proxy engine, supports VPN tunnel capture for mobile devices, and provides a Python scripting sandbox for custom traffic processing. The application is available on Windows, macOS, Linux, iOS, and Android. The tool distinguishes itself by combining traffic interception with breakpoint-based request modification, allowing users to pause live HTTP traffic for manual inspection and alt

    android-appcapturedebugging-tool
    View on GitHub↗5,947

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • requestly/requestlyrequestly avatar

    requestly/requestly

    6,341View on GitHub↗
    TypeScriptapiapi-clientapi-mock
    View on GitHub↗6,341
  • wuchangming/spy-debuggerwuchangming avatar

    wuchangming/spy-debugger

    7,620View on GitHub↗

    spy-debugger is an HTTP proxy debugging tool designed for intercepting and analyzing network traffic from mobile devices, WebViews, and mobile browsers. It functions as a network packet capture tool and a remote browser inspector, allowing users to monitor HTTP and HTTPS requests wirelessly without the need for USB cables. The project distinguishes itself by using script injection to enable remote debugging. It injects JavaScript into HTTP response bodies, providing the ability to inspect HTML and CSS elements and perform live page content editing directly on the mobile screen. Additionally,

    JavaScriptdebugspy-debuggerwechat
    View on GitHub↗7,620
  • jhen0409/react-native-debuggerjhen0409 avatar

    jhen0409/react-native-debugger

    10,460View on GitHub↗

    React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile applications built with React Native. It provides a dedicated interface to monitor the runtime state, network requests, and console logs of a remote mobile environment. The tool integrates specialized inspectors for Redux state management and GraphQL client debugging, allowing for time-traveling state transitions and the analysis of queries, mutations, and local cache. It also features a component hierarchy viewer for visualizing and modifying UI properties in real time. Bro

    JavaScript
    View on GitHub↗10,460
  • cyberisltd/post2jsoncyberisltd avatar

    cyberisltd/POST2JSON

    11View on GitHub↗

    Burp Suite Extension to convert a POST request to JSON message, moving any .NET request verification token to HTTP headers if present

    Java
    View on GitHub↗11
  • enablesecurity/identity-crisisEnableSecurity avatar

    EnableSecurity/Identity-Crisis

    15View on GitHub↗

    A Burp Suite extension that checks if a particular URL responds differently to various User-Agent headers

    Python
    View on GitHub↗15
  • eonlight/burpextenderheadercheckseonlight avatar

    eonlight/burpextenderheaderchecks

    9View on GitHub↗

    A Burp Suite Extension that adds Header Checks and other helper features

    Java
    View on GitHub↗9
  • externalist/aes-encrypt-decrypt-burp-extender-plugin-exampleE

    externalist/aes-encrypt-decrypt-burp-extender-plugin-example

    0View on GitHub↗

    Burp Extender python plugin that decrypts and encrypts AES encrypted post parameters on the fly. - This is just a mini project I used for a specific mobile app, so please don't try to judge the code quality. :D - For details :…

    View on GitHub↗0
  • floyd-fuh/burp-collect500floyd-fuh avatar

    floyd-fuh/burp-Collect500

    5View on GitHub↗

    Burp plugin that collects all HTTP 500 messages

    Python
    View on GitHub↗5
  • gh0stkey/jsonandhttppG

    gh0stkey/JSONandHTTPP

    0View on GitHub↗
    View on GitHub↗0
  • gosecure/csp-auditorGoSecure avatar

    GoSecure/csp-auditor

    142View on GitHub↗

    Burp and ZAP plugin to analyse Content-Security-Policy headers or generate template CSP configuration from crawling a Website

    Java
    View on GitHub↗142
  • iamaldi/rapidiamaldi avatar

    iamaldi/rapid

    8View on GitHub↗

    Rapid is a Burp extension that enables you to save HTTP Request & Response data to a single file a lot easier and faster in one go.

    Java
    View on GitHub↗8
  • ibey0nd/nstproxyibey0nd avatar

    ibey0nd/nstproxy

    29View on GitHub↗

    一款存储HTTP请求入库的burpsuite插件

    Java
    View on GitHub↗29
  • nccgroup/autorepeaternccgroup avatar

    nccgroup/AutoRepeater

    894View on GitHub↗

    Automated HTTP Request Repeating With Burp Suite

    Java
    View on GitHub↗894
  • netspi/burpextractornetspi avatar

    netspi/burpextractor

    100View on GitHub↗

    Burp Extractor is intended to be used as a one-size-fits-all tool for extracting data from HTTP responses to be reused in HTTP requests. This can be items such as CSRF tokens, Auth Bearer tokens, timestamps, etc. The extension uses regex to extract needed data from responses, and will insert…

    Java
    View on GitHub↗100
  • portswigger/http-request-smugglerportswigger avatar

    portswigger/http-request-smuggler

    1,213View on GitHub↗

    This Burp Suite extension automatically detects and exploits HTTP Request Smuggling vulnerabilities using advanced desynchronization techniques developed by PortSwigger researcher James Kettle. It supports comprehensive scanning for HTTP/1.1 and HTTP/2-downgrade desync vulnerabilities,…

    Java
    View on GitHub↗1,213
  • portswigger/turbo-intruderPortSwigger avatar

    PortSwigger/turbo-intruder

    1,769View on GitHub↗

    Turbo Intruder is a Burp Suite extension for sending large numbers of HTTP requests and analyzing the results.

    Kotlin
    View on GitHub↗1,769
  • andresriancho/burp-proxy-searchandresriancho avatar

    andresriancho/burp-proxy-search

    10View on GitHub↗

    Burp suite HTTP history advanced search and statistics.

    Python
    View on GitHub↗10
  • twelvesec/bearerauthtokentwelvesec avatar

    twelvesec/BearerAuthToken

    48View on GitHub↗

    This burpsuite extender provides a solution on testing Enterprise applications that involve security Authorization tokens into every HTTP requests.Furthermore, this solution provides a better approach to solve the problem of Burp suite automated scanning failures when Authorization tokens exist.

    View on GitHub↗48
  • bit4woo/burp-api-dropsbit4woo avatar

    bit4woo/burp-api-drops

    619View on GitHub↗

    API快速索引 :

    Java
    View on GitHub↗619
  • crashgrindrips/burp-dumpC

    crashgrindrips/burp-dump

    0View on GitHub↗
    View on GitHub↗0
  • c0ny1/httpheadmodiferc0ny1 avatar

    c0ny1/httpheadmodifer

    255View on GitHub↗

    一款快速修改HTTP数据包头的Burp Suite插件

    Java
    View on GitHub↗255