wiresock / proxifyre

ProxiFyre: SOCKS5 Proxifier for Windows
https://www.ntkernel.com
GNU Affero General Public License v3.0
216 stars 18 forks source link

node.exe #6

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello! Thanks for a great tool! Have one problem - image made picrel config, but node still ignores socksify and knocks straight to the server image

Is there any solutions?

wiresock commented 1 year ago

Have you started ProxiFyre with Administrator privileges? Without these, the application can only access processes and connections established by the current user. Running the application as an Administrator will enable broader access.

ghost commented 1 year ago

Yes, I started it with Administrator privileges. Tried with user tho, still the same

wiresock commented 1 year ago

Could you please verify if Node.js is establishing outgoing connections? It's important to note that ProxiFyre can only intercept newly established connections by detecting outgoing TCP SYN packets.

ghost commented 1 year ago

Yes, it successfully establishes new connections. image Well, as far as I can see it connects straight to servers. No my proxy IP in logs. I can try checking with Wireshark later, but I think it will show same behavior.

wiresock commented 1 year ago

Are you encountering this issue with node.exe only? Have you attempted a basic test using your browser?

ghost commented 1 year ago

I tried - browsers are working fine, as intended.

wiresock commented 1 year ago

Before we proceed to replicate your environment for further testing, I've introduced an improvement to ProxiFyre v1.0.13. Now you can specify the debug level as a command line parameter. If you start the application using the 'ProxiFyre all' command, it will produce detailed log output directly in the console. This could give us valuable insights to help diagnose the issue with node.exe. Could you kindly try this out and share the log with us? Your cooperation is greatly appreciated.

wiresock commented 1 year ago

Please note, when using the 'all' debug level, ProxiFyre not only provides detailed text logs but also captures and saves the intercepted network traffic into a pcap file for comprehensive analysis.

ghost commented 1 year ago

Sorry for confusing you, I checked with Wireshark - everything routes fine through proxy. I assume just an error with net monitoring app.

wiresock commented 1 year ago

Indeed, ProxiFyre operates in a fully transparent manner, which might potentially cause confusion for other applications. In actuality, the real connection is established directly from ProxiFyre itself.