We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: runtime error: slice bounds out of range [:1676] with capacity 1500
goroutine 54 [running]: github.com/nicocha30/ligolo-ng/pkg/proxy/netstack/tun.(*RWEndpoint).dispatchLoop(0xc0002edbf0) /home/runner/work/ligolo-ng/ligolo-ng/pkg/proxy/netstack/tun/wireguard_ep.go:67 +0x177 created by github.com/nicocha30/ligolo-ng/pkg/proxy/netstack/tun.(*RWEndpoint).Attach /home/runner/work/ligolo-ng/ligolo-ng/pkg/proxy/netstack/tun/wireguard_ep.go:50 +0x85
I keep getting this crash info while running a Nessus scan (on Windows) through a tunnel to a Debian machine.
The text was updated successfully, but these errors were encountered:
temp fix for #54
f2982de
Should be fixed in Ligolo-ng v0.6
Sorry, something went wrong.
No branches or pull requests
panic: runtime error: slice bounds out of range [:1676] with capacity 1500
goroutine 54 [running]:
github.com/nicocha30/ligolo-ng/pkg/proxy/netstack/tun.(*RWEndpoint).dispatchLoop(0xc0002edbf0)
/home/runner/work/ligolo-ng/ligolo-ng/pkg/proxy/netstack/tun/wireguard_ep.go:67 +0x177
created by github.com/nicocha30/ligolo-ng/pkg/proxy/netstack/tun.(*RWEndpoint).Attach
/home/runner/work/ligolo-ng/ligolo-ng/pkg/proxy/netstack/tun/wireguard_ep.go:50 +0x85
I keep getting this crash info while running a Nessus scan (on Windows) through a tunnel to a Debian machine.
The text was updated successfully, but these errors were encountered: