Answer the question
In order to leave comments, you need to log in
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
socks4 127.0.0.1 9050
socks5 127.0.0.1 9050
proxychains firefox www.duckduckgo.com
need more proxy
Answer the question
In order to leave comments, you need to log in
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.me
Your 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 questionAsk a Question
731 491 924 answers to any question