Skip to content

Instantly share code, notes, and snippets.

@Kreyren
Last active June 27, 2020 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kreyren/ce7b58aa27810f651f9f294c8fc8cfb3 to your computer and use it in GitHub Desktop.
Save Kreyren/ce7b58aa27810f651f9f294c8fc8cfb3 to your computer and use it in GitHub Desktop.
Krey's trying to be smart while being absolutely dumb with tor and proxies~

Problem

Tor is being blocked on some sites which makes it painful to use

Best known solution

User -> ISP(?) -> Tor -> Proxy -> Internet

This makes the tor traffic visible to the proxy provider so it should be used only on websites that doesn't track you via cookies and fingerprinting so that in the expected scenario the proxy provider is expected to know only that "Someone on onion network is accessing this site" and should be used only to selected sites that block tor

How to

Unknown

In theory we can use proxychains with random_chain, but that doesn't allow us to route the traffic through tor specifically

  • In theory proxychains can be forked to accept --config path argument that then can be used as proxychain --config path proxychains --config path command where the first proxychains is using direct_chain to tor and the other random_chain to huge list of free proxies?

SOLUTION: Using torsocks proxychains command works assuming proxychains configured to use random_chain of 3 for regular SOCSK5 proxies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment