Skip to content

Instantly share code, notes, and snippets.

@9kopb
Forked from ec0type/fresh.sh
Created March 17, 2022 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 9kopb/f9707ac6d91df57b5e52a53f0c0f38e5 to your computer and use it in GitHub Desktop.
Save 9kopb/f9707ac6d91df57b5e52a53f0c0f38e5 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