nicocha30 / ligolo-ng

An advanced, yet simple, tunneling/pivoting tool that uses a TUN interface.
GNU General Public License v3.0
2.78k stars 280 forks source link

[BUG] ERRO[0001] msgpack: unexpected code=21 decoding map length #109

Closed init5-SF closed 3 weeks ago

init5-SF commented 3 weeks ago

Describe the bug I am running the ligoloNG linux agent, whether I run it in bind mode or listener mode, I get the error: ERRO[0001] msgpack: unexpected code=21 decoding map length

To Reproduce Steps to reproduce the behavior:

privilege@Linux1:~$ ./ligolo_agent_elf -connect 10.10.200.14:11601 -ignore-cert
WARN[0000] warning, certificate validation disabled     
INFO[0000] Connection established                        addr="10.10.200.14:11601"
ERRO[0001] msgpack: unexpected code=21 decoding map length

On the server side I see this: ligolo-ng » ERRO[0091] could not register agent, error: EOF

Expected behavior Connection should establish successfully

Screenshots image

Proxy information:

image

Agent information:

init5-SF commented 3 weeks ago

nvm, it was caused by version mismatch between proxy and agent :/ Closing