You are not logged in.

#1 2015-12-31 22:30:08

RoguePerler
Member
Registered: 2015-02-06
Posts: 8

Proxychains through Tor does not work

Overall I've had mixed success with proxychains, but routing traffic through Tor consistently fails.

proxychains curl -o test.html google.com

yields the following output:

[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib/libproxychains4.so
[proxychains] DLL init: proxychains-ng 4.10
/*curl stuff*/
[proxychains] Random chain ... 127.0.0.1:9050 ... google.com:80 <-- socket error or timeout!
curl: (7) Couldn't connect to server

(The result is the same even if I resolve google's IP and use that rather than the domain. The result is also the same for other websites.)
This is pretty interesting, because that output makes it seem like Tor is just fine, and google is the problem, which makes no sense. Even if google is blocking the exit node, it should give me back a Human Verification page of some sort.
Doing the same command without proxychains works as it should.

Here is the line about Tor in proxychains.conf:

socks5 127.0.0.1 9050

Arch Linux on VirtualBox Virtual Machine, latest version of Tor and Proxychains. No desktop environment -- Tor is running as a service.

Last edited by RoguePerler (2015-12-31 22:33:11)

Offline

#2 2016-08-13 12:50:39

dima
Member
Registered: 2016-08-13
Posts: 1

Re: Proxychains through Tor does not work

I got the same issue, someone please help on this one:

[xxx~]$ proxychains curl -o test.html www.google.com
[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib/libproxychains4.so
[proxychains] DLL init: proxychains-ng 4.11
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0[proxychains] Dynamic chain  ...  127.0.0.1:9050  ...  183.233.153.222:1080  ...  115.154.15.59:1080 <--socket error or timeout!
[proxychains] Dynamic chain  ...  127.0.0.1:9050  ...  183.233.153.222:1080  ...  112.126.68.96:60088 <--socket error or timeout!
[proxychains] Dynamic chain  ...  127.0.0.1:9050  ...  183.233.153.222:1080  ...  106.75.137.20:19978 <--socket error or timeout!
[proxychains] Dynamic chain  ...  127.0.0.1:9050  ...  183.233.153.222:1080  ...  185.90.210.58:48111 <--socket error or timeout!
[proxychains] Dynamic chain  ...  127.0.0.1:9050  ...  183.233.153.222:1080  ...  195.53.118.117:48111 <--socket error or timeout!
[proxychains] Dynamic chain  ...  127.0.0.1:9050  ...  183.233.153.222:1080  ...  194.149.196.246:48111 <--socket error or timeout!
[proxychains] Dynamic chain  ...  127.0.0.1:9050  ...  183.233.153.222:1080  ...  45.62.229.139:1080 <--socket error or timeout!
[proxychains] Dynamic chain  ...  127.0.0.1:9050  ...  183.233.153.222:1080  ...  47.88.195.10:8000 <--socket error or timeout!
[proxychains] Dynamic chain  ...  127.0.0.1:9050  ...  183.233.153.222:1080  ...  www.google.com:80 <--socket error or timeout!
curl: (7) Couldn't connect to server

My Socks List:

socks4  127.0.0.1 9050
socks5  183.233.153.222 1080
socks5  115.154.15.59   1080
socks5  112.126.68.96   60088
socks5  106.75.137.20   19978
socks5  185.90.210.58   48111
socks5  195.53.118.117  48111
socks5  194.149.196.246 48111
socks5  45.62.229.139   1080
socks5  47.88.195.10    8000

Why is it failing to establish a connection? Also, I have my 'tor' service running as well.

[xxx ~]$ systemctl status tor
● tor.service - Anonymizing Overlay Network
   Loaded: loaded (/usr/lib/systemd/system/tor.service; disabled; vendor preset: disabled)
   Active: active (running) since Sat 2016-08-13 16:03:45 AMT; 45min ago
 Main PID: 4086 (tor)
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/tor.service
           └─4086 /usr/bin/tor -f /etc/tor/torrc

Aug 13 16:04:01 xxx Tor[4086]: Bootstrapped 45%: Asking for relay descriptors
Aug 13 16:04:01 xxx Tor[4086]: I learned some more directory information, but not enough to build a circuit: We need more microdescript
Aug 13 16:04:01 xxx Tor[4086]: Bootstrapped 50%: Loading relay descriptors
Aug 13 16:04:17 xxx Tor[4086]: Bootstrapped 55%: Loading relay descriptors
Aug 13 16:04:18 xxx Tor[4086]: Bootstrapped 62%: Loading relay descriptors
Aug 13 16:04:19 xxx Tor[4086]: Bootstrapped 72%: Loading relay descriptors
Aug 13 16:04:20 xxx Tor[4086]: Bootstrapped 80%: Connecting to the Tor network
Aug 13 16:04:20 xxx Tor[4086]: Bootstrapped 90%: Establishing a Tor circuit
Aug 13 16:04:21 xxx Tor[4086]: Tor has successfully opened a circuit. Looks like client functionality is working.
Aug 13 16:04:21 xxx Tor[4086]: Bootstrapped 100%: Done

Offline

Board footer

Powered by FluxBB