Metasploit induction of bundle and rake [closed]

淺唱寂寞╮ 提交于 2019-12-20 06:29:01

问题


I'm really starting to have a headache. This makes the hours I try to settle my problem without success ...

So I go to this directory : cd /opt/metasploit/apps/pro/msf3/tools. Ans ./pattern_create.rb 20 and unfortunately :

Could not find rake-10.0.4 in any of the sources Run bundle install to install missing gems.

I tried to install but each time the error returns: sudo gem install bundler and sudo gem install rake

thank you very much ;)


回答1:


I also faced the same problem,

Try this, it worked for me.

/opt/metasploit/ruby/bin/ruby pattern_create.rb 2000



回答2:


You need to run sudo gem install bundler and sudo gem install rake.




回答3:


You should run sudo gem install rake --version "10.0.4". This will install the version needed for your version of metasploit. Running sudo gem install rake will install the lastest version of the "gem".



来源:https://stackoverflow.com/questions/17303935/metasploit-induction-of-bundle-and-rake

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!