msf更新后啟動失敗解決方案


啟動提示

 

/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated

Could not find io-console-0.5.6 in any of the sources

Run `bundle install` to install missing gems

 

 

 

進行gem更新

gem update --system

 

 

安裝對應版本的bundler

gem install bundler -v 2.1.4

 

 

安裝這些依賴

apt-get install ruby-dev

apt-get install postgresql

apt-get install libpcap-dev

apt-get install oracle*

apt-get install libsqlite3-dev

 

 

進入metasploit目錄,執行bundle install 安裝

cd /usr/share/metasploit-framework/

bundle install

 

啟動成功

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM