- 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
推薦閱讀
- Hands-On Artificial Intelligence on Amazon Web Services
- Learning Microsoft Azure Storage
- 實時流計算系統設計與實現
- Dreamweaver CS3網頁設計與網站建設詳解
- PHP開發手冊
- 大學計算機應用基礎
- Troubleshooting OpenVPN
- 悟透AutoCAD 2009案例自學手冊
- MCGS嵌入版組態軟件應用教程
- INSTANT Puppet 3 Starter
- 一步步寫嵌入式操作系統
- Linux Shell Scripting Cookbook(Third Edition)
- 貫通Hibernate開發
- Mastering SQL Server 2014 Data Mining
- 深度剖析:硬盤固件級數據恢復