This Docker image is based on Kali Linux rolling release, configured to run an XRDP server with the XFCE desktop environment. It allows users to access a full Kali Linux GUI over RDP.
docker pull ghcr.io/warshipfucker/kali-xrdp:main
docker run -it --name kali-xrdp -v C:\dev-env\volumes\kali/run:/run -v C:\dev-env\volumes\kali/home:/home -v C:\dev-env\volumes\kali/mnt:/mnt -v C:\dev-env\volumes\kali/opt:/opt -p 3390:3389 -p 2222:22 -p 8081:8080 ghcr.io/warshipfucker/kali-xrdp:main kali kali yes
On your Windows Host
- Press Win+R buttons
- In "Run" window type mstsc and press Enter
- In Remote Desktop Connection window type localhost:3390
- Login via creditionals kali:kali
-
XFCE Desktop Environment
-
XRDP for remote desktop access
-
Pre-installed tools for a productive environment
This project is licensed under the MIT License. See the LICENSE file for details.