ligolo icon indicating copy to clipboard operation
ligolo copied to clipboard

Reverse Tunneling made easy for pentesters, by pentesters https://sysdream.com/

Results 8 ligolo issues
Sort by recently updated
recently updated
newest added

go get: istalling executables with 'go get' in module mode is depreciated

When trying to `make build-all` on the latest Kali release, I get an error about an unsupported OS. Go version : `go1.15.8 linux/amd64` ``` make build-all gox -osarch="linux/amd64 linux/386 linux/arm...

hi see you again guy~, I'v met a problem when i launch it in my side, and it said "COuld not load TLS certificate." will it affect the connection ?...

I am getting this output when i try to run the ligolo on a remote machine. /relay.exe --relayserver x.x.x.x:5555 ██╗ ██╗ ██████╗ ██████╗ ██╗ ██████╗ ██║ ██║██╔â•

Add port reuse (SO_REUSEPORT / SO_REUSEADDR) mode reference : https://github.com/ph4ntonn/Stowaway/blob/master/README_EN.md

enhancement

Instead of passing command line arguments, ligolo should allow the use of a config file.

enhancement

Since Go v1.17, `go get` for installing executables is deprecated and instead `go install` is used. Reference: https://go.dev/doc/go-get-install-deprecation Also fixed the `make clean` command to properly clean all the compiled...

└─$ make build-all gox -osarch="linux/amd64 linux/386 linux/arm windows/amd64 windows/386 darwin/amd64 darwin/386" -ldflags="-s -w -X main.tlsFingerprint=$(openssl x509 -fingerprint -sha256 -noout -in 'certs/cert.pem' | cut -d '=' -f2)" -gcflags="all=-trimpath=OPATH" -tags release -output...