aboutsummaryrefslogtreecommitdiffstats
path: root/posts/torando.md
diff options
context:
space:
mode:
authorCristian Cezar Moisés <[email protected]>2024-02-18 06:28:49 +0000
committerGitHub <[email protected]>2024-02-18 06:28:49 +0000
commit4f5ad6a7af15a43e1469e994618e24c623177359 (patch)
tree90d29a270758a899a07fce1935103eb48663587f /posts/torando.md
parent80eabade58e7d95c26b55b7b2dccc10092521f7d (diff)
Add files via upload
Diffstat (limited to 'posts/torando.md')
-rw-r--r--posts/torando.md89
1 files changed, 89 insertions, 0 deletions
diff --git a/posts/torando.md b/posts/torando.md
new file mode 100644
index 0000000..0d8f309
--- /dev/null
+++ b/posts/torando.md
@@ -0,0 +1,89 @@
+title:🛡️ Torando
+date: 2024-02-17 19:00
+tags: projects
+summary: Tor VPN on whole system
+---
+Tor VPN on whole system
+---
+![torando](/images/torando.png)
+
+🇧🇷 Para o tutorial em português clique [aqui](https://github.com/cristiancmoises/torando/blob/main/LEIA-ME.md)
+_____________________________________________
+# Download
+## [Torando](/download/torando.sh)
+## [Toroff](/download/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
+
+## 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:
+ 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"
+
+
+## THAT'S ALL!
+![anon](/images/anon.gif)
+