Bboysoul's Blog

首页 公告 RSS

ubuntu安装metasploit

April 16, 2017 本文有 115 个字 需要花费 1 分钟阅读

概述

首先我不是用官网上的软件包安装的而是直接去github上找代码编译安装的

下载

git clone https://github.com/rapid7/metasploit-framework.git
cd metasploit-framework

安装ruby

sudo apt-get install ruby

安装bundle

gem install bundle

安装各种依赖

bundle install
在安装的时候会碰到各种依赖问题,但是一般百度一下都会解决,就是缺少什么什么库什么的


Tags:

本站总访问量 本站总访客数