Setup Tor
TOR settings
- Enable HTTPS-Only Mode
- Cryptocurrency safety
- Disable JAVASCRIPT
- Don’t open documents downloaded through Tor while online
- Use bridges and/or find company
Torrc example
- ExcludeNodes {jp},{us},{gb},{ca},{au},{nz},127.0.0.1
- ExcludeExitNodes {jp},{us},{gb},{ca},{au},{nz},{dk},{fr},{nl},{no},{de},{be},{it},{es},{se},{at},{cz},{gr},{hu},{is},{lu},{pl},{pt},{kr},{ch},{tr},127.0.0.1
- StrictNodes 1
- StrictNodesを1にすると必ず設定を守り、0にするとたまに破りjます。
- UseEntryGuards 0
{Japan},{United States},{United Kingdom},{Canada},{Australia},{New Zealand},{Denmark},{France},{Netherlands},{Norway},{Germany},{Belgium},{Italy},{Spain},{Sweden},{Austria},{Czech Republic},{Greece},{Hungary},{Iceland},{Luxembourg},{Poland},{Portugal},{South Korea},{Switzerland},{Turkey}
Bridge settings
obfs4
Makes your Tor traffic look like random data. May not work in heavily censored regions.
Snowflake
Routes your connection through Snowflake proxies to make it look like you’re placing a video call, for example.
meek-azure
Makes it look like you’re connected to a Microsoft website, instead of using Tor. May work in heavily censored regions, but is usually very slow.
-
- why tor have 2 bridges
- manually add
# Step one: open Terminal.
# Step two: type in:
sudo nano /etc/tor/torrc
sudo apt install obfs4proxy
# Whinix:sudo nano /usr/local/etc/torrc.d/50_user.conf
# Step three: Paste in the following text at the bottom:
UseBridges 1
ClientTransportPlugin obfs3,obfs4 exec /usr/bin/obfs4proxy
# Step four: Paste your bridge lines below that. They may look something like this:
bridge obfs4 192.235.207.85:42086 0EEB10BF4B4FAF56D46E cert=oue8sYYw5wi4n3mf2WDOg iat-mode=0
# Step five: Ensuring that there is not a # before DisableNetwork 0, save the file with Ctrl+X, then Y, and then press enter.
# Step six: Reload Tor. Enter this command in Terminal:
sudo service tor@default reload
# Check Tor's daemon status. sudo service tor@default status
# It should include a message saying:
# Active: active (running) since ...
# In case of issues, try the following debugging steps.
# Check Tor's config.
sudo -u debian-tor tor --verify-config
# The output should be similar to the following.
# Sep 17 17:40:41.416 [notice] Read configuration file "/etc/tor/torrc".
# Configuration was valid
# Install nyx: utility of tor
# https://nyx.torproject.org/
sudo pip install nyx
# brew install nyx
# sudo apt install nyx
nyx --config ~/.nyx/nyxrcBrowser settings
-
Disable javascript:
brave://settings/content/javascript -
Tor circuit
-
Torrent
- uTorrent
- qBittorrent v4.4.1 https://www.qbittorrent.org/
- Deluge https://deluge-torrent.org/
- Tixati https://www.tixati.com/
- BiglyBT https://www.biglybt.com/
- Vuze https://www.vuze.com/
- Transmission v4.0
What’s Tor2web
References
misc
-
https://medium.com/axon-technologies/hosting-anonymous-website-on-tor-network-3a82394d7a01
-
https://opensource.com/article/19/8/how-create-vanity-tor-onion-address