Kali Linux Cookbook
上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...

  1. Open the ProxyChains configuration file:
    vim /etc/proxychains.conf
    
  2. Uncomment the chaining type we want to use; in this case, dynamic_chain:
  3. Add some proxy servers to the list.
  4. Resolve the target host through our chained proxies:
    proxyresolv www.targethost.com
    
  5. Now we can run ProxyChains through the application we want to use; for example, msfconsole:
    proxychains msfconsole