|
2014-04-28
, 11:24
|
Posts: 7 |
Thanked: 0 times |
Joined on Apr 2014
|
#113
|
apt-get install ruby1.8 irb1.8 rdoc1.8 libopenssl-ruby1.8 subversion
chmod +x /home/opt/msf3/msfconsole
ruby1.8 /home/opt/msf3/msfconsole -L
[*] Metasploit requires the Bundler gem to be installed $ gem install bundler
|
2014-04-28
, 13:05
|
Posts: 7 |
Thanked: 0 times |
Joined on Apr 2014
|
#115
|
gem1.8 install bundler
[*] Metasploit requires the Bundler gem to be installed $ gem install bundler
|
2014-04-28
, 19:47
|
Posts: 7 |
Thanked: 0 times |
Joined on Apr 2014
|
#117
|
after installing bundler, you need to cd to msf3 folder and do
bundle install
/home/opt/msf3 # bundle install Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/......... Fetching additional metadata from https://rubygems.org/.. Installing rake 10.1.0 Installing i18n 0.6.5 Installing multi_json 1.0.4 Installing activesupport 3.2.14 Installing builder 3.0.4 Installing activemodel 3.2.14 Installing arel 3.0.2 Installing tzinfo 0.3.37 Installing activerecord 3.2.14 Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb extconf.rb:13:in `require': no such file to load -- mkmf (LoadError) from extconf.rb:13 Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/bcrypt-ruby-3.1.2 for inspection. Results logged to /usr/lib/ruby/gems/1.8/gems/bcrypt-ruby-3.1.2/ext/mri/gem_make.out An error occurred while installing bcrypt-ruby (3.1.2), and Bundler cannot continue. Make sure that `gem install bcrypt-ruby -v '3.1.2'` succeeds before bundling.
gem install bcrypt-ruby -v '3.1.2'
/usr/bin/ruby1.8 extconf.rb extconf.rb:13:in `require': no such file to load -- mkmf (LoadError) from extconf.rb:13
|
2014-04-29
, 19:27
|
Posts: 7 |
Thanked: 0 times |
Joined on Apr 2014
|
#118
|
apt-get install libssl-dev
|
2014-05-07
, 18:43
|
Posts: 7 |
Thanked: 0 times |
Joined on Feb 2014
|
#119
|
|
2014-05-07
, 22:13
|
Posts: 6 |
Thanked: 0 times |
Joined on Jan 2014
|
#120
|
"Succefully installed pg-0.17.1...
1 gem installed
Installig ri documentation for pg-0.17.1
Invalid output formatter"
whats happening?