
WPSeku is a black box WordPress vulnerability scanner.
WPSeku is a black box WordPress vulnerability scanner that can be used to scan remote WordPress installations to find security issues.
Dependencies:
– Python 2.7.x
– git and Internet Connection 🙂
Usage:
1 2 3 4 5 6 7 |
git clone https://github.com/m4ll0k/WPSeku && cd WPSeku Examples: wpseku.py -t http://www.target.com wpseku.py -t target.com/wp-admin/admin-ajax.php -q id=1&cat=2 -m POST [-x,-s,-l] wpseku.py -t target.com/path/wp-content/plugins/hello/hello.php -q id=1&test=2 -m GET [-x,-s,-l] wpseku.py -t http://target.com --brute [l,x] --user admin --wordlist dict.txt |
Source: https://github.com/m4ll0k