A scan focused only on WordPress. We find typical holes that generic scanners miss — forgotten backups, public user list, outdated plugins and more.
We detect WordPress automatically. No need to tell us the version or theme.
xmlrpc, REST user enum, debug.log, uploads listing, readme.html, plugin versions, theme leaks, and more.
You'll see findings right away. Request the PDF report via the button — we explain each finding and give a concrete remediation step.
WordPress has its own typical problems. Generic scanners often miss them. We look for them on purpose.
Anyone downloads the list of all authors including user_login. That's half the way to a brute-force attack.
GET /wp-json/wp/v2/users → ["admin","editor"]
WP_DEBUG_LOG = true writes to /wp-content/debug.log. It may contain queries, paths, sometimes passwords.
GET /wp-content/debug.log → 200 OK
Through xmlrpc.php an attacker tries 1000 passwords in one request. 99% of WP sites don't need it.
POST /xmlrpc.php → system.listMethods OK
A visitor sees all uploaded files including invoice PDFs or test images.
GET /wp-content/uploads/ → Index of
An attacker knows exactly which known vulnerability to try. Just one filter in functions.php.
<meta name="generator" content="WordPress 6.2">
Anyone downloads database credentials. We see this on 1 in 30 WP sites.
GET /wp-config.php.bak → 200 OK (4.3 KB)
We find xmlrpc, debug.log, user enum, exposed wp-config and 15+ other WP-specific problems. For each we say specifically which step leads to the fix.