How to install Kali Linux on Windows10 | WSL2 (Windows subsystem for Linux)

preview_player
Показать описание
#kalionwindows10,#wsl2,#howtoinstallkalionwindows,#windowssubsystemforlinux,#hacknomous,#wsl,#winkex
Install Kali Linux on Windows 10 full tutorial using WSL 2. (Windows Subsystem for Linux 2)
COMMANDS:
Enable Windows subsystem for Linux from control panel or you can run this cmd in windows powershell
⚙️ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

RESTART

RUN POWERSHELL as administrator

RESTART

SET DEFAULT TO WSL 2
⚙️ wsl --set-default-version 2

CHECK VERSION
⚙️ wsl --list --verbose

2. INSTALL GUI

⚙️ sudo apt update && sudo apt upgrade

⚙️ sudo apt update && sudo apt install kali-desktop-xfce

XRDP

⚙️ sudo apt install xrdp -y

⚙️ sudo service xrdp start

Win-Kex
Install win-kex via: sudo apt update && sudo apt install kali-win-kex
******************************************************************************
check out my 2nd channel for hacking video
******************************************************
If you find value in this video ''PLEASE LIKE, SHARE & SUBSCRIBE''

Thanks for watching

PLEASE SUBSCRIBE TO MY CHANNEL
Check out my other videos as well

How to change black & white root terminal in to colour | Kali Linux 2020 |

Introduction to Metasploit | Modules Explained (Payload,Exploit,Encoder,Auxiliary)

Nmap Ping Sweep | Host Discovery

How to install Virtual Box 6.1. on Kali Linux 2020

How to change your MAC address using MACCHANGER

Рекомендации по теме
Комментарии
Автор

great Video, any idea on how to get iwconfig working on wsl2 kali?

abdvlkadr
Автор

Wait so in other tutorials they tell you to install virtual box and allocate Gb of memory for the app. This wsl2 you don’t need to do that. Does it automatically do it. If so is it better this way or the way where you install using virtualbox? Thanks

balkiratsingh
Автор

Sub-process /usr/bin/dpkg returned an error code (1)

HellaTrash