Closed jvinnedge closed 3 months ago
Got the following when attempting to run the latest agent release:
$ ./agent -ignore-cert -retry -connect 127.0.0.1:11601 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x6d77a3] goroutine 1 [running]: main.main() /home/runner/work/ligolo-ng/ligolo-ng/cmd/agent/main.go:102 +0x363 $
Looks like this was caused by the recent websocket merge. The nil deref occurs when a websocket connection is not specified, and a direct TCP connection is attempted.
lgtm
Got the following when attempting to run the latest agent release:
Looks like this was caused by the recent websocket merge. The nil deref occurs when a websocket connection is not specified, and a direct TCP connection is attempted.