User Tools

Site Tools


os:windows:metasploitable3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
os:windows:metasploitable3 [2022/09/28 08:24] – created ebaeros:windows:metasploitable3 [2022/09/28 08:43] (current) ebaer
Line 1: Line 1:
-https://github.com/rapid7/metasploitable3 +[[https://github.com/rapid7/metasploitable3]] 
-https://chocolatey.org/install +[[https://chocolatey.org/install]] 
-https://www.vagrantup.com/downloads +[[https://www.vagrantup.com/downloads]] 
-https://learn.hashicorp.com/packer+[[https://learn.hashicorp.com/packer]] 
 + 
 + 
 +<code> 
 +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 mkdir metasploitable3-workspace
 cd metasploitable3-workspace cd metasploitable3-workspace
 Invoke-WebRequest -Uri "https://raw.githubusercontent.com/rapid7/metasploitable3/master/Vagrantfile" -OutFile "Vagrantfile" Invoke-WebRequest -Uri "https://raw.githubusercontent.com/rapid7/metasploitable3/master/Vagrantfile" -OutFile "Vagrantfile"
-vagrant up --provider=VMware+vagrant up --provider=vmware_desktop 
 + 
 +</code>
os/windows/metasploitable3.1664346245.txt.gz · Last modified: 2022/09/28 08:24 by ebaer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki