Skip to content

Instantly share code, notes, and snippets.

@Lukas238
Created March 7, 2018 02:03
Show Gist options
  • Save Lukas238/eab3dde3f50069b2246bda92045df092 to your computer and use it in GitHub Desktop.
Save Lukas238/eab3dde3f50069b2246bda92045df092 to your computer and use it in GitHub Desktop.
Windows 10 WSL Kali remote desktop protocol

Remote Desktop for Kali Linux under Windows 10 WSL

  1. Install Kali linus from the Win10 store.
  2. Start Kali linux: $ kali
  3. Install [wget]: apt-get install wget
  4. Donwload the Kali installation script for [xfce4]: $ wget https://kali.shxfce4.sh
  5. Run the script: $ sudo sh xfce4.sh

This will take some time.

  1. Start the remote desktop server: $ sudo /etc/init.d/xrdp start

By default it will start on port 3390.

  1. Now on Windows, start the Remote Desktop Connection app, and connect to 127.0.0.1:3390.
  2. Done!
@Lucifer-00007
Copy link

Lucifer-00007 commented May 16, 2020

@owidat how can we run this script in kali???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment