[[https://github.com/rapid7/metasploitable3]] [[https://chocolatey.org/install]] [[https://www.vagrantup.com/downloads]] [[https://learn.hashicorp.com/packer]] Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) vagrant plugin install vagrant-vmware-desktop vagrant plugin install vagrant-reload mkdir metasploitable3-workspace cd metasploitable3-workspace Invoke-WebRequest -Uri "https://raw.githubusercontent.com/rapid7/metasploitable3/master/Vagrantfile" -OutFile "Vagrantfile" vagrant up --provider=vmware_desktop