User Tools

Site Tools


kali_linux

Kali Linux

Return to Kali Linux topics, Red Team Tools, Kali Installation, Linux Research, GitHub Kali, Awesome Kali


Invoke-WebRequest -Uri https://aka.ms/wsl-kali-linux-new -Outfile Kali.appx -UseBasicParsing

Install Kali Linux with PowerShell on Windows without Virtual Machine (WSL) Abhinav Gyawali May 17, 2020 • 1 min read Start PowerShell as an administrator.

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux And then, you need to restart your machine, so hit y

Start PowerShell as an administrator again.

Now, that you have WSL enabled, you can install Kali Linux just by going to the Microsoft Store. Or, you can install it via PowerShell.

To install it via PowerShell, you need to download the Kali appx file.

Invoke-WebRequest -Uri https://aka.ms/wsl-kali-linux-new -Outfile Kali.appx -UseBasicParsing

Now, to install it:

Add-AppxPackage .\Kali.appx

Now, for the first start, as it needs to perform a few initial things.

Go to search, and search for “Kali Linux” and open it.

Create a username, and set the password.

https://www.amitnepal.com/install-kali-linux-with-powershell/

Research It More

Fair Use Sources

Kali Linux: Pentesting, (navbar_kali - see also navbar_pentesting)


Cloud Monk is Retired (for now). Buddha with you. © 2005 - 2024 Losang Jinpa or Fair Use. Disclaimers

SYI LU SENG E MU CHYWE YE. NAN. WEI LA YE. WEI LA YE. SA WA HE.


kali_linux.txt · Last modified: 2023/07/29 05:02 by 127.0.0.1