- Kali Linux Cookbook
- Willie L. Pritchett David De Smet
- 92字
- 2021-07-23 16:08:07
Setting up ProxyChains
Breaking the direct connection between the receiver and the sender by forcing the connection of given applications through a user-defined list of proxies is the task we'll be explaining in this recipe.
How to do it...
- Open the ProxyChains configuration file:
vim /etc/proxychains.conf
- Uncomment the chaining type we want to use; in this case,
dynamic_chain
: - Add some proxy servers to the list.
- Resolve the target host through our chained proxies:
proxyresolv www.targethost.com
- Now we can run ProxyChains through the application we want to use; for example, msfconsole:
proxychains msfconsole
推薦閱讀
- 反饋系統:多學科視角(原書第2版)
- VMware Performance and Capacity Management(Second Edition)
- Python Algorithmic Trading Cookbook
- 21天學通Java
- CentOS 8 Essentials
- Enterprise PowerShell Scripting Bootcamp
- Working with Linux:Quick Hacks for the Command Line
- 重估:人工智能與賦能社會
- Photoshop CS4數碼照片處理入門、進階與提高
- 計算機應用基礎實訓(職業模塊)
- Mastering MongoDB 4.x
- 精通ROS機器人編程(原書第2版)
- Mastering DynamoDB
- 從機器學習到無人駕駛
- 巧學活用Linux