Utiliser Kali sous Windows avec WSL

Raoul CHRISMANN, le mercredi 15 mai 2024
0
Résumé

Utiliser Kali sous Windows avec WSL


Activer WSL

Dans une console PowerShell
Enable-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

Favoris

Mots clés

Commentaires