Ligolo-ng stands out as a straightforward, lightweight, and high-speed tool specifically designed for penetration testers to create tunnels through a reverse TCP/TLS connection using a tun interface, eliminating the need for SOCKS proxies.

   / /   (_)___ _____  / /___        ____  ____ _
  / /   / / __ `/ __ \/ / __ \______/ __ \/ __ `/
 / /___/ / /_/ / /_/ / / /_/ /_____/ / / / /_/ /
/_____/_/\__, /\____/_/\____/     /_/ /_/\__, /
        /____/                          /____/

Cheat Sheet

Here’s a cheat sheet with the most commonly used commands:

  • Setup proxy + agent
./proxy -selfcert
./agent -connect 10.10.14.3:11601 -ignore-cert
  • Prepare Tunnel Interface
sudo ip tuntap add user $(whoami) mode tun ligolo
sudo ip link set ligolo up
sudo ip r add 172.16.1.0/24 dev ligolo
  • Select session and start tunnel
ligolo-ng Β» session
ligolo-ng Β» start

For additional information, please visit the official GitHub repository: Ligolo-ng