
Цель: Tor Browser -> Socks5 proxy ОС: Tails
Для тестирования я выбрал socks-прокси отсюда (например, 159.253.191.110:61111).
Я установил proxychains, затем отредактировал файл конфигурации:
sudo apt-get update
sudo apt-get install proxychains
nano /etc/proxychains.conf
Там я добавил свой прокси под прокси Tor:
socks4 127.0.0.1 9050
socks5 159.253.191.110 61111
Теперь я хотел запустить proxychains
proxychains tor
Мне показали это...
ControlPort is open, but no authentication method has been
This means that any program on your computer can reconfigure your Tor.
That's bad! You should upgrade your Tor controller as soon as
possible. Nov 30 18:33:23.480 [notice] Opening Socks listener on
127.0.0.1:9050 Nov 30 18:33:23.480 [warn] Could not bind to
127.0.0.1:9050: Address already in use. Is Tor already running? Nov 30
18:
33:23.480 [notice] Opening Socks listener on 127.0.0.1:9061
Nov 30 18:33:23.480 [warn] Could not bind to 127.0.0.1:9061:
Address already in use. Is Tor already running?
Nov 30 18:33:23.480 [notice] Opening Socks listener on
127.0.0.1:9062
Nov 30 18:33:23.480 [warn] Could not bind to 127.0.0.1:9062:
Address already in use. Is Tor already running?
Nov 30 18:33:23.480 [notice] Opening Socks listener on 127.0.0.1:9150
Nov 30 18:33:23.480 [warn] Could not bind to 127.0.0.1:9150: Address
already in use. Is Tor already running
#etc.
... поэтому я решил выполнить «sudo killall tor» и снова запустить «proxychains tor»:
root@amnesia:/home/amnesia# proxychains tor
ProxyChains-3.1 (http://proxychains.sf.net)
Nov 30 18:45:40.215 [notice] Tor v0.2.7.4-rc
(git-6c4f0850146d706c)running
on Linux with Libevent 2.0.19-stable, OpenSSL 1.0.1e and Zlib 1.2.7.
Nov 30 18:45:40.215 [notice] Tor can't help you if you use it wrong!
Learn how to be safe at https://www.torproject.org/download
/download#warning
Nov 30 18:45:40.215 [notice] Read configuration file "/etc/tor/torrc".
Nov 30 18:45:40.218 [warn] ControlPort is open, but no authentication
method
has been configured. This means that any program on your computer can
reconfigure your Tor. That's bad! You should upgrade your Tor
controller as soon as possible.
Nov 30 18:45:40.218 [notice] Opening Socks listener on 127.0.0.1:9050
Nov 30 18:45:40.218 [notice] Opening Socks listener on 127.0.0.1:9061
Nov 30 18:45:40.218 [notice] Opening Socks listener on 127.0.0.1:9062
Nov 30 18:45:40.218 [notice] Opening Socks listener on 127.0.0.1:9150
Nov 30 18:45:40.219 [notice] Opening DNS listener on 127.0.0.1:5353
Nov 30 18:45:40.219 [notice] Opening Transparent pf/netfilter listener on
127.0.0.1:9040
Nov 30 18:45:40.219 [notice] Opening Control listener on 127.0.0.1:9051
Nov 30 18:45:40.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/g eoip.
Nov 30 18:45:40.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/g eoip6.
Nov 30 18:45:40.000 [warn] You are running Tor as root. You don't need to,
and you probably shouldn't.
|DNS-response|: amnesia is not exist
|DNS-response|: amnesia is not exist
|DNS-response|: amnesia is not exist
Nov 30 18:45:40.000 [notice] Bootstrapped 0%: Starting
Nov 30 18:45:41.000 [notice] Bootstrapped 5%: Connecting to server
============================================================
T=1448909141
(Sandbox) Caught a bad syscall attempt (syscall fcntl64)
tor(+0x1587d9)[0xf764f7d9]
/lib/i386-linux-gnu/libc.so.6(fcntl+0x36)[0xf61f8036]
/lib/i386-linux-gnu/libc.so.6(fcntl+0x36)[0xf61f8036]
/usr/lib/libproxychains.so.3(connect+0x1a3)[0xf65440f3]
tor(+0xdfa69)[0xf75d6a69]
root@amnesia:/home/amnesia#
Очевидно, что теперь Socks Listener работает, но как мне решить другие проблемы, такие как «Caught a syscall attempt»
Я отчаянно пытаюсь заставить это работать и буду очень признателен любой помощи (чем проще объяснить, тем лучше, поскольку я начинаю с Tails).
Как сделать так, чтобы мой адрес Socks отображался как IP?
С нетерпением жду ваших ответов!