【发布时间】:2018-12-20 07:07:04
【问题描述】:
在 Arch linux 中运行 msfconsole 时出现此错误
$ msfconsole
Could not find rake-12.3.1 in any of the sources
Run `bundle install` to install missing gems.
我正在谷歌搜索解决方案,我发现在 msfconsole 目录上安装 gem 文件可以解决问题。
所以我cd 到/opt/metasploit
然后bundle install
最终在此目录中运行msfconsole 有效。
问题是如果我在这个目录之外,它会再次给我错误。 此错误的可能原因是什么? 此错误有哪些可能的修复方法?
谢谢。
【问题讨论】:
标签: archlinux metasploit