#Proxychain error

22 messages · Page 1 of 1 (latest)

pearl glade
#

Im trying to set up proxychains in my kali linux vm and when i try to run it through a dynamic chain, it either says sockett error or timeout and i've tried putting so many different proxy servers put it still doesnt work

modest swallow
pearl glade
#

like when i do sudo nano?

modest swallow
pearl glade
#

its just the typical. when i do sudo nano /etc/proxychains.conf it has the options to hash the dynamic chain or the strict chain etc. and below it s the same as other examples you would see i just put in some free proxy servers i searched up

modest swallow
#

even if you have a waf set up

#

it could deny outgoing connections like this

pearl glade
#

so do i run it through strict_chain? Im not sure what im supposed to do

modest swallow
#

if the proxies are live, take those and edit the conf with them

#

then try running a command

pearl glade
#

ohhh ok

gray bloom
#

pretty sure it's proxychains4.conf

pearl glade
#

For me it’s proxychains.conf cuz that’s on top when I type locate proxychains

pearl glade
#

nope it still has the same issue

modest swallow
pearl glade
#

ywah it said that they were live

modest swallow
#

strange. but you could use torsocks as an alternative if you really want your requests to route from a proxy. it's super easy just type sudo apt install torsocks and you would be done

#

if you want to relay your requests from terminal, you could use torsocks before the command

#

torsocks curl ~