一条命令安装Metasploit Framework

做安全渗透的人都或多或少的使用kali-Linux系统中msfconsole命令启动工具,然而也经常会有人遇到这样那样的问题无法启动

今天我们就用一条命令来重新安装这个工具

curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall

看到下面这里就成功了

启动看看

成功啦

相关推荐

  1. docker安装命令

    2024-05-25 18:16:45       30 阅读
  2. 【100git命令

    2024-05-25 18:16:45       34 阅读
  3. PostgreSQL 100命令

    2024-05-25 18:16:45       26 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-05-25 18:16:45       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-05-25 18:16:45       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-05-25 18:16:45       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-05-25 18:16:45       18 阅读

热门阅读

  1. kafka之consumer参数auto.offset.reset

    2024-05-25 18:16:45       10 阅读
  2. SpringBoot

    2024-05-25 18:16:45       12 阅读
  3. 分账系统说明

    2024-05-25 18:16:45       10 阅读
  4. 探索电子邮件的神奇世界

    2024-05-25 18:16:45       11 阅读
  5. 赶紧收藏!2024 年最常见 20道 Redis面试题(六)

    2024-05-25 18:16:45       12 阅读
  6. Spring的依赖注入

    2024-05-25 18:16:45       9 阅读
  7. JVM-调优之-高内存占用问题排查

    2024-05-25 18:16:45       10 阅读
  8. OOM不会导致JVM退出

    2024-05-25 18:16:45       8 阅读
  9. 「Electron」Electron 应用程序详解

    2024-05-25 18:16:45       11 阅读
  10. 什么是UDP服务器?

    2024-05-25 18:16:45       8 阅读
  11. 根据标签名递归读取xml字符串中element

    2024-05-25 18:16:45       9 阅读