Skip to content

Instantly share code, notes, and snippets.

@ec0type
Created November 2, 2018 17:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ec0type/3243762b471dd4781635fd4cd46fe221 to your computer and use it in GitHub Desktop.
Save ec0type/3243762b471dd4781635fd4cd46fe221 to your computer and use it in GitHub Desktop.
#!/bin/bash
macchanger -s eth0
macchanger -r eht0
echo "## Add" >> /etc/tor/torrc
echo "## " >> /etc/tor/torrc
echo "##" >> /etc/tor/torrc
echo "ExitNodes {nl},{pa},{ru}" >> /etc/tor/torrc
echo "StrictExitNodes 1" >> /etc/tor/torrc
echo "# Add this in the Tor config file" >> /etc/tor/torrc
echo "# Exclude Nodes of all of these countries" >> /etc/tor/torrc
echo "# Five Eyes: U.S., Australia, Canada, New Zealand, U.K. (also added France because it's becoming worst than the Five Eyes)" >> /etc/tor/torrc
echo "ExcludeNodes {fr}" >> /etc/tor/torrc
echo "ExcludeExitNodes {us},{au},{ca},{nz},{gb},{fr}" >> /etc/tor/torrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment