SkillAgentSearch skills...

Torando

Tor VPN

Install / Use

/learn @cristiancmoises/Torando

README

TORANDO - TOR VPN

Torando is a simple script to route all your Linux system traffic through the Tor network.

Fast, easy, and with DNS leak protection.

<p align="center"> <img src="https://github.com/cristiancmoises/torando/assets/86272521/045451b7-545a-4798-9df8-980b122b829d" width="840" height="620" /> <center/> <p/>

<img src="https://github.com/cristiancmoises/torando/assets/86272521/241a6f7f-ba74-4e8d-95f7-9b783ee824fd" width="30" height="30" /> 🇧🇷 Para o tutorial em português clique aqui

For more privacy use:

<a href="https://github.com/cristiancmoises/brutefox" target="_blank"> <img src="https://github.com/cristiancmoises/brutefox/assets/86272521/15afb340-af3f-4c3b-b029-d80ab0da59a0" width="350" height="220" alt="BrutefoX"/></a>

⚙️ Features

🔐 Full system traffic anonymization via Tor

🧅 DNS leak prevention

🖥️ SOCKS proxy ready

🦊 Firefox config tweaks for extra security

📜 Easy toggle with torando.sh and toroff.sh

Do you need the tor package to run this. Instal tor first!

DEBIAN:

      apt update && apt upgrade && apt install tor torsocks -y

GENTOO:

      emerge tor torsocks

ARCH:

     pacman tor torsocks -Syu

OPENSUSE:

     zypper install tor torsocks -y

FreeBSD: Tutorial Here

FIRST STEP - CHANGE THE CONFIG

Clone the repo and open the torando.sh and change USERAQUI for your username. Do the same on toroff.sh

git clone https://github.com/cristiancmoises/torando
cd torando
chmod +x *
nano torando.sh

EDIT TORRC

nano   /etc/tor/torrc

Then paste in the end:

VirtualAddrNetwork 10.192.0.0/10
AutomapHostsOnResolve 1
TransPort 9040
DNSPort 53

NOW EDIT THE RESOLV.CONF

nano /etc/resolv.conf

FOR SECURITY

chattr +i /etc/resolv.conf

THEN REMOVE ALL AND PASTE

nameserver 127.0.0.1 

FIREFOX CONFIG - NO DNS LEAK

Go to the firefox and digit about:config then press enter.

       about:config

OK, Now paste the command and search, then change the value:

| COMMAND | VALUE | |------------------------|----------------------------------| |network.proxy.socks_remote_dns | True | |browser.safebrowsing.enabled | True | |browser.safebrowsing.malware.enabled | False |

NOW YOU CAN TURN ON THE TORANDO.SH!

  cd torando
 ./torando.sh

FOR DISABLE

 cd torando
./toroff.sh

BONUS! EDIT YOUR BASHRC/FISH OR WHATEVER...

 nano .bashrc

INCLUDE:

 alias torando="./torando.sh"
 alias toroff="./offtor.sh"

Go to network settings > Manual proxy configuration: torando

VPN Recommendation for System-Wide Privacy:

<img src="https://mullvad.net/press/MullvadVPN_logo_Round_RGB_Color_positive.png" width=30% height=30%>

Mullvad VPN

  • Purpose: Masks your IP address, a key fingerprinting component, protecting all internet traffic.
  • Steps: Visit Mullvad VPN, generate an account, pay €5/month, download the app, and connect to a server.

Star History

Star History Chart

THAT'S ALL!

anon

Related Skills

View on GitHub
GitHub Stars29
CategoryDevelopment
Updated27d ago
Forks3

Languages

Shell

Security Score

90/100

Audited on Mar 4, 2026

No findings