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

How can I update any browser (like Chrome or Firefox) with proxychains4 as a proxy? #444

Closed Hyper-glitch closed 2 years ago

Hyper-glitch commented 2 years ago

I mean in /etc/proxychains.conf I have my own proxies for proxychains, but I need to interact with proxychains via ip:port like a service from remote server. I also tried start browser with proxychains like

proxychains4 firefox

but then I checked ip, it wasn't the last proxy from proxychains

rofl0r commented 2 years ago

but I need to interact with proxychains via ip:port like a service from remote server.

i don't get what you mean with that

basically to run any modern, hyper-complex browser through proxychains, you have to use the proxydns_daemon method added in 4.15. everything else is known to either not work or even cause issues.

Hyper-glitch commented 2 years ago

I mean that we can use tor service as a proxy, I also can update browser with selenium, because tor has 127.0.0.1:9050 ip:port, but proxychains4 has not any port which I can use as a proxy. Has any ideas to solve this issue? How can I run proxychains4 on any port like tor service?)

rofl0r commented 2 years ago

proxychains4 has not any port which I can use as a proxy

that's because proxychains is a proxy client, not a proxy server. however it's possible to use proxychains in combination with a proxycserver: e.g. proxychains4 microsocks will run microsocks socks5 server and have all its connection going through proxychains.

Hyper-glitch commented 2 years ago

Thank you so much!! It works for me as I have expected ))