Aqui
está para install tor en cualquier distro de linux - debian o ubuntu lo
hara automaticamente solo denle permisos sigan estos pasos :
- chmod +x tor
-./tor
Una vez finalizado la descarga y configuración tendran q configurar el navegador click en el menu del navegador en :
Edit -> Preferences -> Advances -> Network -> Settings -> Manual proxy configuration .
en SOCKS Host pon : 127.0.0.1 en PORT ponen 9050 y listo guardar ..
cuando lo apagan y inicion pongan esto en su terminal :
* service tor start
* service privoxy start
y luego abren vidalia en mi caso se encuentra en menu -> internet
Archivo de descarga :
https://mega.co.nz/ #!JsMz1ApT!NuWdAP7zD6O5tWhX75Vn Ovgf6MvH_eRzAJfiOFmUU2U
script
#!/bin/sh
echo "deb http://deb.torproject.org/torproject.org wheezy main" >> /etc/apt/sources.list
clear scr
echo "[*] Installing the keys...."
gpg --keyserver keys.gnupg.net --recv 886DDD89
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
echo "Ready!!"
clear scr
echo "[*] Updating Repositories...."
apt-get update
clear scr
echo "[*] Installing TOR"
apt-get install deb.torproject.org-keyring
apt-get install tor
echo "Ready!!"
echo "[*] Installing Vidalia"
apt-get install vidalia
echo "Ready!!"
echo "[*] Installing iceweasel-torbutton"
apt-get install iceweasel-torbutton
echo "Ready!!"
clear scr
echo "[*] Installing Privoxy"
apt-get install privoxy
echo "[*] Configuring privoxy"
echo "forward-socks5 / 127.0.0.1:9050 ." >> /etc/privoxy/config
echo "Ready!!"
service tor restart
service privoxy restart
echo "Tor has been installed successfully."
- chmod +x tor
-./tor
Una vez finalizado la descarga y configuración tendran q configurar el navegador click en el menu del navegador en :
Edit -> Preferences -> Advances -> Network -> Settings -> Manual proxy configuration .
en SOCKS Host pon : 127.0.0.1 en PORT ponen 9050 y listo guardar ..
cuando lo apagan y inicion pongan esto en su terminal :
* service tor start
* service privoxy start
y luego abren vidalia en mi caso se encuentra en menu -> internet
Archivo de descarga :
https://mega.co.nz/
script
#!/bin/sh
echo "deb http://deb.torproject.org/torproject.org wheezy main" >> /etc/apt/sources.list
clear scr
echo "[*] Installing the keys...."
gpg --keyserver keys.gnupg.net --recv 886DDD89
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
echo "Ready!!"
clear scr
echo "[*] Updating Repositories...."
apt-get update
clear scr
echo "[*] Installing TOR"
apt-get install deb.torproject.org-keyring
apt-get install tor
echo "Ready!!"
echo "[*] Installing Vidalia"
apt-get install vidalia
echo "Ready!!"
echo "[*] Installing iceweasel-torbutton"
apt-get install iceweasel-torbutton
echo "Ready!!"
clear scr
echo "[*] Installing Privoxy"
apt-get install privoxy
echo "[*] Configuring privoxy"
echo "forward-socks5 / 127.0.0.1:9050 ." >> /etc/privoxy/config
echo "Ready!!"
service tor restart
service privoxy restart
echo "Tor has been installed successfully."
Comentarios
Publicar un comentario