aboutsummaryrefslogtreecommitdiffstats
path: root/-torando.html
blob: cf6cf38ce77dca78144be2a1a8a4e5bdbae77d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html><head><meta charset="utf-8" /><meta name="description" content="C.C.M. personal website" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>🛡️ Torando — C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" /></head><body><header><div id="block"><p>+&gt;---------------------------&lt;+</p><p>[<a href="/about.html">About</a>]--[<a href="/research.html">Research</a>]--[<a href="/projects.html">Projects</a>]</p><p>+&gt;---------------------------&lt;+</p><br /></div></header><div id="block"><h1>🛡️ Torando</h1><div>February 17, 2024</div><div><h2>Tor VPN on whole system</h2><p><div style="text-align: center"><img src="/images/torando.png" /></div></p><p>🇧🇷 Para o tutorial em português clique [<a href="https://github.com/cristiancmoises/torando/blob/main/LEIA-ME.md">aqui</a>]</p><hr /><h1>Download</h1><h2>[<a href="/download/torando.sh">Torando</a>]</h2><h2>[<a href="/download/toroff.sh">Toroff</a>]</h2><h2>Do you need the tor package to run this. Instal tor first!</h2><blockquote><p>DEBIAN:</p></blockquote><div id="code"><pre style="overflow: auto"><code>      apt update &amp;&amp; apt upgrade &amp;&amp; apt install tor torsocks -y</code></pre></div><blockquote><p>GENTOO:</p></blockquote><div id="code"><pre style="overflow: auto"><code>      emerge tor torsocks</code></pre></div><blockquote><p>ARCH:</p></blockquote><div id="code"><pre style="overflow: auto"><code>     pacman tor torsocks -Syu</code></pre></div><blockquote><p>OPENSUSE:</p></blockquote><div id="code"><pre style="overflow: auto"><code>     zypper install tor torsocks -y</code></pre></div><h2>FIRST STEP - CHANGE THE CONFIG</h2><p>Clone the repo and open the <em>torando.sh</em> and change USERAQUI for your username.
Do the same on <em>toroff.sh</em></p><div id="code"><pre style="overflow: auto"><code>git clone https://github.com/cristiancmoises/torando
cd torando
chmod +x *
nano torando.sh</code></pre></div><h2>EDIT TORRC</h2><div id="code"><pre style="overflow: auto"><code>nano   /etc/tor/torrc</code></pre></div><p>Then paste in the end:</p><div id="code"><pre style="overflow: auto"><code>VirtualAddrNetwork 10.192.0.0/10
AutomapHostsOnResolve 1
TransPort 9040
DNSPort 53</code></pre></div><h2>NOW EDIT THE RESOLV.CONF</h2><div id="code"><pre style="overflow: auto"><code>nano /etc/resolv.conf</code></pre></div><h2>FOR SECURITY</h2><div id="code"><pre style="overflow: auto"><code>chattr +i /etc/resolv.conf</code></pre></div><h2>THEN REMOVE ALL AND PASTE</h2><div id="code"><pre style="overflow: auto"><code>nameserver 127.0.0.1 </code></pre></div><h2>FIREFOX CONFIG - NO DNS LEAK</h2><p><em>Go to the firefox and digit <em>about:config</em> then press enter.</em></p><div id="code"><pre style="overflow: auto"><code>       about:config</code></pre></div><blockquote><h4>OK, Now paste the command and search, then change the value:</h4></blockquote><div id="code"><pre style="overflow: auto"><code>network.proxy.socks_remote_dns       |True     
browser.safebrowsing.enabled         |True                     
browser.safebrowsing.malware.enabled |False             </code></pre></div><h2>NOW YOU CAN TURN ON THE TORANDO.SH!</h2><div id="code"><pre style="overflow: auto"><code>  cd torando
 ./torando.sh</code></pre></div><h2>FOR DISABLE</h2><div id="code"><pre style="overflow: auto"><code> cd torando
./toroff.sh</code></pre></div><h2>BONUS! EDIT YOUR BASHRC/FISH OR WHATEVER...</h2><div id="code"><pre style="overflow: auto"><code> nano .bashrc</code></pre></div><h3>INCLUDE:</h3><div id="code"><pre style="overflow: auto"><code> alias torando=&quot;./torando.sh&quot;
 alias toroff=&quot;./offtor.sh&quot;</code></pre></div><h2>THAT'S ALL!</h2><p><div style="text-align: center"><img src="/images/anon.gif" /></div></p></div></div><footer><div id="block"><br /><p>+&gt;---------------------------&lt;+</p><div>[<a href="https://codeberg.org/berkeley">Codeberg</a>]--[<a href="https://os.securityos.co/">SecurityOS</a>]</div><div>[<a href="https://github.com/cristiancmoises">GitHub</a>]--[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div>[<a href="https://www.researchgate.net/profile/Cristian-Moises/research">Research</a>]--[<a href="http://secopscj53y6qltbysxt2bhnr2ohwzi6bh6wbxonycgc6tdemj4xkmyd.onion/">TOR</a>]--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with [<a href="http://haunt.dthompson.us">Haunt</a>] in [<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]</p><p>+&gt;---------------------------&lt;+</p></div></footer></body>