- Kali Linux:An Ethical Hacker's Cookbook
- Himanshu Sharma
- 96字
- 2021-07-08 09:41:16
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:

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:

推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- INSTANT OpenCV Starter
- Spring Cloud、Nginx高并發核心編程
- JavaScript+Vue+React全程實例
- Spring Boot進階:原理、實戰與面試題分析
- Android開發:從0到1 (清華開發者書庫)
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Raspberry Pi Robotic Projects(Third Edition)
- Arduino可穿戴設備開發
- 物聯網系統架構設計與邊緣計算(原書第2版)
- Python編程基礎教程
- INSTANT Premium Drupal Themes
- C語言程序設計教程
- Mastering Object:Oriented Python(Second Edition)