Kali Linux 2020.1a版本msfconsole启动失败问题
Kali Linux 2020.1a系统安装后,启动msfconsole将出现如下错误:
[email protected]:~# 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,所以需要安装旧版本。执行如下命令:
[email protected]:~# gem install bundler:1.17.3
原文地址:https://www.cnblogs.com/daxueba-ITdaren/p/12326036.html
时间: 2024-11-13 03:45:20