aboutsummaryrefslogtreecommitdiffstats
path: root/LEIA-ME.md
blob: cb3175665c1721f2b248f0aab7ac188ec89f3485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# TORANDO - TOR VPN
<p align="center"> 
<img src="https://github.com/cristiancmoises/torando/assets/86272521/045451b7-545a-4798-9df8-980b122b829d"  width="640"  height="420" />
<center/>
<p/>
  
### Você precisa do pacote do tor instalado! Vamos instalar!

> 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

## PRIMEIRO PASSO! ALTERE A CONFIG
Clone o repositório então edite _torando.sh_ e mude USERAQUI para o seu nome de usuário.
Faça o mesmo em _toroff.sh_

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

    nano   /etc/tor/torrc

E cole este código no final:

    VirtualAddrNetwork 10.192.0.0/10
    AutomapHostsOnResolve 1
    TransPort 9040
    DNSPort 53

## AGORA EDITE O RESOLV.CONF

    nano /etc/resolv.conf

## REMOVA TUDO E COLE
    nameserver 127.0.0.1

## POR SEGURANÇA
    chattr +i /etc/resolv.conf
 
    
## FIREFOX CONFIG - SEM VAZAMENTO DE DNS
_Vá para o firefox e digite *about:config* e pressione enter._
![image](https://github.com/cristiancmoises/torando/assets/86272521/149b910f-baab-44c8-b11d-35ca0b409a52)
                
           about:config

> #### OK, Agora na pesquisa digite o comando e altere:
![image](https://github.com/cristiancmoises/torando/assets/86272521/2951cc34-501a-4ffb-8eb8-07299fd83a92)

|    COMANDO             |     VALOR                        |
|------------------------|----------------------------------|
|network.proxy.socks_remote_dns |  True                     |
|browser.safebrowsing.enabled |    True                     |
|browser.safebrowsing.malware.enabled |   False             |

## AGORA VOCÊ JÁ PODE INICIAR O TORANDO.SH!
      cd torando
     ./torando.sh
## PARA DESATIVAR
     cd torando
    ./toroff.sh

## BONUS! EDITE SEU BASHRC/FISH OU OUTRO... 
     nano .bashrc
### INCLUA NO FINAL:
     alias torando="./torando.sh"
     alias toroff="./offtor.sh"

## ISTO É TUDO! 
![anon](https://github.com/cristiancmoises/torando/assets/86272521/d02ee4f6-83ee-4a43-abd9-a11c9e37c77d)