[SHARE] Tutorial Instal Tor di BackTrack 5
#1
Lightbulb 
Sebelumnya maaf kalo post saya kurang bemanfaat. Ini sudah saya coba dan work, jadi ya istilahnya berbagi deh. hehe

Juga buat Mas Mimin, Mas Momod dan para Sesepuh disini, kalo ada kesalahan di Post saya tolong di arahkan dan di benarkan yah. maklum saya pengguna baru banget.

Ah kelamaan .. hehe.. disini saya akan kasih Tutorial Bagaimana langkah-langkah untuk menginstal TOR. Sudah pada tau kan apa tu TOR? yang belum tau saya jelaskan dikit deh.

TOR sebuah tools yang nantinya akan membantu menyembunyikan IP kita dari public. Jadi kita surfing di internet dalam keadaan tanpa identitas alias Anonimyus. Jika IP kita nanti ketahuan, otomatis TOR akan mengganti IP kita sampai 3x, setelah itu wwusssss... indetitas kita akan sepenuhnya terlindungi..

langkah2nya nih.
Open the Terminal.

step 1.
#cd /etc/apt
#ls

step 2.
#vi sources.list

step 3.
Tekan huruf 'i'

Spoiler! :
[Image: Image+2.png]

step 4.
nah ni copy dan paste di baris tengah ya: deb http://deb.torproject.org/torproject.org lucid main

step 5.
Press ESC, type a colon, type wq dan hit enter.

step 6.
Run this command: gpg --keyserver keys.gnupg.net --recv 886DDD89

step 7.
Run this command: gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -

step 8.
apt-get update

step 9.
apt-get install tor tor-geoipdb

step 10.
Download Tor Browser Bundle Linux (sesuaikan 32bit/64bit dan letakkan di desktop). https://www.torproject.org/projects/torbrowser.html.en

step11.
tar -xvzf tor-browser-gnu-linux-i686-2.2.35-9-dev-LANG.tar.gz (sesuaikan dengan nama TOR yg dah di download.)

step 12.
#cd (folder hasil extrakan TOR / Tor-Browser_en-US)

step 13.
#gedit start-tor-browser

step 14.
Cari code ini.
"if [ "`id -u`" -eq 0 ]; then
complain "The Tor Browser Bundle should not be run as root. Exiting."
exit 1

lalu ganti / replace dengan code ini.
if [ "`id -u`" -eq 1 ]; then
complain "The Tor Browser Bundle should not be run as root. Exiting."
exit 1

step 15.
apt-get install polipo

step 16.
cd /etc/polipo

step 17.
mv config conf-backup.txt (copy semua codenya)

step 18.
vi config (tekan huruf 'i' dan paste semua code tadi.

step 19.
tekan ESC, type a colon, type wq dan hit enter.

step 20.
service polipo start

step 21
service tor start

step 22.
./start-tor-browser

Spoiler! :
[Image: Image+3.png]

Selesai..

This will launch Vidalia and once that connects to Tor, it will launch Firefox. Do not unpack or run TBB as root

Wanna check it?
1. ps aux |grep polipo
2. netstat -ntl

Ingat!! polipo runs on port 8118, TOR runs on 9050 Smile

Ingat lagi!! Tor and polipo should automatically run when you start Backtrack:
So Dont Need To start tor Again and Again.
1. service tor start
2. service polipo start

Be sure to stop both when you need to update anything:
By giving Command Like
1. service tor stop
2. service polipo stop

MaturThankyou.... Smile Smile Smile
[i]Wong PATI Asli - Pr4J4P4t1






Users browsing this thread: 3 Guest(s)