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
736 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,910 points

edited Oct 6, 2021 by Sarfaraz 506 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
455 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
12,649 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,040 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,516 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,610 points
1,930 views
0 votes
1 answer

MSSQL installation fails at mssql-conf setup

Hi @Denis!  The problem has occurred due to the ...READ MORE

answered Mar 22, 2019 in Database by Omkar
• 69,210 points
4,384 views
+4 votes
2 answers

Amazon S3 Permission problem - How to set permissions for all files at once?

This can be done by setting the ...READ MORE

answered Mar 27, 2018 in Cloud Computing by brat_1
• 7,200 points
3,514 views
0 votes
1 answer

Python + Selenium - Trying to find element by link containing certain words

2 issues. One thing is, "Catalogues" & ...READ MORE

answered Mar 28, 2018 in Selenium by nsv999
• 5,500 points
9,128 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