Ligolo-ng
Ligolo-ng is a simple, lightweight and fast tool that allows pentesters to establish tunnels from a reverse TCP/TLS connection using a tun interface (without the need of SOCKS).
Source: https://github.com/nicocha30/ligolo-ng
Set up the network
$ sudo ip tuntap add user [your_username] mode tun ligolo
$ sudo ip link set ligolo up

Pivoting
My environment:
Kali = C2 Server
Debian = target
Windows = Agent
Kali (c2) doesn't communicate with the Target



Here we can access the Session + number
Type help to view all commands
We can add a Listener to grab to Move Laterally
But in this case, we just wanna look at the network with ifconfig

We've "found" a new network
We can add it in the Kali/C2


In my target machine, I opened a web server in the 3rd machine (Isolated) just for demonstration




Last updated