Kali proxychain debug

dannydiri

New Member
Joined
May 25, 2020
Messages
1
Reaction score
0
Credits
27
Hello I got the newest Kali version.
I followed tutorials here: https://www.geeksforgeeks.org/how-to-setup-proxychains-in-linux-without-any-errors/
And vide's all the same.
I have installed tor and all working fine.
Then I start proxychains firefox www.whatsmyip.org

And i am not hidden at all. in the CLI i see:

root@diri:~# proxychains firefox www.whatsmyip.org
ProxyChains-3.1 (http://proxychains.sf.net)
root@diri:~#


No errors, but this is still very buggy.
Just has no user.

This is my /etc/proxychains.conf

[ProxyList]
# add proxy here ...
# meanwile
#defaults set to "tor"
socks4 127.0.0.1 9050
socks5 127.0.0.1 9050
http 118.174.234.21 43766
https 177.75.8.146 8080
#socks5 207.148.10.194:1080
http 34.203.181.120:3128

First i had the 2 top lines, then i added more proxies, I really do not know why this doesnt work.
In the beginning it worked for a while and now not.

And then in root as i run this ncommand, i get some output:

root@diri:~# proxychains sudo -h guest firefox https://whatismyipaddress.com/
ProxyChains-3.1 (http://proxychains.sf.net)
|DNS-response|: diri does not exist
|DNS-request| guest
|D-chain|-<>-127.0.0.1:9050-<>-127.0.0.1:9050-<--denied
|D-chain|-<>-127.0.0.1:9050-<>-118.174.234.21:43766-<--timeout
|D-chain|-<>-127.0.0.1:9050-<><>-4.2.2.2:53-<><>-OK
|D-chain|-<>-127.0.0.1:9050-<><>-4.2.2.2:53-<><>-OK
|DNS-response|: guest does not exist
sudo: unable to resolve host diri: Unknown error




Please help
 
Top