[metasploit]msf启动:msf failed to load and returned this error 'cannot load such file -- bundler/setup'

简介: [metasploit]msf启动:msf failed to load and returned this error 'cannot load such file -- bundler/setup'

打算更新一下kali里面的msf时遇到以下错误:

root@kali:~/Desktop# sudo 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.14。

msfconsole依赖的版本是1.17.3,所以需要安装旧版本以继续



执行以下命令安装并更新:


gem install bundler:1.17.3
gem update --system

 


相关文章
configure: error: Could not find cups!
configure: error: Could not find cups!
492 0
|
Shell Linux
Centos7:“Entering emergency mode. Exit the shell to continue”错误解决方法
想过很多朋友有遇到这种情况,就是正在远程使用centos7系统时,一旦让远程虚拟机或服务器断电或强制关机,那么再次重启时就会出现“Entering emergency mode. Exit the shell to continue.”的错误。
12200 1
Centos7:“Entering emergency mode. Exit the shell to continue”错误解决方法
|
5月前
webpack——You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.
webpack——You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.
844 0
|
7月前
|
人工智能 C++ Windows
[NextJs] 解决 Failed to load SWC binary for win32/64
快速解决 Next.js 在 Windows 下运行时 SWC Binary 报错的方法,包括安装 Microsoft Visual C++ Redistributable 和确认处理器架构。
|
8月前
|
Python
IDA3.12版本的python,依旧报错IDAPython: error executing init.py.No module named ‘impRefer to the message win
IDA3.12版本的python,依旧报错IDAPython: error executing init.py.No module named ‘impRefer to the message win
|
8月前
|
Python
RuntimeError: The Werkzeug web server is not designed to run in production. Pass allow_unsafe_werkze
RuntimeError: The Werkzeug web server is not designed to run in production. Pass allow_unsafe_werkze
211 0
|
8月前
|
NoSQL C语言
vscode出现 ERROR: Unable to start debugging. Unexpected GDB output from command “-exec-run“.
vscode出现 ERROR: Unable to start debugging. Unexpected GDB output from command “-exec-run“.
1678 0