Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HyperionGray/tor2proxy
https://github.com/HyperionGray/tor2proxy
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/HyperionGray/tor2proxy
- Owner: HyperionGray
- License: mit
- Created: 2018-02-21T18:57:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T20:44:42.000Z (over 6 years ago)
- Last Synced: 2024-08-05T17:43:06.652Z (4 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 10
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - HyperionGray/tor2proxy - (Shell)
README
# tor2proxy
Forwards requests via Tor, and then onwards to another proxy. The best way to use this is to
buy a proxy anonymously (e.g. via Bitcoin or Gift Card). This allows you to browse anonymously
while not appearing to come from Tor, making you more stealthy. It is not recommended that
you use this for strong anonymity, as your browser is not hardened like Tor Browser is. Following
this guide is, however, a good start: https://vikingvpn.com/cybersecurity-wiki/browser-security/guide-hardening-mozilla-firefox-for-privacy-and-securityIn order to use this purchase an HTTP proxy and fill in the details in the squid.conf to include
your parent proxy information (the proxy you will be forwarding traffic to)```
#####Enter your proxy information here
cache_peer parent 0 no-query default login=
#################
```Install docker and then just run `bash build.sh`. Your tor2proxy docker image should now be built.
Find the image hash and run `start.sh image_hash`. You should then have
a working tor2proxy. By default tor2proxy protects the local http proxy daemon with the
credentials hyperion and IUW8292. An example request is below:```
$ curl -u hyperion:IUW8292 -x http://localhost:8091 https://wtfismyip.com/text
```# Bugs?
File an issue or hit me up on twitter @_hyp3ri0n
---
[![define hyperion gray](https://hyperiongray.s3.amazonaws.com/define-hg.svg)](https://www.hyperiongray.com/?pk_campaign=github&pk_kwd=tor2proxy "Hyperion Gray")