githubEdit

Tor

Setup

apt-get install tor 
service tor start
service tor status 
service tor stop 
OR
systemctl start tor 
systemctl status tor
systemctl stop tor

Proxychains

rvVo73x
  • Tool that forces any TCP connection made by any given application to follow through proxy like TOR SOCKS4 SOCKS5 HTTP(S) proxy

Install

Configure

  • Uncomment dynamic_chain and comment the other options

  • Uncomment proxy_dns in order to prevent DNS leakage

Start Firefox with proxychains

Test

  • Browse to http://ifconfig.co and or http://ipinfo.io to check that your IP is properly being obsfucated

  • Browse to http://dnsleaktest.com and see that your DNS address has changed

  • if using firefox instead of just the tor browser and have firefox configured to use 127.0.0.1 9050 as a proxy and have the tor service running open firefox and browse to about:config

  • Change privacy.resist.Fingerprinting from false to true

  • IMPORTANT: All other web browser windows should be closed before opening firefox through proxychains

Tor Browser

  • Recommend changing saftey Level to 2 (Safer)

Exclude Exit Nodes

Use specific country exit node

Prevent server to be used as exit node

Running a Tor Relay

  • create the file /etc/yum.repos.d/Tor.repo

  • insert the below content into the file

  • now update for the changes to be included

  • install tor

  • edit your /etc/tor/torrc

  • insert the lines below, change the options to your need (top two lines)

  • enable and start tor

Optional Monitor Tor useage

  • to see the stats for your relay live you can install nyx

  • start a screen or tmux sessions and run the program

Last updated