上QQ阅读APP看书,第一时间看更新
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