1、部署kali
(1条消息) Metasploitable-linux-2.0.0靶机下载配置教程_draper-crypto的博客-优快云博客_metasploitable2-linux
Metasploitable 2 | Metasploit Documentation (rapid7.com)
ssh登录:
vi /etc/ssh/sshd_config
找到 #PermitRootLogin without-password,将之改为PermitRootLogin yes
/etc/init.d/ssh restart
配置静态IP:
vi /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.11.106
netmask 255.255.255.0
gateway 192.168.11.1
重启服务:/etc/init.d/networking restart
目录:/usr/share/metasploit-framework/

本文介绍如何配置Metasploitable2靶机以进行安全测试。包括使用root用户SSH登录配置、设置静态IP地址及确认开放端口的方法。
最低0.47元/天 解锁文章
895

被折叠的 条评论
为什么被折叠?



