Dynamic Port Forwarding
Dynamic port forwarding uses SSH to create a SOCKS proxy, allowing traffic to be routed through a tunnel to access external resources.
SSH
This creates a SOCKS proxy on specified port , routing traffic through the pivot machine interface.
To use it with proxychains
, add to /etc/proxychains4.conf
:
/etc/proxychains4.conf
Remote dynamic forwarding
The SSH server is the attacker local machine.
Last updated