quarta-feira, 15 de julho de 2015

03 Tor change IP to another country Ubuntu Kubuntu Firefox Chromium ARM


Video Youtube:
03 Tor change IP to another country Ubuntu Kubuntu Firefox Chromium ARM
www.youtube.com/watch?v=N_IYXRTTyvQ



This tutorial (video Youtube) will show how to install TOR and configure it with an IP number of a specific country (ExitNodes). Some websites allow access only with an IP number that country.

It will also be shown how to configure Internet browser Firefox / Chromium and ARM (Anonymizing Relay Monitor).

It will not be shown how enter the DeepWeb.

Use preferably an operating system running on a virtual machine. This raises the security level of a possible attack.

If you are entering the DeepWeb:
1 - Use an operating system LiveCD / USB (Tails - tails.boum.org).
2 - Remove your computer's hard disks.
3 - If you can not remove the hard drive, encrypt the disk partition that contains personal data.

1 - Install TOR:

Alternative 1:
Ubuntu: Terminal (CTRL + ALT + T)
Kubuntu: Konsole

sudo apt-get install tor

Alternative 2
Ubuntu: Dash - synaptic - tor
Kubuntu: K (Start button) - System - Synaptic - tor


2 - Change file /etc/tor/torrc :

sudo gedit /etc/tor/torrc
SocksPort 9050
ControlPort 9051
CookieAuthentication 1
ExitNodes {se}

3 - The TOR service must be restarted after the file modification /etc/tor/torrc .

sudo service tor restart

4 - Country Codes (ISO Code - 2 letters)
https://countrycode.org

5 - Test TOR configuration:
https://check.torproject.org

6 - Check the IP number and the country:
http://www.analysespider.com/ip2country/lookup.php

7 - Firefox TOR configuration

Firefox (38.0) - Edit - Preferences - Advanced - Network - Settings

Manual proxy configuration (check):
SOCKS Host: 127.0.0.1
Port: 9050
SOCKS v5 (check)
Remote DNS (check)


8 - Enabling TOR in Chromium
(Youtube breaks the command line - connect:
chromium-browser --proxy-server ... )

Ubuntu: Terminal (CTRL + ALT + T)
Kubuntu: Konsole

chromium-browser --proxy-server="socks://localhost:9050"

9 - Install ARM (Anonymizing Relay Monitor)

Ubuntu: Terminal (CTRL + ALT + T)
Kubuntu: Konsole
sudo apt-get install tor-arm
 
Ubuntu: Dash - synaptic - tor-arm
Kubuntu: K (Start Button) - System - Synaptic - tor-arm

10 - Run ARM:
Ubuntu: Terminal (CTRL + ALT + T)
Kubuntu: Konsole
sudo arm

Nenhum comentário:

Postar um comentário