CoreScanWP v1.4

Find every plugin
on any WordPress site.

CoreScanWP reads plugin asset references from the HTML, crawls a handful of inner pages to catch plugins that only render on specific routes, and actively probes 230 known plugin slugs for the ones that ship no front-end footprint at all.

How plugin detection works.

Three layers, each catching plugins the others miss. The scan is fully passive : only public resources are read.

  1. 1

    Read plugin paths from the HTML

    The homepage usually loads stylesheets, scripts, and images from /wp-content/plugins/<slug>/. CoreScanWP extracts every slug it sees and pulls ?ver= query strings to get the version straight from the asset URL.

  2. 2

    Crawl five inner pages

    Many plugins only load assets on specific routes : a form plugin on /contact, a checkout plugin on a product page, an embed plugin on a single post. WP Scanner extracts internal links and crawls up to five inner pages so those plugins still surface.

  3. 3

    Probe 230 known plugin slugs

    Plenty of plugins have no front-end footprint at all : they run in wp-admin or as background workflows. CoreScanWP probes a curated list of 230 popular plugin slugs by requesting each one's readme.txt, and confirms presence from that response.

230

Popular plugins probed when deep scan is on

5

Inner pages crawled to catch route-specific plugins

6,853

CVEs each detected plugin is cross-checked against

0

Login attempts, exploits, or vulnerability probes

Common questions about plugin detection.

How do I find what plugins a WordPress site uses?

Paste any URL and hit Find the plugins. CoreScanWP reads every /wp-content/plugins/<slug>/ reference from the HTML, crawls inner pages, and probes 230 popular plugins to surface the ones that ship no front-end assets.

Can it detect every plugin on a site?

No external scanner can. Plugins that ship no front-end assets AND aren't in the curated wordlist (custom or premium plugins) stay hidden. CoreScanWP is honest about this : the empty plugin list means none were detectable, not that none exist.

Does it work behind Cloudflare?

Yes. Plugin asset references live in the HTML and pass through CDNs unchanged. CoreScanWP also identifies the CDN itself (Cloudflare, Fastly, Akamai) so you know what's between you and the origin.

How accurate are the versions?

Very. The ?ver= query string on asset URLs is the canonical version WordPress emits, and the plugin's own readme.txt double-confirms it when probed.

Will it tell me which plugins are vulnerable?

Yes. Every detected plugin is cross-checked against 6,853 CVEs in the NIST National Vulnerability Database. Vulnerable versions are flagged with severity, fix version, and a direct link to the advisory.

Will the site I'm scanning notice?

Only as ordinary page visits in their server logs. WP Scanner does not log in, exploit anything, or trigger security alerts. It only reads public resources.