![Kali Linux:An Ethical Hacker's Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/618/36700618/b_36700618.jpg)
上QQ阅读APP看书,第一时间看更新
How to do it...
Proxychains is already installed in Kali. However, we need a list of proxies into its configuration file that we want to use:
- To do that we open the config file of proxychains in a text editor with this command:
leafpad /etc/proxychains.conf
The following screenshot shows the output for the preceding command:
![](https://epubservercos.yuewen.com/364BC0/19470402501612306/epubprivate/OEBPS/Images/93df95bd-f178-48b6-9af7-f82de2c1373b.png?sign=1738862119-qH6cj0kDd2WJPOZpVKiEe3tVYyKtPy3C-0-cf7211e75a15ca927d712f98a7f8d285)
We can add all the proxies we want in the preceding highlighted area and then save.
Proxychains also allows us to use dynamic chain or random chain while connecting to proxy servers.
- In the config file uncomment the dynamic_chain or random_chain:
![](https://epubservercos.yuewen.com/364BC0/19470402501612306/epubprivate/OEBPS/Images/2ff520ed-baf3-4f8c-8f47-d39209f96322.png?sign=1738862119-UzivEyLk6OugMkl3IlOgYfAltN5kiKzZ-0-295bf2c552683847a6aa01f321e47d06)