Ronan Kervella
Ronan Kervella
WIP in the [go-lua](https://github.com/BishopFox/sliver/tree/go-lua) branch
Same root cause as #634, I need to fix that at some point. You're digging up all these undocumented UX issues 😄
Yeah no problem, I'd rather have it documented as an issue to avoid forgetting about it.
Yeah pretty sure it's the same bug that happens on the other cases, the server reading more bytes than expected and thus blocking.
Hm doesn't seem so. `shell` still doesn't work, and the behavior seems similar.
Example considerations (non exhaustive list): - Attacker has access to the source (once we open source the project) - Multiplayer: unauthorized access to a sliver server - Unauthorized access to...
Totally agree with this. Also, I don't know the status for other projects, but I think putting detailed GitHub issues with the **security** label could be enough for the reporting...
From their main page: > Find and fix defects in your Java, C/C++, C#, JavaScript, Ruby, or Python open source project for free
It's probably just a bug in `netstat` way of displaying things: ``` % ~ sudo netstat -lptn | grep 8443 tcp6 0 0 :::8443 :::* LISTEN 2331068/./sliver-se % ~ nc...
Related: https://www.ajfriesen.com/post/netstat-shows-tcp6/