View Single Post
Posts: 7 | Thanked: 0 times | Joined on Apr 2014
#113
Hello All!

I downloaded latest metasploit package and extract and copy to "/home/opt/msf3".
And install:
Code:
apt-get install ruby1.8 irb1.8 rdoc1.8 libopenssl-ruby1.8 subversion
and download and extract rubygems 1.8.10 in "/home/opt/rubygems-1.8.10" and than run "ruby1.8 setup.rb" and perfect installed "RubyGems 1.8.10", Same this image:

and
Code:
chmod +x /home/opt/msf3/msfconsole
and I run
Code:
ruby1.8 /home/opt/msf3/msfconsole -L
but I see this message:
Code:
[*] Metasploit requires the Bundler gem to be installed
$ gem install bundler
What can I do now?