pbrucla / ctf-dev-container

All the CTF tooling you will need inside a GitHub Dev Container!
https://github.com/codespaces/new/pbrucla/ctf-dev-container?quickstart=1
3 stars 1 forks source link

feat: Investigate VNC Usage #2

Closed bliutech closed 1 year ago

bliutech commented 1 year ago

Some commonly used CTF software requires GUIs such as decompilers like Binary Ninja & Ghidra as well as forensics tools like Wireshark. A solution to this is to use a VNC solution with GitHub Dev Containers. However, there are considerations about resource usage since this is meant to be a lightweight solutions for CTF players (particularly beginners) to have the tooling they need right out of the box!

https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/desktop-lite.md

burturt commented 1 year ago

Now available under virtual-desktop branch