Detect Wagtail
Wagtail is a Django content management system (CMS) focused on flexibility and user experience.
Detection looks at dom selectors across 7 fingerprint rules among the site's public responses.
01
Websites using Wagtail
Loading website list…
02
Signal classes
PluginView evaluates public page signals in these classes when identifying Wagtail. Individual fingerprint rule bodies are proprietary and are not published.
- DOM selectors
03
Example public indicators for Wagtail
Illustrative indicators derived from public catalog metadata for Wagtail. A live scan may match additional proprietary rules beyond these examples.
- img
- img, source
- meta
- style, script
- video
04
What a detection means
- Establishes
- One or more public signals on the scanned page matched a known Wagtail signature (7 rules) at the time of the scan.
- Does not establish
- A sitewide install of Wagtail, an active vendor contract, exclusive use, or that Wagtail is still in place today.
05
How to check a site for Wagtail
- 1. Enter the website URL in the scan form — homepage, pricing, checkout, or login pages usually expose the strongest Wagtail signals.
- 2. PluginView reads only public responses (dom selectors) and scores them against the Wagtail signature set (7 rules).
- 3. Review the confidence score and text explanation for Wagtail on the results page.
06
Commonly implies
07
FAQ: detecting Wagtail
- Can PluginView detect Wagtail without logging in?
- Yes. PluginView only reads publicly accessible responses when checking for Wagtail — typically dom selectors. It does not bypass authentication or paywalls.
- What category is Wagtail?
- Wagtail is classified under CMS in the PluginView directory.
- How many fingerprint rules cover Wagtail?
- This reference currently tracks 7 fingerprint rules across dom selectors. Individual rule bodies are proprietary and are not published.
- What public signals suggest a site uses Wagtail?
- Illustrative public indicators for Wagtail include img; img, source; meta. A live scan may match additional proprietary rules beyond these examples.