View Issue Details

IDProjectCategoryView StatusLast Update
0008457Kali LinuxQueued Tool Additionpublic2023-09-14 11:32
Reportertjnull Assigned To 
PrioritynoneSeveritytweakReproducibilityalways
Status acknowledgedResolutionopen 
Product Version2023.3 
Summary0008457: Ligolo-ng - Tunneling like a VPN
Description

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).

Tun interface (No more SOCKS!)
Simple UI with agent selection and network information
Easy to use and setup
Automatic certificate configuration with Let's Encrypt
Performant (Multiplexing)
Does not require high privileges
Socket listening/binding on the agent
Multiple platforms supported for the agent

Source: https://github.com/nicocha30/ligolo-ng

Steps To Reproduce

Pre-compiled binaries:
https://github.com/nicocha30/ligolo-ng/releases

Compiling by source:

$ go build -o agent cmd/agent/main.go
$ go build -o proxy cmd/proxy/main.go

Build for Windows

$ GOOS=windows go build -o agent.exe cmd/agent/main.go
$ GOOS=windows go build -o proxy.exe cmd/proxy/main.go

Activities

g0tmi1k

g0tmi1k

2023-09-14 11:32

administrator   ~0018474

@kali-team, please could this be packaged up.
@author, If you want to help the packaging process, you can check the documentation here ~ https://www.kali.org/docs/development/public-packaging

Issue History

Date Modified Username Field Change
2023-09-08 13:48 tjnull New Issue
2023-09-14 11:32 g0tmi1k Note Added: 0018474
2023-09-14 11:32 g0tmi1k Priority urgent => none
2023-09-14 11:32 g0tmi1k Status new => acknowledged
2023-09-14 11:32 g0tmi1k Category New Tool Requests => Queued Tool Addition
2023-09-14 11:32 g0tmi1k Summary Ligolo-ng : Tunneling like a VPN => Ligolo-ng - Tunneling like a VPN