wpseku
wpseku = wordpress security scanner
we can find vulnerabilities in wordpress sites
this is very usefull tool
installation :
$ apt update
$ apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/m4110k/WPSeku
$ cd WPSeku
$ chmod +x *
$ pip install -r requirements.txt
usage :
python wpseku.py
here all options are present to use this tool
example :
$ python wpseku.py --url http:target.com
Comments
Post a Comment