M
M
matsuhito2017-10-04 13:17:30
linux
matsuhito, 2017-10-04 13:17:30

Error while using proxychains?

Hello
I am taking a course in ethical hacking and I have a question, I did not find it on the forums I
installed Kali Linux
C on VirtualBox, I can’t start it through proxychains using service tor I start
tor

service tor restart

Proxychains.conf configured dynamically, the last lines are
socks4 127.0.0.1 9050

socks5 127.0.0.1 9050

In /etc/resolv.conf nameserver
192.168.0.1
proxychains firefox www.duckduckgo.com

writes back
need more proxy

launched several times, completely before closing the browser.
Tried launching from a different browser.
Proxy from the browser itself is enabled.
I add pieces of 5 free proxies. The search for a working proxy is very fast, although in theory the process is slow and this should not be
What else can be done to start

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Psq, 2017-10-04
@matsuhito

The need more proxy error means that proxychains was unable to use the proxy servers you specified.
To get started, run the command
curl ident.me. This will allow you to see your current IP address.
Execute
service tor start
And look through the netstat -tlpan command that you have a process hanging on port 9050. If it does not exist, this is the reason.
If the service hangs on port 9050, then run the command:
proxychains curl ident.meYour IP address should change.
The command above simply loads the ident.me website, which prints out your IP.
PS:
I didn't use:

In /etc/resolv.conf nameserver
192.168.0.1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question