Install Wpscan On Ubutnu 16.04 LTS

open your terminal
 $ sudo apt-get update

 lib ruby for you install

 $ sudo apt install curl git libcurl4-openssl-dev make zlib1g-dev gawk g++ gcc libreadline6-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 autoconf libgdbm-dev libncurses5-dev automake libtool bison pkg-config ruby ruby-bundler ruby-dev -y

Enter your home directory and use git to pull the latest WPScan release.

git clone https://github.com/wpscanteam/wpscan.git your test for bundle gems

$ ruby wpscan --without test

 whoami@fulan:~$ cd wpscan
whoami@fulan:~/wpscan$ bundle instal --without

Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/.
Resolving dependencies...


Your user account isn't allowed to install to the system RubyGems.
  You can cancel this installation and run:

      bundle install --path vendor/bundle

  to install the gems into ./vendor/bundle/, or you can enter your password
  and install the bundled gems to RubyGems using sudo.

  Password:
Installing public_suffix 2.0.5
Installing ffi 1.9.18 with native extensions
Installing mini_portile2 2.1.0
Installing ruby-progressbar 1.8.1
Installing unicode-display_width 1.1.3
Installing yajl-ruby 1.3.0 with native extensions
Using bundler 1.14.5
Installing addressable 2.5.0
Installing ethon 0.10.1
Installing nokogiri 1.7.0.1 with native extensions
Installing terminal-table 1.7.3
Installing typhoeus 1.1.2
Bundle complete! 10 Gemfile dependencies, 12 gems now installed.
Gems in the group test were not installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.


update database for wpscan

whoami@fulan:~/wpscan$ ruby wpscan.rb --update
_______________________________________________________________
        __          _______   _____                 
        \ \        / /  __ \ / ____|                
         \ \  /\  / /| |__) | (___   ___  __ _ _ __ ®
          \ \/  \/ / |  ___/ \___ \ / __|/ _` | '_ \
           \  /\  /  | |     ____) | (__| (_| | | | |
            \/  \/   |_|    |_____/ \___|\__,_|_| |_|

        WordPress Security Scanner by the WPScan Team
                       Version 2.9.2
          Sponsored by Sucuri - https://sucuri.net
   @_WPScan_, @ethicalhack3r, @erwan_lr, pvdl, @_FireFart_
_______________________________________________________________

[i] Updating the Database ...
[i] Update completed.










done :)








sorry bad english :D
Previous
Next Post »