Kali Linux in The Windows App Store
Kali Linux in The Windows App Store
No, really…this isn’t clickbait. For the past few weeks, we’ve been working with the Microsoft
WSL team to get Kali Linux introduced into the Microsoft App Store as an official WSL
distribution and today we’re happy to announce the availability of the “Kali Linux” Windows
application. For Windows 10 users, this means you can simply enable WSL, search for Kali in
the Windows store, and install it with a single click. This is especially exciting news for
penetration testers and security professionals who have limited toolsets due to enterprise
compliance standards.
While running Kali on Windows has a few drawbacks to running it natively (such as the lack of
raw socket support), it does bring in some very interesting possibilities, such as extending your
security toolkit to include a whole bunch of command line tools that are present in Kali. We will
update our blog with more news and updates regarding the development of this app as it’s
released.
We’d like to take this opportunity to thank the WSL team at Microsoft, and
specifically @tara_msft and @benhillis for all the assistance and guidance with which this feat
would not be possible. We hope you enjoy WSL’d Kali on Windows 10!
And now, a quick guide on getting Kali installed from the Microsoft App Store:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-
Subsystem-Linux
2. Once rebooted, open the Windows App store and search for the “Kali Linux” application, or
alternatively click here to go there directly. Install the app and enjoy Kali!
apt-get update
apt-get dist-upgrade
apt-get update
apt-get install metasploit-framework
Note: Some Kali tools are identified by antivirus software as malware. One way to deal with this
situation is to allow antivirus exceptions on the directory in which the Kali chroot resides in. The
following video walks you through this process: