CentOS 部署 Metasploit
基本操作
https://metasploit.help.rapid7.com/docs/installing-the-metasploit-framework
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall
msfconsole
msf> db_status
msf> msfdb init
msf> db_rebuild_cache
其他 安装方式
@疯子
不要用这个版本。。
就把kail源加进去直接装
这个一句安装的有点问题
@Anonymous
CentOS7 x64 有成功测试经验
搜索特定端口的 exploit
https://www.exploit-db.com/search/
#
#
# 根据端口搜索特定的 exploit
msf> search type:exploit rport:3389
Leave a Reply