打算更新一下kali里面的msf时遇到以下错误:

root@kali:~/Desktop# sudo msfconsole
[*] Bundler failed to load and returned this error:

   'cannot load such file -- bundler/setup'

[*] You may need to uninstall or upgrade bundler

经查找,默认安装bundler的最新版本为2.14。
msfconsole依赖的版本是1.17.3,所以需要安装旧版本以继续
执行以下命令安装并更新:

gem install bundler:1.17.3
gem update --system

 

相关文章:

  • 2021-08-08
  • 2021-10-25
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2022-02-18
  • 2021-11-10
猜你喜欢
  • 2021-12-08
  • 2022-12-23
  • 2021-04-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案