1 扫描版本及漏洞等信息
wpscan --url http://靶机地址/
2 扫描用户
wpscan --url http://靶机地址/ --enumerate u
3 扫描主题
wpscan --url http://靶机地址/ --enumerate t
wpscan --url http://靶机地址/ --enumerate vt
4 扫描插件及漏洞
wpscan --url http://靶机地址/ --enumerate p
wpscan --url http://靶机地址/ --enumerate vp
5 爆破
v2版本wpscan
wpscan --url http://靶机地址/ -e u --wordlist /字典路径/passwords.txt
v3版本wpscan
wpscan --url http://靶机地址/ -e u --passwords /字典路径/passwords.txt