- Kali Linux Cookbook
- Willie L. Pritchett David De Smet
- 92字
- 2025-04-04 22:21:57
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