LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Tor + Tsocks + Pidgin (https://www.linuxquestions.org/questions/linux-software-2/tor-tsocks-pidgin-4175547669/)

hack3rcon 07-10-2015 06:16 AM

Tor + Tsocks + Pidgin
 
Hello.
I installed tor and it connected to the tor server properly :

Code:

Jul 10 15:34:06.546 [notice] Opening Socks listener on 127.0.0.1:9050
Jul 10 15:34:06.000 [notice] Bootstrapped 0%: Starting
Jul 10 15:34:07.000 [notice] Bootstrapped 5%: Connecting to directory server
Jul 10 15:34:07.000 [notice] Bootstrapped 10%: Finishing handshake with directory server
Jul 10 15:34:08.000 [notice] Bootstrapped 15%: Establishing an encrypted directory connection
Jul 10 15:34:09.000 [notice] Bootstrapped 20%: Asking for networkstatus consensus
Jul 10 15:34:09.000 [notice] Bootstrapped 25%: Loading networkstatus consensus
Jul 10 15:34:21.000 [notice] I learned some more directory information, but not enough to build a circuit: We have no usable consensus.
Jul 10 15:34:22.000 [notice] Bootstrapped 40%: Loading authority key certs
Jul 10 15:34:22.000 [notice] Bootstrapped 45%: Asking for relay descriptors
Jul 10 15:34:22.000 [notice] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 0/6621, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of exit bw = 0% of path bw.)
Jul 10 15:34:25.000 [notice] Bootstrapped 50%: Loading relay descriptors
Jul 10 15:36:55.000 [notice] Bootstrapped 56%: Loading relay descriptors
Jul 10 15:37:07.000 [notice] Bootstrapped 65%: Loading relay descriptors
Jul 10 15:37:07.000 [notice] Bootstrapped 77%: Loading relay descriptors
Jul 10 15:38:49.000 [notice] Bootstrapped 80%: Connecting to the Tor network
Jul 10 15:38:49.000 [notice] Bootstrapped 90%: Establishing a Tor circuit
Jul 10 15:38:51.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
Jul 10 15:38:51.000 [notice] Bootstrapped 100%: Done


Then
I configure my "tsocks" for use "127.0.0.1" and port "9050" but when I use "tsocks pidgin" and want open my Gmail account it show me :

Code:

Jul 10 15:43:17.000 [warn] Socks5 username/password version 60 not recognized; rejecting.
Jul 10 15:43:17.000 [warn] Fetching socks handshake failed. Closing.

when I change pidgin setting to "socks 5" it show me :

Code:

15:54:51 libtsocks(23140): Need a password in tsocks.conf or $TSOCKS_PASSWORD to authenticate with
and when pidgin ask me Gtalk password and I enter it show me "Not Authorized" :(

What is my problem?

proxychains show me same error :

Code:

$ proxychains pidgin
ProxyChains-3.1 (http://proxychains.sf.net)
|DNS-request| 239.255.255.250
|S-chain|-<>-127.0.0.1:9050-<><>-4.2.2.2:53-<><>-OK
|DNS-response|: 239.255.255.250 does not exist
|DNS-request| 239.255.255.250
|S-chain|-<>-127.0.0.1:9050-<><>-4.2.2.2:53-<><>-OK
|DNS-response|: 239.255.255.250 does not exist
|DNS-request| xmpp.l.google.com
|S-chain|-<>-127.0.0.1:9050-<><>-4.2.2.2:53-<><>-OK
|DNS-response| xmpp.l.google.com is 74.125.22.125
|S-chain|-<>-127.0.0.1:9050-<><>-74.125.22.125:5222-<><>-OK
|DNS-response|: debian does not exist
|DNS-response|: debian does not exist
|DNS-response|: debian does not exist


qlue 07-12-2015 06:06 PM

Why would you want to use Pidgin through Tor?
You should never use anything that requires authentication through Tor because that makes you identifiable.
This negates the point of using Tor in the first place.

Having said that, it looks like you need to edit tsocks.conf based on the response you're getting. You should probably read the man pages associated with it.

hack3rcon 07-13-2015 01:09 PM

I want to use Tor with Pidgin because of Third Person.
Edit tsocks.conf? You mean is I must use "default_user" and "default_pass" ?


All times are GMT -5. The time now is 07:50 AM.