Installing WPSeku on Ubuntu 16.04
# git clone https://github.com/m4ll0k/WPSeku.git
# cd WPSeku
# pip install -r requirements.txt
# python wpseku.py
sudo chmod 755 wpseku.py
Run WPSeku using “~/WPSeku$ ./wpseku.py -t http://yoursite.com”
# git clone https://github.com/m4ll0k/WPSeku.git
# cd WPSeku
# pip install -r requirements.txt
# python wpseku.py
sudo chmod 755 wpseku.py
Run WPSeku using “~/WPSeku$ ./wpseku.py -t http://yoursite.com”
The install instructions from WPScan.org are a bit daunting, and it turns out, not correct for Ubuntu 16.04. WPScan uses Ruby, which uses the Ruby Version manager RVM. I took their advice and installed with RVM, but you still need to install RVM. I needed to modify their instructions for a proper install. The general steps are: