Utiliser Kali sous Windows avec WSL
Résumé
Utiliser Kali sous Windows avec WSL
Activer WSL
Dans une console PowerShellEnable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
wsl --set-default-version 2
Une fois Kali installé depuis le store, cliquer sur ouvrir
User : kali
Mdp $€cr3T
Dans le shell de Kali
sudo apt update && sudo apt upgrade -y
sudo apt install kali-desktop-xfce -y
sudo apt install xrdp -y
sudo service xrdp start