GithubHelp home page GithubHelp logo

Comments (10)

wiresock avatar wiresock commented on July 17, 2024

The distinction here is that mitmproxy operates as an HTTPS proxy, while ProxiFyre is limited to supporting SOCKS4/5 proxies. It's also worth noting that Roblox utilizes both TCP and UDP transports. Given that HTTPS proxies don't support UDP, they aren't an appropriate solution. I'm not entirely sure how it functioned with Proxifier, but I suspect that only TCP traffic was channeled through your mitmproxy, while UDP traffic proceeded directly.

from proxifyre.

physicallyjblocked avatar physicallyjblocked commented on July 17, 2024

i see
i was looking to capture http, not udp
do you know any other open source proxifier but http?
i assumed that this proxifyre worked with http because it supported tcp which i believe is built on top of http

from proxifyre.

wiresock avatar wiresock commented on July 17, 2024

I apologize, but I'm not aware of any open-source alternatives. While I do have some code for HTTPS proxy support, it's important to note that the HTTP/HTTPS proxy uses a different protocol than the SOCKS5 implemented in ProxiFyre. I could consider integrating it, but I can't guarantee when, or even if, I'll have the free time to do so.

from proxifyre.

physicallyjblocked avatar physicallyjblocked commented on July 17, 2024

ah
so if i were to look through your source code, will i be able to create an http proxifier?
or it would be great if you can tell me how to create one in the first place

but i know it cant be a simple redirection, and there might be something extra in the process that will make my goal like how the app 'proxifier' does

ive tried different proxifier open source/apps (with no subscription) other than 'proxifier' that does support https, but they all either break applications or simply wont work the expected way

from proxifyre.

wiresock avatar wiresock commented on July 17, 2024

If you delve into the code, you'll come across the proxy classes and the redirector responsible for routing traffic to these proxies. Currently, ProxiFyre only integrates SOCKS5 proxy classes. While I do have C++ classes for HTTP proxy, integrating them also requires considerable time and effort.

from proxifyre.

physicallyjblocked avatar physicallyjblocked commented on July 17, 2024

i code in python, but i could try making an understanding of it

where would i look?

from proxifyre.

wiresock avatar wiresock commented on July 17, 2024

You might begin with netlib/proxy/socks_local_router.h. This class is tasked with creating proxy instances and directing traffic to them.

from proxifyre.

physicallyjblocked avatar physicallyjblocked commented on July 17, 2024

alright thanks
if i struggle with it, will it be fine if i ask you?

from proxifyre.

wiresock avatar wiresock commented on July 17, 2024

Of course, I'm always willing to help, though I must note that my availability can be quite constrained. Nonetheless, after reviewing the C++ class I mentioned above, you should be able to gauge whether your C++ expertise is adequate for the task at hand.

from proxifyre.

physicallyjblocked avatar physicallyjblocked commented on July 17, 2024

i just realized that the answer is hidden in mitmproxy itself
all i had to do was activate transparent mode
thanks for trying though

from proxifyre.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.