rofl0r / proxychains-ng

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
http://sourceforge.net/projects/proxychains-ng/files
GNU General Public License v2.0
9.82k stars 1.08k forks source link

Not works using wine + chromium based applications #552

Open realbardia opened 9 months ago

realbardia commented 9 months ago

First of all thank you for your great work. It works great using Linux and also using Linux+Wine to run Windows applications on Linux.

But windows applications that has chromium based engines does not works using proxychains+wine. Tested on proxychains 4.16 and 4.17.

Also I read this issue. But it didn't fix this problem using wine.

rofl0r commented 9 months ago

proxychains' approach has well-known limitations. there's a lot of reasons why chrom* can fail, on the top of the list is sandboxing mechanisms. tbh i'm surprised that wine works through proxychains. what we need here is people that investigate how such applications do tcp connections or prevent proxychains from working, and find solutions. for example it might be possible to disable sandboxing with some environment variable or config file.