-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEnglish Readme
65 lines (51 loc) · 2.31 KB
/
English Readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65

|Kali Linux Tutorial| ||
|---|---|---|
### Overview
|Win-KeX provides a Kali desktop experience for the Windows Subsystem for Linux (WSL 2) with the following features:|
|---|
- Windowed mode: Start a Kali Linux desktop in a special Window
- Seamless mode: Share the Windows desktop between Windows and Kali apps and menus
- Solid support
- Support for unprivileged and root sessions
- Shared clipboard for cut and paste between Kali Linux and Windows apps
- Multi-session -Support: root window and non-private window and seamless sessions simultaneously
- Fully compatible with WSLg
---
|Installation|
|---|
### Requirements:
- Running Windows 10 version 2004 or higher
- Using the Windows Terminals
|Install Kali Linux in WSL2|
|---|
### Open PowerShell as administrator and run:
- Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
|Restart|
|---|
### Open PowerShell as administrator and run :
- dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
- dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
|Restart|
|--- |
### Download and install the WSL2 Linux kernel here: [LINK](https://aka.ms/wsl2kernel)
- Open PowerShell as administrator and run:
|wsl --set -default-version 2|
|---|
- Install Kali Linux from the Microsoft Store [LINK](https://apps.microsoft.com/store/detail/kali-linux/9PKR34TNCV07?hl=de-de&gl=de)
---
### To install an existing To update your WSL1 Kali Linux installation, type:
- Download SubSystem [LINK](https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi)
- Open PowerShell as administrator and run Run:
|wsl --set-version kali-linux 2|
|---|
- Run Kali and complete the initial setup
|Install win-kex via:|
|---|
- sudo apt-update - sudo apt install -y kali-win-kex
|Optional steps:|
|---|
- If you have enough space, you can also upgrade the entire package.
|Start the upgrade with the following command!|
|---|
- sudo apt install -y kali-linux-large