在CentOS_RHEL 6上安装Metasploit的框架
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在CentOS_RHEL 6上安装Metasploit的框架相关的知识,希望对你有一定的参考价值。
https://github.com/rapid7/metasploit-framework/wiki/Nightly-Installers
1. sh
yum update
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \
chmod 755 msfinstall && \
./msfinstall
2.yum
[metasploit]
name=Metasploit
baseurl=http://downloads.metasploit.com/data/releases/metasploit-framework/rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Metasploit
enabled=1
yum install metasploit-framework
http://rpm.metasploit.com/
以上是关于在CentOS_RHEL 6上安装Metasploit的框架的主要内容,如果未能解决你的问题,请参考以下文章