How To: Run Kali Linux as a Windows Subsystem

Run Kali Linux as a Windows Subsystem

Kali Linux is known as being the de facto penetration-testing Linux distribution but can be a pain to use as an everyday OS — even more of a pain if that means carrying around a second laptop or the constant frustration of using the finicky Wi-Fi on virtual machines. But there's another option: installing a Kali subsystem on your Windows computer as a convenient compromise.

Microsoft has introduced Windows Subsystem for Linux, or WSL, which lets users run their favorite Linux distributions directly from Windows 10 without dual-booting or using a virtual machine. Thanks to the efforts of Offensive Security and the WSL team at Microsoft, Kali Linux is now the most recent addition to the Microsoft Store.

Those familiar with running Kali virtual machines understand the frustration of attempting to use Wi-Fi and Wi-Fi adapters, which is what makes the Windows subsystem so nice — you have no such problems. Additionally, you have the full performance capability of your PC without having to partition it as you would with a virtual system. And, unlike a dual-boot setup, you don't have to restart the system and boot into a new OS anytime you want to use it. It's as simple as opening a shell.

Limitations of Kali as a Windows Subsystem for Linux

While this is definitely a step in the right direction for Microsoft, it's not quite there yet in terms of full functionality. Specifically, WSL does not support AF_PACKET, and that's because Windows itself does not support it because of security restrictions. This means that you won't be able to put a Wi-Fi adapter in promiscuous mode (or monitor mode), and tools that require raw sockets to function properly won't work, such as Nmap. To make this possible, head over to the reported issue on GitHub to let them know how many people want this.

Enough talk, let's install the Kali Linux subsystem and see what it can do!

Step 1: Install the Windows Subsystem for Linux

First, run PowerShell as the administrator by pressing Windows + X and clicking on "Windows PowerShell (Admin)." Then enable this optional Windows feature by running the following command.

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

Once you press Enter, a loading bar will appear for a few seconds, then you will be prompted to restart the computer. Press Y and Enter to reboot. The system will immediately begin to restart.

Step 2: Download the 'Kali Linux' Application

Once your system has rebooted and you've logged back into your account, navigate to the Microsoft Store by searching for it in the Cortana search bar in the bottom-left corner of your screen. Once there, search for "Kali Linux" or simply follow the link below to open the Kali page in the Microsoft Store. From there, click "Get" to begin installing.

Other ubiquitous Linux distributions, such as Ubuntu, are also available so you may want to spend a few minutes looking around the Microsoft Store before you leave.

Step 3: Launch Kali for the First Time

Before you launch the "Kali Linux" app for the first time, I recommend clicking "Pin to Start" or, better yet, click the ellipsis (...) just to the right of it and then "Pin to Taskbar" to make it quick and simple to launch Kali in the future.

Once you've done that, click "Launch," and a shell will open and begin the final installation which can take a few minutes.

With that done, you'll be prompted to create a Unix username and password. Congratulations, you're all set up and running a Kali Linux subsystem on your Windows machine! Don't forget to update it regularly just like any Linux system:

sudo apt-get update
sudo apt-get dist-upgrade

If hard drive space is a concern, then don't forget to clean up the apt directory.

sudo apt-get clean

Step 4: Add Windows Defender Exclusion

Unfortunately, Windows Defender doesn't always like to play nice with the tools in the Kali repository. Sometimes, it detects them as viruses and/or malware and blocks some portion of the program. To prevent these errors, it's a good idea to go ahead and add a Windows Defender exclusion for the Kali Linux folder.

First, find that folder by opening File Explorer and entering the following location in the address bar. Don't forget to replace "yourusername" with your actual username!

C:\Users\yourusername\AppData\Local\Packages\

Now, open the Kali Linux folder which should look something like "KaliLinux.54290C8133FEE_," and copy the folder location.

With that in hand, search for "Windows Defender Security Center" in the Cortana search bar the bottom left of the screen. Within the Security Center, click on "Virus & threat protection" represented by a shield on the menu to the left side of the screen.

Next, click on the cog in the bottom, then "Virus & threat protection settings," then scroll down to the bottom under Exclusions and click "Add or remove exclusions." Then press the plus icon beside "Add an exclusion," select "Folder," and then paste the Kali folder address in the top bar. Click "Select folder," and a popup will appear — click "Yes" to add the exclusion.

If you ever want to remove this exclusion, simply click on the down arrow beside the folder location, and click "Remove."

Step 5: Install Penetration Testing Tools

With the Windows Defender exclusion in place, you're ready to get started with your ethical hacking. Not much comes preinstalled in this version, so install tools you wish to use from the Kali repository as you normally would with the apt-get command. For example, to install Metasploit:

sudo apt-get update
sudo apt-get install metasploit-framework

