啟動提示
/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
啟動成功