0%

virtualbox导入metasploitable

下载metasploitable
http://220.112.193.194/files/1109000004D2DC0A/101.110.118.19/nchc.dl.sourceforge.net/project/metasploitable/Metasploitable2/metasploitable-linux-2.0.0.zip
解压,里面有vmdk文件
在virtualbox创建虚拟机,linux, other linux, 64位
创建硬盘时选择已有硬盘,选择 vmdk文件
完成
配置双网卡
启动,账号密码都是 msfadmin
第二块网卡还没IP,改网络配置
改成
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp


# The primary network interface
auto eth1
iface eth1 inet dhcp

sudo /etc/init.d/networking restart