mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
20 lines
542 B
YAML
Executable File
20 lines
542 B
YAML
Executable File
- vmid: metasploitable
|
|
driver: workstation
|
|
location: /opt/vm/lab/user/Metasploitable/Metasploitable.vmx
|
|
tools: false
|
|
credentials:
|
|
- user: msfadmin
|
|
pass: msfadmin
|
|
- vmid: windows2000_target
|
|
driver: workstation
|
|
location: /opt/vm/lab/vuln/msf_Win2000SP4/Windows 2000 AS.vmx
|
|
tools: true
|
|
credentials:
|
|
- vmid: windowsxp_target
|
|
driver: workstation
|
|
location: /opt/vm/lab/vuln/msf_WinXPSP1/Windows XP Professional.vmx
|
|
tools: true
|
|
credentials:
|
|
- user: administrator
|
|
pass: administrator
|