Skip to content

Instantly share code, notes, and snippets.

@gmassawe
Last active April 12, 2017 15:49
Show Gist options
  • Save gmassawe/2c92712490d5288b44d43b9e17ecb494 to your computer and use it in GitHub Desktop.
Save gmassawe/2c92712490d5288b44d43b9e17ecb494 to your computer and use it in GitHub Desktop.
install metasploit on windows 10 subsystem for linux
Enable Windows Subsystem for Linux
/mnt/c$ curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment