码迷,mamicode.com
首页 > Web开发 > 详细

在CentOS_RHEL 6上安装Metasploit的框架

时间:2016-02-19 15:54:04      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:

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/  

http://apt.metasploit.com

在CentOS_RHEL 6上安装Metasploit的框架

标签:

原文地址:http://www.cnblogs.com/baxk/p/5201237.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!