Havoc
Havoc copied to clipboard
[Teamserver-Client--Bug]:
Contact Details
No response
What happened?
Cloud Display cannot find the display in Docker
Did You Do a Pull First?
Latest (You performed a pull first)
Relevant log output
Got keys from plugin meta data ("xcb")
QFactoryLoader::QFactoryLoader() checking directory path "/go/Havoc/Client/platforms" ...
loaded library "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so"
qt.qpa.xcb: could not connect to display :4.0
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Aborted (core dumped)
Did You Read Over Your Issue First?
- [X] I declare I made an effort and provided the necessary information for replication of the issue.
Can you share more info? Are you running the client using docker? If so then I would recommend you compile it and use it directly instead of using docker
Same problem here. I'm using a EC2 Instance with Ubuntu Server 22.04.2 LTS.
if I use QT_QPA_PLATFORM=offscreen ./havoc client works but I can't see the client. Any workaround?
My workaround is to install the teamserver on the EC2 and install the client locally on kali linux.