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.3this