https://github.com/cbanowsky/tormake
Get the latest version of Tor from https://torproject.org, compile and install all with a single command.
https://github.com/cbanowsky/tormake
bash bash-script debian kali linux proxy script scripts socks-proxy tor ubuntu wget-call
Last synced: 12 months ago
JSON representation
Get the latest version of Tor from https://torproject.org, compile and install all with a single command.
- Host: GitHub
- URL: https://github.com/cbanowsky/tormake
- Owner: cbanowsky
- Created: 2017-03-07T21:09:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T16:45:51.000Z (almost 9 years ago)
- Last Synced: 2025-01-05T13:10:49.674Z (about 1 year ago)
- Topics: bash, bash-script, debian, kali, linux, proxy, script, scripts, socks-proxy, tor, ubuntu, wget-call
- Language: Shell
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tormake
Get the latest version of Tor from https://torproject.org, compile and install all with a single command.
1. `git clone https://github.com/cbanowsky/tormake`
2. `cd tormake`
3. `sudo su`
4. `chmod +x torgrabber`
5. `./torgrabber`
Sit back and enjoy.
### Configuring torrc
You will want to configure your torrc located in `/usr/local/etc/tor`
Change make `SocksListenAddress 127.0.0.1:9500` or any port that is open that you wish to use.
Change Nickname to something cool or random...I don't care.
To get things working quickly make this adjustment `SocksPolicy accept *` to accept connections to your SOCKS proxy server.
Save the file.
### System Settings
Change network -> proxy to SOCKS proxy. Host: 127.0.0.1 Port: 9500 `// or whatever port you used above`
Configure internet connected clients to use the proxy set by system.
As a non-root or sudo user simply run the command `tor` and tor will bootstrap and open up a circuit for you. You can then go to [check tor](https://check.torproject.org) in your browser to make sure everything is working correctly.
### Maintaining this script
I will adjust the wget call on which version of tor is being grabbed, as they publish stable builds. Feel free to use the unstable version, just simply change the wget call inside the script.