Eigender Anonymer Onion Router (Tor)
Die Installation von Tor unter Ubuntu,BT5R2 und anderen Abkömmlingen
Schritt: 1
sudo add-apt-repository ppa:ubun-tor/ppa
sudo apt-get update
sudo apt-get install tor tor-geoipdb privoxy vidalia
Schritt: 2
sudo nano /etc/privoxy/config
Append the following line :
forward-socks5 / 127.0.0.1:9050 .
sudo /etc/init.d/privoxy start
sudo /etc/init.d/tor start
Schritt: 2a (Optional)
Wenn du hinter einer Firewall oder NAT sowie dem Router seid, dann solltet ihr die folgende Zeile an der konfigurieren Datei anhängen.
forward 192.168.*.*/ .
Schritt: 3
Geh auf die Offizelle Tor seite und downloade und installiere den Tor button für Firefox.
https://www.torproject.org/dist/torbutton/torbutton-current.xpi
(A2) Windows 7
Downloade die aktuelle version des Tor Browser Bundle 2.2.35-8.
https://www.torproject.org/dist/torbrowser/tor-browser-xxx.exe
Installiere sie und lege ein Verknüpfung auf den Desktop.
Part B - Installation für xChat
(B1) Ubuntu or BackTrack 5 R2
Schritt: 4
dig +short irc.tor.freenode.net cname
Das Resultat ist :
p4fsi4ockecnea7l.onion.
sudo nano /etc/tor/torrc
Hänge folgende Zeile an.
mapaddress 10.40.40.40 p4fsi4ockecnea7l.onion
Schritt: 5
sudo /etc/init.d/tor restart
sudo apt-get install xchat
Schritt: 6
Wenn Du bereits ein Benutzername bei Freenode hast, dann kannst du diesen Schritt auslassen.
/msg nickserv register [password] [email]
/msg nickserv set hidemail on
Schritt: 7
xChat, gehe zu den "Settings" | "Preferences" | "Network" | "Network setup" | "Proxy server", enter :
Hostname : 127.0.0.1
Port : 9050
Type : Socks5
Use proxy for : IRC Server Only
Schritte: 8
Erstelle ein neuen Server "TorifiedFreenode" und melde ihn an die xChat Server-Liste.
Press "Add"und dann fülle es als "10.40.40.40". aus.
Schritt: 9
Downloade:
cap_sasl_xchat.pl at http://lwsitu.com/xchat/cap_sasl_xchat.pl and save it at ~/.xchat2 und make und ausführbar.
Schritt: 10
Die Status-Fenster von xChat:
/sasl set TorifiedFreenode [your_Freenode_Nickname] [your_Nick_password] PLAIN
Schritt: 11
Blocke CTCP und DCC commandos und Anfragen die gesandtwerden an deine IRC client software :
/ignore *!*@* CTCP DCC
/ignore * CTCP DCC
/set irc_hide_version ON
/set dcc_auto_chat 0
/set dcc_auto_resume OFF
/set dcc_auto_send 0
(B2) Windows 7
Schritt: 12
Downloadede xChat http://www.silverex.org/download/ und installiere ihn.
Schritt: 12a
Geh ins Vidalia Control Panel, select "Settings" | "Advanced" | "Edit current torrc", und hänge folgende Zeile an :
mapaddress 10.40.40.40 p4fsi4ockecnea7l.onion
Schritt: 13
Downloade, die Aktuelle Perl Version, 5.12.4.1205
http://www.activestate.com/activeperl/downloads/thank-you?dl=http://downloads.activestate.com/ActivePerl/releases/5.12.4.1205/ActivePerl-5.12.4.1205-MSWin32-x86-294981.msi
Schritt: 14
Downloade die xcperl5.12.1.dll bei http://lwsitu.com/xchat/xcperl5.12.1.dll
Und Speichere es unter c:\Program Files (x86)\X-Chat 2\plugins. und lösche die xcperl.dll danach.
Schritt: 15
Folge dem obengenannten Schritten 6 bis 11.
Part C - Installation für Filezilla
(C1) Ubuntu und BackTrack 5 R2
Schritt: 16
sudo apt-get update
sudo apt-get install filezilla
Schritt: 17
Öffne Filezilla, geh zu "Edit" | "Settings" | "Generic proxy" :
Select "Socks5"
proxy host : 127.0.0.1
proxy port : 9050
(C2) Windows 7
Schritt: 18
Downloade die neuste Windows version :
http://filezilla-project.org/download.php?type=client
Dann folgt ihr schritt 17
Part D - Verwendet du in der Konsole
Ubuntu und BackTrack 5 R2 only.
Schritt: 19
sudo apt-get update
sudo apt-get install proxychains elinks
Schritt: 20
sudo nano /etc/proxychains.conf
Änderne die folgende Zeile:
socks4 127.0.0.1 9050
zu :
socks5 127.0.0.1 9050
Schritt: 21
Usage -
proxychains nmap google.com
proxychains elinks cmyip.com
proxychains elinks www.wieistmeineip.de