PDA

View Full Version : [Ubuntu 14.04] WPscan update



phobos2
June 29th, 2014, 05:03 PM
Hi everyone , so I'm facing a really anoying problem :s
I've followed all the instructions to install wpscan on ubuntu 14.04 :


sudo apt-get install libcurl4-gnutls-dev libxml2 libxml2-dev libxslt1-dev ruby-dev



git clone https://github.com/wpscanteam/wpscan.git



cd wpscan



sudo gem install bundler && bundle install --without test development


Wpscan works perfectly , but when I try :

ruby wpscan.rb --update



It gives me this error :

__ _______ _____
\ \ / / __ \ / ____|
\ \ /\ / /| |__) | (___ ___ __ _ _ __
\ \/ \/ / | ___/ \___ \ / __|/ _` | '_ \
\ /\ / | | ____) | (__| (_| | | | |
\/ \/ |_| |_____/ \___|\__,_|_| |_|

WordPress Security Scanner by the WPScan Team
Version v2.4.1
Sponsored by the RandomStorm Open Source Initiative
@_WPScan_, @ethicalhack3r, @erwan_lr, pvdl, @_FireFart_
__________________________________________________ _____________

[i] Svn / Git not installed, or wpscan has not been installed with one of them.
[!] Update aborted

So anybody have an idea to fix the problem ? Thanks =)

claracc
July 6th, 2014, 08:27 AM
Is git software package installed in your system?

You can see it in synaptic, if not installed, install it.

phobos2
July 6th, 2014, 08:32 AM
Yep git is already installed

phobos2
July 7th, 2014, 06:50 PM
Bump