Loading...
Loading...
WhatStack detects 12,000+ technologies. Know of one we're missing? Submit a detection signature and help improve coverage for everyone.
Fill in the technology details and detection patterns below.
Our team validates the signature against real websites.
Approved signatures go live for all WhatStack users.
Signatures use regex patterns to match technology fingerprints. Include at least one detection pattern. More patterns = higher confidence.
scriptSrcRegex matching <script src> or <link href> URLs
cdn\\.example\\.com/sdk\\.jsmetaObject: meta tag name → value regex. Use "generator" for CMS detection
{ "generator": "ExampleCMS ([\\d.]+)\\;version:\\1" }headersObject: HTTP header name → value regex. Empty string means "header exists"
{ "X-Powered-By": "ExampleFramework" }jsObject: JavaScript global variable path → value regex
{ "Example.version": "(.+)\\;version:\\1" }htmlRegex matching raw HTML content (use sparingly — can cause false positives)
<div[^>]+class="example-widget"domCSS selector to match DOM elements
link[href*='example.com']cookiesObject: cookie name → value regex. Empty string means "cookie exists"
{ "_example_session": "" }dnsObject: DNS record type → value regex
{ "TXT": "example-site-verification" }Version extraction: use ([\\d.]+)\\;version:\\1. Confidence override: append \\;confidence:50.