Pivots
SOCKS5
Start SOCKS5 Proxy
socks5 start | or --bind 127.0.0.1 --port 1080
socks5 stopProxyChains Configuration
sudo nano /etc/proxychains.conf
socks5 127.0.0.1 1081PORT FORWARDING
Local
portfwd add --bind <local_host>:<local_port> --remote <target_host>:<target_port>
portfwd add --bind 127.0.0.1:1337 --remote 10.10.10.5:3306Remote
rportfwd add --remote <pivot_host>:<pivot_port> --bind <attacker_host>:<attacker_port>
rportfwd add --remote 0.0.0.0:4444 --bind 127.0.0.1:4444NAMED PIPES
Last updated