-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Can't make ProxiFyre work with proxy #28
Comments
This issue resembles the SOCKS5 authentication problem outlined in this GitHub issue. While I haven't yet explored this particular matter, the absence of user credentials in your setup suggests it may be related. My previous testing, which didn't involve authentication, was solely with a SOCKS proxy via SSH. Additionally, gathering comprehensive logs would aid significantly in further analyzing this issue. |
I also tried to use credentials for the sockes5 server, tested with Socks tester software - works fine, with ProxiFyre - same issue.
|
Do you have any firewall software running? Could you please try to stop/disable it? |
Windows Defender firewall? ProxiFyre translates outgoing connections into incoming ones, but it will be unable to work properly if incoming connections are blocked. |
Well, I just made few moves with Firewall rules and also re-checked everything is off and also added ProxiFyre.exe to the firewall exception and finally I made this work! Now the only thing left is to find out what exactly fixed the issue. UPD: Fixed by adding new rules in the windows firewall control panel for the P.S. Yes, I feel stupid now :) |
Ok, I tested a bit and one thing still can't setup. both protocols work fine with applications and socks5 server but seems like loopback TCP\UDP just don't work or it has to be set up somewhere. I tried to read docs and found this method: https://www.ntkernel.com/docs/windows-packet-filter-documentation/c-api/setadaptermode/ and it can be used with I tried this setups for the driver but still it doesn't want to catch loopback traffic from my application
Sorry for bothering so much but Seems like this is the only thing I need to be done :) |
If by "loopback," you're referring to a localhost-to-localhost connection (for example, 127.0.0.1 communicating with 127.0.0.1), it's important to understand that such communication doesn't reach the NDIS layer and thus can't be intercepted or rerouted by Windows Packet Filter. |
Ooh, I see. I even tested some commercial programs and they can't capture this kind of traffic either. Well, then will keep only capture by the raw sockets implementation. Thank You for all help. |
I tested a bit with browser traffic and it works fine, but how about UDP? According the code in So, how to handle UDP traffic from the process? Do I need some extra proxy server to handle UDP traffic or maybe some Also, in the log file of the ProxiFyre service I see this lines when I try to connect for a random IP just for example, so the service handles UDP traffic from my client process itself, but still I see nothing in my SOCKS5 server.
|
To handle UDP traffic from the process, your SOCKS5 proxy must support UDP ASSOCIATE. While it's true that not every SOCKS5 proxy supports this feature, there are some that do. It's not necessary to use an additional proxy server specifically for UDP, but finding an open-source SOCKS5 proxy with UDP ASSOCIATE support might require some research, as they are less common. |
Hi, I have installed
Windows Packet Filter 3.4.8
driver and downloadedProxiFyre-v1.0.18-x64-signed.zip
, after that I createdapp-config.json
file (with rule for the 'iexplore.exe') and startedProxiFyre.exe
. After that I run my proxy server and expect traffic translation for IE Browser but I get nothing at all, after I run the ProxiFyre browser can't get access to any of the pages no matter HTTP or HTTPS.Also tried to run
tools_bin_x64/socksify.exe
it doesn't work either.I tried different proxy servers: CCProxy\3proxy\some random github: C++ Socks5 servers and also C# socks5 servers, same story - nothing works at all.
All tested socks5 servers work fine in browsers when I use them without ProxiFyre
What I do wrong?
config file
The text was updated successfully, but these errors were encountered: