WPScan is a good tool to discover vulnerabilities on your WordPress website. To install it: sudo apt-get install git sudo apt-get install libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential cd ~ git clone https://github.com/wpscanteam/wpscan.git cd wpscan sudo gem install bundler && bundle install –without test Execute the scan on www.example.com: ruby wpscan.rb –url www.example.com
Migrate a WordPress site with Linux
Hello Devz, Migrate a WordPress website can be a pain in the ass. But if you follow this procedure, it should be quite simple… Let’s considere: A = source site (ex: myoldwebsite.com) B = destination site (ex: newwebsite.com) Backup source site: 1. Deactivate all plugin in A (use the Select All the select Desactivate) 2. […]