Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support HTTP/2 Conversion to HTTP/3 #6839

Open
nxenon opened this issue May 8, 2024 · 0 comments
Open

Support HTTP/2 Conversion to HTTP/3 #6839

nxenon opened this issue May 8, 2024 · 0 comments
Labels
kind/feature New features / enhancements

Comments

@nxenon
Copy link

nxenon commented May 8, 2024

Problem Description

For penetration testers and hackers, there is a need, for converting HTTP/2 traffic to HTTP/3 traffic. Because hackers tools like Burp Suite, does not support H3. So this idea helps hackers to be able to test and hack HTTP/3 websites with proxy tools like Burp Suite.

Proposal

It will be much helpful, if mitmproxy listens for HTTP2 (e.g. 443 TCP) and after getting the request and parsing it, convert it to HTTP/3 server which we have specified using for example --h2-proxy-address 127.0.0.1:443 --up-stream-server h3.website.com:443

Alternatives

Currently I do not have alternate solution for this idea.

@nxenon nxenon added the kind/feature New features / enhancements label May 8, 2024
@nxenon nxenon changed the title Support HTTP/2 Convertion to HTTP/3 Support HTTP/2 Conversion to HTTP/3 May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New features / enhancements
Projects
None yet
Development

No branches or pull requests

1 participant