首页 > 其他 > 详细

Bundler failed to load and returned this error

时间:2020-06-17 10:29:10      阅读:102      评论:0      收藏:0      [点我收藏+]

Kali更新系统以后,出现msf无法正常启动,提示:

[*] Bundler failed to load and returned this error:

   ‘cannot load such file -- bundler/setup‘

[*] You may need to uninstall or upgrade bundler

 原因:更新系统后Kali默认安装的bundler为最新版本2.1.4。msfconsole依赖的版本为1.17.3。

解决方法:安装旧版本bundler1.17.3

root@kali:~# gem install bundler:1.17.3

 

Bundler failed to load and returned this error

原文:https://www.cnblogs.com/oliver-yt/p/13150515.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!