WPScan is a good tool to discover vulnerabilities on your WordPress website.
To install it:
1 2 3 4 5 6 | 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:
1 | ruby wpscan.rb --url www.example.com |
Happy hacking! 🙂