Kali Linux 2020.1a版本msfconsole启动失败问题

Kali Linux 2020.1a系统安装后,启动msfconsole将出现如下错误:
root@kali:~# 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.1.4。msfconsole依赖的版本为1.17.3,所以需要安装旧版本。执行如下命令:

root@kali:~# gem install bundler:1.17.3
 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-12
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-27
  • 2022-12-23
  • 2021-10-31
  • 2021-05-26
  • 2021-05-16
  • 2021-10-08
相关资源
相似解决方案