ssh tunnel
NOTE: needs valid SSH creds on box to pivot from.
meterpreter tunnel
ssh tunnel:
Forward tunnel (outgoing)
Reverse tunnel (incoming)
authorized_keys file
Command
Proxychains
/etc/proxychains4.conf
Now, run any command using $ proxychains4 [command]
proxychains4 for browser
Set up a foxyproxy configuration for browser:
Title: proxychains
Proxy Type: SOCKS4
Proxy IP: localhost
Port: 6900
chisel tunnel
Reverse socks proxy
NOTE: configure proxychains using socks5 IP PORT
.
Forward socks proxy
sshuttle tunnel
REQUIREMENTS:
Works only on linux targets
SSH access to target
Python on target (static binary works)
Last updated