# Get Access to BlackArch Repos
# Download Install Script:
curl -O https://blackarch.org/strap.sh
# Make file executable:
chmod +x strap.sh
# Run it:
sudo ./strap.sh
# View BlackArch packages:
sudo pacman -Sgg | grep blackarch
# Install torctl (route all traffic through tor):
sudo pacman -S torctl
# Run it:
sudo torctl start
Do not test this with the ping commmand - the ping command hangs. Anyone know why?