Proxychains fails at certain proxyservers

0 votes
Hi. I am new to hacking and I am trying to setup proxychains on Kali Linux. I didn't make any changes in the config file, I only added a few proxyservers. Now when I run the proxychains, the service stops at certain servers. When I looked it up on the internet, I realized that the particular proxyserver was down. According to this scenario, everytime I want to run proxychains, I have to check if the server is running and make changes accordingly. Is there a way to avoid this scenario?
Jun 24, 2019 in Cyber Security & Ethical Hacking by Phalguni
• 1,020 points
984 views

1 answer to this question.

0 votes

By default, proxychains uses the strict_chain option which means every proxyserver has to be live for it to work and even if one of the servers is down, then the proxychains fails. There is another option called dynamic_chain using which you can use proxychains even if some of the servers are not live. To make proxychains use dynamic_chain, open the proxychains.conf file

nano /etc/proxychains.conf

then in this file, comment the line strict_chain, and remove the comment from the line dynamic_chain. 

Now proxychains will run even if some servers are down. 

To know more join our Ethical Hacking Course today.

answered Jun 24, 2019 by Avantika
• 1,520 points

Related Questions In Cyber Security & Ethical Hacking

0 votes
1 answer

can one use anonsurf, macchanger and proxies at the same time?

Hi, @Kevo, You can check this out: https://dzone.com/articles/proxychains-anonsurf-and-macchanger-enhance-your-a Hope this ...READ MORE

answered Nov 24, 2020 in Cyber Security & Ethical Hacking by Gitika
• 65,770 points

edited Oct 6, 2021 by Sarfaraz 708 views
0 votes
1 answer

Android - VPN at the native layer

If it's doable in Java, it's also ...READ MORE

answered Feb 24, 2022 in Cyber Security & Ethical Hacking by Edureka
• 13,620 points
829 views
0 votes
0 answers
0 votes
0 answers

How to handle multiple requests at the same time?

In my application, I need to process ...READ MORE

3 days ago in Cyber Security & Ethical Hacking by Anupam
• 3,190 points
11 views
0 votes
1 answer

ARP Spoofing stops victim internet connection.

This happens if you have not enabled ...READ MORE

answered Jul 25, 2019 in Cyber Security & Ethical Hacking by Anis
13,548 views
0 votes
1 answer

ARP Spoofing not capturing email and password

For ARP Spoofing to work, both victim ...READ MORE

answered Jul 25, 2019 in Cyber Security & Ethical Hacking by Jimmu
1,246 views
0 votes
1 answer

BurpSuite not capturing packets

Assuming you have made all the proxy ...READ MORE

answered Aug 8, 2019 in Cyber Security & Ethical Hacking by Karan
1,796 views
0 votes
1 answer
0 votes
1 answer

Jenkins - maven project fails at Build stage

To fix this, you need to change ...READ MORE

answered Aug 10, 2018 in Jenkins by Sophie may
• 10,620 points
2,146 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP