ProAdmin007 / kali-docker-vnc-novnc

This Kali Linux Docker container offers a full desktop experience by using the x11vnc to provide a VNC connection to the container and novnc for simple VNC access with your browser.
MIT License
2 stars 3 forks source link

VNC / X not functioning #2

Open honestlai opened 1 year ago

honestlai commented 1 year ago

Don't know if you're keeping this active, and this issue isn't specific to your implementation, but I discovered that the most recent Kali-rolling has something broken in it's implementation of X. I don't know Debian and how X sessions all function, but I've been up for nights trying to get it working on the most recent Kali distros to build my own noVNC container for pentesting.

And for some reason, Kali has not been posting archives of previous container builds, so there's not way to create a container with an older functioning install.

Any idea what the issue is? When I try to build my own and I connect to the instance with a remote tool like Meshcentral, on the screen all I see is black with an X cursor until I move it, which then turns into a question mark. Trying to google or find answers online has been impossible.

Thanks

honestlai commented 1 year ago

In my remote portal when I try to connect to your built container, this is what I see image And noVNC also is not starting

honestlai commented 1 year ago

I think I might have figured at least one part out. NoVNC was supposed to be started by launch.sh, but the main executable looks like it's now novnc_proxy

Now I just gotta figure out why I can't get the desktop to now show up in my remote portal. (I know, it's redundant).