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