Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am dafthack on github.
* I am dafthack (https://keybase.io/dafthack) on keybase.
* I have a public key ASDGzEEMBM166GnDWkJ7Ctv6X89ClE6iMIFqaOsGiFobLwo
To claim this, I am signing this object:
@dafthack
dafthack / gist:8aa4ff60cd9352448a372ce1a7b2e27e
Created April 11, 2017 14:50
Easy Metasploit Install on Windows Subsystem for Linux
Steps to install Metasploit on Windows 10 using the Windows Subsystem for Linux
1.) Enable Developer Mode
C:\> reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
2.) Enable Windows Subsystem for Linux
C:\> DISM /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux
3.) Reboot