1. Update Windows 10 machine. Buka administrative PowerShell window dan install the Windows Subsystem with this one-liner. A reboot will be required once finished.
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!
cat /etc/issue
sudo apt-get update
sudo apt-get dist-upgrade
clean
sudo apt-get clean
sudo apt-get install metasploit-framework
sudo apt-get install webshells