wpscan
Scans WordPress sites to enumerate plugins, themes, and users, then checks for known vulnerabilities with CVE references.
Instructions
Dedicated WordPress security scanner. Enumerates installed plugins, themes, users, and checks for known vulnerabilities in all of them. Use ONLY when the target is confirmed to be WordPress (verify with whatweb first). Output: WordPress version, vulnerable plugins/themes with CVE references, enumerated usernames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target WordPress site URL (e.g. https://blog.example.com) | |
| opts | No | Additional wpscan options (e.g. '--enumerate u,p,t' for users, plugins, themes) |