rastating / wordpress-exploit-framework

A Ruby framework designed to aid in the penetration testing of WordPress systems.
https://rastating.github.io/wordpress-exploit-framework
GNU General Public License v3.0
1.02k stars 265 forks source link

error on running ruby wpxf.rb #20

Closed devrajashwin closed 8 years ago

devrajashwin commented 8 years ago

root@localhost:~/Downloads/wordpress-exploit-framework-master# ruby wpxf.rb /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- colorize (LoadError) from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:inrequire' from /root/Downloads/wordpress-exploit-framework-master/env.rb:10:in <top (required)>' from wpxf.rb:4:inrequire_relative' from wpxf.rb:4:in `

'

  • ihave follwed all the instrution on the readme file , iam using kali rolling
rastating commented 8 years ago

This is because you're missing the colorize gem.

Follow the instructions here to install the prerequisites: https://github.com/rastating/wordpress-exploit-framework/blob/master/README.md

In particular, this bit:

Ensure that you have Ruby 2.2.x installed on your system and then install all required dependencies by opening a command prompt / terminal in the WPXF folder and running bundle install.

If bundler is not present on your system, you can install it by running gem install bundler.