Skip to content

Instantly share code, notes, and snippets.

@mthri
Last active September 29, 2022 09:48
Show Gist options
  • Save mthri/093d3491ab8429015e80a341be46d152 to your computer and use it in GitHub Desktop.
Save mthri/093d3491ab8429015e80a341be46d152 to your computer and use it in GitHub Desktop.
get http proxy form proxychain program

If you are using proxychain for chaing proxy then need to get it http proxy for some reason(i.e set it on Telegram) you need to run some proxy server with this program. In this example I will use proxy.py. this is a http proxy server writed with pure python.

after config proxychains use following code.

pip install proxy.py
proxychains proxy

by defualt run http proxy on host 127.0.0.1 and port 8899

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