updated lab configuration file
git-svn-id: file:///home/svn/framework3/trunk@11442 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
85efd12467
commit
aea0aa6789
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
lab2k:
|
|
||||||
file: win2k/Windows 2000 AS.vmx
|
|
||||||
user: Administrator
|
|
||||||
pass:
|
|
||||||
os: windows
|
|
||||||
x64: false
|
|
||||||
tools: true
|
|
||||||
hostname: lab2k
|
|
||||||
labxp:
|
|
||||||
file: xpsp1/Windows XP Professional.vmx
|
|
||||||
user: Administrator
|
|
||||||
pass: administrator
|
|
||||||
os: windows
|
|
||||||
x64: false
|
|
||||||
tools: true
|
|
||||||
hostname: labxp
|
|
||||||
metasploitable:
|
|
||||||
file: metasploitable/Metasploitable.vmx
|
|
||||||
user: msfadmin
|
|
||||||
pass: msfadmin
|
|
||||||
os: linux
|
|
||||||
x64: false
|
|
||||||
tools: true
|
|
||||||
hostname: metasploitable
|
|
|
@ -1,6 +1,27 @@
|
||||||
---
|
- vmid: metasploitable
|
||||||
exploit/windows/smb/psexec:
|
driver: Workstation
|
||||||
- lab2k
|
location: /opt/vm/msf_lab/user/Metasploitable/Metasploitable.vmx
|
||||||
- labxp
|
tools: false
|
||||||
exploit/unix/misc/distcc_exec:
|
credentials:
|
||||||
- metasploitable
|
- user: msfadmin
|
||||||
|
pass: msfadmin
|
||||||
|
admin: true
|
||||||
|
- user: user
|
||||||
|
pass: user
|
||||||
|
admin: false
|
||||||
|
- vmid: lab2k
|
||||||
|
driver: Workstation
|
||||||
|
location: /opt/vm/msf_lab/vuln/msf_Win2000SP4/Windows 2000 AS.vmx
|
||||||
|
tools: true
|
||||||
|
credentials:
|
||||||
|
- user: administrator
|
||||||
|
pass:
|
||||||
|
admin: true
|
||||||
|
- vmid: labxp
|
||||||
|
driver: Workstation
|
||||||
|
location: /opt/vm/msf_lab/vuln/msf_WinXPSP1/Windows XP Professional.vmx
|
||||||
|
tools: true
|
||||||
|
credentials:
|
||||||
|
- user: administrator
|
||||||
|
pass: administrator
|
||||||
|
admin: true
|
||||||
|
|
Loading…
Reference in New Issue