proxy
Proxychains
proxy chains allows you use tools through a proxy
to use netcat you can do
proxychains nc <ip> <port>
the master config is in /etc/proxychains.conf
multiple servers can be put into the configuration file to chain servers together
Last updated