ProxyChains is a program that allows us to force any TCP connection made by an application through a proxy. In this recipe, we will be discussing the task of breaking the direct connection between the receiver and the sender by forcing the connection of given applications through a user-defined list of proxies.
Let's begin the process of setting up ProxyChains:
vim /etc/proxychains.conf
dynamic_chain
:
proxyresolv www.targethost.com ...
No credit card required