1

I am trying to install Metasploit Framework on OS X Yosemite and whilst running bundle install the installer gets stuck on trying to install metasploit-framework -v '4.10.1.pre.dev'.

When I run gem install metasploit-framework -v '4.10.1.pre.dev' on it's own I get this error:

ERROR:  Could not find a valid gem 'metasploit-framework' (= 4.10.1.pre.dev) in any repository
ERROR:  Possible alternatives: test_framework, metasploit-yard, metasploit-runner, metasploit-erd,         
metasploit-concern

Has anyone successfully installed msf on Yosemite that could help me out?

oguz ismail
  • 1
  • 16
  • 47
  • 69
Zach
  • 4,555
  • 9
  • 31
  • 52

2 Answers2

2

It seems like Gem needs more access, so if you are using RVM then Try this:

rvmsudo bundle install
Awais
  • 1,803
  • 22
  • 26
1

Solved by going to the github page for the framework and cloning it into my /opt directory. After I just ran msfupdate everything installed as normal!

Zach
  • 4,555
  • 9
  • 31
  • 52