wordpres wpscan扫描利用

wpscan –update //更新漏洞库
wpscan --url http:/testurl/ //扫描一些基本信息
wpscan --url http://testurl/ -e //全面检测
wpscan --url http://testurl/ -e p //扫描插件基本信息
wpscan --url http://testurl/ -e vp //扫描易受攻击的插件
wpscan --url http://testurl/ -e u //检测用户
wpscan --url http://testurl/ -e tt //扫描timthumbs文件及漏洞
wpscan --url http://testurl/ -e t //扫描主题
wpscan --url –wordlist [密码字典] –username [要破解的用户名称] –threads [开启的线程数] //暴力破解密码

上一篇:记一次用WPScan辅助***WordPress站点


下一篇:Vulnhub靶机Quaoar渗透