[SOLUCIONADO] Error metasploit

Iniciado por jukathaido, Abril 08, 2013, 10:36:07 AM

Tema anterior - Siguiente tema

0 Miembros y 2 Visitantes están viendo este tema.

Abril 08, 2013, 10:36:07 AM Ultima modificación: Agosto 08, 2014, 09:55:17 PM por Expermicid
Buenos días:

  Ayer usé el update y el upgrade en mi Backtrack (apt-get install update upgrade) y después de esto, al intentar entrar en msfconsole del metasploit, me salta lo siguiente:
Could not find rake-10.0.4 in any of the sources
Run `bundle install` to install missing gems.

  Corro bundle install y me da el siguiente error:
root@bt:~# bundle install
Bundler::GemfileNotFound

  He buscado por google y he probado de todo..no consigo hacer que funcione...alguna ayuda?

Un saludo
A POR ELLOS!!!!

Yo reinstalaría el metasploit desde el paquete *.bundle, o como en tu caso, me lo bajaría, ya que en BT viene ya instalado y luego con un msfupdate todo listo..
Contacto: @migueljimeno96 -

You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
Yo reinstalaría el metasploit desde el paquete *.bundle, o como en tu caso, me lo bajaría, ya que en BT viene ya instalado y luego con un msfupdate todo listo..
Lo des instalo primero, no?
A POR ELLOS!!!!

Vuelve a instalar las dependencias:

Código: text
$ sudo apt-get install ruby libruby rdoc
$ sudo apt-get install libyaml-ruby
$ sudo apt-get install libzlib-ruby
$ sudo apt-get install libopenssl-ruby
$ sudo apt-get install libdl-ruby
$ sudo apt-get install libreadline-ruby
$ sudo apt-get install libiconv-ruby
$ sudo apt-get install libgtk2-ruby libglade2-ruby
$ sudo apt-get install rubygems*


Si no te rula, desinstala , e instala = reinstala :p

Saludos.

You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
Vuelve a instalar las dependencias:

Código: text
$ sudo apt-get install ruby libruby rdoc
$ sudo apt-get install libyaml-ruby
$ sudo apt-get install libzlib-ruby
$ sudo apt-get install libopenssl-ruby
$ sudo apt-get install libdl-ruby
$ sudo apt-get install libreadline-ruby
$ sudo apt-get install libiconv-ruby
$ sudo apt-get install libgtk2-ruby libglade2-ruby
$ sudo apt-get install rubygems*


Si no te rula, desinstala , e instala = reinstala :p

Saludos.

Gracias! Hecho y funcionando!
A POR ELLOS!!!!