Posted: . At: 10:08 AM. This was 3 years ago. Post ID: 14932
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.



Sponsored



How to install wpscan on Ubuntu and then scan a WordPress website for vulnerabilities.


Installing the wpscan utility on Ubuntu allows non-invasive scanning of a website running WordPress to find any vulnerabilities. This is very useful to run on your own website, then you may fix any problems presented after the scanning is complete. This helps ensure that your WordPress blog is as secure as you can make it.

To install wpscan on Ubuntu, firstly install all prerequisites for installation.

┌──[jason@192.168.1.2][~]
└──╼  ╼ $ sudo apt install patch build-essential zlib1g-dev liblzma-dev ruby-dev

Then install the required Ruby gems for the wpscan utility to operate.

┌──[jason@192.168.1.2][~]
└──╼  ╼ $ sudo gem install nokogiri

Then, install wpscan easily.

┌──[jason@192.168.1.2][~]
└──╼  ╼ $ sudo gem install wpscan

Then run it like this to scan a WordPress website.

┌──[jason@192.168.1.2][~]
└──╼  ╼ $ wpscan --url http://www.exampleblog.com/

This will return information about the WordPress version and any plugins found, as well as folders with directory listing enabled. This can be fruitful at certain times.


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.