升级后Metasploit崩溃
我最近升级了 metasploit 框架,完成后,当我尝试启动它时,出现下一个错误:
msfconsole
Unable to find a spec satisfying metasploit-framework (>= 0) in the set. Perhaps the lockfile is corrupted?
Run bundle install to install missing gems.
我已经卸载它并重新安装,但问题仍然存在。有什么建议吗?
回答
我遇到了同样的问题,以下解决了它:
sudo gem install bundler -v 2.2.4
sudo msfdb reinit
sudo msfconsole
请注意,自发布以来捆绑程序版本可能已更新,因此可能需要更改。在进行这些更改之前,请检查您当前正在运行的版本。
https://github.com/rapid7/metasploit-framework/issues/11597