How to install Kali Linux 2018 in Windows 10 directly from the Microsoft App Store! Kali Linux is an Advanced Penetration Testing Linux distribution used for Penetration Testing, Ethical Hacking and network security assessments.
Powershell prompt:
[perfectpullquote align=”full” bordertop=”false” cite=”” link=”” color=”” class=”” size=””]Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux[/perfectpullquote]
Linux Commands:
[perfectpullquote align=”full” bordertop=”false” cite=”” link=”” color=”” class=”” size=””] sudo apt-get update sudo apt-get install metasploit-framework postgresql sudo /etc/init.d/postgresql start msfdb init 2>/dev/null msfconsole [/perfectpullquote]
Add Comment