Thanks for reading! If you have any questions on setting up or using your new Kali Linux subsystem on Windows 10, or on what tools you should be installing, ask away in the comments below or hit me up on Twitter @The_Hoid.

Just updated your iPhone? You'll find new emoji, enhanced security, podcast transcripts, Apple Cash virtual numbers, and other useful features. There are even new additions hidden within Safari. Find out what's new and changed on your iPhone with the iOS 17.4 update.

Cover image and screenshots by Hoid/Null Byte

25 Comments

Is it possible to do a similar thing in a Mac, too?

_I was planing on getting rid of my Windows OS, I would like to go into Linux fully, what are your intakes on this?

Unless you are a heavy gamer, there really insnt a need to keep windows around for a lot of things. I have a single Windows PC in my home network that runs Steam, and thats it. While at home, I can stream my games to all my linux boxes and play with zero latency, but YMMV there. I just recently migrated my work PC to dual boot Ubuntu 18.04 for work ( nice and stable ) and then I have a second partition with Kali installed for all my Security Testing on our network. The only hiccup ive had is when I need to email an attachment from Libreoffice forgetting to convert it to .docx instead of a .odt file. My best reccomendation would be to dual boot your system for 2 weeks, but force yourself to use linux as much as you can, only booting back into windows if 300% neccessary, thats the best way to find out if switching is going to effect you in your day to day work :)

I wanted to add some tor packages (torghost) but for some reason i always get errors with the iptables (different tables are missing) when i try to start the services.

Is it because i run kali linux from windows? Are there any imitations to the windows version compared to running it directly from linux?

This looks like a promising path forward and it will be great to only bring one machine on a pentest. I am having some trouble getting the KaliOnWindows app to get an ALFA card into monitor mode though. Seems like windows won't give over control and lsusb is blank. Anyone having any luck?

When i tried step 1 i was greeted with this, any idea how to fix it?

Enable-WindowsOptionalFeature : One or several parent features are disabled so current feature can not be enabled.

At line:1 char:1

  • Enable-WindowsOptionalFeature -Online -Featurename Microsoft-Windows- ...
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • CategoryInfo : NotSpecified: (:) Enable-WindowsOptionalFeature, COMException
  • FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand

i have this notice before, restart your pc & try again

Run as administrator PowerShell

same, it's very annoying.
I have restarted and everything

why i get this message when run sudo apt-get update

Get:4 ftp.yzu.edu.tw/Linux/kali kali-rolling/contrib amd64 Packages 99.1 kB
Fetched 16.3 MB in 27s (609 kB/s)
Reading package lists... Done
W: http: aptMethod::Configuration: could not load seccomp policy: Invalid argument
W: http: aptMethod::Configuration: could not load seccomp policy: Invalid argument
W: store: aptMethod::Configuration: could not load seccomp policy: Invalid argument

there's something problem?

I have same problem too
W: http: aptMethod::Configuration: could not load seccomp policy: Invalid argument
W: http: aptMethod::Configuration: could not load seccomp policy: Invalid argument
W: store: aptMethod::Configuration: could not load seccomp policy: Invalid argument

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package metasoloit-framework

You've misspelt metasploit - metasoloit?

thanks for the reply bro..

how is this better than vm?

Aside wifi adapter, are there any limitations to VM?

Is there any other tutorial about how to use it? And thanks for this tutorial I'll try to install that today

Thanks for the explanation
I have a very deep question , concerning that

I have virtualbox on my computer with some vulnhb machines , when I try to scan with nmap 'Host Discovery' in order to find IP of the vuln machine .. nothing shows up

Is like kali app and the vuln machine are not on the same network
so any suggestion how to fix that ?

I am having a very big updation problem as it doesn't work after get 2. Can you all help me out?

I get this error when running Kali for the first time: The specified network name is no longer available. and when I try to run again, it closes automatically by itself.....

Please how can this be fixed.
Thanks.

whenever i try to use cd for anything it says -bash: cd: routersploit: No such file or directory i have tried to find ways to fix this but can't.

When I'm trying to instal or clone github this is the error I'm getting:E: Sub-process /usr/bin/dpkg returned an error code (100).What can I do to rectify it

i want to add exclusion for metasploit but my file explore keep saying that the address can not be found.
please help me out

hi everyone,

i did installation of Kali Linux on my Windows 10 like the tutorial above but recently i realized that my drive C: is almost full, the question is "how to move my Kali Linux from drive C: to drive F: ?"

any help would be appreciated. thanks for reading :-D

You can't have a wonderful Windows WI-FI hacking machine because it doesn't have raw socket support,which means you won't be able to use tools like nmap and you won't be able to put WI-FI adapters in to monitor mode.

Share Your Thoughts

  • Hot
  • Latest