Skip to content

Instantly share code, notes, and snippets.

@bluesku
Last active February 7, 2021 06:09
Show Gist options
  • Save bluesku/3e2b12b686947cde99e7d192dad10b6e to your computer and use it in GitHub Desktop.
Save bluesku/3e2b12b686947cde99e7d192dad10b6e to your computer and use it in GitHub Desktop.
Install TOR Browsing At Your Ubuntu
#! /bin/sh
echo 'https://scriptxone.blogspot.com/ written by Henrique Silva'
apt install apt-transport-https
sh -c 'echo "deb [arch=i386] https://deb.torproject.org/torproject.org $(lsb_release -sc) main" >> /etc/apt/sources.list.d/tor-project.list'
# ^^^ you can change the [arch=NAME OF CPU archtecture]
# which you can get with: lsb_release -a
#
apt install tor torbrowser-launcher -y
systemctl status tor
#apt install nmap hashcat nl proxychains -y
# UNMARK UP '#' TO ADDITIONAL INSTALATION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment