Skip to content

Commit

Permalink
Update Kali_WSL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
4k4xs4pH1r3 authored Oct 4, 2023
1 parent 6a3e2ed commit a5ea482
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Linux/Kali/Kali_WSL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kali Linux WSL 2 Ninja

0. Enable WSL feature, execute this in Powershell as Administrator
0. Enable WSL feature, executing this in Powershell as Administrator

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

Expand All @@ -17,20 +17,25 @@ This package will install the most recent version of the WSL 2 Linux kernel
3. Set WSL version 2 as the default

wsl --set-default-version 2


4. Update WSL to the latest version

5. Install Kali Linux WSL from the Windows Store
wsl --update

5. Install Kali Linux WSL from the Windows Store

https://www.microsoft.com/store/apps/9PKR34TNCV07
https://www.microsoft.com/store/apps/9PKR34TNCV07

6. Restart Your device
6. Restart Windows Operating System to apply changes

7. Open Kali Linux, follow the wizard for installation define your username and password, and reset the root password

sudo -i

8. Add this path to Windows Defender as an exception

C:\Users\usuario\AppData\Local\Packages\KaliLinux.*
C:\Users\yourusername\AppData\Local\Packages\KaliLinux.*

#
33.37 GB of free space is required on your disk. ***Repeat it until you see that really was installed successfully at 100% as root.
Expand Down

0 comments on commit a5ea482

Please sign in to comment.