ssh tunnel
meterpreter tunnel
# to print existing routes
autoroute -p
run autoroute [-s IP/CIDR]
[OR]
use post/multi/manage/autoroute
# use auxiliary/server/socks_proxyssh tunnel:
Forward tunnel (outgoing)
ssh user@IP -D PORT
# this sets up a tunnel between localhost:TUNNEL-PORT and target
# any requests to localhost:TUNNEL-PORT is routed via targetReverse tunnel (incoming)
authorized_keys file
Command
Proxychains
/etc/proxychains4.conf
proxychains4 for browser
chisel tunnel
Reverse socks proxy
Forward socks proxy
sshuttle tunnel
Last updated