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.81k stars 1.08k forks source link

Question: Can i use proxychains to route tor through proxy? #333

Open Kreyren opened 4 years ago

Kreyren commented 4 years ago

See https://gist.github.com/Kreyren/ce7b58aa27810f651f9f294c8fc8cfb3

I need some method to do:

User -> Tor -> Proxy -> Proxy -> Proxy -> Internet

for sites that block tor while choosing the "Proxy" part from random list

Can i use proxychains to do this?

rofl0r commented 4 years ago

currently not, but it would be interesting/useful to have "numfixed" (or similar) config option for use with dynamic and random mode to specify that X first proxies in list need to be treated as in strict mode.