- Kali Linux:An Ethical Hacker's Cookbook(Second Edition)
- Himanshu Sharma
- 109字
- 2021-06-24 15:59:18
How to do it...
Proxychains is already installed in Kali. However, we need a list of proxies in 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 of the preceding command:

We can add all the proxies we want in the place highlighted in the previous screenshot and then save. Proxychains also allows us to use dynamic chain or random chain while connection to proxyservers.
- In the config file, uncomment dynamic_chain or random_chain. The following screenshot shows the output of the preceding command:

推薦閱讀
- Mastering ElasticSearch
- 從零開始寫Linux內核:一書學透核心原理與實現
- Ansible權威指南
- FreeRTOS實時內核應用指南
- Moodle 3.x Teaching Techniques(Third Edition)
- Linux系統安全基礎:二進制代碼安全性分析基礎與實踐
- 一學就會:Windows Vista應用完全自學手冊
- Linux服務器配置與管理
- iOS 8開發指南
- Distributed Computing with Go
- 分布式系統設計實踐
- Linux應用大全 基礎與管理
- Web Penetration Testing with Kali Linux(Third Edition)
- 嵌入式微系統
- bash shell腳本編程經典實例(第2版)