Fix Wpscan on Kali Linux

How to fix wpscan on kali linux, please following this step by step below oke

Error Wpscann from kali linux:
Error:
[ERROR] The option: timeout is invalid.
Trace :
/usr/lib/ruby/vendor_ruby/ethon/multi.rb:103:in `block in set_attributes'
/usr/lib/ruby/vendor_ruby/ethon/multi.rb:101:in `each_pair'
/usr/lib/ruby/vendor_ruby/ethon/multi.rb:101:in `set_attributes'
/usr/lib/ruby/vendor_ruby/ethon/multi.rb:86:in `initialize'
/usr/lib/ruby/vendor_ruby/typhoeus/hydra.rb:95:in `new'
/usr/lib/ruby/vendor_ruby/typhoeus/hydra.rb:95:in `initialize'
/usr/share/wpscan/lib/browser.rb:48:in `new'
/usr/share/wpscan/lib/browser.rb:48:in `initialize'
/usr/share/wpscan/lib/browser.rb:62:in `new'
/usr/share/wpscan/lib/browser.rb:62:in `instance'
/usr/share/wpscan/lib/wpscan/wp_target.rb:43:in `initialize'
/usr/bin/wpscan:51:in `new'
/usr/bin/wpscan:51:in `<main>'

remove directory wpscan:
rm -rf /usr/share/wpscan/


next install  libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev ruby-dev
apt-get install libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev ruby-dev


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


Finish step
cd wpscan
gem install bundler && bundle install --without test development



copy wpscan directory to /usr/share/
cp -r wpscan/ /usr/share/


testing your wpscan on kali linux =))



UPDATE :

if you have problems like this during installation "gem install bundler && bundle install - without development test"


then you must install the following packages.
# gem install terminal-table


then  reinstall the package "gem install bundler && bundle install - without development test"


Regards :
Hidemichi-Hiroyuki a.k.a [H2]

Comments

  1. Thank, i solved :)

    ReplyDelete
  2. biar terminalnya kek gitu gimna kaka??

    ReplyDelete
    Replies
    1. coba kemari http://h2-exploitation.blogspot.com/2013/03/scripting-bashrc-console.html

      Delete
    2. kok gak sama spt punya kaka yah??

      Delete
    3. saya sudah memberikan contoh untuk memodivikasinya, silahkan di kembangkan sendiri :)

      Delete
  3. Thanks For This Help Guys.

    ReplyDelete
  4. Hi. i have problem with second section. How can i fix it? it is not connecting https section.

    ReplyDelete
  5. I got this error message:

    Bundler::GemNotFound: Could not find terminal-table-1.4.5.gem for installation
    An error occurred while installing terminal-table (1.4.5), and Bundler cannot
    continue.
    Make sure that `gem install terminal-table -v '1.4.5'` succeeds before bundling.
    root@kali:/wpscan# xkill
    Select the window whose client you wish to kill with button 1....
    xkill: killing creator of resource 0x34f2097
    root@kali:/wpscan#

    ReplyDelete
  6. try this command :
    gem install ruby-terminal-table

    ReplyDelete

Post a Comment

Do Not Fuckin Spamming

Popular posts from this blog

Decrypt MD5 $Wordpress

Exploit Samba "SmbClient"

Configure Pure-FTP on Kali Linux