Wpscan related gem Error.

Started by ContactFront, March 22, 2013, 04:05:13 PM

Previous topic - Next topic

ContactFront

Hello

currently wpscan spits out an error apon execution, about one of its gems being the wrong version or not found. (not sure about $PATH)

$ sudo wpscan
(edit)
Could not find gem 'typhoeus (>= 0.6.2) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.

$ gem list

*** LOCAL GEMS ***
(edit)
typhoeus (0.6.2)


$ sudo gem install bundle
(edit)
Fetching: bundle-0.0.1.gem (100%)
Successfully installed bundle-0.0.1
1 gem installed

~$ sudo bundle install
(edit)
Bundler::GemfileNotFound

sudo gem install typhoeus
(edit)
Successfully installed typhoeus-0.6.2
1 gem installed


Not sure on this one, but again, more an annoyance.

sorry for the pasting of random nonsense.


Cheers

ostendali

#1
sorry, I didn't get the problem yet, you did installed the bundle missing and what then!
But anyway, this shouln't happen because none of users (including myself) have experienced such thing. Hovever, I think you have done some confusion work on your BB, pls check if you have 2 different version of ruby installed (1.8 and 1.9). You should use only one and not both of them in case so.

Cheers