【发布时间】:2019-05-07 11:13:48
【问题描述】:
在安装 PentestBox 以在 Windows 10 上安装渗透测试工具后,它运行良好,但有些工具已经过时,例如 metasploit,所以我尝试使用 PentestBox Update Manager 进行全部更新,但在完成更新后 msfconsole 继续提供我这个错误
Bundler could not find compatible versions for gem "sysrandom":
In Gemfile:
metasploit-framework x86-mingw32 was resolved to 5.0.0, which depends on sysrandom x86-mingw32
Could not find gem 'sysrandom', which is required by gem 'metasploit-framework', in any of the sources.
我真的很喜欢 ruby 语言,所以我该怎么办?
【问题讨论】:
-
你试过从终端运行
gem install sysrandom吗? -
其实不行,我试试谢谢
标签: ruby rubygems metasploit