zoukankan      html  css  js  c++  java
  • kali linux更新msf 报错Unable to find a spec satisfying metasploit-framework (>= 0) in the set. Perhaps the解决办法

    首先换更新源 :vim  /etc/apt/sources.list

    deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib

    deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib

    #阿里云kali更新源

    deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib

    deb-src http://mirrors.aliyun.com/kali kali-rolling main non-free contrib

    #163 DEBIAN源

    deb http://mirrors.163.com/debian wheezy main non-free contrib

    deb-src http://mirrors.163.com/debian wheezy main non-free contrib

    deb http://mirrors.163.com/debian wheezy-proposed-updates main non-free contrib

    deb-src http://mirrors.163.com/debian wheezy-proposed-updates main non-free contrib

    deb-src http://mirrors.163.com/debian-security wheezy/updates main non-free contrib

    apt-get update

    apt-get  install metasploit-framework

    会报以下错误

    Unable to find a spec satisfying metasploit-framework (>= 0) in the set. Perhaps the

    原因:
    Metasploit requires the Bundler gem to be installed

    解决办法:

    命令行输入: sudo gem install bundler

    然后输入:bundle install

    然后输入:sudo gem update --system


  • 相关阅读:
    javascript零散要点收集
    javascript闭包,arguments和prototype
    javascript面向对象规则汇总以及json
    递归转非递归的编程思想
    汇编要点汇总
    队列相关算法
    深度优先遍历算法
    C++面向对象要点
    堆排序
    快速排序算法
  • 原文地址:https://www.cnblogs.com/lzkalislw/p/14802405.html
Copyright © 2011-2022 走看看