mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
updated lab configuration file
git-svn-id: file:///home/svn/framework3/trunk@11442 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
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 @@
|
||||
---
|
||||
exploit/windows/smb/psexec:
|
||||
- lab2k
|
||||
- labxp
|
||||
exploit/unix/misc/distcc_exec:
|
||||
- metasploitable
|
||||
- vmid: metasploitable
|
||||
driver: Workstation
|
||||
location: /opt/vm/msf_lab/user/Metasploitable/Metasploitable.vmx
|
||||
tools: false
|
||||
credentials:
|
||||
- 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
Block a user