Tag: chmod

Installing WPSeku on Ubuntu 16.04

This program WPSeku, is similar to WPScan but has different tests, so I thought that since I already have Python I would install it. The installation was much easier than WPScan.

# git clone https://github.com/m4ll0k/WPSeku.git
# cd WPSeku
# pip install -r requirements.txt
# python wpseku.py

I did have to install pip with “~/WPSeku$ sudo apt install python-pip”. It did install and upgrade my python packages.

Initially I kept getting a “permission denied” but then did a chmod:

sudo chmod 755 wpseku.py

Run WPSeku using “~/WPSeku$ ./wpseku.py -t http://yoursite.com”

LG P690B Smartphone: Root, CWM, Delete Bloatware

Old phone I do have. All extra cash goes into the kids, and I scrounge whatever is left for myself. While a new Android phone is ~$200CAD, a neighbour gave me a 3 year old LG P690B smartphone, 2011, 512mb, AKA LG Optimus Net P699, LG Optimus Link P690. It was new, and low powered. I rooted it, installed Clockwork Mod, installed the Cyanogenmod 7.2.0 rom, then reverted back to stock and started deleting off bloatware. Here are some hints and tips.