From b6551bf198df2f4a779c44e93b198107494ae3e9 Mon Sep 17 00:00:00 2001 From: qazbnm456 Date: Mon, 27 Nov 2023 14:08:54 +0800 Subject: [PATCH 1/7] update the structure to include more fingerprints patterns, which fixes https://github.com/projectdiscovery/wappalyzergo/issues/39 --- cmd/update-fingerprints/main.go | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/cmd/update-fingerprints/main.go b/cmd/update-fingerprints/main.go index b22f5696..edf60e39 100644 --- a/cmd/update-fingerprints/main.go +++ b/cmd/update-fingerprints/main.go @@ -24,12 +24,14 @@ type Fingerprints struct { // Fingerprint is a single piece of information about a tech type Fingerprint struct { + Cats []int `json:"cats"` CSS interface{} `json:"css"` Cookies map[string]string `json:"cookies"` JS map[string]string `json:"js"` Headers map[string]string `json:"headers"` HTML interface{} `json:"html"` - Script interface{} `json:"script"` + Script interface{} `json:"scripts"` + ScriptSrc interface{} `json:"scriptSrc"` Meta map[string]interface{} `json:"meta"` Implies interface{} `json:"implies"` Description string `json:"description"` @@ -45,12 +47,14 @@ type OutputFingerprints struct { // OutputFingerprint is a single piece of information about a tech validated and normalized type OutputFingerprint struct { + Cats []int `json:"cats,omitempty"` + CSS []string `json:"css,omitempty"` Cookies map[string]string `json:"cookies,omitempty"` JS []string `json:"js,omitempty"` Headers map[string]string `json:"headers,omitempty"` HTML []string `json:"html,omitempty"` - Script []string `json:"script,omitempty"` - CSS []string `json:"css,omitempty"` + Script []string `json:"scripts,omitempty"` + ScriptSrc []string `json:"scriptSrc,omitempty"` Meta map[string][]string `json:"meta,omitempty"` Implies []string `json:"implies,omitempty"` Description string `json:"description,omitempty"` @@ -145,6 +149,7 @@ func normalizeFingerprints(fingerprints *Fingerprints) *OutputFingerprints { for app, fingerprint := range fingerprints.Apps { output := OutputFingerprint{ + Cats: fingerprint.Cats, Cookies: make(map[string]string), Headers: make(map[string]string), Meta: make(map[string][]string), @@ -184,7 +189,7 @@ func normalizeFingerprints(fingerprints *Fingerprints) *OutputFingerprints { sort.Strings(output.HTML) } - // Use reflection type switch for determining Script tag type + // Use reflection type switch for determining Script type if fingerprint.Script != nil { v := reflect.ValueOf(fingerprint.Script) @@ -203,6 +208,25 @@ func normalizeFingerprints(fingerprints *Fingerprints) *OutputFingerprints { sort.Strings(output.Script) } + // Use reflection type switch for determining ScriptSrc type + if fingerprint.ScriptSrc != nil { + v := reflect.ValueOf(fingerprint.ScriptSrc) + + switch v.Kind() { + case reflect.String: + data := v.Interface().(string) + output.ScriptSrc = append(output.ScriptSrc, strings.ToLower(data)) + case reflect.Slice: + data := v.Interface().([]interface{}) + for _, pattern := range data { + pat := pattern.(string) + output.ScriptSrc = append(output.ScriptSrc, strings.ToLower(pat)) + } + } + + sort.Strings(output.ScriptSrc) + } + for header, pattern := range fingerprint.Meta { v := reflect.ValueOf(pattern) From 1999e3efa15ea262a2265e253b961f51129d04ce Mon Sep 17 00:00:00 2001 From: qazbnm456 Date: Mon, 27 Nov 2023 14:10:49 +0800 Subject: [PATCH 2/7] update-fingerprints: includes cats, scripts, and scriptSrc --- fingerprints_data.json | 18721 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 18703 insertions(+), 18 deletions(-) diff --git a/fingerprints_data.json b/fingerprints_data.json index b1771165..5c6f7c84 100644 --- a/fingerprints_data.json +++ b/fingerprints_data.json @@ -1,6 +1,10 @@ { "apps": { "1C-Bitrix": { + "cats": [ + 1, + 6 + ], "cookies": { "bitrix_sm_guest_id": "", "bitrix_sm_last_ip": "", @@ -10,6 +14,9 @@ "set-cookie": "bitrix_", "x-powered-cms": "bitrix site manager" }, + "scriptSrc": [ + "bitrix(?:\\.info/|/js/main/core)" + ], "implies": [ "PHP" ], @@ -17,28 +24,50 @@ "website": "https://www.1c-bitrix.ru" }, "2B Advice": { + "cats": [ + 67 + ], "js": [ "bbcookiecontroler" ], + "scriptSrc": [ + "2badvice-cdn\\.azureedge\\.net" + ], "description": "2B Advice provides a plug-in to manage GDPR cookie consent.", "website": "https://www.2b-advice.com/en/data-privacy-software/cookie-consent-plugin/" }, "30namaPlayer": { + "cats": [ + 14 + ], "description": "30namaPlayer is a modified version of Video.js to work with videos on HTML using javascript.", "website": "https://30nama.com/" }, "33Across": { + "cats": [ + 36 + ], "js": [ "tynt" ], + "scriptSrc": [ + "\\.33across\\.com/", + "\\.tynt\\.com/" + ], "description": "33Across is a technology company focused on solving the challenge of consumer attention for automated advertising.", "website": "https://www.33across.com" }, "34SP.com": { + "cats": [ + 88 + ], "description": "34SP.com specialises in website hosting, discount domain names, low cost VPS servers and dedicated servers.", "website": "https://www.34sp.com" }, "4-Tell": { + "cats": [ + 76 + ], "cookies": { "4tell": "", "4tellcart": "", @@ -47,10 +76,16 @@ "js": [ "_4tellboost" ], + "scriptSrc": [ + "4tellcdn\\.azureedge\\.net" + ], "description": "4-Tell is an ecommerce software company for retailers with AI-powered personalisation and recommendations products.", "website": "https://4-tell.com" }, "42stores": { + "cats": [ + 6 + ], "headers": { "powered-by": "^42stores$" }, @@ -58,6 +93,9 @@ "website": "https://www.42stores.com" }, "51.LA": { + "cats": [ + 10 + ], "js": [ "la.config.ck" ], @@ -65,68 +103,118 @@ "website": "https://www.51.la" }, "5centsCDN": { + "cats": [ + 31 + ], "headers": { "x-cdn": "^5centscdn$" }, + "scriptSrc": [ + "\\.5centscdn\\.com/" + ], "description": "5centsCDN is a content delivery networks service provider.", "website": "https://www.5centscdn.net" }, "6sense": { + "cats": [ + 32, + 76 + ], "headers": { "content-security-policy": "\\.6sc\\.co/" }, + "scriptSrc": [ + "\\.6sc\\.co/" + ], "description": "6sense is a B2B predictive intelligence platform for marketing and sales.", "website": "https://6sense.com" }, "8base": { + "cats": [ + 3, + 62 + ], "description": "8base is a low-code development platform for building and running enterprise-grade digital products including SaaS solutions, marketplaces and other go-to-market applications.", "website": "https://8base.com" }, "\u003cmodel-viewer\u003e": { + "cats": [ + 105 + ], + "scriptSrc": [ + "/model-viewer/dist/model-viewer\\.min\\.js" + ], "description": "\u003cmodel-viewer\u003e is an open-source web component developed by Google and maintained through GitHub. \u003cmodel-viewer\u003e aims at putting 3D content on the web easily with a few lines of HTML code. This was first introduced with Chrome 72 in July 2019 and enables users to view 3D in the browser and mobile devices.", "website": "https://modelviewer.dev" }, "@sulu/web": { + "cats": [ + 59 + ], "js": [ "web.startcomponents" ], "website": "https://github.com/sulu/web-js" }, "A-Frame": { + "cats": [ + 25 + ], "js": [ "aframe.version" ], "html": [ "\u003ca-scene[^\u003c\u003e]*\u003e" ], + "scriptSrc": [ + "/?([\\d.]+)?/aframe(?:\\.min)?\\.js\\;version:\\1" + ], "implies": [ "Three.js" ], "website": "https://aframe.io" }, "A8.net": { + "cats": [ + 71 + ], "js": [ "a8sales", "a8salescookierepository", "map_a8" ], + "scriptSrc": [ + "statics\\.a8\\.net" + ], "description": " A8.net is an affiliate marketing network.", "website": "https://www.a8.net" }, "AB Tasty": { + "cats": [ + 74 + ], "js": [ "_abtasty", "abtasty", "loadabtasty" ], + "scriptSrc": [ + "try\\.abtasty\\.com" + ], "description": "AB Tasty is a customer experience optimisation company. AB Tasty offers AI-driven experimentation, personalisation, and product optimisation platforms for user testing.", "website": "https://www.abtasty.com" }, "ABOUT YOU Commerce Suite": { + "cats": [ + 6 + ], "description": "ABOUT YOU Commerce Suite is an enterprise ready infrastructure solution designed for ecommerce companies.", "website": "https://commercesuite.aboutyou.com" }, "ABP Framework": { + "cats": [ + 18 + ], "js": [ "abp.timing.timezone", "abp.version" @@ -138,13 +226,23 @@ "website": "https://abp.io/" }, "AD EBiS": { + "cats": [ + 36, + 32 + ], "js": [ "ebis.c.pageurl" ], + "scriptSrc": [ + "\\.ebis\\.ne\\.jp/" + ], "description": "AD EBiS is an advertising and marketing platform that offers advertisement effectiveness measurement, access and user analysis.", "website": "https://www.ebis.ne.jp" }, "ADAPT": { + "cats": [ + 6 + ], "meta": { "image": [ "assets\\.adapt\\.ws/" @@ -154,6 +252,9 @@ "website": "https://adapt.ws" }, "ADFOX": { + "cats": [ + 36 + ], "js": [ "adfox_getcodescript", "adfoxasyncparams", @@ -165,14 +266,26 @@ "website": "https://adfox.yandex.ru" }, "AFThemes CoverNews": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/covernews(?:-pro)?/" + ], "description": "AFThemes CoverNews is a clean and elegant free WordPress theme that is perfect for online blog and magazine.", "website": "https://afthemes.com/products/covernews" }, "ALL-INKL": { + "cats": [ + 88 + ], "description": "ALL-INKL is a German-based web hosting provider that promises to offer high-performance services for fair prices.", "website": "https://all-inkl.com" }, "AMP": { + "cats": [ + 12 + ], "html": [ "\u003chtml[^\u003e]* (?:amp|⚡)[^-]", "\u003clink rel=\"amphtml\"" @@ -181,6 +294,9 @@ "website": "https://www.amp.dev" }, "AMP for WordPress": { + "cats": [ + 87 + ], "meta": { "generator": [ "^amp plugin v(\\d+\\.\\d+.*)$\\;version:\\1" @@ -193,29 +309,51 @@ "website": "https://amp-wp.org" }, "AOLserver": { + "cats": [ + 22 + ], "headers": { "server": "aolserver/?([\\d.]+)?\\;version:\\1" }, "website": "https://aolserver.com" }, "AOS": { + "cats": [ + 59 + ], "js": [ "aos.init", "aos.refresh", "aos.refreshhard" ], + "scriptSrc": [ + "/typo3conf/ext/udem_vendor/resources/public/aos-([\\d\\.]+)\\;version:\\1", + "unpkg\\.com/aos@([\\d\\.]+)/dist/aos\\.js\\;version:\\1" + ], "description": "JavaScript library to animate elements on your page as you scroll.", "website": "https://michalsnik.github.io/aos/" }, "APC": { + "cats": [ + 99 + ], "description": "APC offers door-to-door parcel and mail delivery.", "website": "https://www.apc-pli.com" }, "ARI Network Services": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.ari-secure\\.com/" + ], "description": "ARI Network Services provides website, software, and data solutions to help dealers, distributors, and OEMs improve their selling process.", "website": "https://arinet.com" }, "ASP.NET Boilerplate": { + "cats": [ + 18 + ], "js": [ "abp.aspnetboilerplate.version", "abp.timing.utcclockprovider" @@ -227,6 +365,9 @@ "website": "https://www.aspnetboilerplate.com" }, "AT Internet Analyzer": { + "cats": [ + 10 + ], "js": [ "atinternet", "xtsite" @@ -234,16 +375,31 @@ "website": "https://atinternet.com/en" }, "AT Internet XiTi": { + "cats": [ + 10 + ], "js": [ "xt_click" ], + "scriptSrc": [ + "xiti\\.com/hit\\.xiti" + ], "website": "https://atinternet.com/en" }, "ATSHOP": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.atshop\\.io" + ], "description": "ATSHOP is an all-in-one ecommerce platform.", "website": "https://atshop.io" }, "AWIN": { + "cats": [ + 71 + ], "cookies": { "_aw_xid": "", "bagawin": "" @@ -251,10 +407,16 @@ "js": [ "awin.tracking" ], + "scriptSrc": [ + "dwin1\\.com" + ], "description": "AWIN is a global affiliate marketing network.", "website": "https://www.awin.com" }, "AWS Certificate Manager": { + "cats": [ + 70 + ], "implies": [ "Amazon Web Services" ], @@ -262,9 +424,15 @@ "website": "https://aws.amazon.com/certificate-manager/" }, "AWS WAF Captcha": { + "cats": [ + 16 + ], "headers": { "x-amzn-waf-action": "^captcha$" }, + "scriptSrc": [ + "captcha\\.awswaf\\.com/" + ], "implies": [ "Amazon Web Services" ], @@ -272,6 +440,9 @@ "website": "https://docs.aws.amazon.com/waf/latest/developerguide/waf-captcha.html" }, "AWStats": { + "cats": [ + 10 + ], "meta": { "generator": [ "awstats ([\\d.]+(?: \\(build [\\d.]+\\))?)\\;version:\\1" @@ -283,6 +454,9 @@ "website": "https://awstats.sourceforge.net" }, "AbhiCMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "abhicms\\s([\\d\\.]+)\\;version:\\1" @@ -296,6 +470,9 @@ "website": "https://website999.org" }, "Abicart": { + "cats": [ + 6 + ], "meta": { "generator": [ "abicart", @@ -306,6 +483,9 @@ "website": "https://abicart.com/" }, "Absorb": { + "cats": [ + 21 + ], "cookies": { "_absorb_ui_session": "" }, @@ -316,22 +496,44 @@ "website": "https://www.absorblms.com" }, "Accentuate Custom Fields": { + "cats": [ + 100 + ], + "scripts": [ + "\\.accentuate\\.io/" + ], "description": "Accentuate Custom Fields is the professional and de facto solution to easily extend your Shopify store with your own custom fields such multi-language text fields, images, checkboxes, dates, selection list and custom JSON objects.", "website": "https://www.accentuate.io" }, "AccessTrade": { + "cats": [ + 71 + ], + "scriptSrc": [ + "accesstrade\\.net/js/", + "click\\.accesstra\\.de/js/nct/lp\\.js" + ], "description": "AccessTrade is an affiliate marketing platform based on the CPA model developed by Interspace Co.", "website": "https://accesstrade.global/" }, "AccessiBe": { + "cats": [ + 68 + ], "js": [ "acsb", "acsbjs" ], + "scriptSrc": [ + "acsbapp?\\.com/.*/acsb\\.js" + ], "description": "AccessiBe is an accessibility overlay which claims to provide ADA and WCAG compliance. The system scans and analyzes a website, and applies adjustments which they claim make your website ADA and WCAG 2.1 compliant.", "website": "https://accessibe.com" }, "Accessibility Toolbar Plugin": { + "cats": [ + 68 + ], "js": [ "micaccesstool.prototype.opencloseboxkeyboard" ], @@ -339,24 +541,47 @@ "website": "https://webworks.ga/acc_toolbar" }, "Accessible360": { + "cats": [ + 68 + ], + "scriptSrc": [ + "/accessible360/accessible-slick/slick/slick\\.min\\.js\\?v=([\\d\\.]+)\\;version:\\1", + "/npm/@accessible360/accessible-slick@([\\d\\.]+)/\\;version:\\1" + ], "description": "Accessible360 is a web accessibility company based in Edina, Minnesota.", "website": "https://accessible360.com" }, "Accessibly": { + "cats": [ + 68 + ], "js": [ "accessibilitywidget.name" ], + "scriptSrc": [ + "accessibly\\.onthemapmarketing\\.com" + ], "description": "Accessibly is an app which is designed to assist with meeting certain requirements of WCAG 2.1 using an overlay solution.", "website": "https://www.onthemapmarketing.com/accessibly/" }, "Accesso": { + "cats": [ + 6, + 72 + ], "js": [ "accesso" ], + "scriptSrc": [ + "/embed/accesso\\.js" + ], "description": "Accesso provides ticketing, ecommerce and Point-of-Sale (PoS) solutions.", "website": "https://accesso.com/" }, "Acconsento.click": { + "cats": [ + 67 + ], "js": [ "acconsentoapi", "acconsentocreateelement" @@ -365,10 +590,16 @@ "website": "https://shop.acconsento.click" }, "AccuWeather": { + "cats": [ + 5 + ], "description": "AccuWeather provides weather forecasts and warnings and additional weather products and services.", "website": "https://partners.accuweather.com" }, "Ace": { + "cats": [ + 24 + ], "js": [ "ace.editor", "ace.editsession", @@ -378,6 +609,9 @@ "website": "https://github.com/ajaxorg/ace" }, "Ackee": { + "cats": [ + 10 + ], "js": [ "ackeetracker" ], @@ -385,6 +619,9 @@ "website": "https://ackee.electerious.com" }, "Acoustic Experience Analytics": { + "cats": [ + 10 + ], "js": [ "tealeaf", "tlt.config.core.modules.tlcookie", @@ -394,6 +631,13 @@ "website": "https://acoustic.com/tealeaf" }, "Acquia Campaign Factory": { + "cats": [ + 32 + ], + "scriptSrc": [ + "maestro\\.mautic\\.com", + "mautic\\.net" + ], "implies": [ "Mautic" ], @@ -401,6 +645,12 @@ "website": "https://www.acquia.com/products/marketing-cloud/campaign-factory" }, "Acquia Cloud IDE": { + "cats": [ + 47 + ], + "scriptSrc": [ + "https?:\\/\\/.+\\.web\\.ahdev\\.cloud" + ], "implies": [ "Acquia Cloud Platform" ], @@ -408,6 +658,9 @@ "website": "https://www.acquia.com/products/drupal-cloud/cloud-ide" }, "Acquia Cloud Platform": { + "cats": [ + 62 + ], "headers": { "x-ah-environment": "^(next)?.*$\\;version:\\1?next:" }, @@ -418,6 +671,9 @@ "website": "https://www.acquia.com/products/drupal-cloud/cloud-platform" }, "Acquia Cloud Platform CDN": { + "cats": [ + 31 + ], "headers": { "via": "acquia platform cdn (.+)\\;version:\\1" }, @@ -427,6 +683,12 @@ "website": "https://docs.acquia.com/cloud-platform/platformcdn/" }, "Acquia Cloud Site Factory": { + "cats": [ + 88 + ], + "scriptSrc": [ + "sites\\/g\\/files" + ], "implies": [ "Acquia Cloud Platform", "Drupal Multisite" @@ -435,9 +697,15 @@ "website": "https://www.acquia.com/products/drupal-cloud/site-factory" }, "Acquia Content Hub": { + "cats": [ + 19 + ], "headers": { "content-security-policy": "content-hub\\.acquia\\.com" }, + "scriptSrc": [ + "content-hub\\.acquia\\.com" + ], "implies": [ "Acquia Cloud Platform" ], @@ -445,19 +713,33 @@ "website": "https://www.acquia.com/products/drupal-cloud/content-hub" }, "Acquia Customer Data Platform": { + "cats": [ + 97 + ], "js": [ "$a1", "$a1config", "agiloneobject" ], + "scriptSrc": [ + "^https?:\\/\\/.+\\.agilone\\.com", + "^https?:\\/\\/scripts\\.agilone\\.com\\/latest\\/a1.js" + ], "description": "Acquia Customer Data Platform (formerly AgilOne) is a customer data platform for Drupal.", "website": "https://www.acquia.com/products/marketing-cloud/customer-data-platform" }, "Acquia Personalization": { + "cats": [ + 10, + 76 + ], "js": [ "_tcaq", "acquialift" ], + "scriptSrc": [ + "lift\\.acquia\\.com" + ], "implies": [ "Acquia Cloud Platform\\;confidence:95" ], @@ -465,6 +747,12 @@ "website": "https://www.acquia.com/products/marketing-cloud/personalization" }, "Acquia Site Studio": { + "cats": [ + 51 + ], + "scriptSrc": [ + "sites/\\w*/files/cohesion" + ], "implies": [ "Acquia Cloud Platform" ], @@ -472,30 +760,52 @@ "website": "https://www.acquia.com/products/drupal-cloud/site-studio" }, "Acquire Cobrowse": { + "cats": [ + 19, + 103 + ], "js": [ "acquirecobrowsertc", "acquirecobrowsesettings", "acquireconfignodeserver" ], + "scriptSrc": [ + "\\.acquire\\.io/cobrowse/" + ], "description": "Acquire Cobrowse is a safe and secure method of interacting with a customer's browser without downloading any additional software.", "website": "https://acquire.io/co-browsing" }, "Acquire Live Chat": { + "cats": [ + 52 + ], "js": [ "_acquire_init_config", "acquire" ], + "scriptSrc": [ + "\\.acquire\\.io/(?!cobrowse)" + ], "description": "Acquire is a multi-channel customer support platform designed to provide real-time customer support to customers.", "website": "https://acquire.io" }, "Act-On": { + "cats": [ + 32 + ], "js": [ "acton" ], + "scriptSrc": [ + "/cdnr/\\d+/acton/bn/tracker/\\d+" + ], "description": "Act-On is a cloud-based SaaS product for marketing automation.", "website": "https://act-on.com" }, "ActBlue": { + "cats": [ + 111 + ], "js": [ "actblue.__configuration" ], @@ -503,6 +813,10 @@ "website": "https://secure.actblue.com" }, "Actito": { + "cats": [ + 32, + 76 + ], "cookies": { "smartfocus": "" }, @@ -510,24 +824,47 @@ "_actgoal", "smartfocus" ], + "scriptSrc": [ + "\\.advisor\\.smartfocus\\.com", + "cdn\\.actito\\.be" + ], "description": "Actito is an agile SaaS marketing automation platform.", "website": "https://www.actito.com" }, "ActiveCampaign": { + "cats": [ + 32, + 75 + ], "js": [ "acenabletracking" ], + "scriptSrc": [ + "\\.ac-page\\.com", + "\\.activehosted\\.com", + "\\.app-us1\\.com", + "plugins/activecampaign-subscription-forms/site_tracking\\.js" + ], "description": "ActiveCampaign is email and marketing automation software.", "website": "https://www.activecampaign.com" }, "Acuity Scheduling": { + "cats": [ + 72 + ], "js": [ "acuity_modal_init" ], + "scriptSrc": [ + "\\.acuityscheduling\\.com" + ], "description": "Acuity Scheduling is a cloud-based appointment scheduling software solution.", "website": "https://acuityscheduling.com" }, "AcuityAds": { + "cats": [ + 36 + ], "js": [ "acuityadseventqueue", "acuityadspixelkey" @@ -539,10 +876,19 @@ "website": "https://www.acuityads.com" }, "Ad Lightning": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.adlightning\\.com" + ], "description": "Ad Lightning is an programmatic ads monitoring and audit service.", "website": "https://www.adlightning.com" }, "AdBridg": { + "cats": [ + 36 + ], "js": [ "adbridg.cmd" ], @@ -550,24 +896,43 @@ "website": "https://www.adbridg.com" }, "AdInfinity": { + "cats": [ + 36 + ], + "scriptSrc": [ + "adinfinity\\.com\\.au" + ], "website": "https://adinfinity.com.au" }, "AdOcean": { + "cats": [ + 36 + ], "js": [ "ado.master", "ado.placement", "ado.slave" ], + "scriptSrc": [ + "adocean\\.pl/files/js/ado\\.js", + "adocean\\.pl\\;confidence:80" + ], "implies": [ "Gemius" ], "website": "https://adocean-global.com" }, "AdOpt": { + "cats": [ + 67 + ], "js": [ "adopt_website_code", "adoptapp.domain" ], + "scriptSrc": [ + "tag\\.goadopt\\.io/" + ], "implies": [ "Svelte" ], @@ -575,6 +940,9 @@ "website": "https://goadopt.io" }, "AdRecover": { + "cats": [ + 36 + ], "js": [ "adrecover.ap" ], @@ -582,25 +950,41 @@ "website": "https://www.adrecover.com" }, "AdRiver": { + "cats": [ + 36 + ], "js": [ "adfoxbiddersmap.adriver", "adriver", "adrivercounter", "adriverprebid" ], + "scriptSrc": [ + "\\.adriver\\.ru/" + ], "description": "AdRiver is a company which provide internet advertising management and audit software.", "website": "https://adriver.ru" }, "AdRoll": { + "cats": [ + 36, + 77 + ], "js": [ "adroll_adv_id", "adroll_pix_id", "adroll_version" ], + "scriptSrc": [ + "(?:a|s)\\.adroll\\.com" + ], "description": "AdRoll is a digital marketing technology platform that specializes in retargeting.", "website": "https://adroll.com" }, "AdRoll CMP System": { + "cats": [ + 67 + ], "js": [ "__adroll_consent", "__adroll_consent_is_gdpr" @@ -609,31 +993,52 @@ "website": "https://www.adroll.com/features/consent-management" }, "AdScale": { + "cats": [ + 36 + ], "js": [ "_adscale", "adscaleaddtocart", "adscaleviewproduct" ], + "scriptSrc": [ + "\\.adscale\\.com/" + ], "description": "AdScale is a cloud-based, AI-powered performance optimisation platform which utilises machine learning to automate and optimise AdWords campaigns across Google Search, Google Shopping, Google Display, and YouTube.", "website": "https://www.adscale.com" }, "AdThrive": { + "cats": [ + 36 + ], "js": [ "adthrive", "adthrivevideosinjected" ], + "scriptSrc": [ + "ads\\.adthrive\\.com" + ], "description": "AdThrive is an online advertising network aka ad provider for bloggers for blog monetisation.", "website": "https://www.adthrive.com" }, "Ada": { + "cats": [ + 52 + ], "js": [ "__adaembedconstructor", "adaembed" ], + "scriptSrc": [ + "\\.ada\\.support" + ], "description": "Ada is an automated customer experience company that provides chat bots used in customer support.", "website": "https://www.ada.cx" }, "AdaSiteCompliance": { + "cats": [ + 68 + ], "js": [ "adaschelper", "adastoolboxappstate" @@ -642,25 +1047,46 @@ "website": "https://adasitecompliance.com" }, "Adabra": { + "cats": [ + 32 + ], "js": [ "adabra_version_panel", "adabra_version_track", "adabrapreview" ], + "scriptSrc": [ + "track\\.adabra\\.com" + ], "description": "Adabra is a SaaS omnichannel marketing automation platform to help boost sales. Adabra allows you to manage user segmentation, create workflow and campaigns through email, social, SMS and more.", "website": "https://www.adabra.com" }, "Adally": { + "cats": [ + 68 + ], + "scriptSrc": [ + "cloudfront\\.net/.*/adally\\.js" + ], "website": "https://adally.com/" }, "Adalyser": { + "cats": [ + 36 + ], "js": [ "adalysermodules" ], + "scriptSrc": [ + "c5\\.adalyser\\.com" + ], "description": "Adalyser is an online platform offering the tools needed to get up and running with TV advertising.", "website": "https://adalyser.com/" }, "Adcash": { + "cats": [ + 36 + ], "js": [ "ac_bgclick_url", "ct_nopp", @@ -670,31 +1096,65 @@ "suloaded", "suurl" ], + "scriptSrc": [ + "^[^\\/]*//(?:[^\\/]+\\.)?adcash\\.com/(?:script|ad)/" + ], "website": "https://adcash.com" }, "AddEvent": { + "cats": [ + 72 + ], + "scriptSrc": [ + "//addevent\\.com/" + ], "description": "AddEvent is used to Add to Calendar and event tools for websites and newsletters.", "website": "https://www.addevent.com" }, "AddShoppers": { + "cats": [ + 5, + 10 + ], + "scriptSrc": [ + "(?:cdn\\.)?shop\\.pe/widget/" + ], "description": "AddShoppers is the social media marketing command center for small-medium online retailers.", "website": "https://www.addshoppers.com" }, "AddThis": { + "cats": [ + 5 + ], "js": [ "addthis" ], + "scriptSrc": [ + "addthis\\.com/js/" + ], "description": "AddThis is a social bookmarking service that can be integrated into a website with the use of a web widget.", "website": "https://www.addthis.com" }, "AddToAny": { + "cats": [ + 5 + ], "js": [ "a2apage_init" ], + "scriptSrc": [ + "addtoany\\.com/menu/page\\.js" + ], "description": "AddToAny is a universal sharing platform that can be integrated into a website by use of a web widget or plugin.", "website": "https://www.addtoany.com" }, "AddToAny Share Buttons": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/add-to-any/addtoany\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "AddToAny" ], @@ -702,22 +1162,43 @@ "website": "https://github.com/projectestac/wordpress-add-to-any" }, "Addi": { + "cats": [ + 91 + ], + "scriptSrc": [ + "s3\\.amazonaws\\.com/widgets\\.addi\\.com/bundle\\.min\\.js" + ], "description": "Addi is a service that allows users to make purchases and pay for them in installments over time", "website": "https://co.addi.com/" }, "Addsearch": { + "cats": [ + 29 + ], "js": [ "addsearchclient", "addsearchui" ], + "scriptSrc": [ + "//addsearch\\.com/js/" + ], "description": "Addsearch is a site search solution for small and large websites.", "website": "https://www.addsearch.com/" }, "Adform": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.adform\\.net/" + ], "description": "Adform is an all-in-one platform for digital advertising.", "website": "https://site.adform.com" }, "Adjust": { + "cats": [ + 10 + ], "js": [ "adjust.initsdk" ], @@ -725,10 +1206,19 @@ "website": "https://www.adjust.com" }, "Adloox": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.adlooxtracking\\.com/" + ], "description": "Adloox is a European-born buy-side ad verification and insights company.", "website": "https://www.adloox.com" }, "Adminer": { + "cats": [ + 3 + ], "html": [ "adminer\u003c/a\u003e \u003cspan class=\"version\"\u003e([\\d.]+)\u003c/span\u003e\\;version:\\1", "onclick=\"bodyclick\\(event\\);\" onload=\"verifyversion\\('([\\d.]+)'\\);\"\u003e\\;version:\\1" @@ -739,29 +1229,51 @@ "website": "https://www.adminer.org" }, "Admiral": { + "cats": [ + 19 + ], "js": [ "admiral" ], + "scripts": [ + "admiral(?:-engaged|:enabled)" + ], "description": "Admiral is a Visitor Relationship Management (VRM) platform.", "website": "https://www.getadmiral.com" }, "Admitad": { + "cats": [ + 71 + ], "js": [ "admitad", "admitad" ], + "scriptSrc": [ + "artfut\\.com/static/(?:tracking|crossdevice)\\.min\\.js", + "cdn\\.admitad\\.com" + ], "description": "Admitad is an affiliate network that acts as an intermediary between advertisers and publishers.", "website": "https://www.admitad.com" }, "Admixer": { + "cats": [ + 36 + ], "js": [ "admixerads", "admixerml" ], + "scriptSrc": [ + "\\.admixer\\.net/" + ], "description": "Admixer is an independent adtech company developing an ecosystem of full-stack programmatic solutions.", "website": "https://admixer.com" }, "Admo.tv": { + "cats": [ + 36 + ], "js": [ "admo_config", "admo_tt" @@ -770,13 +1282,22 @@ "website": "https://www.admo.tv" }, "Adnegah": { + "cats": [ + 36 + ], "headers": { "x-advertising-by": "adnegah\\.net" }, + "scriptSrc": [ + "\\.adnegah\\.net/" + ], "description": "Adnegah is a digital marketing and internet advertising agency.", "website": "https://adnegah.net" }, "Adobe Analytics": { + "cats": [ + 10 + ], "js": [ "s_c_il.0._c", "s_c_il.0.constructor.name", @@ -795,6 +1316,9 @@ "website": "https://www.adobe.com/analytics/adobe-analytics.html" }, "Adobe Audience Manager": { + "cats": [ + 86 + ], "cookies": { "aam_uuid": "", "demdex": "" @@ -803,6 +1327,9 @@ "website": "https://business.adobe.com/products/audience-manager/adobe-audience-manager.html" }, "Adobe Client Data Layer": { + "cats": [ + 12 + ], "js": [ "adobedatalayer.version" ], @@ -810,6 +1337,9 @@ "website": "https://github.com/adobe/adobe-client-data-layer" }, "Adobe ColdFusion": { + "cats": [ + 18 + ], "js": [ "_cfemails" ], @@ -819,12 +1349,18 @@ "html": [ "\u003c!-- start headertags\\.cfm" ], + "scriptSrc": [ + "/cfajax/" + ], "implies": [ "CFML" ], "website": "https://adobe.com/products/coldfusion-family.html" }, "Adobe DTM": { + "cats": [ + 42 + ], "js": [ "_satellite.builddate" ], @@ -832,6 +1368,9 @@ "website": "https://marketing.adobe.com/resources/help/en_US/dtm/c_overview.html" }, "Adobe Dynamic Media Classic": { + "cats": [ + 95 + ], "headers": { "content-security-policy": "\\.scene7\\.com" }, @@ -839,11 +1378,22 @@ "website": "https://business.adobe.com/uk/products/experience-manager/scene7-login.html" }, "Adobe Experience Manager": { + "cats": [ + 1 + ], "html": [ "\u003cdiv class=\"[^\"]*aem-grid", "\u003cdiv class=\"[^\"]*parbase", "\u003cdiv[^\u003e]+data-component-path=\"[^\"+]jcr:" ], + "scripts": [ + "aem-(?:gridcolumn|apps/)" + ], + "scriptSrc": [ + "/etc/clientlibs/", + "/etc/designs/", + "/etc\\.clientlibs/" + ], "implies": [ "Java" ], @@ -851,10 +1401,19 @@ "website": "https://www.adobe.com/marketing/experience-manager.html" }, "Adobe Experience Manager Franklin": { + "cats": [ + 1 + ], + "scriptSrc": [ + "^.+/scripts/lib-franklin\\.js$" + ], "description": "Adobe Experience Manager Franklin, also known as Project Helix or Composability, is a new way to publish AEM pages using Google Drive or Microsoft Office via Sharepoint. Instead of components, Franklin uses blocks to build pages. Blocks are pieces of a document that will be transformed into web page content.", "website": "https://www.hlx.live" }, "Adobe Experience Platform Identity Service": { + "cats": [ + 97 + ], "js": [ "s_c_il.0._c", "s_c_il.1._c", @@ -867,6 +1426,9 @@ "website": "https://docs.adobe.com/content/help/en/id-service/using/home.html" }, "Adobe Experience Platform Launch": { + "cats": [ + 42 + ], "js": [ "_satellite.buildinfo" ], @@ -874,10 +1436,16 @@ "website": "https://docs.adobelaunch.com/getting-started" }, "Adobe Flash": { + "cats": [ + 27 + ], "description": "Adobe Flash is a multimedia software platform used for production of animations, rich web applications and embedded web browser video players.", "website": "https://www.adobe.com/products/flashplayer" }, "Adobe GoLive": { + "cats": [ + 20 + ], "meta": { "generator": [ "adobe golive(?:\\s([\\d.]+))?\\;version:\\1" @@ -887,6 +1455,9 @@ "website": "https://www.adobe.com/products/golive" }, "Adobe Portfolio": { + "cats": [ + 51 + ], "meta": { "twitter:site": [ "@adobeportfolio" @@ -896,6 +1467,9 @@ "website": "https://portfolio.adobe.com" }, "Adobe RoboHelp": { + "cats": [ + 4 + ], "js": [ "gbwhlang", "gbwhmsg", @@ -903,6 +1477,9 @@ "gbwhutil", "gbwhver" ], + "scriptSrc": [ + "(?:wh(?:utils|ver|proxy|lang|topic|msg)|ehlpdhtm)\\.js" + ], "meta": { "generator": [ "^adobe robohelp(?: ([\\d]+))?\\;version:\\1" @@ -912,6 +1489,10 @@ "website": "https://adobe.com/products/robohelp.html" }, "Adobe Target": { + "cats": [ + 74, + 76 + ], "js": [ "adobe.target", "adobe.target.version" @@ -920,6 +1501,9 @@ "website": "https://www.adobe.com/marketing/target.html" }, "AdonisJS": { + "cats": [ + 18 + ], "cookies": { "adonis-session": "", "adonis-session-values": "" @@ -930,31 +1514,58 @@ "website": "https://adonisjs.com" }, "Advally": { + "cats": [ + 36 + ], "js": [ "advally" ], + "scriptSrc": [ + "cdn\\.adligature\\.com/.+/advally-([\\d.]+)\\.js\\;version:\\1" + ], "description": "Advally is an advertising platform for publishers.", "website": "https://www.advally.com" }, "Advanced Custom Fields": { + "cats": [ + 87 + ], "js": [ "acf", "acfl10n" ], + "scriptSrc": [ + "/wp-content/plugins/advanced-custom-fields(?:-pro)?/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Advanced Custom Fields is a WordPress plugin which allows you to add extra content fields to your WordPress edit screens.", "website": "https://www.advancedcustomfields.com" }, "Advert Stream": { + "cats": [ + 36 + ], "js": [ "advst_is_above_the_fold" ], + "scriptSrc": [ + "(?:ad\\.advertstream\\.com|adxcore\\.com)" + ], "website": "https://www.advertstream.com" }, "Adverticum": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.adverticum\\.net/" + ], "description": "Adverticum is the developer and operator of Hungary's market leading online ad serving solution, the Adverticum AdServer.", "website": "https://adverticum.net" }, "Adyen": { + "cats": [ + 41 + ], "js": [ "adyen.encrypt.version" ], @@ -962,6 +1573,9 @@ "website": "https://www.adyen.com" }, "Aegea": { + "cats": [ + 11 + ], "headers": { "x-powered-by": "^(?:e2\\s)?aegea\\s(?:v)?([\\d\\.]+)\\;version:\\1" }, @@ -973,6 +1587,9 @@ "website": "https://blogengine.ru" }, "Aero Commerce": { + "cats": [ + 6 + ], "js": [ "aeroevents.on" ], @@ -980,22 +1597,50 @@ "website": "https://www.aerocommerce.com" }, "Affilae": { + "cats": [ + 71 + ], + "scriptSrc": [ + "static\\.affilae\\.com/(?:.+v([\\d\\.]+)|.+)?\\.js\\;version:\\1" + ], "description": "Affilae is an affiliate marketing platform that enables brands to connect, collaborate with influencers and affiliates.", "website": "https://affilae.com" }, "Affiliate B": { + "cats": [ + 71, + 36 + ], + "scriptSrc": [ + "t\\.afi-b\\.com" + ], "description": "Affiliate B is an advertising system that allows site operators (HP, blogs, e-mail newsletters, etc.) to place advertiser advertisements on their own sites.", "website": "https://affiliate-b.com" }, "Affiliate Future": { + "cats": [ + 71 + ], + "scriptSrc": [ + "tags\\.affiliatefuture\\.com" + ], "description": "Affiliate Future is a provider of advertisers with marketing solution through its affiliate network and tools.", "website": "https://affiliatefuture.com" }, "Affiliatly": { + "cats": [ + 71 + ], + "scriptSrc": [ + "static\\.affiliatly\\.com/" + ], "description": "Affiliatly is an affiliate marketing software for ecommerce store owners.", "website": "https://www.affiliatly.com" }, "Affilio": { + "cats": [ + 71 + ], "js": [ "affilio.widget" ], @@ -1003,31 +1648,57 @@ "website": "https://affilio.ir" }, "Affilo": { + "cats": [ + 71, + 100 + ], + "scriptSrc": [ + "//affilo\\.io/" + ], "description": "Affilo is an all-in-one solution for referrals and affiliate marketing.", "website": "https://affilo.io" }, "Affirm": { + "cats": [ + 41, + 91 + ], "js": [ "_affirm_config", "affirm.rollbar" ], + "scriptSrc": [ + "\\.affirm\\.com/js/v([\\d\\.]+)/affirm\\.js\\;version:\\1" + ], "description": "Affirm is a loan company that allows users to buy goods or services offered by online merchants and pay off those purchases in fixed monthly payments.", "website": "https://www.affirm.com" }, "Afosto": { + "cats": [ + 6 + ], "headers": { "x-powered-by": "afosto saas bv\\;version:2.0" }, "website": "https://afosto.com" }, "AfterBuy": { + "cats": [ + 6 + ], "js": [ "afterbuystring" ], + "scriptSrc": [ + "\\.afterbuy\\.de/" + ], "description": "AfterBuy is a software company that specialises in ecommerce software for small to enterprise level businesses.", "website": "https://www.afterbuy.de" }, "AfterShip": { + "cats": [ + 107 + ], "js": [ "aftership.__version__" ], @@ -1035,10 +1706,17 @@ "website": "https://www.aftership.com" }, "AfterShip Returns Center": { + "cats": [ + 102 + ], "description": "AfterShip Returns Center is an interactive self-service return solution.", "website": "https://www.aftership.com/returns" }, "Afterpay": { + "cats": [ + 41, + 91 + ], "js": [ "afterpay", "afterpay.version", @@ -1048,10 +1726,20 @@ "afterpaywidgethtml", "checkout.enabledpayments.afterpay" ], + "scriptSrc": [ + "afterpay-products\\.min\\.js", + "js\\.stripe\\.com/v3/fingerprinted/js/elements-afterpay-clearpay-message-.+\\.js", + "portal\\.afterpay\\.com", + "present-afterpay\\.js", + "static\\.afterpay\\.com" + ], "description": "Afterpay is a 'buy now, pay later' platform that makes it possible to pay off purchased goods in fortnightly instalments.", "website": "https://www.afterpay.com/" }, "Ahoy": { + "cats": [ + 10 + ], "cookies": { "ahoy_track": "", "ahoy_visit": "", @@ -1067,6 +1755,10 @@ "website": "https://github.com/ankane/ahoy" }, "Ahrefs": { + "cats": [ + 54, + 10 + ], "meta": { "ahrefs-site-verification": [] }, @@ -1074,9 +1766,16 @@ "website": "https://ahrefs.com" }, "AiSpeed": { + "cats": [ + 92, + 100 + ], "js": [ "aispeed_init" ], + "scriptSrc": [ + "aispeed\\.js" + ], "implies": [ "Shopify" ], @@ -1084,15 +1783,24 @@ "website": "https://apps.shopify.com/aispeed" }, "Aimtell": { + "cats": [ + 32 + ], "js": [ "_aimtellload", "_aimtellpushtoken", "_aimtellwebhook" ], + "scriptSrc": [ + "cdn\\.aimtell\\.\\w+/" + ], "description": "Aimtell is a cloud-hosted marketing platform that allows digital marketers and businesses to deliver web-based push notifications.", "website": "https://aimtell.com" }, "Air360": { + "cats": [ + 10 + ], "js": [ "air360.sdk_version" ], @@ -1100,6 +1808,9 @@ "website": "https://www.air360.io" }, "AirRobe": { + "cats": [ + 5 + ], "js": [ "airrobe.app_id" ], @@ -1107,28 +1818,53 @@ "website": "https://airrobe.com" }, "Aircall": { + "cats": [ + 52 + ], + "scriptSrc": [ + "^https?://cdn\\.aircall\\.io/" + ], "description": "Aircall is a cloud-based phone system for customer support and sales teams.", "website": "https://aircall.io" }, "Airee": { + "cats": [ + 31 + ], "headers": { "server": "^airee" }, "website": "https://xn--80aqc2a.xn--p1ai" }, "Airform": { + "cats": [ + 110 + ], "description": "Airform is a functional HTML forms for front-end developers.", "website": "https://airform.io" }, "Airship": { + "cats": [ + 32, + 10 + ], + "scriptSrc": [ + "urbanairship\\.\\w+/notify/v([\\d.]+)\\;version:\\1" + ], "description": "Airship is an American company that provides marketing and branding services. Airship allows companies to generate custom messages to consumers via push notifications, SMS messaging, and similar, and provides customer analytics services.", "website": "https://www.airship.com" }, "Airtable": { + "cats": [ + 5 + ], "description": "Airtable is a low-code platform for building collaborative apps.", "website": "https://www.airtable.com" }, "Akamai": { + "cats": [ + 31 + ], "headers": { "x-akamai-transformed": "", "x-edgeconnect-midmile-rtt": "", @@ -1138,6 +1874,9 @@ "website": "https://akamai.com" }, "Akamai Bot Manager": { + "cats": [ + 16 + ], "cookies": { "ak_bmsc": "", "bm_sv": "", @@ -1150,9 +1889,16 @@ "website": "https://www.akamai.com/us/en/products/security/bot-manager.jsp" }, "Akamai Web Application Protector": { + "cats": [ + 16 + ], "js": [ "aksb" ], + "scriptSrc": [ + "aksb\\.min\\.js\\;confidence:50", + "ds-aksb-a\\.akamaihd\\.net/aksb.min.js" + ], "implies": [ "Akamai" ], @@ -1160,6 +1906,9 @@ "website": "https://www.akamai.com/us/en/products/security/web-application-protector-enterprise-waf-firewall-ddos-protection.jsp" }, "Akamai mPulse": { + "cats": [ + 78 + ], "cookies": { "akaas_ab-testing": "" }, @@ -1176,6 +1925,9 @@ "website": "https://developer.akamai.com/akamai-mpulse-real-user-monitoring-solution" }, "Akaunting": { + "cats": [ + 55 + ], "headers": { "x-akaunting": "^free accounting software$" }, @@ -1190,37 +1942,68 @@ "website": "https://akaunting.com" }, "Akilli Ticaret": { + "cats": [ + 6 + ], "js": [ "akillitel" ], + "scriptSrc": [ + "\\.akilliticaret\\.com/" + ], "description": "Akilli Ticaret is an all-in-one ecommerce platform from Turkey.", "website": "https://akilliticaret.com" }, "Akinon": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn-mgsm\\.akinon\\.net/" + ], "description": "Akinon is a cloud-based headless commerce platform with an integrated application suite including omnichannel and marketplace capabilities, mobile and in-store solutions, and an OMS.", "website": "https://www.akinon.com/" }, "Akismet": { + "cats": [ + 87 + ], "js": [ "ak_js.checkvalidity" ], + "scriptSrc": [ + "/wp-content/plugins/akismet/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Akismet is a service that filters spam from comments, trackbacks, and contact form messages.", "website": "https://akismet.com" }, "Akka HTTP": { + "cats": [ + 18, + 22 + ], "headers": { "server": "akka-http(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://akka.io" }, "Aklamio": { + "cats": [ + 94 + ], "headers": { "content-security-policy": "\\.aklamio\\.com" }, + "scriptSrc": [ + "\\.aklamio\\.com/" + ], "description": "Aklamio is a solution for enterprise level referral marketing and customer incentivisation.", "website": "https://www.aklamio.com" }, "Aksara CMS": { + "cats": [ + 1 + ], "implies": [ "Bootstrap", "CodeIgniter", @@ -1233,27 +2016,49 @@ "website": "https://aksaracms.com" }, "Albacross": { + "cats": [ + 10, + 77 + ], "js": [ "_nqsv" ], + "scriptSrc": [ + "\\.albacross\\.com" + ], "description": "Albacross is a lead generation and account intelligence platform. It helps marketing and sales teams identify their ideal customers visiting their website and gives them the insights they need to generate more qualified leads, make prospecting more efficient and close more deals.", "website": "https://albacross.com" }, "AlertifyJS": { + "cats": [ + 12 + ], "js": [ "alertify.defaults.autoreset" ], + "scriptSrc": [ + "/alertify/alertify\\.min\\.js" + ], "description": "AlertifyJS is a javascript framework for developing browser dialogs and notifications.", "website": "https://alertifyjs.com" }, "Alexa Certified Site Metrics": { + "cats": [ + 10 + ], "js": [ "_atrk_opts.domain" ], + "scriptSrc": [ + "\\.cloudfront\\.net/atrk\\.js" + ], "description": "Alexa Certified Site Metrics is an analytics service wich monitors and analyses web traffic and can be used to keep track of user behavior.", "website": "https://support.alexa.com/hc/en-us/sections/200063374" }, "Algolia": { + "cats": [ + 29 + ], "cookies": { "_algolia": "" }, @@ -1273,6 +2078,9 @@ "website": "https://www.algolia.com" }, "Algolia DocSearch": { + "cats": [ + 5 + ], "js": [ "docsearch.version" ], @@ -1283,6 +2091,10 @@ "website": "https://docsearch.algolia.com" }, "Ali Reviews": { + "cats": [ + 90, + 100 + ], "js": [ "alireviews_tags" ], @@ -1290,10 +2102,19 @@ "website": "https://apps.shopify.com/ali-reviews" }, "Alibaba Cloud CDN": { + "cats": [ + 31 + ], + "scriptSrc": [ + "\\.alicdn\\.com/" + ], "description": "Alibaba Cloud CDN is a global network of servers designed to deliver high-performance, low-latency content to users around the world. It is a cloud-based service provided by Alibaba Cloud, a subsidiary of the Alibaba Group, that enables businesses to accelerate the delivery of their web content, including images, videos, and static files, to end-users.", "website": "https://www.alibabacloud.com/product/content-delivery-network" }, "Alibaba Cloud Object Storage Service": { + "cats": [ + 63 + ], "headers": { "x-oss-object-type": "", "x-oss-request-id": "", @@ -1303,10 +2124,20 @@ "website": "https://www.alibabacloud.com/product/object-storage-service" }, "Alibaba Cloud Verification Code": { + "cats": [ + 16 + ], + "scriptSrc": [ + "cf\\.aliyun\\.com/" + ], "description": "Alibaba Cloud Verification Code is a security feature provided by Alibaba Cloud to help protect user accounts from unauthorised access.", "website": "https://help.aliyun.com/document_detail/193141.html" }, "All in One SEO Pack": { + "cats": [ + 54, + 87 + ], "html": [ "\u003c!-- all in one seo pack ([\\d.]+) \\;version:\\1" ], @@ -1314,10 +2145,19 @@ "website": "https://aioseo.com" }, "Alli": { + "cats": [ + 54 + ], + "scriptSrc": [ + "\\.alliai\\.com/" + ], "description": "Alli is artificial intelligence for search engine optimisation.", "website": "https://www.alliai.com" }, "Alliance Auth": { + "cats": [ + 69 + ], "implies": [ "Bootstrap", "Django", @@ -1329,9 +2169,15 @@ "website": "https://gitlab.com/allianceauth/allianceauth" }, "AlloyUI": { + "cats": [ + 12 + ], "js": [ "aui" ], + "scriptSrc": [ + "^https?://cdn\\.alloyui\\.com/" + ], "implies": [ "Bootstrap", "YUI" @@ -1339,10 +2185,19 @@ "website": "https://www.alloyui.com" }, "Allyable": { + "cats": [ + 68 + ], + "scriptSrc": [ + "portal\\.allyable\\.com/" + ], "description": "Allyable is an automated web accessibility solution with an AI engine.", "website": "https://allyable.com" }, "AlmaLinux": { + "cats": [ + 28 + ], "headers": { "server": "almalinux" }, @@ -1350,6 +2205,9 @@ "website": "https://almalinux.org" }, "Alpine Linux": { + "cats": [ + 28 + ], "headers": { "x-powered-by": "alpine" }, @@ -1357,19 +2215,34 @@ "website": "https://www.alpinelinux.org" }, "Alpine.js": { + "cats": [ + 12 + ], "js": [ "alpine.version" ], "html": [ "\u003c[^\u003e]+[^\\w-]x-data[^\\w-][^\u003c]+\\;confidence:75" ], + "scriptSrc": [ + "/alpine(?:\\.min)?\\.js" + ], "website": "https://github.com/alpinejs/alpine" }, "AlternC": { + "cats": [ + 9 + ], + "scriptSrc": [ + "js/alternc\\.js" + ], "description": "AlternC is a set of software management on Linux shared hosting.", "website": "https://alternc.com" }, "AlumnIQ": { + "cats": [ + 111 + ], "cookies": { "alumniq-online-giving": "" }, @@ -1377,6 +2250,9 @@ "website": "https://www.alumniq.com/platform/" }, "AlvandCMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "alvandcms\\s([\\d\\.]+)\\;version:\\1" @@ -1390,6 +2266,9 @@ "website": "https://alvandcms.ir" }, "Amaya": { + "cats": [ + 20 + ], "meta": { "generator": [ "amaya(?: v?([\\d.]+[a-z]))?\\;version:\\1" @@ -1399,6 +2278,9 @@ "website": "https://www.w3.org/Amaya" }, "Amazon ALB": { + "cats": [ + 65 + ], "cookies": { "awsalb": "", "awsalbcors": "" @@ -1410,14 +2292,29 @@ "website": "https://aws.amazon.com/elasticloadbalancing/" }, "Amazon Advertising": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.amazon-adsystem\\.com" + ], "description": "Amazon Advertising (formerly AMS or Amazon Marketing Services) is a service that works in a similar way to pay-per-click ads on Google.", "website": "https://advertising.amazon.com" }, "Amazon Associates": { + "cats": [ + 71 + ], + "scriptSrc": [ + "\\.associates-amazon\\.com" + ], "description": "Amazon Associates is an affiliate marketing program that allows website owners and bloggers to create links and earn referral fees when customers click through and buy products from Amazon.", "website": "https://affiliate-program.amazon.com" }, "Amazon Aurora": { + "cats": [ + 34 + ], "implies": [ "Amazon Web Services" ], @@ -1425,6 +2322,9 @@ "website": "https://aws.amazon.com/rds/aurora" }, "Amazon CloudFront": { + "cats": [ + 31 + ], "headers": { "via": "\\(cloudfront\\)$", "x-amz-cf-id": "" @@ -1436,6 +2336,9 @@ "website": "https://aws.amazon.com/cloudfront/" }, "Amazon CloudWatch RUM": { + "cats": [ + 78 + ], "js": [ "awsrum", "awsrumclient", @@ -1446,6 +2349,9 @@ "website": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-RUM.html" }, "Amazon Cognito": { + "cats": [ + 69 + ], "implies": [ "Amazon Web Services" ], @@ -1453,6 +2359,9 @@ "website": "https://aws.amazon.com/cognito/" }, "Amazon EC2": { + "cats": [ + 22 + ], "headers": { "server": "\\(amazon\\)" }, @@ -1463,6 +2372,9 @@ "website": "https://aws.amazon.com/ec2/" }, "Amazon ECS": { + "cats": [ + 63 + ], "headers": { "server": "^ecs" }, @@ -1473,6 +2385,9 @@ "website": "https://aws.amazon.com/ecs/" }, "Amazon EFS": { + "cats": [ + 48 + ], "implies": [ "Amazon Web Services" ], @@ -1480,6 +2395,9 @@ "website": "https://aws.amazon.com/efs/" }, "Amazon ELB": { + "cats": [ + 65 + ], "cookies": { "awselb": "" }, @@ -1493,12 +2411,19 @@ "website": "https://aws.amazon.com/elasticloadbalancing/" }, "Amazon Pay": { + "cats": [ + 41 + ], "js": [ "amazonpayments", "enableamazonpay", "offamazonpayments", "onamazonpaymentsready" ], + "scriptSrc": [ + "/amazonpayments(?:\\.min)?\\.js", + "\\.payments-amazon\\.com/" + ], "meta": { "id": [ "amazon-payments-metadata" @@ -1508,11 +2433,17 @@ "website": "https://pay.amazon.com" }, "Amazon S3": { + "cats": [ + 31 + ], "headers": { "content-security-policy": "s3[^ ]*amazonaws\\.com", "content-security-policy-report-only": "s3[^ ]*\\.amazonaws\\.com", "server": "^amazons3$" }, + "scriptSrc": [ + "s3[^ ]*\\.amazonaws\\.com/" + ], "implies": [ "Amazon Web Services" ], @@ -1520,6 +2451,9 @@ "website": "https://aws.amazon.com/s3/" }, "Amazon SES": { + "cats": [ + 75 + ], "implies": [ "Amazon Web Services" ], @@ -1527,6 +2461,9 @@ "website": "https://aws.amazon.com/ses/" }, "Amazon Web Services": { + "cats": [ + 62 + ], "headers": { "x-amz-delete-marker": "", "x-amz-err-code": "", @@ -1541,6 +2478,9 @@ "website": "https://aws.amazon.com/" }, "Amazon Webstore": { + "cats": [ + 6 + ], "js": [ "amzn" ], @@ -1548,23 +2488,42 @@ "website": "https://aws.amazon.com/marketplace/pp/Amazon-Web-Services-Amazon-Webstore/B007NLVI2S" }, "Ambassador": { + "cats": [ + 94 + ], "js": [ "_mbsy.integrations" ], + "scriptSrc": [ + "cdn\\.getambassador\\.com/" + ], "description": "Ambassador is a marketer-friendly software that simplifies referral marketing and helps automating the enrolment, tracking, rewarding and management process.", "website": "https://www.getambassador.com" }, "Amber": { + "cats": [ + 18, + 22 + ], "headers": { "x-powered-by": "^amber$" }, "website": "https://amberframework.org" }, "American Express": { + "cats": [ + 41 + ], "description": "American Express, also known as Amex, facilitates electronic funds transfers throughout the world, most commonly through branded credit cards, debit cards and prepaid cards.", "website": "https://www.americanexpress.com" }, "Ametys": { + "cats": [ + 1 + ], + "scriptSrc": [ + "ametys\\.js" + ], "meta": { "generator": [ "(?:ametys|anyware technologies)" @@ -1576,10 +2535,19 @@ "website": "https://ametys.org" }, "Amex Express Checkout": { + "cats": [ + 41 + ], + "scriptSrc": [ + "aexp-static\\.com" + ], "description": "Amex Express Checkout is a service that simplifies the checkout experience by auto-filling necessary cardholder payment data into merchant checkout fields.", "website": "https://www.americanexpress.com/us/express-checkout/" }, "Amiro.CMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "amiro" @@ -1593,10 +2561,16 @@ "website": "https://www.amiro.ru" }, "Amobee": { + "cats": [ + 36 + ], "description": "Amobee is a cloud-based advertising and data management platform.", "website": "https://www.amobee.com" }, "Amplience": { + "cats": [ + 1 + ], "js": [ "ampliancetemplates" ], @@ -1604,55 +2578,112 @@ "website": "https://amplience.com" }, "Amplitude": { + "cats": [ + 10 + ], "js": [ "__amplitude__", "amplitude_key", "amplitudeclient" ], + "scriptSrc": [ + "cdn\\.(?:segment.+)?amplitude(?:\\.com|-plugins)" + ], "description": "Amplitude is a web and mobile analytics solution with cross-platform user journey tracking, user behavior analysis and segmentation capabilities.", "website": "https://amplitude.com" }, "Analysys Ark": { + "cats": [ + 10 + ], "cookies": { "ark_id": "" }, "js": [ "analysysagent" ], + "scriptSrc": [ + "analysysfangzhou_js_sdk\\.min\\.js\\?v=([\\d.]+)\\;version:\\1" + ], "website": "https://ark.analysys.cn" }, "Analyzee": { + "cats": [ + 10 + ], "js": [ "analyzee._session", "analyzee._sessionextend" ], + "scriptSrc": [ + "cdn\\.analyzee\\.io/sdk/(.*)\\.js" + ], "description": "Analyzee is an analytics tool that allows you to gain insights into visitor behavior and optimise your website's user experience using heatmaps and other analytics features.", "website": "https://analyzee.io" }, "AndersNoren Baskerville": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/baskerville(?:-2)?/" + ], "description": "AndersNoren Baskerville is a responsive and retina-ready masonry WordPress theme for hoarders.", "website": "https://andersnoren.se/teman/baskerville-wordpress-theme" }, "AndersNoren Fukasawa": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/fukasawa/" + ], "description": "AndersNoren Fukasawa is a minimal masonry style blog WordPress theme for photographers and collectors.", "website": "https://andersnoren.se/teman/fukasawa-wordpress-theme" }, "AndersNoren Hemingway": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/hemingway/" + ], "description": "AndersNoren Hemingway is a clean and beautiful two-column WordPress theme for bloggers.", "website": "https://andersnoren.se/teman/hemingway-wordpress-theme" }, "AndersNoren Hitchcock": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/hitchcock/" + ], "description": "AndersNoren Hitchcock is a portfolio WordPress theme for designers, photographers and other creatives.", "website": "https://andersnoren.se/teman/hitchcock-wordpress-theme" }, "AndersNoren Lovecraft": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/lovecraft/" + ], "description": "AndersNoren Lovecraft is a beautiful two-column WordPress theme for bloggers.", "website": "https://andersnoren.se/teman/lovecraft-wordpress-theme" }, "Anetwork": { + "cats": [ + 36 + ], + "scriptSrc": [ + "static-cdn\\.anetwork\\.ir/" + ], "website": "https://www.anetwork.ir" }, "Angie": { + "cats": [ + 22 + ], "headers": { "server": "^angie(?:/([\\d\\.]+))?$\\;version:\\1" }, @@ -1664,6 +2695,9 @@ "website": "https://angie.software/en/" }, "Angular": { + "cats": [ + 12 + ], "js": [ "ng.coretokens", "ng.probe" @@ -1675,9 +2709,15 @@ "website": "https://angular.io" }, "Angular Material": { + "cats": [ + 66 + ], "js": [ "ngmaterial" ], + "scriptSrc": [ + "/([\\d.rc-]+)?/angular-material(?:\\.min)?\\.js\\;version:\\1" + ], "implies": [ "AngularJS" ], @@ -1685,6 +2725,9 @@ "website": "https://material.angularjs.org" }, "AngularDart": { + "cats": [ + 18 + ], "js": [ "ngtestabilityregistries" ], @@ -1694,6 +2737,9 @@ "website": "https://webdev.dartlang.org/angular/" }, "AngularJS": { + "cats": [ + 12 + ], "js": [ "angular", "angular.version.full" @@ -1702,18 +2748,38 @@ "\u003c(?:div|html)[^\u003e]+ng-app=", "\u003cng-app" ], + "scriptSrc": [ + "(?!angular\\.io)\\bangular.{0,32}\\.js", + "/([\\d.]+(?:-?rc[.\\d]*)*)/angular(?:\\.min)?\\.js\\;version:\\1", + "angular[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1" + ], "description": "AngularJS is a JavaScript-based open-source web application framework led by the Angular Team at Google.", "website": "https://angularjs.org" }, "Animate.css": { + "cats": [ + 66 + ], "description": "Animate.css is a ready-to-use library collection of CSS3 animation effects.", "website": "https://animate.style" }, "Aniview Ad Server": { + "cats": [ + 36 + ], + "scriptSrc": [ + "^(?!.*player).*aniview\\.com/" + ], "description": "Aniview Ad Server is a technology developed by Aniview, a company that specialises in providing video advertising solutions. The Aniview Ad Server is a platform designed to manage and serve video ads to publishers, advertisers, and agencies.", "website": "https://aniview.com/video-ad-servers/" }, "Aniview Video Ad Player": { + "cats": [ + 14 + ], + "scriptSrc": [ + "player\\.aniview\\.com/script/([\\d\\.]+)/\\;version:\\1" + ], "implies": [ "Aniview Ad Server" ], @@ -1721,14 +2787,23 @@ "website": "https://aniview.com/video-ad-player/" }, "AnswerDash": { + "cats": [ + 5 + ], "js": [ "answerdash", "answerdash.__plugin" ], + "scriptSrc": [ + "\\.answerdash\\.com/" + ], "description": "AnswerDash is a question and answer platform that serves business customers thereby reducing support costs and revealing customer needs.", "website": "https://www.answerdash.com" }, "Ant Design": { + "cats": [ + 66 + ], "js": [ "antd.version" ], @@ -1740,6 +2815,9 @@ "website": "https://ant.design" }, "AntV G2": { + "cats": [ + 25 + ], "js": [ "g2.chart", "g2.version" @@ -1748,6 +2826,9 @@ "website": "https://g2plot.antv.vision" }, "AntV G6": { + "cats": [ + 25 + ], "js": [ "g6.graph", "g6.version" @@ -1756,6 +2837,9 @@ "website": "https://g6.antv.vision" }, "Antee IPO": { + "cats": [ + 1 + ], "js": [ "ipo.api.hidespinner" ], @@ -1768,10 +2852,19 @@ "website": "https://ipo.antee.cz" }, "Anthology Encompass": { + "cats": [ + 53 + ], "description": "Anthology Encompass is a constituent engagement management provider or educational institutions that provides modules to help you manage events, websites and content, data, and more.", "website": "https://www.anthology.com/products/lifecycle-engagement/alumni-and-advancement/anthology-encompass" }, "AntiBot.Cloud": { + "cats": [ + 16 + ], + "scriptSrc": [ + "/antibot8/static/peel\\.js" + ], "meta": { "generator": [ "antibot\\.cloud\\sv\\.\\s([\\d\\.]+)\\;version:\\1" @@ -1781,17 +2874,32 @@ "website": "https://antibot.cloud" }, "Antsomi CDP 365": { + "cats": [ + 97 + ], + "scriptSrc": [ + "\\.cdp\\.asia/" + ], "description": "Antsomi CDP 365 is a AI-enabled customer data platform from Southeast Asia.", "website": "https://www.antsomi.com" }, "AnyClip": { + "cats": [ + 36 + ], "js": [ "anyclip" ], + "scriptSrc": [ + "\\.anyclip\\.com" + ], "description": "AnyClip is a video engagement platform that uses an AI-driven content analysis engine to analyze and categorize video content in real-time to create personalised video feeds.", "website": "https://www.anyclip.com" }, "Apache APISIX": { + "cats": [ + 22 + ], "headers": { "server": "^apisix(?:/([\\d\\.]+))?$\\;version:\\1", "x-apisix-upstream-status": "" @@ -1800,6 +2908,9 @@ "website": "https://apisix.apache.org" }, "Apache HTTP Server": { + "cats": [ + 22 + ], "headers": { "server": "(?:apache(?:$|/([\\d.]+)|[^/-])|(?:^|\\b)httpd)\\;version:\\1" }, @@ -1807,9 +2918,15 @@ "website": "https://httpd.apache.org/" }, "Apache JSPWiki": { + "cats": [ + 8 + ], "html": [ "\u003chtml[^\u003e]* xmlns:jspwiki=" ], + "scriptSrc": [ + "jspwiki" + ], "implies": [ "Apache Tomcat" ], @@ -1817,6 +2934,9 @@ "website": "https://jspwiki.org" }, "Apache Tomcat": { + "cats": [ + 22 + ], "headers": { "server": "^apache-coyote", "x-powered-by": "\\btomcat\\b(?:-([\\d.]+))?\\;version:\\1" @@ -1828,6 +2948,9 @@ "website": "https://tomcat.apache.org" }, "Apache Traffic Server": { + "cats": [ + 22 + ], "headers": { "server": "ats/?([\\d.]+)?\\;version:\\1" }, @@ -1835,6 +2958,9 @@ "website": "https://trafficserver.apache.org/" }, "Apache Wicket": { + "cats": [ + 18 + ], "js": [ "wicket" ], @@ -1845,6 +2971,9 @@ "website": "https://wicket.apache.org" }, "Apereo CAS": { + "cats": [ + 69 + ], "implies": [ "Java", "PHP" @@ -1853,6 +2982,9 @@ "website": "https://www.apereo.org/projects/cas" }, "ApexCharts.js": { + "cats": [ + 25 + ], "js": [ "apexcharts" ], @@ -1860,6 +2992,9 @@ "website": "https://apexcharts.com" }, "ApexChat": { + "cats": [ + 52 + ], "js": [ "apexchat", "apexchat_dompopup_chatwindow_client" @@ -1868,6 +3003,9 @@ "website": "https://www.apexchat.com" }, "ApexPages": { + "cats": [ + 51 + ], "headers": { "x-powered-by": "salesforce\\.com apexpages" }, @@ -1877,21 +3015,45 @@ "website": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_intro.htm" }, "Apigee": { + "cats": [ + 4, + 19 + ], + "scriptSrc": [ + "/profiles/apigee" + ], "description": "Apigee is an API gateway management tool to exchange data across cloud services and applications", "website": "https://cloud.google.com/apigee/" }, "Apisearch": { + "cats": [ + 29 + ], + "scriptSrc": [ + "static\\.apisearch\\.cloud" + ], "description": "Apisearch is a real-time search platform for ecommerce.", "website": "https://apisearch.io" }, "Aplazame": { + "cats": [ + 41, + 91 + ], "js": [ "aplazame" ], + "scriptSrc": [ + "aplazame\\.com/static/aplazame\\.js", + "cdn\\.aplazame\\.com/aplazame\\.js" + ], "description": "Aplazame is a consumer credit company that provides instant financing service for online purchases. It combines an overtime payment method integrated at the ecommerce checkout with marketing tools to enable ecommerce to use financing as a promotional lever to boost sales.", "website": "https://aplazame.com" }, "Apollo": { + "cats": [ + 59 + ], "js": [ "__apollo_client__", "__apollo_client__.version", @@ -1905,10 +3067,19 @@ "website": "https://www.apollographql.com" }, "Apollo13Themes Rife": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/rife(?:-free)?/(?:.+script\\.min\\.js(?:\\?ver=([\\d\\.]+)))?\\;version:\\1" + ], "description": "Apollo13Themes Rife is a great portfolio and photography WordPress theme with 7 ready-to-use demo layouts.", "website": "https://apollo13themes.com/rife" }, "ApostropheCMS": { + "cats": [ + 1 + ], "js": [ "apos.csrfcookiename", "apos_dialogs.dialogattributes" @@ -1920,55 +3091,95 @@ "website": "https://apostrophecms.com" }, "AppDynamics": { + "cats": [ + 10, + 78 + ], "js": [ "adrum.conf.agentver" ], + "scriptSrc": [ + "adrum" + ], "description": "AppDynamics is an application performance management (APM) and IT operations analytics (ITOA) company based in San Francisco.", "website": "https://appdynamics.com" }, "AppNexus": { + "cats": [ + 36 + ], "js": [ "appnexus", "appnexusvideo" ], + "scriptSrc": [ + "adnxs\\.(?:net|com)" + ], "description": "AppNexus is a cloud-based software platform that enables and optimizes programmatic online advertising.", "website": "https://appnexus.com" }, "Appcues": { + "cats": [ + 58 + ], "js": [ "appcues" ], + "scriptSrc": [ + "fast\\.appcues\\.com" + ], "description": "Appcues is a solution for measuring and improving product adoption.", "website": "https://www.appcues.com/" }, "Appian": { + "cats": [ + 62 + ], "js": [ "_appian_proxies_initialized", "appian", "appian", "webpackjsonpappian" ], + "scriptSrc": [ + "tempo/ui/sail-client/embeddedbootstrap\\.nocache\\.js" + ], "description": "Appian is an enterprise low-code application platform.", "website": "https://www.appian.com" }, "Apple Business Chat": { + "cats": [ + 52 + ], "js": [ "applebusinesschat.version" ], + "scriptSrc": [ + "/apple_business_chat_commerce/.+/apple_message_button_v([\\d\\.]+)\\.js\\;version:\\1" + ], "description": "Apple Business Chat is a service from Apple that allows your organization to directly chat with your customers using the Messages app.", "website": "https://developer.apple.com/documentation/businesschat" }, "Apple MapKit JS": { + "cats": [ + 35 + ], "js": [ "mapkit._tileprovider" ], "headers": { "content-security-policy": "\\.apple-mapkit\\.com" }, + "scriptSrc": [ + "//cdn\\.apple-mapkit\\.com/mk/([\\d\\.\\w]+)\\;version:\\1" + ], "description": "Apple MapKit JS lets you embed interactive maps directly into your websites across platforms and operating systems, including iOS and Android.", "website": "https://developer.apple.com/maps/web/" }, "Apple Pay": { + "cats": [ + 41 + ], "js": [ "applepay", "applepaybuttonclicked", @@ -1981,9 +3192,15 @@ "website": "https://www.apple.com/apple-pay" }, "Apple Sign-in": { + "cats": [ + 69 + ], "js": [ "appleid" ], + "scriptSrc": [ + "appleid\\.auth\\.js" + ], "meta": { "appleid-signin-client-id": [] }, @@ -1991,14 +3208,26 @@ "website": "https://developer.apple.com/sign-in-with-apple/" }, "Apple iCloud Mail": { + "cats": [ + 30 + ], "description": "Apple iCloud Mail is a webmail service provided by Apple, Inc.", "website": "https://www.apple.com/icloud/" }, "ApplicantStack": { + "cats": [ + 101 + ], + "scriptSrc": [ + "\\.applicantstack\\.com/" + ], "description": "ApplicantStack is a full-service applicant tracking system that automates and streamlines all stages of the hiring process.", "website": "https://www.applicantstack.com" }, "Application Request Routing": { + "cats": [ + 65 + ], "headers": { "x-powered-by": "^arr/([\\d\\.]+)$\\;version:\\1" }, @@ -2009,17 +3238,29 @@ "website": "https://www.iis.net/downloads/microsoft/application-request-routing" }, "Appointy": { + "cats": [ + 72 + ], "description": "Appointy is a cloud-based scheduling solution that helps professionals and businesses to manage their appointment scheduling activities and routines.", "website": "https://www.appointy.com/" }, "Appsflyer": { + "cats": [ + 10 + ], "js": [ "appsflyersdkobject" ], + "scriptSrc": [ + "websdk\\.appsflyer\\.com" + ], "description": "AppsFlyer is a SaaS mobile marketing analytics and attribution platform.", "website": "https://www.appsflyer.com/" }, "Apptus": { + "cats": [ + 76 + ], "cookies": { "apptus.customerkey": "", "apptus.sessionkey": "" @@ -2029,14 +3270,23 @@ "apptusdebug", "apptusesales" ], + "scriptSrc": [ + "cdn\\.esales\\.apptus\\.com.+(?:apptus-esales-api-([\\d.]+))\\.min\\.js\\;version:\\1" + ], "description": "Apptus is an AI-powered ecommerce optimisation software provider.", "website": "https://www.apptus.com" }, "Aprimo": { + "cats": [ + 95 + ], "description": "Aprimo is a United States-based company that develops and sells marketing automation software and digital asset management technology.", "website": "https://www.aprimo.com" }, "AptusShop": { + "cats": [ + 6 + ], "meta": { "generator": [ "^aptusshop\\.pl$" @@ -2046,6 +3296,9 @@ "website": "https://www.aptusshop.pl" }, "AquilaCMS": { + "cats": [ + 1 + ], "meta": { "powered-by": [ "aquilacms" @@ -2062,10 +3315,16 @@ "website": "https://www.aquila-cms.com/" }, "Arastta": { + "cats": [ + 6 + ], "headers": { "arastta": "^(.+)$\\;version:\\1", "x-arastta": "" }, + "scriptSrc": [ + "arastta\\.js" + ], "implies": [ "PHP" ], @@ -2073,14 +3332,24 @@ "website": "https://arastta.org" }, "Arc": { + "cats": [ + 31 + ], "js": [ "arc.p2pclient", "arcwidgetjsonp" ], + "scriptSrc": [ + "arc\\.io/widget\\.js" + ], "description": "Arc is a peer-to-peer CDN that pays site owners for using it. Instead of expensive servers in distant datacenters, Arc's network is comprised of browsers.", "website": "https://arc.io" }, "Arc XP": { + "cats": [ + 1, + 95 + ], "js": [ "fusion.arcsite" ], @@ -2088,10 +3357,20 @@ "website": "https://www.arcxp.com" }, "ArcGIS API for JavaScript": { + "cats": [ + 35 + ], + "scriptSrc": [ + "basemaps\\.arcgis\\.com", + "js\\.arcgis\\.com" + ], "description": "ArcGIS API for JavaScript is a tool used to embed maps and tasks in web applications.", "website": "https://developers.arcgis.com/javascript/" }, "Arena": { + "cats": [ + 5 + ], "js": [ "arenahub.arenaidentify", "arenaim.initializeliveblog", @@ -2101,23 +3380,41 @@ "website": "https://arena.im" }, "Arreva": { + "cats": [ + 111 + ], + "scriptSrc": [ + "/arreva-onlinedonations-portlet/" + ], "description": "Arreva is a fundraising software that provides the ability to mobilise constituents using the donor tracking system.", "website": "https://www.arreva.com" }, "Arsys Domain Parking": { + "cats": [ + 109 + ], "description": "Arsys is a Spanish domain registrar.", "website": "https://www.arsys.es" }, "Artifactory": { + "cats": [ + 47 + ], "js": [ "artifactoryupdates" ], "html": [ "\u003cspan class=\"version\"\u003eartifactory(?: pro)?(?: power pack)?(?: ([\\d.]+))?\\;version:\\1" ], + "scriptSrc": [ + "wicket/resource/org\\.artifactory\\." + ], "website": "https://jfrog.com/open-source/#os-arti" }, "Artifactory Web Server": { + "cats": [ + 22 + ], "headers": { "server": "artifactory(?:/([\\d.]+))?\\;version:\\1" }, @@ -2127,6 +3424,10 @@ "website": "https://jfrog.com/open-source/#os-arti" }, "Aruba.it": { + "cats": [ + 88, + 62 + ], "headers": { "x-servername": "\\.aruba\\.it" }, @@ -2134,6 +3435,9 @@ "website": "https://www.aruba.it" }, "ArvanCloud": { + "cats": [ + 31 + ], "js": [ "arvancloud" ], @@ -2144,6 +3448,9 @@ "website": "https://www.arvancloud.ir" }, "Arya CMS": { + "cats": [ + 1 + ], "js": [ "aryacms" ], @@ -2151,10 +3458,18 @@ "website": "https://sndigitalhub.com" }, "Asana": { + "cats": [ + 13 + ], "description": "Asana is a web and mobile application designed to help teams organize, track, and manage their work.", "website": "https://asana.com" }, "AsciiDoc": { + "cats": [ + 1, + 20, + 27 + ], "js": [ "asciidoc" ], @@ -2167,6 +3482,9 @@ "website": "https://www.methods.co.nz/asciidoc" }, "Asciidoctor": { + "cats": [ + 4 + ], "meta": { "generator": [ "^asciidoctor\\s([\\d\\.]+)$\\;version:\\1" @@ -2179,6 +3497,9 @@ "website": "https://github.com/asciidoctor/asciidoctor" }, "Asciinema": { + "cats": [ + 14 + ], "js": [ "asciinema", "asciinemaplayer" @@ -2186,18 +3507,34 @@ "html": [ "\u003casciinema-player" ], + "scriptSrc": [ + "asciinema\\.org/" + ], "description": "Asciinema is a free and open-source solution for recording terminal sessions and sharing them on the web.", "website": "https://asciinema.org/" }, "Asendia": { + "cats": [ + 99 + ], "description": "Asendia is an international mail joint venture of French La Poste and Swiss Post.", "website": "https://www.asendia.com" }, "Asgaros Forum": { + "cats": [ + 87, + 2 + ], + "scriptSrc": [ + "/wp-content/plugins/asgaros-forum/" + ], "description": "Asgaros Forum is a lightweight and simple forum plugin for WordPress.", "website": "https://www.asgaros.de" }, "Assertive Yield": { + "cats": [ + 36 + ], "js": [ "assertive.predict" ], @@ -2205,14 +3542,28 @@ "website": "https://www.assertiveyield.com" }, "Astra": { + "cats": [ + 80 + ], + "scriptSrc": [ + "themes/astra\\s*\\.js(?:\\?ver=([0-9.]+))?\\;version:\\1" + ], "description": "Astra is a fast, lightweight, and highly customizable WordPress Theme.", "website": "https://wpastra.com/" }, "Astra Widgets": { + "cats": [ + 87, + 5 + ], "description": "Astra Widgets is a handy little free plugin that lets you display address, list icons or social profiles within the Astra Theme.", "website": "https://wpastra.com/did-you-know-astra-is-widget-ready" }, "Astro": { + "cats": [ + 57, + 12 + ], "js": [ "astro" ], @@ -2225,21 +3576,43 @@ "website": "https://astro.build" }, "Astute Solutions": { + "cats": [ + 53 + ], + "scriptSrc": [ + "\\.iperceptions\\.com" + ], "description": "Astute Solutions is a customer engagement software.", "website": "https://astutesolutions.com" }, "Atatus": { + "cats": [ + 78, + 13 + ], "js": [ "atatus.version" ], + "scriptSrc": [ + "/atatus\\.js" + ], "description": "Atatus is a full-stack observability tool that let you identify the performance bottlenecks and helps you optimise your application at the right time.", "website": "https://www.atatus.com" }, "Athena Search": { + "cats": [ + 29 + ], + "scriptSrc": [ + "wp-content/plugins/athena-search" + ], "description": "Athena Search is a customizable autocomplete, feature-rich dashboard, smart predictions, real-time reports search engine developed from scratch by Syncit Group’s.", "website": "https://www.athenasearch.io" }, "Atlassian Bitbucket": { + "cats": [ + 47 + ], "js": [ "bitbucket" ], @@ -2258,6 +3631,9 @@ "website": "https://www.atlassian.com/software/bitbucket/overview/" }, "Atlassian Confluence": { + "cats": [ + 8 + ], "headers": { "x-confluence-request-time": "" }, @@ -2271,6 +3647,9 @@ "website": "https://www.atlassian.com/software/confluence/overview/team-collaboration-software" }, "Atlassian FishEye": { + "cats": [ + 47 + ], "cookies": { "fesessionid": "" }, @@ -2280,6 +3659,9 @@ "website": "https://www.atlassian.com/software/fisheye/overview/" }, "Atlassian Jira": { + "cats": [ + 13 + ], "js": [ "jira.id" ], @@ -2297,10 +3679,22 @@ "website": "https://www.atlassian.com/software/jira/overview/" }, "Atlassian Jira Issue Collector": { + "cats": [ + 13, + 47 + ], + "scriptSrc": [ + "atlassian\\.jira\\.collector\\.plugin", + "jira-issue-collector-plugin" + ], "description": "Atlassian Jira Issue Collector is a tool used to download a list of websites using with email addresses, phone numbers and LinkedIn profiles.", "website": "https://www.atlassian.com/software/jira/overview/" }, "Atlassian Statuspage": { + "cats": [ + 13, + 62 + ], "headers": { "x-statuspage-skip-logging": "", "x-statuspage-version": "" @@ -2312,45 +3706,80 @@ "website": "https://www.atlassian.com/software/statuspage" }, "Atome": { + "cats": [ + 91 + ], "js": [ "atomewidget" ], + "scriptSrc": [ + "gateway\\.apaylater\\.com/" + ], "description": "Atome is a brand that allows users to purchase products online and pay for them in monthly installments.", "website": "https://www.atome.sg/" }, "Attentive": { + "cats": [ + 76 + ], "js": [ "__attentive", "__attentive_domain", "attn_email_save" ], + "scriptSrc": [ + "cdn\\.attn\\.tv" + ], "description": "Attentive is a personalised mobile messaging platform that helps retail \u0026 ecommerce brands acquire, retain, and interact with mobile shoppers.", "website": "https://www.attentivemobile.com" }, "Attraqt": { + "cats": [ + 29, + 76 + ], "js": [ "_attraqt" ], + "scriptSrc": [ + "cdn\\.attraqt\\.io" + ], "description": "Attraqt provides AI-driven search, merchandising and personalisation solutions.", "website": "https://www.attraqt.com/" }, "AudioEye": { + "cats": [ + 68 + ], "js": [ "$ae.attrhooks", "window.audioeye.version" ], + "scriptSrc": [ + "(?:\\.)?audioeye\\.com/(?:ae\\.js)?" + ], "description": "AudioEye is an accessibility overlay which claims to provide ADA and WCAG accessibility compliance.", "website": "https://www.audioeye.com" }, "Audiohook": { + "cats": [ + 36 + ], "description": "Audiohook specializes in programmatic audio advertising.", "website": "https://www.audiohook.com" }, "Aument": { + "cats": [ + 75, + 98 + ], "description": "Aument is an ecommerce toolbox with easy to use marketing actions and workflows.", "website": "https://aument.io" }, "Aura": { + "cats": [ + 66 + ], "js": [ "aura.app" ], @@ -2358,32 +3787,60 @@ "website": "https://github.com/forcedotcom/aura" }, "Aurelia": { + "cats": [ + 12 + ], "js": [ "_aureliaconfiguremoduleloader", "localaurelia" ], + "scriptSrc": [ + "/aurelia[\\d\\w\\-\\.]+\\.js" + ], "description": "Aurelia is an open-source UI JavaScript framework designed to create single page applications.", "website": "https://aurelia.io" }, "Auryc": { + "cats": [ + 10 + ], "js": [ "aurycjslibconfig.base.code_version" ], + "scriptSrc": [ + "cdn\\.auryc\\.com/" + ], "description": "Auryc is a client-side journey intelligence platform that surfaces real-time insights.", "website": "https://www.auryc.com" }, "Australia Post": { + "cats": [ + 99 + ], "description": "Australia Post is the government business enterprise that provides postal services in Australia.", "website": "https://auspost.com.au" }, "Auth0": { + "cats": [ + 69 + ], "headers": { "x-auth0-requestid": "" }, + "scriptSrc": [ + "/auth0(?:-js)?/([\\d.]+)/auth0(?:.min)?\\.js\\;version:\\1", + "/auth0-js@([\\d.]+)/([a-z]+)/auth0\\.min\\.js\\;version:\\1" + ], "description": "Auth0 provides authentication and authorisation as a service.", "website": "https://auth0.github.io/auth0.js/index.html" }, "Auth0 Lock": { + "cats": [ + 69 + ], + "scriptSrc": [ + "/lock/([\\d.]+)/lock(?:.min)?\\.js\\;version:\\1" + ], "implies": [ "Auth0" ], @@ -2391,10 +3848,17 @@ "website": "https://auth0.com/docs/libraries/lock" }, "Autoketing": { + "cats": [ + 32 + ], "description": "Autoketing is a marketing automation platform.", "website": "https://autoketing.com" }, "Autoketing Product Reviews": { + "cats": [ + 100, + 90 + ], "js": [ "autoketingproduct_reivew" ], @@ -2406,23 +3870,44 @@ "website": "https://apps.shopify.com/product-reviews-autoketing" }, "Automatad": { + "cats": [ + 36 + ], + "scriptSrc": [ + "//go\\.automatad\\.com/" + ], "description": "Automatad is a digital media products company that provides a suite of programmatic monetisation solutions.", "website": "https://automatad.com/" }, "Automatic.css": { + "cats": [ + 66, + 87 + ], "description": "Automatic.css is a CSS framework for WordPress page builders.", "website": "https://automaticcss.com" }, "Automizely": { + "cats": [ + 32 + ], "js": [ "am_consent_sdk.product", "amstorefrontkit.hrequesteventtarget", "automizelyconversions" ], + "scriptSrc": [ + "\\.automizely\\.com/" + ], "description": "Automizely creates and manages enterprise-level marketing automation systems including contact and CRM mappings, lead funnels, email nurture, lead-generating pages, and blog posts, and website integrations.", "website": "https://www.automizely.com/marketing" }, "Autopilot": { + "cats": [ + 32, + 74, + 75 + ], "js": [ "autopilot", "autopilotanywhere" @@ -2431,37 +3916,76 @@ "website": "https://www.autopilothq.com" }, "Autoptimize": { + "cats": [ + 87, + 92 + ], + "scriptSrc": [ + "/wp-content/plugins/autoptimize/.+\\.js(?:\\?ao_version=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Autoptimize is a WordPress plugin that optimises website performance by aggregating, minifying, and compressing HTML, CSS, and JavaScript files.", "website": "https://autoptimize.com" }, "Avada AVASHIP": { + "cats": [ + 100 + ], "js": [ "avada_fsb.bars" ], + "scriptSrc": [ + "freeshippingbar\\.apps\\.avada\\.io/" + ], "description": "Avada AVASHIP is an order tracking Shopify app.", "website": "https://apps.shopify.com/avaship" }, "Avada Boost Sales": { + "cats": [ + 100, + 5 + ], "js": [ "avada_bs_last_update" ], + "scriptSrc": [ + "boostsales\\.apps\\.avada\\.io/" + ], "description": "AVADA Boost Sales is a one-stop solution that is specially designed to increase your sales with countdown timer, trust badges, sales pop, sales boost and many more.", "website": "https://apps.shopify.com/avada-boost-sales" }, "Avada SEO": { + "cats": [ + 100, + 54 + ], + "scriptSrc": [ + "seo\\.apps\\.avada\\.io/" + ], "description": "Avada SEO is a Shopify app built and designed following strict SEO practices.", "website": "https://apps.shopify.com/avada-seo-suite" }, "Avada Size Chart": { + "cats": [ + 100 + ], + "scriptSrc": [ + "sizechart\\.apps\\.avada\\.io/" + ], "description": "Avada Size Chart is a thoughtful app that helps online stores reduce return rates with useful size guides.", "website": "https://apps.shopify.com/avada-size-chart" }, "Avangate": { + "cats": [ + 6 + ], "js": [ "__avng8_callbacks", "avacart.version", "avaslugify" ], + "scriptSrc": [ + "^https?://edge\\.avangate\\.net/" + ], "implies": [ "Verifone 2Checkout" ], @@ -2469,6 +3993,9 @@ "website": "https://www.2checkout.com" }, "Avanser": { + "cats": [ + 10 + ], "js": [ "avansercore", "avanserjs", @@ -2478,33 +4005,61 @@ "website": "https://www.avanser.com" }, "Avasize": { + "cats": [ + 5 + ], + "scriptSrc": [ + "^https?://cdn\\.avasize\\.com/" + ], "website": "https://www.avasize.com" }, "Avis Verifies": { + "cats": [ + 90 + ], "js": [ "avisverifies" ], + "scriptSrc": [ + "\\.avis-verifies\\.com/" + ], "description": "Avis Verifies is a complete solution for managing your customer reviews.", "website": "https://www.netreviews.com" }, "Aweber": { + "cats": [ + 32, + 75 + ], "js": [ "awt_analytics" ], + "scriptSrc": [ + "\\.aweber\\.com/" + ], "description": "AWeber is an email marketing service.", "website": "https://www.aweber.com" }, "Awesomplete": { + "cats": [ + 29 + ], "js": [ "awesomplete" ], "html": [ "\u003clink[^\u003e]+href=\"[^\u003e]*awesomplete(?:\\.min)?\\.css" ], + "scriptSrc": [ + "/awesomplete\\.js(?:$|\\?)" + ], "description": "Awesomplete is a tool in the Javascript UI Libraries category of a tech stack.", "website": "https://leaverou.github.io/awesomplete/" }, "Axeptio": { + "cats": [ + 67 + ], "js": [ "axeptiosdk", "axeptiosettings" @@ -2513,23 +4068,42 @@ "website": "https://www.axeptio.eu" }, "Axios": { + "cats": [ + 59 + ], "js": [ "axios.get" ], + "scriptSrc": [ + "/axios(@|/)([\\d.]+)(?:/[a-z]+)?/axios(?:.min)?\\.js\\;version:\\2" + ], "description": "Promise based HTTP client for the browser and node.js", "website": "https://github.com/axios/axios" }, "Azion": { + "cats": [ + 31 + ], "headers": { "server": "^azion " }, "website": "https://www.azion.com/" }, "Azko CMS": { + "cats": [ + 1 + ], + "scriptSrc": [ + "//js\\.fw\\.azko\\.fr/" + ], "description": "Azko CMS is a content management system developed by Azko (Septeo Group) specifically launched for lawyers in France.", "website": "https://www.azko.fr" }, "Azoya": { + "cats": [ + 6, + 106 + ], "js": [ "image_cdn_host" ], @@ -2540,6 +4114,9 @@ "website": "https://www.azoyagroup.com" }, "Azure": { + "cats": [ + 62 + ], "cookies": { "arraffinity": "", "tipmix": "" @@ -2558,6 +4135,9 @@ "website": "https://azure.microsoft.com" }, "Azure AD B2C": { + "cats": [ + 69 + ], "implies": [ "Azure" ], @@ -2565,6 +4145,10 @@ "website": "https://azure.microsoft.com/en-us/services/active-directory/external-identities/b2c/" }, "Azure CDN": { + "cats": [ + 31, + 23 + ], "headers": { "server": "^(?:ecacc|ecs|ecd)", "x-ec-debug": "" @@ -2576,13 +4160,22 @@ "website": "https://azure.microsoft.com/en-us/services/cdn/" }, "Azure Edge Network": { + "cats": [ + 19 + ], "headers": { "content-security-policy": "\\.azureedge\\.net" }, + "scriptSrc": [ + "\\.azureedge\\.net/" + ], "description": "Azure Edge Network is a global network infrastructure provided by Microsoft Azure. It is designed to deliver content, applications, and services to end-users with low latency and high performance. The Azure Edge Network consists of a combination of Azure Content Delivery Network (CDN), Azure Front Door, and Azure Traffic Manager.", "website": "https://learn.microsoft.com/en-us/azure/cdn/cdn-overview" }, "Azure Front Door": { + "cats": [ + 65 + ], "cookies": { "aslbsa": "", "aslbsacors": "" @@ -2597,9 +4190,16 @@ "website": "https://docs.microsoft.com/en-us/azure/frontdoor/" }, "Azure Monitor": { + "cats": [ + 10, + 92 + ], "headers": { "content-security-policy": "js\\.monitor\\.azure\\.com" }, + "scriptSrc": [ + "js\\.monitor\\.azure\\.com/" + ], "implies": [ "Azure" ], @@ -2607,10 +4207,16 @@ "website": "https://azure.microsoft.com/en-us/services/monitor" }, "B2C Europe": { + "cats": [ + 99 + ], "description": "B2C Europe offers logistic solutions for your ecommerce businesses.", "website": "https://www.b2ceurope.eu/" }, "BEM": { + "cats": [ + 12 + ], "html": [ "\u003c[^\u003e]+data-bem" ], @@ -2618,6 +4224,9 @@ "website": "https://en.bem.info" }, "BIGACE": { + "cats": [ + 1 + ], "meta": { "generator": [ "bigace ([\\d.]+)\\;version:\\1" @@ -2630,13 +4239,23 @@ "website": "https://github.com/bigace" }, "BON Loyalty": { + "cats": [ + 84, + 100 + ], "js": [ "bonshopinfo.appearance" ], + "scriptSrc": [ + "app\\.bonloyalty\\.com/" + ], "description": "BON Loyalty is a free rewards and referrals app that helps merchants increase customer engagement with captivating points, rewards \u0026 referral program.", "website": "https://bonloyalty.com" }, "BOOM": { + "cats": [ + 1 + ], "headers": { "x-supplied-by": "mana" }, @@ -2651,10 +4270,16 @@ "website": "https://manaandisheh.com" }, "BRT": { + "cats": [ + 99 + ], "description": "BRT, also known as Bartolini, is an Italian-based logistics service provider.", "website": "https://www.brt.it" }, "BSmart": { + "cats": [ + 6 + ], "cookies": { "bsmartstate": "" }, @@ -2667,6 +4292,9 @@ "website": "https://www.bsmart.co.il/?utm_source=wappalyzer\u0026utm_medium=referral" }, "Babel": { + "cats": [ + 19 + ], "js": [ "_babelpolyfill" ], @@ -2674,6 +4302,9 @@ "website": "https://babeljs.io" }, "Bablic": { + "cats": [ + 89 + ], "js": [ "bablic" ], @@ -2681,10 +4312,19 @@ "website": "https://www.bablic.com/" }, "Babylist": { + "cats": [ + 5 + ], + "scriptSrc": [ + "babylist\\.com/" + ], "description": "Babylist is a universal wish list.", "website": "https://www.babylist.com" }, "Babylon.js": { + "cats": [ + 25 + ], "js": [ "babylon.addressmode" ], @@ -2692,14 +4332,26 @@ "website": "https://www.babylonjs.com/" }, "Back In Stock": { + "cats": [ + 100 + ], + "scriptSrc": [ + "app\\.backinstock\\.org/" + ], "description": "Back In Stock lets your customers choose restock alerts for specific variant combinations, including size, colour or style.", "website": "https://backinstock.org" }, "Backbone.js": { + "cats": [ + 12 + ], "js": [ "backbone", "backbone.version" ], + "scriptSrc": [ + "backbone.*\\.js" + ], "implies": [ "Underscore.js" ], @@ -2707,6 +4359,9 @@ "website": "https://backbonejs.org" }, "Backdrop": { + "cats": [ + 1 + ], "js": [ "backdrop" ], @@ -2726,10 +4381,19 @@ "website": "https://backdropcms.org" }, "Baidu Analytics (百度统计)": { + "cats": [ + 10 + ], + "scriptSrc": [ + "hm\\.baidu\\.com/hm?\\.js" + ], "description": "Baidu Analytics (百度统计) is a free tool for tracking and reporting traffic data of users visiting your site.", "website": "https://tongji.baidu.com/" }, "Baidu Maps": { + "cats": [ + 35 + ], "js": [ "bmap.version", "bmap_api_version" @@ -2738,28 +4402,50 @@ "website": "https://map.baidu.com" }, "BambooHR": { + "cats": [ + 101 + ], "js": [ "scrolltobamboohr" ], "headers": { "content-security-policy": "\\.bamboohr\\.com" }, + "scriptSrc": [ + "\\.bamboohr\\.com/" + ], "description": "BambooHR is an American technology company that provides human resources software as a service.", "website": "https://www.bamboohr.com" }, "Bambuser": { + "cats": [ + 103 + ], "js": [ "_bambuser", "bambuserliveshopping" ], + "scriptSrc": [ + "\\.bambuser\\.com/" + ], "description": "Bambuser is a SaaS company based in Stockholm that provides live video shopping technology.", "website": "https://bambuser.com" }, "BandsInTown Events Widget": { + "cats": [ + 5 + ], + "scriptSrc": [ + "widget\\.bandsintown\\.com/" + ], "description": "Bandsintown Events Widget is a free widget which makes it simple to embed your event listings and allow fans to buy tickets, RSVP, follow you and join your Email \u0026 SMS lists.", "website": "https://artists.bandsintown.com/support/events-widget" }, "Banshee": { + "cats": [ + 1, + 18 + ], "headers": { "x-powered-by": "banshee php framework v([\\d\\.]+)\\;version:\\1" }, @@ -2775,6 +4461,9 @@ "website": "https://www.banshee-php.org" }, "Barba.js": { + "cats": [ + 59 + ], "js": [ "barba.version" ], @@ -2782,14 +4471,27 @@ "website": "https://barba.js.org" }, "Barilliance": { + "cats": [ + 76, + 98 + ], + "scriptSrc": [ + "\\.barilliance\\.net/" + ], "description": "Barilliance is an ecommerce personalisation tools including cart abandonment emails, personalised product recommendations, onsite personalisation, and live notifications.", "website": "https://www.barilliance.com" }, "Base": { + "cats": [ + 6 + ], "js": [ "base.app.open_nav", "base_api.shop_id" ], + "scriptSrc": [ + "thebase\\.in/js" + ], "meta": { "base-theme-name": [ "\\;confidence:50" @@ -2802,6 +4504,9 @@ "website": "https://thebase.in" }, "Basic": { + "cats": [ + 16 + ], "headers": { "www-authenticate": "^basic" }, @@ -2809,14 +4514,26 @@ "website": "https://tools.ietf.org/html/rfc7617" }, "Basil.css": { + "cats": [ + 66 + ], "description": "Basil.css is a responsive and customizable UI framework.", "website": "https://basilcss.com" }, "Basis Technologies": { + "cats": [ + 36 + ], + "scriptSrc": [ + "cdn01\\.basis\\.net" + ], "description": "Basis Technologies, formerly ‘Centro,’ provides cloud-based workflow automation and business intelligence software for marketing.", "website": "https://basis.net/" }, "Batflat": { + "cats": [ + 1 + ], "meta": { "generator": [ "^batflat$" @@ -2830,20 +4547,39 @@ "website": "https://batflat.org" }, "Bazaarvoice Curation": { + "cats": [ + 96 + ], + "scriptSrc": [ + "cdn\\.curalate\\.com", + "edge\\.curalate\\.com" + ], "description": "Bazaarvoice Curation is a content curation service Bazaarvoice provides post it's acquisition of Curalate.", "website": "https://www.bazaarvoice.com/products/visual-and-social-content/" }, "Bazaarvoice Reviews": { + "cats": [ + 90 + ], "js": [ "bv.api" ], + "scriptSrc": [ + "apps\\.bazaarvoice\\.com" + ], "description": "Bazaarvoice is a provider of user-generated content solutions like ratings and reviews and Q\u0026A.", "website": "https://www.bazaarvoice.com/products/ratings-and-reviews/" }, "Beam AfterSell": { + "cats": [ + 100 + ], "js": [ "aftersell.hooks" ], + "scriptSrc": [ + "\\.aftersell\\.app/" + ], "implies": [ "Shopify" ], @@ -2851,10 +4587,16 @@ "website": "https://www.aftersell.com" }, "Beam OutSell": { + "cats": [ + 100 + ], "js": [ "outsellairecommendationsisenabled", "outsellapp" ], + "scriptSrc": [ + "//outsellapp\\.com/" + ], "implies": [ "Shopify" ], @@ -2862,6 +4604,9 @@ "website": "https://apps.shopify.com/outsell" }, "Beamer": { + "cats": [ + 85 + ], "js": [ "_beamer_url", "beamer.enabled" @@ -2870,43 +4615,80 @@ "website": "https://www.getbeamer.com" }, "Beans": { + "cats": [ + 84 + ], "js": [ "beans3" ], + "scriptSrc": [ + "cdn\\.trybeans\\.com" + ], "description": "Beans is a provider of ecommerce loyalty programs.", "website": "https://www.trybeans.com/" }, "Beehiiv": { + "cats": [ + 11 + ], "description": "Beehiiv is a relatively young, hosted newsletter platform built for businesses and creators.", "website": "https://www.beehiiv.com" }, "Beehiiv RSS feed": { + "cats": [ + 49 + ], "description": "Beehiiv RSS feed is a feature of the Beehiiv. Beehiiv is a relatively young, hosted newsletter platform built for businesses and creators.", "website": "https://www.beehiiv.com" }, "Beeketing": { + "cats": [ + 32 + ], "js": [ "beeketinganalyticsparams", "beeketingsdkloaded" ], + "scriptSrc": [ + "sdk\\.beeketing\\.com/" + ], "description": "Beeketing is a suite of marketing apps for ecommerce shop owners.", "website": "https://beeketing.com" }, "Beeswax": { + "cats": [ + 36 + ], + "scriptSrc": [ + "segment\\.prod\\.bidr\\.io" + ], "description": "Beeswax offers Bidder-as-a-Service solution.", "website": "https://www.beeswax.com/" }, "Bentobox": { + "cats": [ + 1, + 93 + ], "js": [ "bentoanalytics" ], + "scriptSrc": [ + "\\.getbento\\.com/" + ], "description": "Bentobox is a restaurant website platform that handles menus, reservations, gift cards and more.", "website": "https://getbento.com" }, "Better Price": { + "cats": [ + 100 + ], "js": [ "fc_metafield_betterprice.betterpricesuccess" ], + "scriptSrc": [ + "/shopify-apps//js/betterprice/betterprice\\.js" + ], "implies": [ "Shopify" ], @@ -2914,10 +4696,19 @@ "website": "https://apps.shopify.com/better-price" }, "Better Stack": { + "cats": [ + 13 + ], + "scriptSrc": [ + "//(?:uptime\\.)?(?:betteruptime|betterstack)\\.com/" + ], "description": "Better Stack is the all-in-one infrastructure monitoring platform for your incident management, uptime monitoring, and status pages.", "website": "https://betterstack.com/uptime" }, "BetterDocs": { + "cats": [ + 4 + ], "js": [ "betterdocs.feedback", "betterdocs_pro.feedback", @@ -2927,6 +4718,12 @@ "website": "https://betterdocs.co" }, "BetterDocs plugin": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/betterdocs(?:-pro)?/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "BetterDocs" ], @@ -2934,6 +4731,10 @@ "website": "https://betterdocs.co/docs/wordpress" }, "Betty Blocks": { + "cats": [ + 47, + 62 + ], "meta": { "description": [ "^made with betty blocks$" @@ -2946,6 +4747,9 @@ "website": "https://www.bettyblocks.com" }, "Beyable": { + "cats": [ + 76 + ], "cookies": { "beyable-cart": "", "beyable-cartd": "" @@ -2955,14 +4759,27 @@ "beyabledomain", "beyablekey" ], + "scriptSrc": [ + "msecnd\\.net/api/beyablejsv(\\d+)\\;version:\\1" + ], "description": "Beyable is a suite of tools that analyze website traffic to understand visitors' behaviors in real-time, through multi-channel in order to optimise conversion rate.", "website": "https://beyable.com" }, "BeyondMenu": { + "cats": [ + 51, + 93 + ], + "scriptSrc": [ + "static\\.beyondmenu\\.com/" + ], "description": "BeyondMenu is an online food ordering service.", "website": "https://www.beyondmenu.com/contactus.aspx" }, "Big Cartel": { + "cats": [ + 6 + ], "meta": { "generator": [ "big cartel" @@ -2972,26 +4789,50 @@ "website": "https://www.bigcartel.com" }, "BigCommerce": { + "cats": [ + 6 + ], "js": [ "bigcommerce_config", "bigcommerce_i18n" ], + "scripts": [ + "bigcommerceproductid" + ], + "scriptSrc": [ + "(?:\\.|plugins/)?bigcommerce(?:\\.com)?/(?:assets)?" + ], "description": "BigCommerce is a hosted ecommerce platform that allows business owners to set up an online store and sell their products online.", "website": "https://www.bigcommerce.com" }, "BigCommerce B2B Edition": { + "cats": [ + 6 + ], "js": [ "bundleb2b.text.tpa", "bundleb2bfeatureflags" ], + "scriptSrc": [ + "cdn\\.bundleb2b\\.net/" + ], "description": "BigCommerce B2B Edition is a specialised version of the BigCommerce ecommerce platform tailored for B2B companies, offering features such as custom pricing, catalogues, bulk ordering, quote requests, multi-user accounts, PO processing, and advanced reporting.", "website": "https://www.bundleb2b.com" }, "BigDataCloud IP Geolocation": { + "cats": [ + 79 + ], + "scriptSrc": [ + "bigdatacloud\\.net" + ], "description": "BigDataCloud IP Geolocation API provides detailed and accurate locality and security metrics of an IP address.", "website": "https://www.bigdatacloud.com/packages/ip-geolocation" }, "BigTree CMS": { + "cats": [ + 1 + ], "js": [ "bigtree.growling", "bigtreematrix", @@ -3005,16 +4846,25 @@ "website": "https://www.bigtreecms.org" }, "Bigin": { + "cats": [ + 53 + ], "js": [ "bigin._checkdatasize", "bigin_sdk_api", "bigin_search", "bigincafe24disableoptions" ], + "scriptSrc": [ + "sdk\\.bigin\\.io/" + ], "description": "Bigin is a cloud-based customer relationship management (CRM) software.", "website": "https://en.bigin.io" }, "Bigware": { + "cats": [ + 6 + ], "cookies": { "bigwadminid": "", "bigwarecsid": "" @@ -3028,62 +4878,121 @@ "website": "https://bigware.de" }, "Bikayi": { + "cats": [ + 6 + ], + "scriptSrc": [ + "assets\\.bikayi\\.com/" + ], "description": "Bikayi is a WhatsApp-integrated ecommerce store.", "website": "https://bikayi.com" }, "Billbee": { + "cats": [ + 99 + ], "description": "Billbee is an order processing and inventory management solution.", "website": "https://www.billbee.io/" }, "Binance Pay": { + "cats": [ + 41 + ], "description": "Binance Pay is a contactless, borderless, and secure cryptocurrency payment technology designed by Binance.", "website": "https://pay.binance.com" }, "Birdeye": { + "cats": [ + 32, + 5 + ], "js": [ "bfiframe" ], + "scriptSrc": [ + "birdeye\\.com", + "birdeye\\.com/embed" + ], "description": "Birdeye is an all-in-one customer experience platform.", "website": "https://birdeye.com" }, "Bitcoin": { + "cats": [ + 41 + ], "description": "Bitcoin is a decentralized digital currency, without a central bank or single administrator, that can be sent from user to user on the peer-to-peer bitcoin network without the need for intermediaries.", "website": "https://en.wikipedia.org/wiki/Bitcoin" }, "BiteSpeed": { + "cats": [ + 100, + 98 + ], + "scripts": [ + "app\\.bitespeed\\.co/" + ], + "scriptSrc": [ + "cdn\\.bitespeed\\.co/" + ], "description": "BiteSpeed is an all-in-one Shopify marketing app which helps ecommerce brands recover revenue.", "website": "https://www.bitespeed.co" }, "Bitrix24": { + "cats": [ + 53 + ], "js": [ "b24tracker", "bitrix24formloader", "bitrix24formobject" ], + "scriptSrc": [ + "\\.bitrix24\\..+/bitrix/js/crm/form_loader\\.js", + "cdn\\.bitrix24\\.com" + ], "description": "Bitrix24 is a set of tools for the organization and management of business processes.", "website": "https://www.bitrix24.com" }, "BittAds": { + "cats": [ + 36 + ], "js": [ "bitt" ], + "scriptSrc": [ + "bittads\\.com/js/bitt\\.js$" + ], "website": "https://bittads.com" }, "Bizweb": { + "cats": [ + 6 + ], "js": [ "bizweb" ], "website": "https://www.bizweb.vn" }, "Blackbaud CRM": { + "cats": [ + 111 + ], "js": [ "blackbaud", "don_premium_map" ], + "scriptSrc": [ + "js/convio/modules\\.js" + ], "description": "Blackbaud CRM gathers fundraising, online applications, actionable prospect research and analytics, and multichannel direct marketing into one platform.", "website": "https://www.blackbaud.com" }, "Blade": { + "cats": [ + 18, + 22 + ], "headers": { "x-powered-by": "blade-([\\w.]+)?\\;version:\\1" }, @@ -3093,12 +5002,23 @@ "website": "https://lets-blade.com" }, "Blazor": { + "cats": [ + 18 + ], + "scriptSrc": [ + "blazor\\.host\\.min\\.js", + "blazor\\.server\\.js", + "blazor\\.webassembly\\.js" + ], "implies": [ "Microsoft ASP.NET" ], "website": "https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor" }, "Blessing Skin": { + "cats": [ + 7 + ], "js": [ "blessing.version" ], @@ -3109,12 +5029,18 @@ "website": "https://github.com/bs-community/blessing-skin-server" }, "Blesta": { + "cats": [ + 6 + ], "cookies": { "blesta_sid": "" }, "website": "https://www.blesta.com" }, "Blitz": { + "cats": [ + 92 + ], "js": [ "blitz", "blitzreplace" @@ -3132,6 +5058,9 @@ "website": "https://putyourlightson.com/plugins/blitz" }, "Blitz.js": { + "cats": [ + 18 + ], "js": [ "__blitz_middleware_hooks", "__blitz_suspense_enabled" @@ -3146,14 +5075,26 @@ "website": "https://blitzjs.com" }, "Blocksy": { + "cats": [ + 80 + ], "js": [ "blocksyjsonp", "blocksyresponsivemenucache" ], + "scriptSrc": [ + "/wp-content/themes/blocksy/(?:.+main\\.js(?:\\?ver=([\\d\\.]+)))?\\;version:\\1" + ], "description": "Blocksy is a modern and lightweight WordPress theme designed for a variety of websites, including blogs, portfolios, ecommerce stores, and business websites.", "website": "https://creativethemes.com/blocksy" }, "Blocksy Companion": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/blocksy-companion(?:-pro)?/" + ], "implies": [ "Blocksy" ], @@ -3161,6 +5102,9 @@ "website": "https://creativethemes.com/blocksy/companion/" }, "Blogger": { + "cats": [ + 11 + ], "meta": { "generator": [ "^blogger$" @@ -3173,28 +5117,48 @@ "website": "https://www.blogger.com" }, "Bloomreach": { + "cats": [ + 1 + ], "html": [ "\u003c[^\u003e]+/binaries/(?:[^/]+/)*content/gallery/" ], "website": "https://developers.bloomreach.com" }, "Bloomreach Discovery": { + "cats": [ + 29, + 74 + ], "js": [ "br_data.acct_id", "brtrk.scriptversion" ], + "scriptSrc": [ + "\\.brcdn\\.com/", + "\\.brsrvr\\.com/" + ], "description": "Bloomreach Discovery is a powerful combination of AI-powered site search, SEO, recommendations, and product merchandising.", "website": "https://www.bloomreach.com/en/products/discovery" }, "Blossom Travel": { + "cats": [ + 80 + ], "js": [ "blossom_travel_data", "blossom_travel_pro_data" ], + "scriptSrc": [ + "/wp-content/themes/blossom-travel(?:-pro)?/.+custom\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Blossom Travel is a free WordPress theme which allows you to create various types of feminine blogs such as travel blog, personal blog, fashion blog, beauty blog, and many more.", "website": "https://blossomthemes.com/wordpress-themes/blossom-travel" }, "Blotout EdgeTag": { + "cats": [ + 32 + ], "js": [ "edgetag", "edgetagproviders" @@ -3203,21 +5167,37 @@ "website": "https://blotout.io" }, "Blue": { + "cats": [ + 77 + ], "js": [ "bluecpy_id", "blueproductid" ], + "scriptSrc": [ + "\\.getblue\\.io" + ], "description": "Blue is a ecommerce data marketing, lead generation, real time bidding and recommendation solutions.", "website": "https://web.getblue.io/en/" }, "Blue Triangle": { + "cats": [ + 16, + 78 + ], "js": [ "_bttutil.version" ], + "scriptSrc": [ + "\\.btttag\\.com/btt\\.js" + ], "description": "Blue Triangle is a connected view of marketing, web performance, and third-party tag analytics while constantly monitoring website code for security vulnerabilities.", "website": "https://bluetriangle.com" }, "BlueConic": { + "cats": [ + 97 + ], "js": [ "blueconicclient", "blueconicengagement", @@ -3228,16 +5208,26 @@ "website": "https://www.blueconic.com" }, "Bluecore": { + "cats": [ + 32, + 75 + ], "js": [ "_bluecoretrack", "bluecore_action_trigger", "triggermail", "triggermail_email_address" ], + "scriptSrc": [ + "\\.bluecore\\.com" + ], "description": "Bluecore is a retail marketing technology that uses data gained from direct marketing like email, social media, site activity.", "website": "https://www.bluecore.com" }, "Bluefish": { + "cats": [ + 20 + ], "meta": { "generator": [ "bluefish(?:\\s([\\d.]+))?\\;version:\\1" @@ -3247,6 +5237,9 @@ "website": "https://sourceforge.net/projects/bluefish" }, "Bluehost": { + "cats": [ + 88 + ], "headers": { "host-header": "c2hhcmvklmjsdwvob3n0lmnvbq==" }, @@ -3254,32 +5247,59 @@ "website": "https://www.bluehost.com" }, "Blueknow": { + "cats": [ + 76 + ], "js": [ "blueknow", "blueknowtracker" ], + "scriptSrc": [ + "\\.blueknow\\.com" + ], "description": "Blueknow is a ecommerce personalisation software designed to serve enterprises, SMEs.", "website": "https://www.blueknow.com" }, "Blueshift": { + "cats": [ + 10 + ], + "scriptSrc": [ + "cdn.getblueshift.com/" + ], "description": "Blueshift offers the SmartHub CDP, which helps brands deliver relevant and connected experiences across every customer interaction.", "website": "https://blueshift.com/" }, "Bluestone PIM": { + "cats": [ + 95 + ], "description": "Bluestone PIM is primarily a product information management (PIM) solution, which is focused on managing and distributing product data across multiple channels. However, it also includes some features that are typically associated with digital asset management (DAM), such as the ability to manage and store product images, videos, and other digital assets.", "website": "https://www.bluestonepim.com" }, "Boats Group": { + "cats": [ + 51 + ], "description": "Boats Group is a website platform for boat dealers and brokers.", "website": "https://www.boatsgroup.com/websites" }, "Boba.js": { + "cats": [ + 59 + ], + "scriptSrc": [ + "boba(?:\\.min)?\\.js" + ], "implies": [ "Google Analytics" ], "website": "https://boba.space150.com" }, "BoidCMS": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "boidcms" }, @@ -3290,16 +5310,26 @@ "website": "https://boidcms.github.io" }, "Bokeh": { + "cats": [ + 25 + ], "js": [ "bokeh", "bokeh.version" ], + "scriptSrc": [ + "bokeh.*\\.js" + ], "implies": [ "Python" ], "website": "https://bokeh.org" }, "Bokun": { + "cats": [ + 5, + 72 + ], "js": [ "__bokunwidgets", "bokunbookingchanneluuid", @@ -3310,9 +5340,15 @@ "website": "https://www.bokun.io" }, "Bold Brain": { + "cats": [ + 100 + ], "js": [ "bold.brain" ], + "scriptSrc": [ + "brain-assets\\.boldapps\\.net/" + ], "implies": [ "Bold Commerce", "Shopify" @@ -3321,9 +5357,15 @@ "website": "https://boldcommerce.com/bold-brain" }, "Bold Bundles": { + "cats": [ + 100 + ], "js": [ "bold.bundles" ], + "scriptSrc": [ + "bundles\\.boldapps\\.net/" + ], "implies": [ "Bold Commerce", "Shopify" @@ -3332,17 +5374,36 @@ "website": "https://boldcommerce.com/bundles" }, "Bold Chat": { + "cats": [ + 52 + ], + "scriptSrc": [ + "^https?://vmss\\.boldchat\\.com/aid/\\d{18}/bc\\.vms4/vms\\.js" + ], "description": "BoldChat is a live chat platform.", "website": "https://www.boldchat.com/" }, "Bold Commerce": { + "cats": [ + 76 + ], + "scriptSrc": [ + "\\.boldapps\\.net/", + "\\.boldcommerce\\.com" + ], "description": "Bold Commerce is a software company that specialises in ecommerce websites and app development.", "website": "https://boldcommerce.com" }, "Bold Custom Pricing": { + "cats": [ + 100 + ], "js": [ "bold.csp.version" ], + "scriptSrc": [ + "cp.\\.boldapps\\.net/" + ], "implies": [ "Bold Commerce", "Shopify" @@ -3351,6 +5412,12 @@ "website": "https://boldcommerce.com/custom-pricing" }, "Bold Motivator": { + "cats": [ + 100 + ], + "scriptSrc": [ + "motivate\\.boldapps\\.net/" + ], "implies": [ "Bold Commerce", "Shopify" @@ -3359,13 +5426,26 @@ "website": "https://boldcommerce.com/motivator" }, "Bold Page Builder": { + "cats": [ + 87, + 51 + ], + "scriptSrc": [ + "/wp-content/plugins/bold-page-builder/" + ], "description": "Bold Page Builder is a plugin or a theme component that allows users to structure and design responsive pages.", "website": "https://wordpress.org/plugins/bold-page-builder" }, "Bold Product Options": { + "cats": [ + 100 + ], "js": [ "bold.options.version" ], + "scriptSrc": [ + "option\\.boldapps\\.net/" + ], "implies": [ "Bold Commerce", "Shopify" @@ -3374,9 +5454,15 @@ "website": "https://boldcommerce.com/product-options" }, "Bold Subscriptions": { + "cats": [ + 100 + ], "js": [ "bold.subscriptions" ], + "scriptSrc": [ + "sub\\.boldapps\\.net/" + ], "implies": [ "Bold Commerce", "Shopify" @@ -3385,6 +5471,9 @@ "website": "https://boldcommerce.com/shopify-subscription-app" }, "Bold Themes": { + "cats": [ + 80 + ], "js": [ "boldthemes_theme_loaded", "boldthemesuri" @@ -3396,9 +5485,15 @@ "website": "https://bold-themes.com/wordpress-themes-plugins/" }, "Bold Upsell": { + "cats": [ + 100 + ], "js": [ "bold.upsell" ], + "scriptSrc": [ + "upsells\\.boldapps\\.net/" + ], "implies": [ "Bold Commerce", "Shopify" @@ -3407,15 +5502,26 @@ "website": "https://boldcommerce.com/upsell" }, "BoldGrid": { + "cats": [ + 1, + 11, + 87 + ], "html": [ "\u003clink rel=[\"']stylesheet[\"'] [^\u003e]+boldgrid", "\u003clink rel=[\"']stylesheet[\"'] [^\u003e]+post-and-page-builder", "\u003clink[^\u003e]+s\\d+\\.boldgrid\\.com" ], + "scriptSrc": [ + "/wp-content/plugins/post-and-page-builder" + ], "description": "BoldGrid is a free website builder for WordPress websites.", "website": "https://boldgrid.com" }, "Bolt CMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "bolt" @@ -3427,16 +5533,26 @@ "website": "https://bolt.cm" }, "Bolt Payments": { + "cats": [ + 41 + ], "js": [ "bolt_callbacks", "boltcheckout", "boltpopup", "bolttrack" ], + "scriptSrc": [ + "account\\.bolt\\.com/", + "connect\\.bolt\\.com/" + ], "description": "Bolt powers a checkout experience designed to convert shoppers.", "website": "https://www.bolt.com/" }, "Bonfire": { + "cats": [ + 18 + ], "cookies": { "bf_session": "" }, @@ -3449,10 +5565,19 @@ "website": "https://cibonfire.com" }, "BookDinners": { + "cats": [ + 93 + ], + "scriptSrc": [ + "bookdinners\\.nl/widget\\.js" + ], "description": "BookDinners is a restaurant table booking widget.", "website": "https://www.bookdinners.nl" }, "BookStack": { + "cats": [ + 4 + ], "cookies": { "bookstack_session": "" }, @@ -3465,9 +5590,16 @@ "website": "https://www.bookstackapp.com" }, "BookThatApp": { + "cats": [ + 100, + 72 + ], "js": [ "bookthatapp" ], + "scriptSrc": [ + "\\.bookthatapp\\.com/" + ], "implies": [ "Shopify" ], @@ -3475,14 +5607,29 @@ "website": "https://www.bookthatapp.com" }, "BookVisit": { + "cats": [ + 72 + ], + "scriptSrc": [ + "online\\.bookvisit\\.com/" + ], "description": "BookVisit is an IT services and IT consulting, recreation, and hotel company located in Goteborg,Sweden.", "website": "https://bookvisit.com" }, "Bookatable": { + "cats": [ + 93 + ], + "scriptSrc": [ + "bda\\.bookatable\\.com/deploy/lbui\\.direct\\.min\\.js" + ], "description": "Bookatable is a restaurant table booking widget.", "website": "https://www.bookatable.co.uk" }, "Bookeo": { + "cats": [ + 72 + ], "js": [ "bookeo_start", "bookeo_startmobilelabel" @@ -3491,17 +5638,35 @@ "website": "https://www.bookeo.com" }, "Bookero": { + "cats": [ + 72 + ], "js": [ "bookero_config" ], + "scriptSrc": [ + "cdn\\.bookero\\.pl" + ], "description": "Bookero is online booking system for you website or Facebook page.", "website": "https://www.bookero.org" }, "Booking.com": { + "cats": [ + 71 + ], + "scriptSrc": [ + "aff\\.bstatic\\.com/" + ], "description": "Booking.com is one of the largest ecommerce travel companies in the world. As an affiliate member, you can make up to 40% commission.", "website": "https://www.booking.com/affiliate-program/v2/selfmanaged.html" }, "Booking.com widget": { + "cats": [ + 5 + ], + "scriptSrc": [ + "q\\.bstatic\\.com/" + ], "implies": [ "Booking.com" ], @@ -3509,6 +5674,10 @@ "website": "https://www.booking.com/affiliate-program/v2/selfmanaged.html" }, "Bookingkit": { + "cats": [ + 5, + 72 + ], "js": [ "bookingkitapp" ], @@ -3516,22 +5685,40 @@ "website": "https://bookingkit.net/" }, "Bookly": { + "cats": [ + 72, + 87 + ], "js": [ "bookly", "booklycustomerprofile", "booklyl10n.daysshort" ], + "scriptSrc": [ + "/wp-content/plugins/bookly-responsive-appointment-booking-tool/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Bookly is a WordPress scheduling plugin that allows you to accept online reservations on your website and automate your booking system.", "website": "https://www.booking-wp-plugin.com" }, "Booksy": { + "cats": [ + 5, + 72 + ], "js": [ "booksy" ], + "scriptSrc": [ + "booksy\\.com/widget/code\\.js" + ], "description": "Booksy is a booking system for people looking to schedule appointments for health and beauty services.", "website": "https://booksy.com/" }, "Boomerang": { + "cats": [ + 59, + 78 + ], "js": [ "boomr", "boomr_lstart", @@ -3541,6 +5728,10 @@ "website": "https://akamai.github.io/boomerang" }, "Boost Commerce": { + "cats": [ + 29, + 100 + ], "js": [ "bcsffilterconfig.api.filterurl", "boostpfsappconfig.api.filterurl" @@ -3549,10 +5740,20 @@ "website": "https://boostcommerce.net" }, "Booster Page Speed Optimizer": { + "cats": [ + 100, + 92 + ], + "scriptSrc": [ + "/assets/booster-page-speed-optimizer\\.js" + ], "description": "The Page Speed Optimizer is a Shopify app built by BoosterApps.", "website": "https://apps.shopify.com/page-speed-optimizer" }, "Bootic": { + "cats": [ + 6 + ], "js": [ "bootic.assetshost" ], @@ -3565,6 +5766,9 @@ "website": "https://www.bootic.io" }, "Bootstrap": { + "cats": [ + 66 + ], "js": [ "bootstrap.alert.version", "jquery.fn.tooltip.constructor.version" @@ -3573,17 +5777,29 @@ "\u003clink[^\u003e]* href=[^\u003e]*?bootstrap(?:[^\u003e]*?([0-9a-fa-f]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)[^\u003e-]*?(?:\\.min)?\\.css\\;version:\\1", "\u003cstyle\u003e\\s+/\\*!\\s+\\* bootstrap v(\\d\\.\\d\\.\\d)\\;version:\\1" ], + "scriptSrc": [ + "bootstrap(?:[^\u003e]*?([0-9a-fa-f]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)[^\u003e]*?(?:\\.min)?\\.js\\;version:\\1" + ], "description": "Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.", "website": "https://getbootstrap.com" }, "Bootstrap Icons": { + "cats": [ + 17 + ], "description": "Bootstrap Icons is a growing library of SVG icons that are designed by @mdo and maintained by the Bootstrap Team.", "website": "https://icons.getbootstrap.com" }, "Bootstrap Table": { + "cats": [ + 59 + ], "html": [ "\u003clink[^\u003e]+href=\"[^\u003e]*bootstrap-table(?:\\.min)?\\.css" ], + "scriptSrc": [ + "bootstrap-table(?:\\.min)?\\.js" + ], "implies": [ "Bootstrap", "jQuery" @@ -3591,15 +5807,24 @@ "website": "https://bootstrap-table.wenzhixin.net.cn/" }, "Booxi": { + "cats": [ + 72 + ], "js": [ "booxi", "booxicontroller", "bxe_core" ], + "scriptSrc": [ + "/bxe_core\\.js" + ], "description": "Booxi is a cloud-based appointment management platform for small to midsize businesses.", "website": "https://www.booxi.com" }, "Borderfree": { + "cats": [ + 106 + ], "cookies": { "bfx.apikey:": "^[\\w\\d-]+$", "bfx.country:": "^\\w+$", @@ -3610,10 +5835,19 @@ "bfx._apikey", "bfx._brand" ], + "scriptSrc": [ + "bfx-objects\\.prd\\.borderfree\\.com", + "global\\.prd\\.borderfree\\.com", + "wm\\.prd\\.borderfree\\.com" + ], "description": "Borderfree is an cross-border ecommerce solutions provider.", "website": "https://www.borderfree.com" }, "Borlabs Cookie": { + "cats": [ + 67, + 87 + ], "js": [ "borlabscookieconfig" ], @@ -3621,6 +5855,10 @@ "website": "https://borlabs.io/borlabs-cookie/" }, "Botble CMS": { + "cats": [ + 1, + 6 + ], "cookies": { "botble_session": "" }, @@ -3633,6 +5871,10 @@ "website": "https://botble.com" }, "Boutiq": { + "cats": [ + 100, + 103 + ], "js": [ "caazamapp" ], @@ -3640,6 +5882,9 @@ "website": "https://www.getboutiq.com" }, "BowNow": { + "cats": [ + 32 + ], "cookies": { "bownow_act": "", "bownow_aid": "", @@ -3653,55 +5898,99 @@ "website": "https://bow-now.jp" }, "Boxtal": { + "cats": [ + 99 + ], "description": "Boxtal is a cloud-based multi-carrier shipping solution.", "website": "https://www.boxtal.com" }, "Bpost": { + "cats": [ + 99 + ], "description": "Bpost, also known as the Belgian Post Group, is the Belgian company responsible for the delivery of national and international mail.", "website": "https://www.bpost.be" }, "BrainSINS": { + "cats": [ + 76 + ], "js": [ "brainsins", "brainsins_token", "brainsinsrecommender", "launchbrainsins" ], + "scriptSrc": [ + "cloudfront\\.net/brainsins(?:_v)?(\\d+)\\.js\\;version:\\1", + "mw\\.brainsins\\.com" + ], "description": "BrainSINS is a personalisation technology and ecommerce analytics services to online retailers.", "website": "https://brainsins.com" }, "Braintree": { + "cats": [ + 41 + ], "js": [ "braintree", "braintree.version" ], + "scriptSrc": [ + "js\\.braintreegateway\\.com" + ], "description": "Braintree, a division of PayPal, specializes in mobile and web payment systems for ecommerce companies. Braintree provides clients with a merchant account and a payment gateway.", "website": "https://www.braintreepayments.com" }, "Branch": { + "cats": [ + 32, + 10 + ], "js": [ "branch.setbranchviewdata", "branch_callback__0" ], + "scriptSrc": [ + "app\\.link/_r\\?sdk=web([\\d.]+)\\;version:\\1", + "cdn\\.branch\\.io" + ], "description": "Branch is a mobile deep linking system to increase engagement and retention.", "website": "https://branch.io" }, "Brandfolder": { + "cats": [ + 95 + ], "js": [ "brandfolder.account" ], + "scriptSrc": [ + "cdn\\.brandfolder\\.com/" + ], "description": "Brandfolder is a cloud-based digital asset management platform.", "website": "https://brandfolder.com" }, "Braze": { + "cats": [ + 32, + 10 + ], "js": [ "appboy", "appboyqueue" ], + "scriptSrc": [ + "js\\.appboycdn\\.com/web-sdk/([\\d.]+)\\;version:\\1" + ], "description": "Braze is a customer engagement platform that delivers messaging experiences across push, email, in-product, and more.", "website": "https://www.braze.com" }, "Bread": { + "cats": [ + 41, + 91 + ], "js": [ "bread.apphost", "breadcalc", @@ -3709,10 +5998,16 @@ "breadloaded", "breadshopify" ], + "scriptSrc": [ + "\\.getbread\\.com" + ], "description": "Bread is a buy now, pay later platform for ecommerce websites.", "website": "https://www.breadpayments.com" }, "Breadcrumb NavXT": { + "cats": [ + 87 + ], "html": [ "\u003c!-- breadcrumb navxt ([\\d\\.]+)\\;version:\\1" ], @@ -3720,6 +6015,9 @@ "website": "https://github.com/mtekk/Breadcrumb-NavXT" }, "Breakdance": { + "cats": [ + 51 + ], "js": [ "breakdancefrontend", "breakdanceheaderbuilder", @@ -3729,6 +6027,9 @@ "website": "https://breakdance.com" }, "Breinify": { + "cats": [ + 76 + ], "js": [ "breinify.version" ], @@ -3736,10 +6037,20 @@ "website": "https://home.breinify.ai" }, "Bricks": { + "cats": [ + 51, + 80 + ], + "scriptSrc": [ + "/wp-content/themes/bricks/assets/" + ], "description": "Bricks is a premium WordPress theme that lets you visually build performant WordPress sites.", "website": "https://bricksbuilder.io" }, "Bricksite": { + "cats": [ + 51 + ], "js": [ "bricksite.common.apiurls.base" ], @@ -3752,28 +6063,50 @@ "website": "https://bricksite.io" }, "BrightEdge": { + "cats": [ + 54 + ], "js": [ "_bright3.version", "be_sdk_options", "bejssdk.client_version" ], + "scriptSrc": [ + "\\.brightedge\\.com/" + ], "description": "BrightEdge is an SEO solution and content performance marketing platform.", "website": "https://www.brightedge.com" }, "BrightInfo": { + "cats": [ + 32, + 74 + ], "js": [ "_bi_", "_biq", "bijsurl" ], + "scriptSrc": [ + "app\\.brightinfo\\.com" + ], "description": "BrightInfo is an automated content personalisation solution.", "website": "https://www.brightinfo.com" }, "Brightcove": { + "cats": [ + 14 + ], + "scripts": [ + "players\\.brightcove\\.net/" + ], "description": "Brightcove is a cloud-based online video platform.", "website": "https://www.brightcove.com" }, "Brightspot": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "^brightspot$" }, @@ -3783,6 +6116,12 @@ "website": "https://www.brightspot.com" }, "Brilliant Web-to-Lead": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/salesforce-wordpress-to-lead/" + ], "implies": [ "Salesforce" ], @@ -3790,6 +6129,9 @@ "website": "https://brilliantplugins.com/downloads/salesforce/" }, "Brimble": { + "cats": [ + 62 + ], "headers": { "server": "^brimble$", "x-brimble-id": "" @@ -3798,25 +6140,45 @@ "website": "https://brimble.io" }, "Broadstreet": { + "cats": [ + 36 + ], "js": [ "broadstreet" ], + "scriptSrc": [ + "cdn\\.broadstreetads\\.com" + ], "description": "Broadstreet is an ad manager that caters specifically to the needs of direct, digital ad sales.", "website": "https://broadstreetads.com" }, "Bronto": { + "cats": [ + 32, + 75 + ], "js": [ "bronto.versions.sca", "brontocookieconsent", "brontoshopify" ], + "scriptSrc": [ + "(?:snip|cdn)\\.bronto\\.com" + ], "description": "Bronto is a cloud-based email marketing automation software.", "website": "https://bronto.com" }, "Brownie": { + "cats": [ + 1, + 6 + ], "headers": { "x-powered-by": "brownie" }, + "scriptSrc": [ + "assets\\.youthsrl\\.com/brownie" + ], "implies": [ "Amazon Web Services", "Bootstrap", @@ -3828,6 +6190,10 @@ "website": "https://www.browniesuite.com" }, "Browser-Update.org": { + "cats": [ + 5, + 59 + ], "js": [ "$bu_.version", "$bu_getbrowser" @@ -3836,6 +6202,9 @@ "website": "https://browser-update.org" }, "BrowserCMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "browsercms ([\\d.]+)\\;version:\\1" @@ -3847,6 +6216,9 @@ "website": "https://browsercms.org" }, "Bsale": { + "cats": [ + 6 + ], "cookies": { "_bsalemarket_session": "" }, @@ -3868,6 +6240,10 @@ "website": "https://www.bsale.cl" }, "Bubble": { + "cats": [ + 51, + 18 + ], "js": [ "_bubble_page_load_data", "bubble_environment", @@ -3886,34 +6262,62 @@ "website": "https://bubble.io" }, "Budbee": { + "cats": [ + 99 + ], "description": "Budbee is a tech company that operates a logistics service for ecommerce.", "website": "https://app.budbee.com/" }, "BuddyPress": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/buddypress/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "BuddyPress is designed to allow schools, companies, sports teams, or any other niche community to start their own social network or communication tool.", "website": "https://buddypress.org" }, "BugHerd": { + "cats": [ + 13 + ], "js": [ "bugherdconfig" ], + "scriptSrc": [ + "\\.bugherd\\.com/" + ], "description": "BugHerd is a cloud-based feedback collection and bug management tool.", "website": "https://bugherd.com" }, "BugSnag": { + "cats": [ + 10, + 13 + ], "js": [ "bugsnag", "bugsnag", "bugsnagclient" ], + "scriptSrc": [ + "/bugsnag.*\\.js" + ], "description": "Bugsnag is a cross-platform error monitoring, reporting, and resolution software.", "website": "https://bugsnag.com" }, "Bugcrowd": { + "cats": [ + 16 + ], "description": "Bugcrowd is a crowdsourced cybersecurity platform.", "website": "https://www.bugcrowd.com" }, "Bugzilla": { + "cats": [ + 13 + ], "cookies": { "bugzilla_login_request_cookie": "" }, @@ -3937,13 +6341,22 @@ "website": "https://www.bugzilla.org" }, "Builder.io": { + "cats": [ + 1 + ], "description": "Builder.io is a headless CMS with a powerful drag-and-drop visual editor that lets you build and optimize digital experiences with speed and flexibility. ", "website": "https://builder.io" }, "Buildertrend": { + "cats": [ + 19 + ], "website": "https://buildertrend.com" }, "Bulma": { + "cats": [ + 66 + ], "js": [ "bulma.version" ], @@ -3951,16 +6364,25 @@ "website": "https://bulma.io" }, "Bump": { + "cats": [ + 4 + ], "description": "Bump is an API contract management platform that helps document and track APIs by identifying changes in API structure, and keeping developers informed through an elegant documentation.", "website": "https://bump.sh" }, "Bunny": { + "cats": [ + 31 + ], "headers": { "server": "^bunnycdn" }, "website": "https://bunny.net" }, "Bunny Fonts": { + "cats": [ + 17 + ], "implies": [ "Bunny" ], @@ -3968,33 +6390,65 @@ "website": "https://fonts.bunny.net" }, "Business Catalyst": { + "cats": [ + 1 + ], "html": [ "\u003c!-- bc_obnw --\u003e" ], + "scriptSrc": [ + "catalystscripts" + ], "website": "https://businesscatalyst.com" }, "Business Website Builder": { + "cats": [ + 1 + ], "website": "https://businesswebsites.google.com/welcome" }, "ButterCMS": { + "cats": [ + 1 + ], "description": "ButterCMS is a cloud-based headless content management system.", "website": "https://buttercms.com" }, "Buttonizer": { + "cats": [ + 5 + ], "js": [ "buttonizer" ], + "scriptSrc": [ + "cdn\\.buttonizer\\.io/", + "wp-content/plugins/buttonizer-multifunctional-button/" + ], "description": "Buttonizer is a widget that enables website owners to incorporate custom and attention-grabbing call-to-action (CTA) buttons into their website design.", "website": "https://buttonizer.pro" }, "Buy me a coffee": { + "cats": [ + 5, + 111 + ], + "scriptSrc": [ + "cdnjs\\.buymeacoffee\\.com/([\\d.]+)\\;version:\\1" + ], "description": "Buy me a coffee is a service for online content creators that they may use to receive tips and donations to support their work.", "website": "https://www.buymeacoffee.com" }, "Buy with Prime": { + "cats": [ + 19 + ], "js": [ "bwp.sku" ], + "scriptSrc": [ + "code\\.buywithprime\\.amazon\\.com/" + ], "implies": [ "Amazon Pay" ], @@ -4002,30 +6456,53 @@ "website": "https://buywithprime.amazon.com" }, "BuySellAds": { + "cats": [ + 36 + ], "js": [ "_bsa", "_bsap", "_bsap_serving_callback", "_bsapro" ], + "scriptSrc": [ + "^https?://s\\d\\.buysellads\\.com/", + "servedby-buysellads\\.com/monetization(?:\\.[\\w\\d]+)?\\.js" + ], "website": "https://buysellads.com" }, "Buyapowa": { + "cats": [ + 94 + ], "js": [ "buyapowa.canarycheck" ], + "scriptSrc": [ + "cdn\\.co-buying\\.com/" + ], "description": "Buyapowa is a scalable referral marketing and advocacy platform designed for all industries.", "website": "https://www.buyapowa.com" }, "BySide": { + "cats": [ + 32, + 76 + ], "js": [ "byside", "bysidewebcare_banner" ], + "scriptSrc": [ + "webcare\\.byside\\.com/" + ], "description": "BySide is a personalisation and marketing automation platform.", "website": "https://byside.com" }, "Bynder": { + "cats": [ + 95 + ], "cookies": { "bynder": "^[\\da-z]+-[\\da-z]+-[\\da-z]+-[\\da-z]+$" }, @@ -4036,13 +6513,25 @@ "website": "https://www.bynder.com" }, "C": { + "cats": [ + 27 + ], "description": "C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system.", "website": "https://www.open-std.org/jtc1/sc22/wg14/" }, "CCV Shop": { + "cats": [ + 6 + ], + "scriptSrc": [ + "/website/javascript/vertoshop\\.js" + ], "website": "https://ccvshop.be" }, "CDN77": { + "cats": [ + 31 + ], "headers": { "server": "^cdn77-turbo$" }, @@ -4050,22 +6539,43 @@ "website": "https://www.cdn77.com" }, "CEMax": { + "cats": [ + 52 + ], "description": "CEMax is a premium customer engagement platform.", "website": "https://cemax.ai" }, "CFML": { + "cats": [ + 27 + ], "description": "ColdFusion Markup Language (CFML), is a scripting language for web development that runs on the JVM, the .NET framework, and Google App Engine.", "website": "https://adobe.com/products/coldfusion-family.html" }, "CIVIC": { + "cats": [ + 67 + ], + "scriptSrc": [ + "cc\\.cdn\\.civiccomputing\\.com" + ], "description": "Civic provides cookie control for user consent and the use of cookies.", "website": "https://www.civicuk.com/cookie-control" }, "CJDropshipping app": { + "cats": [ + 100 + ], + "scriptSrc": [ + "app\\.cjdropshipping\\.com/" + ], "description": "CJDropshipping is a dropshipping supplier and fulfillment service from China.", "website": "https://apps.shopify.com/cucheng" }, "CKEditor": { + "cats": [ + 24 + ], "js": [ "apex.libversions.ckeditor5", "ckeditor", @@ -4077,6 +6587,9 @@ "website": "https://ckeditor.com" }, "CMS Made Simple": { + "cats": [ + 1 + ], "cookies": { "cmssessid": "" }, @@ -4091,6 +6604,9 @@ "website": "https://cmsmadesimple.org" }, "CMSimple": { + "cats": [ + 1 + ], "meta": { "generator": [ "cmsimple( [\\d.]+)?\\;version:\\1" @@ -4102,12 +6618,21 @@ "website": "https://www.cmsimple.org/en" }, "CNZZ": { + "cats": [ + 10 + ], "js": [ "cnzz_protocol" ], + "scriptSrc": [ + "//[^./]+\\.cnzz\\.com/(?:z_stat.php|core)\\?" + ], "website": "https://web.umeng.com/" }, "CPABuild": { + "cats": [ + 71 + ], "js": [ "cpabuildlock" ], @@ -4115,6 +6640,9 @@ "website": "https://cpabuild.com" }, "CPG Dragonfly": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "^dragonfly cms" }, @@ -4129,6 +6657,9 @@ "website": "https://dragonflycms.org" }, "CRM+": { + "cats": [ + 53 + ], "implies": [ "MariaDB", "Sentry", @@ -4139,11 +6670,17 @@ "website": "https://www.brainformatik.com" }, "CS Cart": { + "cats": [ + 6 + ], "js": [ "fn_buy_together_apply_discount", "fn_calculate_total_shipping", "fn_compare_strings" ], + "scriptSrc": [ + "var/cache/misc/assets/js/tygh/scripts-(?:[\\d\\w]+)\\.js" + ], "implies": [ "PHP" ], @@ -4151,22 +6688,40 @@ "website": "https://www.cs-cart.com" }, "CSSIgniter Olsen Light": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/olsen-light/.+scripts(?:\\.min)?\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "CSSIgniter Olsen Light is a clean, minimal, stylish and elegant WordPress blog theme, perfect for lifestyle, food, cooking, fashion, travel, wedding, health \u0026 fitness, photography and beauty blogging.", "website": "https://www.cssigniter.com/themes/olsen-light" }, "CTT": { + "cats": [ + 99 + ], "description": "CTT operates as the national postal service of Portugal.", "website": "https://www.ctt.pt" }, "Caast.tv": { + "cats": [ + 5 + ], "js": [ "caast.open", "caastinstance" ], + "scriptSrc": [ + "cdn\\.caast\\.tv/" + ], "description": "Caast.tv is a digital commercial animation solution integrated into the ecommerce customer journey.", "website": "https://en.caast.tv" }, "CacheFly": { + "cats": [ + 31 + ], "headers": { "server": "^cfs ", "x-cf1": "", @@ -4176,6 +6731,9 @@ "website": "https://www.cachefly.com" }, "Cachet": { + "cats": [ + 13 + ], "js": [ "cachet.notifier" ], @@ -4186,6 +6744,9 @@ "website": "https://cachethq.io" }, "CactiveCloud": { + "cats": [ + 22 + ], "headers": { "server": "^cactive$" }, @@ -4193,12 +6754,18 @@ "website": "https://cactivecloud.com" }, "Caddy": { + "cats": [ + 22 + ], "headers": { "server": "^caddy$" }, "website": "https://caddyserver.com" }, "Cafe24": { + "cats": [ + 6 + ], "js": [ "ec_global_datetime", "ec_global_info", @@ -4208,10 +6775,16 @@ "website": "https://www.cafe24.com/en/" }, "Caisy": { + "cats": [ + 1 + ], "description": "Caisy is a headless CMS platform providing flexible content management, seamless integration with various devices and channels, and API access for structured content delivery.", "website": "https://caisy.io" }, "CakePHP": { + "cats": [ + 18 + ], "cookies": { "cakephp": "" }, @@ -4227,13 +6800,23 @@ "website": "https://cakephp.org" }, "Caldera Forms": { + "cats": [ + 87, + 110 + ], "js": [ "calderaforms" ], + "scriptSrc": [ + "/wp-content/plugins/caldera-forms/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Caldera Forms is the free WordPress form builder plugin.", "website": "https://calderaforms.com" }, "CalendarHero": { + "cats": [ + 72 + ], "js": [ "zoomai.vars" ], @@ -4241,13 +6824,22 @@ "website": "https://calendarhero.com" }, "Calendly": { + "cats": [ + 72 + ], "js": [ "calendly" ], + "scriptSrc": [ + "assets\\.calendly\\.com/" + ], "description": "Calendly is an app for scheduling appointments, meetings, and events.", "website": "https://calendly.com/" }, "CallRail": { + "cats": [ + 10 + ], "js": [ "calltrk", "calltrkswap", @@ -4257,6 +6849,9 @@ "website": "https://www.callrail.com" }, "CallTrackingMetrics": { + "cats": [ + 10 + ], "js": [ "__ctm.numbers", "__ctm_tracked_numbers" @@ -4265,22 +6860,44 @@ "website": "https://www.calltrackingmetrics.com" }, "Callbell": { + "cats": [ + 52 + ], "js": [ "callbell", "callbellsettings" ], + "scriptSrc": [ + "\\.callbell\\.eu/" + ], "description": "Callbell is a web-based live chat solution designed to help businesses manage team collaboration via multiple communication channels.", "website": "https://www.callbell.eu" }, "Campaign Monitor": { + "cats": [ + 32, + 75 + ], + "scriptSrc": [ + "\\.createsend1\\.com/" + ], "description": "Campaign Monitor is a global technology company that provides an email marketing platform.", "website": "https://www.campaignmonitor.com" }, "Candid Themes Fairy": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/fairy(?:-premium)?/.+custom\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Fairy is a free and minimal WordPress blog theme by Candid Themes.", "website": "https://www.candidthemes.com/themes/fairy" }, "Canny": { + "cats": [ + 13 + ], "js": [ "canny" ], @@ -4291,10 +6908,16 @@ "website": "https://canny.io" }, "Canto": { + "cats": [ + 95 + ], "description": "Canto is a digital asset management solution.", "website": "https://www.canto.com" }, "Canva": { + "cats": [ + 51 + ], "js": [ "canva_debounceresize", "canva_scriptexecutor" @@ -4303,6 +6926,9 @@ "website": "https://www.canva.com" }, "Canvas LMS": { + "cats": [ + 21 + ], "js": [ "webpackchunkcanvas_lms" ], @@ -4317,6 +6943,9 @@ "website": "https://www.instructure.com/canvas" }, "CanvasJS": { + "cats": [ + 25 + ], "js": [ "canvasjs.chart", "canvasjs.chart.version" @@ -4325,12 +6954,22 @@ "website": "https://canvasjs.com" }, "Captch Me": { + "cats": [ + 16, + 36 + ], "js": [ "captchme" ], + "scriptSrc": [ + "^https?://api\\.captchme\\.net/" + ], "website": "https://captchme.com" }, "Captivate.fm": { + "cats": [ + 5 + ], "js": [ "captivate_player_app_url" ], @@ -4338,14 +6977,27 @@ "website": "https://www.captivate.fm" }, "Carbon Ads": { + "cats": [ + 36 + ], "js": [ "_carbonads", "_carbonads_go" ], + "scriptSrc": [ + "\\.carbonads\\.com/" + ], "description": "Carbon Ads is an ad tech company, that connects advertisers to users through targeted verticals called Circles.", "website": "https://carbonads.net" }, "CareCart": { + "cats": [ + 98, + 100 + ], + "scriptSrc": [ + "app\\.carecart\\.io/api/abandoned-cart/" + ], "implies": [ "Shopify" ], @@ -4353,6 +7005,13 @@ "website": "https://carecart.io/abandoned-cart-recovery-app" }, "CareCart Sales Pop Up": { + "cats": [ + 100, + 5 + ], + "scriptSrc": [ + "sales-pop\\.carecart\\.io/" + ], "implies": [ "Shopify" ], @@ -4360,10 +7019,16 @@ "website": "https://carecart.io/sales-pop-up-app" }, "Cargo": { + "cats": [ + 51 + ], "js": [ "__cargo_js_ver__", "cargo.config" ], + "scriptSrc": [ + "(?\u003c!elo\\.io)/cargo\\." + ], "meta": { "cargo_title": [] }, @@ -4374,10 +7039,23 @@ "website": "https://cargo.site" }, "Carrd": { + "cats": [ + 51 + ], + "scripts": [ + "\\(\\!section\\s\\|\\|\\ssection\\.tagname\\s\\!\\=\\s\\'section\\'\\)" + ], "description": "Carrd is a platform for building simple, responsive, one-page sites.", "website": "https://carrd.co" }, "Carro": { + "cats": [ + 100 + ], + "scriptSrc": [ + "/carro\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "\\.getcarro\\.com/" + ], "implies": [ "Shopify" ], @@ -4385,6 +7063,10 @@ "website": "https://getcarro.com" }, "Carrot quest": { + "cats": [ + 10, + 52 + ], "js": [ "carrotquest" ], @@ -4395,20 +7077,38 @@ "website": "https://www.carrotquest.io" }, "Cart Functionality": { + "cats": [ + 6 + ], "js": [ "google_tag_params.ecomm_pagetype" ], + "scriptSrc": [ + "googlecommerce\\.com/trustedstores/api/js" + ], "description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.", "website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality" }, "Cart.com": { + "cats": [ + 6 + ], "js": [ "ac.storedomain" ], + "scriptSrc": [ + "\\.americommerce\\.com/" + ], "description": "Cart.com is an ecommerce platform built for high volume online stores and complex products with features such as multi-store management.", "website": "https://www.americommerce.com" }, "Cart.js": { + "cats": [ + 59 + ], + "scriptSrc": [ + "(?:shopify-cartjs/([\\d\\.]+)|assets)/rivets-cart\\.min\\.js\\;version:\\1" + ], "implies": [ "Shopify" ], @@ -4416,21 +7116,44 @@ "website": "https://cartjs.org" }, "CartKit": { + "cats": [ + 32 + ], + "scriptSrc": [ + "\\.cartkitcdn\\.com/" + ], "description": "CartKit build apps from fuss-free multi-channel marketing automation and campaigns to social proof popups and user session recording.", "website": "https://www.cartkit.com" }, "CartStack": { + "cats": [ + 98 + ], "js": [ "_cartstack" ], + "scriptSrc": [ + "api\\.cartstack\\.\\w+" + ], "description": "CartStack is a SaaS solution that allows any company with an ecommerce site or reservation system to increase revenue through reminding/encouraging consumers to return to their abandoned cart and complete their purchase.", "website": "https://www.cartstack.com" }, "Carts Guru": { + "cats": [ + 32, + 75 + ], + "scriptSrc": [ + "cdn\\.cartsguru\\.io/" + ], "description": "Carts Guru is the all-in-one marketing automation tool for ecommerce stores.", "website": "https://www.carts.guru" }, "Catberry.js": { + "cats": [ + 12, + 18 + ], "js": [ "catberry", "catberry.version" @@ -4444,6 +7167,9 @@ "website": "https://catberry.github.io/" }, "Catch": { + "cats": [ + 41 + ], "js": [ "catch" ], @@ -4451,14 +7177,29 @@ "website": "https://www.getcatch.com/" }, "Catch Themes Catch Box": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/catch-box(?:-pro)?/" + ], "description": "Catch Box is a lightweight, box shaped, clean responsive WordPress theme by Catch Themes.", "website": "https://catchthemes.com/themes/catch-box" }, "Catch Themes Fotografie": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/fotografie(?:-pro)?/" + ], "description": "Fotografie is a modern photography WordPress theme that comes with high-quality features and minimal design by Catch Themes.", "website": "https://catchthemes.com/themes/fotografie" }, "Cecil": { + "cats": [ + 57 + ], "meta": { "generator": [ "^cecil(?: ([0-9.]+))?$\\;version:\\1" @@ -4468,14 +7209,23 @@ "website": "https://cecil.app" }, "Celeritas": { + "cats": [ + 99 + ], "description": "Celeritas offers transportation logistics services for package deliveries.", "website": "https://celeritastransporte.com" }, "Celum": { + "cats": [ + 95 + ], "description": "Celum is a software developer that specialises in enterprise digital asset management and marketing content management systems.", "website": "https://www.celum.com" }, "Cendyn": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "^nextguest cms" }, @@ -4483,10 +7233,16 @@ "website": "https://www.cendyn.com" }, "Censhare": { + "cats": [ + 95 + ], "description": "Censhare is a commercial digital experience platform in the form of an enterprise content management system.", "website": "https://www.censhare.com" }, "CentOS": { + "cats": [ + 28 + ], "headers": { "server": "centos", "x-powered-by": "centos" @@ -4495,6 +7251,9 @@ "website": "https://centos.org" }, "Centminmod": { + "cats": [ + 22 + ], "headers": { "x-powered-by": "centminmod" }, @@ -4506,16 +7265,25 @@ "website": "https://centminmod.com" }, "Centra": { + "cats": [ + 6 + ], "js": [ "centra_image_sizes" ], "headers": { "content-security-policy": "\\.centra(?:cdn)?\\.(?:com|net)" }, + "scripts": [ + "centracheckoutscript" + ], "description": "Centra is the headless ecommerce platform.", "website": "https://centra.com" }, "Chabokan": { + "cats": [ + 62 + ], "headers": { "ch-powered-by": "chabokan\\s\\(chabokan\\.net\\)" }, @@ -4523,6 +7291,12 @@ "website": "https://chabokan.net" }, "Chakra UI": { + "cats": [ + 66 + ], + "scriptSrc": [ + "\\.chakra-ui\\." + ], "implies": [ "React" ], @@ -4530,14 +7304,24 @@ "website": "https://chakra-ui.com" }, "Chameleon": { + "cats": [ + 58 + ], "js": [ "chmln.snippet.urls.fast", "chmlndata.organizationattributes" ], + "scriptSrc": [ + "\\.trychameleon\\.com/" + ], "description": "Chameleon is a sophisticated no-code platform for product success, empowering SaaS teams to build self-service user onboarding, feature adoption, and feedback collection.", "website": "https://www.trychameleon.com" }, "Chameleon system": { + "cats": [ + 1, + 6 + ], "meta": { "generator": [ "chameleon cms/shop system" @@ -4547,6 +7331,9 @@ "website": "https://www.chameleon-system.de" }, "Chamilo": { + "cats": [ + 21 + ], "headers": { "x-powered-by": "chamilo ([\\d.]+)\\;version:\\1" }, @@ -4562,6 +7349,10 @@ "website": "https://www.chamilo.org" }, "Channel.io": { + "cats": [ + 52, + 53 + ], "js": [ "channelio" ], @@ -4569,53 +7360,100 @@ "website": "https://channel.io" }, "ChannelAdvisor": { + "cats": [ + 10, + 32 + ], + "scriptSrc": [ + "\\.channeladvisor\\.com/" + ], "description": "ChannelAdvisor is a provider of cloud-based solutions to ecommerce companies.", "website": "https://www.channeladvisor.com" }, "ChannelApe": { + "cats": [ + 6 + ], "description": "ChannelApe is an ecommerce and inventory management solution for the footwear and apparel industry.", "website": "https://www.channelape.com" }, "Chaport": { + "cats": [ + 52 + ], "js": [ "chaport", "chaportconfig" ], + "scriptSrc": [ + "\\.chaport\\.com" + ], "description": "Chaport is a multi-channel live chat and chatbot software for business.", "website": "https://www.chaport.com" }, "ChargeAfter": { + "cats": [ + 41, + 91 + ], "js": [ "chargeafter" ], + "scriptSrc": [ + "cdn\\.chargeafter\\.com" + ], "description": "ChargeAfter is a platform that connects retailers and lenders to offer consumers personalized Point of Sale Financing options at checkout from multiple lenders. ", "website": "https://chargeafter.com/" }, "Chargebee": { + "cats": [ + 41 + ], "js": [ "chargebee", "chargebeetrackfunc" ], + "scriptSrc": [ + "js\\.chargebee\\.com/v([\\d.]+)\\;version:\\1" + ], "description": "Chargebee is a PCI Level 1 certified recurring billing platform for SaaS and subscription-based businesses.", "website": "https://www.chargebee.com" }, "Chart.js": { + "cats": [ + 25 + ], "js": [ "chart", "chart.ctx.beziercurveto", "chart.defaults.doughnut" ], + "scriptSrc": [ + "/chart(?:\\.bundle)?(?:\\.min)?\\.js\\;confidence:75", + "cdn\\.jsdelivr\\.net/(?:npm|gh/chartjs)/chart\\.js@([\\d.]+(?:-[^/]+)?|latest)/dist/chart.*\\.js\\;version:\\1", + "cdnjs\\.cloudflare\\.com/ajax/libs/chart\\.js/([\\d.]+(?:-[^/]+)?)/chart.*\\.js\\;version:\\1", + "chartjs\\.org/dist/([\\d.]+(?:-[^/]+)?|master|latest)/chart.*\\.js\\;version:\\1" + ], "description": "Chart.js is an open-source JavaScript library that allows you to draw different types of charts by using the HTML5 canvas element.", "website": "https://www.chartjs.org" }, "Chartbeat": { + "cats": [ + 10 + ], "js": [ "_sf_async_config", "_sf_endpt" ], + "scriptSrc": [ + "chartbeat\\.js" + ], "website": "https://chartbeat.com" }, "ChatStack": { + "cats": [ + 52 + ], "js": [ "chatstack.chatstate", "chatstack.server" @@ -4624,18 +7462,33 @@ "website": "https://www.chatstack.com" }, "Chatango": { + "cats": [ + 5 + ], + "scriptSrc": [ + "st\\.chatango\\.com" + ], "description": "Chatango is a website used for connecting to a large selection of users.", "website": "https://chatango.com" }, "Chatra": { + "cats": [ + 52 + ], "js": [ "chatraid", "chatrasetup" ], + "scriptSrc": [ + "call\\.chatra\\.io/chatra\\.js" + ], "description": "Chatra is a cloud-based live chat platform aimed at small businesses and ecommerce retailers.", "website": "https://chatra.com" }, "Chatwoot": { + "cats": [ + 52 + ], "js": [ "$chatwoot", "chatwootsdk" @@ -4644,10 +7497,20 @@ "website": "https://www.chatwoot.com" }, "Checkfront": { + "cats": [ + 5, + 72 + ], + "scriptSrc": [ + "\\.checkfront\\.com/" + ], "description": "Checkfront is a cloud-based booking management application and ecommerce platform.", "website": "https://www.checkfront.com" }, "Checkly": { + "cats": [ + 13 + ], "js": [ "__nuxt__.config.public.apiurl" ], @@ -4655,10 +7518,19 @@ "website": "https://www.checklyhq.com" }, "Checkout.com": { + "cats": [ + 41 + ], + "scriptSrc": [ + "cdn\\.checkout\\.com/js/.+js(?:\\?ver=)?([\\d\\.]+)?\\;version:\\1" + ], "description": "Checkout.com is an international payment platform that processes different payment methods across a variety of currencies.", "website": "https://www.checkout.com" }, "Chekkit": { + "cats": [ + 52 + ], "js": [ "chekkitsettings.togglechat" ], @@ -4666,12 +7538,18 @@ "website": "https://www.chekkit.io" }, "Cherokee": { + "cats": [ + 22 + ], "headers": { "server": "^cherokee(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://www.cherokee-project.com" }, "CherryPy": { + "cats": [ + 22 + ], "headers": { "server": "cherrypy(?:/([\\d.]+))?\\;version:\\1" }, @@ -4679,9 +7557,16 @@ "website": "https://cherrypy.org/" }, "Chevereto": { + "cats": [ + 7, + 19 + ], "js": [ "chevereto.version" ], + "scriptSrc": [ + "/chevereto\\.js" + ], "meta": { "generator": [ "chevereto\\s(?:[\\d\\.]+)" @@ -4694,6 +7579,9 @@ "website": "https://chevereto.com" }, "Chicago Boss": { + "cats": [ + 18 + ], "cookies": { "_boss_session": "" }, @@ -4704,13 +7592,22 @@ "website": "https://github.com/ChicagoBoss/ChicagoBoss" }, "Chili Piper": { + "cats": [ + 72 + ], "js": [ "chilipiper" ], + "scriptSrc": [ + "js\\.chilipiper\\.com/marketing\\.js" + ], "description": "Chili Piper is a suite of automated scheduling tools that help revenue teams convert leads.", "website": "https://www.chilipiper.com/" }, "Chimpmatic": { + "cats": [ + 87 + ], "implies": [ "Contact Form 7", "MailChimp" @@ -4719,32 +7616,59 @@ "website": "https://chimpmatic.com" }, "Chinese Menu Online": { + "cats": [ + 51, + 93 + ], "description": "Chinese Menu Online is an online food ordering service.", "website": "https://www.chinesemenuonline.com" }, "Chitika": { + "cats": [ + 36 + ], "js": [ "ch_client", "ch_color_site_link" ], + "scriptSrc": [ + "scripts\\.chitika\\.net/" + ], "website": "https://chitika.com" }, "Choices": { + "cats": [ + 59 + ], "js": [ "choices" ], + "scriptSrc": [ + "/modules/choices/js/choices\\.js", + "choices\\.js(?:@|/)?([\\d\\.]+)?.+choices\\.min\\.js\\;version:\\1" + ], "description": "Choices.js is a lightweight, configurable select box/text input plugin.", "website": "https://github.com/Choices-js/Choices" }, "Chord": { + "cats": [ + 52, + 103 + ], "js": [ "chordconnect", "chordconnect.__esmodule" ], + "scriptSrc": [ + "chord\\.us/embeddable/client-([\\d\\.]+)\\.min\\.js\\;version:\\1" + ], "description": "Chord is a video-enabled social community and communication platform completely customised to your brand.", "website": "https://m.chord.us" }, "Chorus": { + "cats": [ + 1 + ], "cookies": { "_chorus_geoip_continent": "", "chorus_preferences": "" @@ -4758,14 +7682,23 @@ "website": "https://getchorus.voxmedia.com" }, "Chronofresh": { + "cats": [ + 99 + ], "description": "Chronofresh is an express transport service for food products.", "website": "https://www.chronofresh.fr" }, "Chronopost": { + "cats": [ + 99 + ], "description": "Chronopost provides a domestic and international express shipping and delivery service.", "website": "https://www.chronopost.fr" }, "ChurnZero": { + "cats": [ + 97 + ], "js": [ "churnzero", "churnzero.version" @@ -4774,10 +7707,19 @@ "website": "https://churnzero.net" }, "CitrusPay": { + "cats": [ + 41 + ], + "scriptSrc": [ + "checkout-static\\.citruspay\\.com/" + ], "description": "CitrusPay provides payement gateway and wallet services.", "website": "https://consumers.citruspay.com/" }, "City Hive": { + "cats": [ + 6 + ], "js": [ "cityhivesites", "cityhivewebsitename" @@ -4786,14 +7728,26 @@ "website": "https://www.cityhive.net" }, "CityMail": { + "cats": [ + 99 + ], "description": "CityMail is a private postal organisation operating in Sweden.", "website": "https://www.citymail.se" }, "CiviCRM": { + "cats": [ + 53 + ], "description": "CiviCRM is a web-based suite of internationalised open-source software for constituency relationship management.", "website": "https://civicrm.org" }, "CiviCRM plugins": { + "cats": [ + 87 + ], + "scriptSrc": [ + "wp-content/plugins/(?:[\\w\\-]+)?civicrm(?:[\\w\\-]+)?/" + ], "implies": [ "CiviCRM" ], @@ -4801,10 +7755,16 @@ "website": "https://wordpress.org/plugins/search/civicrm/" }, "CivicTheme": { + "cats": [ + 66 + ], "description": "CivicTheme is an open source, inclusive and component-based design system. It was created so governments and corporations can rapidly assemble modern, consistent and compliant digital experiences.", "website": "https://www.civictheme.io/" }, "Ckan": { + "cats": [ + 1 + ], "headers": { "access-control-allow-headers": "x-ckan-api-key", "link": "\u003chttp://ckan\\.org/\u003e; rel=shortlink" @@ -4823,22 +7783,37 @@ "website": "https://ckan.org/" }, "Clarip": { + "cats": [ + 67 + ], "js": [ "claripcdnhost", "clariphost", "pagedata.claripconsentjsurl" ], + "scriptSrc": [ + "//cdn\\.clarip\\.com/" + ], "description": "Clarip is an enterprise data privacy and risk management platform.", "website": "https://www.clarip.com" }, "Claris FileMaker": { + "cats": [ + 34 + ], "description": "Claris FileMaker is a cross-platform relational database application from Claris International.", "website": "https://www.claris.com/filemaker" }, "Clarity": { + "cats": [ + 66 + ], "js": [ "clarityicons" ], + "scriptSrc": [ + "clr-angular(?:\\.umd)?(?:\\.min)?\\.js" + ], "implies": [ "Angular" ], @@ -4846,6 +7821,9 @@ "website": "https://clarity.design" }, "Classeh": { + "cats": [ + 21 + ], "meta": { "author": [ "^fanavar\\.org$" @@ -4860,24 +7838,45 @@ "website": "https://fanavar.org" }, "Classy": { + "cats": [ + 111 + ], "js": [ "classy.clientid" ], + "scripts": [ + "classy\\.org" + ], "description": "Classy is an online fundraising platform.", "website": "https://www.classy.org/" }, "ClearSale": { + "cats": [ + 10 + ], "js": [ "csdm" ], + "scriptSrc": [ + "device\\.clearsale\\.com\\.br" + ], "description": "ClearSale offers fraud management and chargeback protection services.", "website": "https://www.clear.sale/" }, "Clearbit Reveal": { + "cats": [ + 10 + ], + "scriptSrc": [ + "reveal\\.clearbit\\.com/v[(0-9)]/" + ], "description": "Clearbit Reveal identifies anonymous visitors to websites.", "website": "https://clearbit.com/reveal" }, "Clerk": { + "cats": [ + 69 + ], "js": [ "clerk.authenticatewithmetamask", "clerk.opensignin", @@ -4887,14 +7886,24 @@ "website": "https://clerk.dev" }, "Clerk.io": { + "cats": [ + 76 + ], "js": [ "__clerk_cb_0", "__clerk_q" ], + "scriptSrc": [ + "\\.clerk\\.io/" + ], "description": "Clerk.io is an all-in-one ecommerce personalisation platform.", "website": "https://clerk.io" }, "CleverTap": { + "cats": [ + 32, + 10 + ], "js": [ "clevertap" ], @@ -4902,28 +7911,56 @@ "website": "https://clevertap.com" }, "Cleverbridge": { + "cats": [ + 6 + ], "js": [ "cbcartproductselection" ], + "scriptSrc": [ + "static-cf\\.cleverbridge\\.\\w+/js/shop\\.js" + ], "description": "Cleverbridge is a all-in-one ecommerce and subscription billing solution for software, (SaaS) and digital goods.", "website": "https://www.cleverbridge.com" }, "Click \u0026 Pledge": { + "cats": [ + 111 + ], + "scriptSrc": [ + "\\.clickandpledge\\.com/" + ], "description": "Click \u0026 Pledge is an all-in-one digital fundraising platform.", "website": "https://clickandpledge.com" }, "ClickCease": { + "cats": [ + 16 + ], + "scriptSrc": [ + "\\.clickcease\\.com/monitor/" + ], "description": "ClickCease is an ad fraud and click-fraud detection and protection service software.", "website": "https://www.clickcease.com" }, "ClickDimensions": { + "cats": [ + 32 + ], "js": [ "clickdimensions" ], + "scriptSrc": [ + "analytics\\.clickdimensions\\.com/" + ], "description": "ClickDimensions is a SaaS marketing automation platform built on the Microsoft Windows Azure platform.", "website": "https://clickdimensions.com" }, "ClickFunnels": { + "cats": [ + 32, + 51 + ], "js": [ "cfaddpolyfill", "cfappdomain", @@ -4939,15 +7976,24 @@ "website": "https://www.clickfunnels.com" }, "ClickHeat": { + "cats": [ + 10 + ], "js": [ "clickheatserver" ], + "scriptSrc": [ + "clickheat.*\\.js" + ], "implies": [ "PHP" ], "website": "https://www.labsmedia.com/clickheat/index.html" }, "ClickOnce": { + "cats": [ + 47 + ], "css": [ "\\.ClickOnceInfoText" ], @@ -4955,36 +8001,65 @@ "website": "https://learn.microsoft.com/en-us/visualstudio/deployment/clickonce-security-and-deployment" }, "ClickTale": { + "cats": [ + 10 + ], "js": [ "clicktale", "clicktaleevent", "clicktaleglobal", "clicktalestarteventsignal" ], + "scriptSrc": [ + "\\.clicktale\\.net" + ], "description": "ClickTale is a SaaS solution enabling organisations to gain visual in-page analytics.", "website": "https://www.clicktale.com" }, "Clickbank": { + "cats": [ + 71 + ], "js": [ "cbtb" ], + "scriptSrc": [ + "r\\.wdfl\\.co" + ], "website": "https://www.clickbank.com/" }, "Clicky": { + "cats": [ + 10 + ], "js": [ "clicky" ], + "scriptSrc": [ + "static\\.getclicky\\.com" + ], "description": "Clicky is web an analytics tool which helps you to get real-time analysis including spy view.", "website": "https://getclicky.com" }, "ClientJS": { + "cats": [ + 59, + 83 + ], "js": [ "clientjs" ], + "scriptSrc": [ + "/clientjs/(?:(\\d.*?)/)?\\;version:\\1", + "/clientjs@(\\d.*?)/\\;version:\\1" + ], "description": "ClientJS is a JavaScript library for generating browser fingerprints, exposing all the browser data-points.", "website": "https://clientjs.org" }, "ClientXCMS": { + "cats": [ + 1 + ], "js": [ "clientxcmscurrency" ], @@ -4992,13 +8067,28 @@ "website": "https://clientxcms.com" }, "Clinch": { + "cats": [ + 76 + ], + "scriptSrc": [ + "cdn\\.clinch\\.co" + ], "description": "Clinch delivers hyper-personalized creative experiences and consumer intelligence across all channels.", "website": "https://clinch.co/" }, "Clipboard.js": { + "cats": [ + 59 + ], + "scriptSrc": [ + "clipboard(?:-([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1" + ], "website": "https://clipboardjs.com/" }, "Clockwork": { + "cats": [ + 47 + ], "headers": { "x-clockwork-version": "^([\\d\\.]+)$\\;version:\\1" }, @@ -5009,10 +8099,19 @@ "website": "https://github.com/underground-works/clockwork-app" }, "Closure Library": { + "cats": [ + 59 + ], "description": "Closure Library is a JavaScript library developed by Google for building robust web applications, offering utilities for DOM manipulation, event handling, data structures, and more.", "website": "https://github.com/google/closure-library" }, "CloudCart": { + "cats": [ + 6 + ], + "scriptSrc": [ + "/cloudcart-(?:assets|storage)/" + ], "meta": { "author": [ "^cloudcart llc$" @@ -5021,19 +8120,31 @@ "website": "https://cloudcart.com" }, "CloudSuite": { + "cats": [ + 6 + ], "cookies": { "cs_secure_session": "" }, "website": "https://cloudsuite.com" }, "Cloudbeds": { + "cats": [ + 72 + ], "js": [ "cloudbeds_widget" ], + "scriptSrc": [ + "\\.cloudbeds\\.com/" + ], "description": "Cloudbeds is a cloud-based hotel management platform which includes tools for managing reservations, availability, rates, distribution channels, payments, guests, housekeeping, and more.", "website": "https://www.cloudbeds.com" }, "Cloudera": { + "cats": [ + 34 + ], "headers": { "server": "cloudera" }, @@ -5041,6 +8152,9 @@ "website": "https://www.cloudera.com" }, "Cloudflare": { + "cats": [ + 31 + ], "cookies": { "__cfduid": "" }, @@ -5061,6 +8175,9 @@ "website": "https://www.cloudflare.com" }, "Cloudflare Bot Management": { + "cats": [ + 16 + ], "cookies": { "__cf_bm": "" }, @@ -5071,13 +8188,23 @@ "website": "https://www.cloudflare.com/en-gb/products/bot-management/" }, "Cloudflare Browser Insights": { + "cats": [ + 10, + 78 + ], "js": [ "__cfbeaconcustomtag" ], + "scriptSrc": [ + "static\\.cloudflareinsights\\.com/beacon(?:\\.min)?\\.js" + ], "description": "Cloudflare Browser Insights is a tool that measures the performance of websites from the perspective of users.", "website": "https://www.cloudflare.com" }, "Cloudflare Rocket Loader": { + "cats": [ + 92 + ], "js": [ "__cfqr.done", "__cfrlunblockhandlers" @@ -5086,10 +8213,17 @@ "website": "https://support.cloudflare.com/hc/en-us/articles/200168056-Understanding-Rocket-Loader" }, "Cloudflare Stream": { + "cats": [ + 14, + 103 + ], "description": "Cloudflare Stream is a serverless live and on-demand video streaming platform.", "website": "https://www.cloudflare.com/products/cloudflare-stream" }, "Cloudflare Turnstile": { + "cats": [ + 16 + ], "js": [ "turnstile" ], @@ -5097,6 +8231,9 @@ "website": "https://www.cloudflare.com/products/turnstile" }, "Cloudflare Workers": { + "cats": [ + 62 + ], "implies": [ "Cloudflare" ], @@ -5104,6 +8241,9 @@ "website": "https://workers.cloudflare.com" }, "Cloudflare Zaraz": { + "cats": [ + 92 + ], "js": [ "zaraz", "zarazdata" @@ -5112,6 +8252,10 @@ "website": "https://www.cloudflare.com/products/zaraz/" }, "Cloudify.store": { + "cats": [ + 6, + 93 + ], "cookies": { "cloudify_session": "" }, @@ -5124,6 +8268,10 @@ "website": "https://cloudify.store" }, "Cloudimage": { + "cats": [ + 31, + 95 + ], "js": [ "ciresponsive.config.domain" ], @@ -5131,6 +8279,10 @@ "website": "https://www.cloudimage.io" }, "Cloudinary": { + "cats": [ + 31, + 95 + ], "js": [ "_cloudinary" ], @@ -5141,6 +8293,9 @@ "website": "https://cloudinary.com" }, "Cloudrexx": { + "cats": [ + 1 + ], "meta": { "generator": [ "^cloudrexx$" @@ -5154,6 +8309,9 @@ "website": "https://www.cloudrexx.com" }, "Cloudways": { + "cats": [ + 62 + ], "headers": { "cache-provider": "cloudways-cache-de" }, @@ -5161,35 +8319,72 @@ "website": "https://www.cloudways.com" }, "Cloverly": { + "cats": [ + 5 + ], "js": [ "removecloverly" ], + "scriptSrc": [ + "apps\\.cloverly\\.com/" + ], "description": "Cloverly is an API integration for ethical ecommerce brands to help their customers offset the carbon footprint of their online transactions.", "website": "https://www.cloverly.com" }, "Cluep": { + "cats": [ + 36 + ], + "scriptSrc": [ + "cas\\.cluep\\.com" + ], "description": "Cluep's artificially intelligent mobile ad platform targets people based on what they are sharing, how they are feeling and where they go in the physical world.", "website": "https://cluep.com/" }, "ClustrMaps Widget": { + "cats": [ + 35 + ], + "scriptSrc": [ + "clustrmaps\\.com" + ], "description": "ClustrMaps widget is a visitor tracker, designed for general web and blog use.", "website": "https://clustrmaps.com/" }, "Clutch": { + "cats": [ + 90, + 5 + ], + "scriptSrc": [ + "//widget\\.clutch\\.co/" + ], "description": "Clutch review widgets are stand-alone applications that you can embed on your website to show your dynamic ratings and reviews.", "website": "https://clutch.co/content/add-review-widget-your-website" }, "CoConstruct": { + "cats": [ + 19 + ], "website": "https://www.coconstruct.com" }, "CoRover": { + "cats": [ + 52 + ], "js": [ "corover_tag" ], + "scriptSrc": [ + "\\.corover\\.mobi/" + ], "description": "CoRover is a conversational AI chatbot platform with proprietary cognitive AI technology.", "website": "https://corover.ai" }, "Coaster CMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "^coaster cms v([\\d.]+)$\\;version:\\1" @@ -5201,10 +8396,17 @@ "website": "https://www.coastercms.org" }, "Cococart": { + "cats": [ + 6 + ], "description": "Cococart is an ecommerce platform.", "website": "https://www.cococart.co" }, "CoconutSoftware": { + "cats": [ + 5, + 72 + ], "cookies": { "coconut_calendar": "" }, @@ -5212,6 +8414,9 @@ "website": "https://www.coconutsoftware.com/" }, "Cocos2d": { + "cats": [ + 19 + ], "js": [ "cocosengine" ], @@ -5219,6 +8424,9 @@ "website": "https://www.cocos.com/en/cocos2dx" }, "CodeIgniter": { + "cats": [ + 18 + ], "cookies": { "ci_csrf_token": "^(.+)$\\;version:\\1?2+:", "ci_session": "", @@ -5234,6 +8442,9 @@ "website": "https://codeigniter.com" }, "CodeMirror": { + "cats": [ + 20 + ], "js": [ "codemirror", "codemirror.version" @@ -5242,10 +8453,20 @@ "website": "https://codemirror.net" }, "CodeSandbox": { + "cats": [ + 5, + 20 + ], "description": "CodeSandbox is an online code editor and prototyping tool that makes creating and sharing web apps faster.", "website": "https://codesandbox.io/" }, "Coin Currency Converter": { + "cats": [ + 100 + ], + "scriptSrc": [ + "/apps/coin/coin\\.js.+\\.myshopify\\.com" + ], "implies": [ "Shopify" ], @@ -5253,32 +8474,64 @@ "website": "https://apps.shopify.com/coin" }, "CoinHive": { + "cats": [ + 56 + ], "js": [ "coinhive" ], + "scriptSrc": [ + "\\/(?:coinhive|(authedmine))(?:\\.min)?\\.js\\;version:\\1?opt-in:", + "coinhive\\.com/lib" + ], "description": "Coinhive is a cryptocurrency mining service.", "website": "https://coinhive.com" }, "CoinHive Captcha": { + "cats": [ + 16, + 56 + ], + "scriptSrc": [ + "https?://authedmine\\.com/(?:lib/captcha|captcha)" + ], "description": "Coinhive Captcha provides captcha service that is simple to integrate, where your users’ devices need to solve a number of hashes, adjustable by you, in order to login or post a comment to your site.", "website": "https://coinhive.com" }, "Coinbase Commerce": { + "cats": [ + 41 + ], "description": "Coinbase Commerce is a platform that enables merchants to accept cryptocurrency payments.", "website": "https://commerce.coinbase.com/" }, "Coinhave": { + "cats": [ + 56 + ], + "scriptSrc": [ + "https?://coin-have\\.com/c/[0-9a-za-z]{4}\\.js" + ], "description": "CoinHave is a cryptocurrency mining service.", "website": "https://coin-have.com/" }, "Coinimp": { + "cats": [ + 56 + ], "js": [ "client.anonymous" ], + "scriptSrc": [ + "https?://www\\.hashing\\.win/scripts/min\\.js" + ], "description": "CoinImp is a cryptocurrency mining service.", "website": "https://www.coinimp.com" }, "Colbass": { + "cats": [ + 5 + ], "js": [ "colbassrunning" ], @@ -5286,27 +8539,49 @@ "website": "https://colbass.com" }, "Colibri WP": { + "cats": [ + 80, + 51 + ], "js": [ "colibri", "colibridata", "colibrifrontenddata" ], + "scriptSrc": [ + "/wp-content/plugins/colibri-page-builder.+\\.js(?:.+ver=([\\d\\.\\-\\w]+))?\\;version:\\1" + ], "description": "Colibri WP is a drag-and-drop WordPress website builder.", "website": "https://colibriwp.com" }, "Colis Privé": { + "cats": [ + 99 + ], "description": "Colis Privé is a private parcel delivery service provider specialised in last-mile delivery.", "website": "https://www.colisprive.fr" }, "Colissimo": { + "cats": [ + 99 + ], "description": "Colissimo is a 'drop off' parcel delivery service.", "website": "https://www.colissimo.entreprise.laposte.fr" }, "ColorMag": { + "cats": [ + 80 + ], + "scriptSrc": [ + "themes/colormag.*\\.js(?:\\?ver=([0-9.]+))?\\;version:\\1" + ], "description": "ColorMag theme is for creating news, magazine, newspaper and other kinds of publishing sites. Compatible with Elementor.", "website": "https://themegrill.com/themes/colormag/" }, "ColorMeShop": { + "cats": [ + 6 + ], "js": [ "colorme" ], @@ -5314,35 +8589,68 @@ "website": "https://shop-pro.jp" }, "Colorlib Activello": { + "cats": [ + 80 + ], "js": [ "activelloismobile" ], + "scriptSrc": [ + "/wp-content/themes/activello/" + ], "description": "Colorlib Activello is a clean, minimal multipurpose WordPress blog theme developer using the Bootstrap frontend framework making it fully responsive and mobile-friendly.", "website": "https://colorlib.com/wp/themes/activello" }, "Colorlib Illdy": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/illdy/" + ], "description": "Colorlib Illdy is a stunning multipurpose WordPress theme built based on Bootstrap frontend framework making it fully responsive and mobile friendly.", "website": "https://colorlib.com/wp/themes/illdy" }, "Colorlib Shapely": { + "cats": [ + 80 + ], "js": [ "shapelyadminobject" ], + "scriptSrc": [ + "/wp-content/themes/shapely/" + ], "description": "Colorlib Shapely is considered as a powerful, clean and beautiful full-width free WordPress theme.", "website": "https://colorlib.com/wp/themes/shapely" }, "Colorlib Sparkling": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/sparkling/" + ], "description": "Colorlib Sparkling is a clean, modern, flat design WordPress theme developed using Bootstrap.", "website": "https://colorlib.com/wp/themes/sparkling" }, "Colorlib Travelify": { + "cats": [ + 80 + ], "js": [ "travelify_slider_value" ], + "scriptSrc": [ + "/wp-content/themes/travelify/" + ], "description": "Colorlib Travelify is a responsive, free, travel WordPress theme.", "website": "https://colorlib.com/wp/themes/travelify" }, "Combahton FlowShield": { + "cats": [ + 16 + ], "cookies": { "flowproxy-origin": "" }, @@ -5354,14 +8662,25 @@ "website": "https://combahton.net" }, "Combeenation": { + "cats": [ + 76 + ], "description": "Combeenation is a powerful cloud-based configurator platform.", "website": "https://www.combeenation.com" }, "Combodo iTop": { + "cats": [ + 13, + 19 + ], "description": "Combodo iTop is an open-source IT service management (ITSM) and IT operations management (ITOM) platform developed by Combodo, a software company based in France.", "website": "https://www.combodo.com/itop-193" }, "Comeet": { + "cats": [ + 5, + 101 + ], "js": [ "comeet", "comeetinit" @@ -5370,6 +8689,9 @@ "website": "https://www.comeet.com" }, "Comm100": { + "cats": [ + 52 + ], "js": [ "comm100_chatbutton", "comm100_livechat_open_link", @@ -5379,17 +8701,32 @@ "website": "https://www.comm100.com" }, "Commanders Act TagCommander": { + "cats": [ + 42 + ], "js": [ "tc_vars" ], + "scriptSrc": [ + "\\.tagcommander\\.com" + ], "description": "Commanders Act TagCommander is a European company providing a tag management product designed to handle website tags.", "website": "https://www.commandersact.com/en/solutions/tagcommander/" }, "Commanders Act TrustCommander": { + "cats": [ + 67 + ], + "scriptSrc": [ + "\\.trustcommander\\.net/privacy/.+_v([\\d]+)_([\\d]+)\\.js\\;version:\\1.\\2" + ], "description": "Commanders Act TrustCommander is a consent management platform (CMP) which allows you to comply with the general data protection regulation (GDPR) regulation in terms of collecting consent.", "website": "https://www.commandersact.com/en/solutions/trustcommander/" }, "Commerce Server": { + "cats": [ + 6 + ], "headers": { "commerce-server-software": "" }, @@ -5399,6 +8736,9 @@ "website": "https://commerceserver.net" }, "Commerce.js": { + "cats": [ + 6 + ], "js": [ "commercejsspace" ], @@ -5406,29 +8746,59 @@ "chec-version": ".*", "x-powered-by": "commerce.js" }, + "scriptSrc": [ + "cdn\\.chec\\.io/v(\\d+)/commerce\\.js\\;version:\\1", + "chec/commerce\\.js" + ], "description": "Commerce.js is an API-first ecommerce platform for developers and businesses.", "website": "https://www.commercejs.com" }, "Commerce7": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn\\.commerce7\\.com" + ], "description": "Commerce7 is an ecommerce platform for wineries.", "website": "https://commerce7.com" }, "Commercelayer": { + "cats": [ + 6 + ], "description": "Commercelayer is a headless ecommerce platform that permits businesses to create customisable and scalable online shopping experiences via an API-first architecture that allows developers to use any programming language or framework for building ecommerce sites and applications.", "website": "https://commercelayer.io" }, "Community Funded": { + "cats": [ + 111 + ], + "scriptSrc": [ + "//give\\.communityfunded\\.com/" + ], "description": "Community Funded is a digital fundraising and engagement platform.", "website": "https://www.communityfunded.com" }, "Complianz": { + "cats": [ + 74, + 67, + 87 + ], "js": [ "complianz.version" ], + "scriptSrc": [ + "wp-content/plugins/complianz-gdpr-premium" + ], "description": "Complianz is a GDPR/CCPA Cookie Consent plugin that supports GDPR, DSGVO, CCPA and PIPEDA with a conditional Cookie Notice and customized Cookie Policy based on the results of the built-in Cookie Scan.", "website": "https://complianz.io" }, "Concrete CMS": { + "cats": [ + 1 + ], "cookies": { "concrete5": "" }, @@ -5436,6 +8806,9 @@ "ccm_image_path", "concrete" ], + "scriptSrc": [ + "/concrete/js/" + ], "meta": { "generator": [ "^concrete5(?: - ([\\d.]+)$)?\\;version:\\1" @@ -5447,14 +8820,30 @@ "website": "https://www.concretecms.com/" }, "Conekta": { + "cats": [ + 41 + ], + "scriptSrc": [ + "cdn\\.conekta\\.\\w+/js/(?:v([\\d.]+)|)\\;version:\\1", + "conektaapi/v([\\d.]+)\\;version:\\1" + ], "description": "Conekta is a Mexican payment platform.", "website": "https://conekta.com" }, "Confer With": { + "cats": [ + 103 + ], + "scriptSrc": [ + "\\.conferwith\\.io/" + ], "description": "Confer With triggers live streaming video calls between shoppers and instore experts from a website, or outside a store.", "website": "https://conferwith.io" }, "Confiant": { + "cats": [ + 16 + ], "js": [ "confiant" ], @@ -5462,6 +8851,9 @@ "website": "https://www.confiant.com" }, "Congressus": { + "cats": [ + 1 + ], "cookies": { "_gat_congressus_analytics": "", "congressus_session": "" @@ -5475,41 +8867,80 @@ "website": "https://congressus.nl" }, "Conjured": { + "cats": [ + 100 + ], + "scriptSrc": [ + "app\\.conjured\\.co/" + ], "description": "Conjured provides Shopify brands with Shopify apps and custom development.", "website": "https://conjured.co" }, "Connectif": { + "cats": [ + 76, + 32 + ], "js": [ "connectif.version", "connectifinfo.store" ], + "scriptSrc": [ + "cdn\\.connectif\\.cloud/" + ], "description": "Connectif is a marketing automation and personalisation data-first action platform, powered by AI.", "website": "https://connectif.ai" }, "Constant Contact": { + "cats": [ + 32, + 75 + ], "js": [ "_ctct_m", "ctctonloadcallback" ], + "scriptSrc": [ + "\\.ctctcdn\\.com/" + ], "description": "Constant Contact is a marketing automation and email marketing solution.", "website": "https://www.constantcontact.com" }, "Contabo": { + "cats": [ + 88 + ], "description": "Contabo is a German hosting provider, previously known by the name Giga-International.", "website": "https://contabo.com" }, "Contact Form 7": { + "cats": [ + 87, + 110 + ], "js": [ "wpcf7" ], + "scriptSrc": [ + "/wp-content/plugins/contact-form-7/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Contact Form 7 is an WordPress plugin which can manage multiple contact forms. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering.", "website": "https://contactform7.com" }, "Container Media Group": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.containermedia\\.net/" + ], "description": "Container Media Group offers technical solutions for agencies and brands to plan, execute, optimise, and report on advertising campaigns. They specialise in creating engaging custom creatives and utilise advanced tracking pixels to monitor user advertising activity across media channels.", "website": "https://containermedia.net" }, "Contao": { + "cats": [ + 1 + ], "meta": { "generator": [ "^contao open source cms$" @@ -5522,6 +8953,9 @@ "website": "https://contao.org" }, "Contenido": { + "cats": [ + 1 + ], "meta": { "generator": [ "contenido ([\\d.]+)\\;version:\\1" @@ -5533,6 +8967,9 @@ "website": "https://contenido.org/en" }, "Contensis": { + "cats": [ + 1 + ], "meta": { "generator": [ "contensis cms version ([\\d.]+)\\;version:\\1" @@ -5545,6 +8982,10 @@ "website": "https://zengenti.com/en-gb/products/contensis" }, "ContentBox": { + "cats": [ + 1, + 11 + ], "meta": { "generator": [ "contentbox powered by coldbox" @@ -5556,10 +8997,16 @@ "website": "https://www.gocontentbox.org" }, "ContentStudio": { + "cats": [ + 96 + ], "description": "ContentStudio is an integrated cloud-based social media management and content marketing solution.", "website": "https://contentstudio.io" }, "Contentful": { + "cats": [ + 1 + ], "headers": { "x-contentful-request-id": "" }, @@ -5570,6 +9017,9 @@ "website": "https://www.contentful.com" }, "Contently": { + "cats": [ + 96 + ], "js": [ "_contently.siteid" ], @@ -5577,38 +9027,73 @@ "website": "https://contently.com" }, "Contentsquare": { + "cats": [ + 10, + 74 + ], "js": [ "cs_conf.trackerdomain" ], + "scriptSrc": [ + "\\.contentsquare\\.net/" + ], "description": "Contentsquare is an enterprise-level UX optimisation platform.", "website": "https://contentsquare.com" }, "Contentstack": { + "cats": [ + 1 + ], "description": "Contentstack is a headless CMS software designed to help businesses deliver personalised content experiences to audiences via multiple channels.", "website": "https://www.contentstack.com" }, "Contlo": { + "cats": [ + 90, + 32 + ], "js": [ "contlo_env" ], + "scriptSrc": [ + "\\.contlo\\.com/" + ], "description": "Contlo is an AI powered marketing software.", "website": "https://www.contlo.com" }, "Conversant Consent Tool": { + "cats": [ + 67 + ], "js": [ "conversant" ], + "scriptSrc": [ + "cdn\\.conversant\\.mgr\\.consensu\\.org/" + ], "description": "Conversant Consent Tool is a free tool to gain GDPR and ePD compliant consent for digital advertising.", "website": "https://www.conversantmedia.eu/consent-tool" }, "Conversio": { + "cats": [ + 10 + ], "js": [ "conversio.settings" ], + "scriptSrc": [ + "\\.conversio\\.com/" + ], "description": "Conversio is an optimisation and analytics agency.", "website": "https://conversio.com" }, "Conversio App": { + "cats": [ + 100 + ], + "scriptSrc": [ + "\\.conversio\\.com/.+\\.myshopify\\.com" + ], "implies": [ "Conversio" ], @@ -5616,30 +9101,59 @@ "website": "https://apps.shopify.com/conversio" }, "Convert": { + "cats": [ + 74 + ], "js": [ "convert", "convert_temp", "convertdata" ], + "scriptSrc": [ + "\\.convertexperiments\\.com/js" + ], "description": "Convert Experiences is an enterprise A/B testing and personalisation solution for conversion optimisation and data-driven decisions in high-traffic websites.", "website": "https://www.convert.com" }, "ConvertFlow": { + "cats": [ + 10, + 74 + ], "js": [ "convertflow" ], + "scriptSrc": [ + "(?:app|js)\\.convertflow\\.co" + ], "description": "ConvertFlow is the all-in-one conversion marketing platform.", "website": "https://www.convertflow.com" }, "ConvertKit": { + "cats": [ + 32, + 75 + ], + "scriptSrc": [ + "\\.convertkit\\.com" + ], "description": "ConvertKit is an email marketing tool built for content creators.", "website": "https://convertkit.com" }, "Convertcart": { + "cats": [ + 32 + ], + "scriptSrc": [ + "cdn\\.convertcart\\.com" + ], "description": "ConvertCart helps online businesses deliver outstanding experiences to customers throughout their journey.", "website": "https://www.convertcart.com/" }, "Convertr": { + "cats": [ + 6 + ], "meta": { "author": [ "^convertr commerce$" @@ -5656,19 +9170,35 @@ "website": "https://convertr.com.br" }, "Convertri": { + "cats": [ + 51 + ], "js": [ "convertri_constants", "convertrianalytics", "convertriparameters" ], + "scriptSrc": [ + "cdn\\.convertri\\.com/" + ], "description": "Convertri is a sales funnel building solution.", "website": "https://www.convertri.com" }, "ConveyThis": { + "cats": [ + 89 + ], + "scriptSrc": [ + "cdn\\.conveythis\\.com" + ], "description": "ConveyThis is a website translation service.", "website": "https://www.conveythis.com/" }, "Conviva": { + "cats": [ + 14, + 103 + ], "js": [ "conviva", "conviva.client", @@ -5678,6 +9208,9 @@ "website": "https://www.conviva.com" }, "Cookie Information": { + "cats": [ + 67 + ], "js": [ "cookieinformation.config.cdnurl" ], @@ -5685,6 +9218,13 @@ "website": "https://cookieinformation.com" }, "Cookie Information plugin": { + "cats": [ + 87, + 67 + ], + "scriptSrc": [ + "/wp-content/plugins/wp-gdpr-compliance/" + ], "implies": [ "Cookie Information" ], @@ -5692,44 +9232,92 @@ "website": "https://wordpress.org/plugins/wp-gdpr-compliance" }, "Cookie Notice": { + "cats": [ + 67, + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/cookie-notice/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Cookie Notice provides a simple, customizable website banner that can be used to help your website comply with certain cookie consent requirements under the EU GDPR cookie law and CCPA regulations and includes seamless integration with Cookie Compliance to help your site comply with the latest updates to existing consent laws.", "website": "https://wordpress.org/plugins/cookie-notice" }, "Cookie Script": { + "cats": [ + 67 + ], + "scriptSrc": [ + "\\.cookie-script\\.com/" + ], "description": "Cookie-Script automatically scans, categorizes and adds description to all cookies found on your website.", "website": "https://cookie-script.com" }, "CookieFirst": { + "cats": [ + 67 + ], "js": [ "cookiefirst_show_settings" ], + "scriptSrc": [ + "consent\\.cookiefirst\\.com/" + ], "description": "CookieFirst is an GDPR and CCPA compliant consent management platform.", "website": "https://cookiefirst.com" }, "CookieHub": { + "cats": [ + 67 + ], + "scriptSrc": [ + "cookiehub\\.net/.*\\.js" + ], "website": "https://www.cookiehub.com" }, "CookieYes": { + "cats": [ + 67 + ], "js": [ "cookieyes" ], + "scriptSrc": [ + "/wp-content/plugins/cookie-law-info/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "app\\.cookieyes\\.com/client_data/", + "cdn-cookieyes\\.com/client_data/" + ], "website": "https://www.cookieyes.com/" }, "Cookiebot": { + "cats": [ + 67 + ], "js": [ "cookiebot.version" ], + "scriptSrc": [ + "consent\\.cookiebot\\.com" + ], "description": "Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.", "website": "https://www.cookiebot.com" }, "Cooladata": { + "cats": [ + 97 + ], "js": [ "cooladata" ], + "scriptSrc": [ + "cdn\\.cooladata\\.com/" + ], "description": "Cooladata is a data warehouse and behavioral analytics platform designed for gaming, elearning, ecommerce, SaaS, and media companies.", "website": "https://www.cooladata.com" }, "Coppermine": { + "cats": [ + 7 + ], "html": [ "\u003c!--coppermine photo gallery ([\\d.]+)\\;version:\\1" ], @@ -5740,10 +9328,20 @@ "website": "https://coppermine-gallery.net" }, "CopyPoison": { + "cats": [ + 19 + ], + "scriptSrc": [ + "copypoison\\.com/cp\\.js" + ], "description": "Copypoison is a plagarism protection tool that protects content by replacing text with symbols that are visually similar.", "website": "https://copypoison.com/" }, "CoreMedia Content Cloud": { + "cats": [ + 1, + 95 + ], "meta": { "coremedia_content_id": [], "generator": [ @@ -5754,13 +9352,22 @@ "website": "https://www.coremedia.com" }, "CoreUI": { + "cats": [ + 66 + ], "js": [ "coreui" ], + "scripts": [ + "webpackjsonp@coreui/coreui" + ], "description": "CoreUI provides cloud hosting, web and mobile design, animations, wireframes, and UX testing services.", "website": "https://coreui.io" }, "Corebine": { + "cats": [ + 1 + ], "js": [ "corebine" ], @@ -5768,24 +9375,45 @@ "website": "https://corebine.com" }, "Correos": { + "cats": [ + 99 + ], "description": "Correos is a state-owned company responsible for providing postal service in Spain.", "website": "https://www.correos.es" }, "Correos Ecommerce": { + "cats": [ + 6 + ], "js": [ "comandia" ], + "scriptSrc": [ + "\\.mycorreosecommerce\\.com/" + ], "description": "Correos Ecommerce is an ecommerce platfrom from Spain.", "website": "https://www.correosecommerce.com" }, "Cosmic": { + "cats": [ + 1 + ], "description": "Cosmic is a cloud-based CMS that provides developers with an API and web interface for content management, enabling the creation of custom content types, relationship definitions, and webhooks for actions based on content changes.", "website": "https://www.cosmicjs.com" }, "Cosmoshop": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cosmoshop_functions\\.js" + ], "website": "https://cosmoshop.de" }, "Cotonti": { + "cats": [ + 1 + ], "meta": { "generator": [ "cotonti" @@ -5797,37 +9425,69 @@ "website": "https://www.cotonti.com" }, "CouchDB": { + "cats": [ + 22 + ], "headers": { "server": "couchdb/([\\d.]+)\\;version:\\1" }, "website": "https://couchdb.apache.org" }, "Countly": { + "cats": [ + 10 + ], "js": [ "countly" ], "website": "https://count.ly" }, "Coureon": { + "cats": [ + 99 + ], "description": "Coureon is a digital logistics carrier for international shipping.", "website": "https://www.coureon.com" }, "Coveo": { + "cats": [ + 29, + 76 + ], "js": [ "coveo" ], + "scriptSrc": [ + "static\\.cloud\\.coveo\\.com" + ], "description": "Coveo designs enterprise search and predictive insights platforms for businesses.", "website": "https://www.coveo.com/" }, "CoverManager": { + "cats": [ + 93 + ], + "scriptSrc": [ + "\\.covermanager\\.com/" + ], "description": "CoverManager is a restaurant table booking widget.", "website": "https://www.covermanager.com" }, "Covet.pics": { + "cats": [ + 96, + 100 + ], + "scriptSrc": [ + "\\.covet\\.pics/" + ], "description": "Covet.pics is a customizable Shopify app for Instagram and Lookbook shoppable galleries.", "website": "https://covet.pics" }, "Cowboy": { + "cats": [ + 22 + ], "headers": { "server": "^cowboy$" }, @@ -5838,9 +9498,15 @@ "website": "https://github.com/ninenines/cowboy" }, "Cozy AntiTheft": { + "cats": [ + 100 + ], "js": [ "cozyecoadnsua" ], + "scriptSrc": [ + "cdncozyantitheft\\.addons\\.business/" + ], "implies": [ "Shopify" ], @@ -5848,12 +9514,18 @@ "website": "https://apps.shopify.com/cozy-antitheft-for-images-and-more" }, "CppCMS": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "^cppcms/([\\d.]+)$\\;version:\\1" }, "website": "https://cppcms.com" }, "Craft CMS": { + "cats": [ + 1 + ], "cookies": { "craftsessionid": "" }, @@ -5867,6 +9539,9 @@ "website": "https://craftcms.com/" }, "Craft Commerce": { + "cats": [ + 6 + ], "headers": { "x-powered-by": "\\bcraft commerce\\b" }, @@ -5876,6 +9551,9 @@ "website": "https://craftcommerce.com" }, "Craftum": { + "cats": [ + 51 + ], "meta": { "generator": [ "^craftum cms$" @@ -5885,6 +9563,10 @@ "website": "https://craftum.com" }, "Cratejoy": { + "cats": [ + 1, + 6 + ], "cookies": { "cratejoy_muffin42": "", "statjoy_metrics": "" @@ -5896,16 +9578,31 @@ "website": "https://www.cratejoy.com" }, "Crazy Egg": { + "cats": [ + 10 + ], "js": [ "ce2" ], + "scriptSrc": [ + "script\\.crazyegg\\.com/pages/scripts/\\d+/\\d+\\.js" + ], "website": "https://crazyegg.com" }, "CreateJS": { + "cats": [ + 31 + ], + "scriptSrc": [ + "code\\.createjs\\.com/" + ], "description": "CreateJS is a suite of modular libraries and tools which work together or independently to enable interactive content on open web technologies via HTML5.", "website": "https://code.createjs.com" }, "Creatium": { + "cats": [ + 51 + ], "meta": { "generator": [ "^creatium$" @@ -5915,10 +9612,20 @@ "website": "https://creatium.io" }, "Creativ.eMail": { + "cats": [ + 87, + 75 + ], + "scriptSrc": [ + "/wp-content/plugins/creative-mail-by-constant-contact/" + ], "description": "Creativ.eMail is a email editor WordPress plugin which simplifies email marketing campaign creation and pulls your WordPress blog posts, website images and WooCommerce products right into your email content.", "website": "https://www.creativemail.com" }, "Crikle": { + "cats": [ + 52 + ], "js": [ "crikle.contactid", "crikle.openconvertwidget" @@ -5927,30 +9634,53 @@ "website": "https://www.crikle.com" }, "Crisp Live Chat": { + "cats": [ + 52 + ], "js": [ "$__crisp_included", "$crisp", "crisp_website_id" ], + "scriptSrc": [ + "client\\.crisp\\.chat/" + ], "description": "Crisp Live Chat is a live chat solution with free and paid options.", "website": "https://crisp.chat/" }, "Criteo": { + "cats": [ + 36, + 77 + ], "js": [ "criteo", "criteo_pubtag", "criteo_q" ], + "scriptSrc": [ + "//(?:cas\\.criteo\\.com|(?:[^/]\\.)?criteo\\.net)/", + "//static\\.criteo\\.net/js/ld/ld\\.js" + ], "description": "Criteo provides personalised retargeting that works with Internet retailers to serve personalised online display advertisements to consumers who have previously visited the advertiser's website.", "website": "https://criteo.com" }, "Crobox": { + "cats": [ + 5 + ], "js": [ "crobox" ], + "scriptSrc": [ + "cdn\\.crobox\\.com" + ], "website": "https://crobox.com/" }, "Crocoblock JetElements": { + "cats": [ + 87 + ], "js": [ "jetelements" ], @@ -5958,13 +9688,25 @@ "website": "https://crocoblock.com/plugins/jetelements" }, "Cross Pixel": { + "cats": [ + 77 + ], "js": [ "cp_c4w1ldn2d9pmvrkn" ], + "scriptSrc": [ + "tag\\.crsspxl\\.com" + ], "description": "Cross Pixel is an advertising platform through which advertisers can leverage the marriage of partner audience synergies with the power of retargeting.", "website": "https://crosspixel.net" }, "Cross Sell": { + "cats": [ + 76 + ], + "scriptSrc": [ + "load\\.csell\\.co" + ], "implies": [ "Cart Functionality", "Shopify" @@ -5973,6 +9715,9 @@ "website": "https://csell.io/" }, "CrossBox": { + "cats": [ + 30 + ], "headers": { "server": "cbx-ws" }, @@ -5980,47 +9725,93 @@ "website": "https://crossbox.io" }, "CrownPeak": { + "cats": [ + 1, + 19 + ], "js": [ "crownpeakautocomplete", "crownpeaksearch" ], + "scripts": [ + "crownpeak\\.net" + ], + "scriptSrc": [ + "js/crownpeak\\." + ], "description": "CrownPeak is a cloud-based Digital Experience Platform (DXP).", "website": "https://www.crownpeak.com" }, "Cryout Creations Bravada": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/bravada(?:-plus)?/.+frontend\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Bravada is an unparalleled fullscreen WordPress theme created by Cryout Creations.", "website": "https://www.cryoutcreations.eu/wordpress-themes/bravada" }, "Cryout Creations Fluida": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/fluida(?:-plus)?/.+frontend\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Fluida is a modern, crystal clear and squeaky clean WordPress theme by Cryout Creations.", "website": "https://www.cryoutcreations.eu/wordpress-themes/fluida" }, "Cryout Creations Mantra": { + "cats": [ + 80 + ], "js": [ "mantra_mobilemenu_init", "mantra_onload", "mantra_options" ], + "scriptSrc": [ + "/wp-content/themes/mantra(?:-plus)?/.+frontend\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Mantra is a do-it-yourself WordPress theme, featuring a pack of over 100 customization option created by Cryout Creations.", "website": "https://www.cryoutcreations.eu/wordpress-themes/mantra" }, "Cryout Creations Parabola": { + "cats": [ + 80 + ], "js": [ "parabola_mobilemenu_init", "parabola_settings" ], + "scriptSrc": [ + "/wp-content/themes/parabola/.+frontend\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Parabola is an fully responsive, clean and elegant design WordPress theme created by Cryout Creations.", "website": "https://www.cryoutcreations.eu/wordpress-themes/parabola" }, "Crypto-Loot": { + "cats": [ + 56 + ], "js": [ "crlt.config.asmjs_name", "cryptoloot" ], + "scriptSrc": [ + "/crlt\\.js\\;confidence:75", + "^/crypto-loot\\.com/lib/", + "^/cryptoloot\\.pro/", + "^/webmine\\.pro/" + ], "description": "Crypto-Loot is a browser based web miner for the uPlexa Blockchain.", "website": "https://crypto-loot.com/" }, "Crystallize": { + "cats": [ + 6 + ], "js": [ "__crystallizeconfig.api_url" ], @@ -6028,6 +9819,9 @@ "website": "https://crystallize.com" }, "CubeCart": { + "cats": [ + 6 + ], "meta": { "generator": [ "cubecart" @@ -6040,32 +9834,66 @@ "website": "https://www.cubecart.com" }, "Cubyn": { + "cats": [ + 99 + ], "description": "Cubyn is B2B logistics company headquartered in France.", "website": "https://www.cubyn.com" }, "Cufon": { + "cats": [ + 17 + ], "js": [ "cufon" ], + "scriptSrc": [ + "cufon-yui\\.js" + ], "description": "Cufon is a tool used to overlap real text with an image.", "website": "https://cufon.shoqolate.com" }, "Custom Fonts": { + "cats": [ + 87, + 17 + ], + "scriptSrc": [ + "/wp-content/plugins/custom-fonts/" + ], "description": "Custom Fonts plugin helps you easily embed custom fonts files (woff2, woff, ttf, svg, eot, otf) easily in your WordPress website.", "website": "https://github.com/brainstormforce/custom-fonts" }, "Customer.io": { + "cats": [ + 32 + ], + "scriptSrc": [ + "assets\\.customer\\.io" + ], "description": "Customer.io is an automated messaging platform for marketers.", "website": "https://customer.io/" }, "Customily": { + "cats": [ + 76 + ], "js": [ "customily.sticky" ], + "scriptSrc": [ + "(?:cdn|app)\\.customily\\.com/" + ], "description": "Customily is an online product personalisation software.", "website": "https://www.customily.com" }, "Cwicly": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/cwicly/" + ], "implies": [ "Gutenberg" ], @@ -6073,6 +9901,13 @@ "website": "https://cwicly.com" }, "Cxense": { + "cats": [ + 76, + 86 + ], + "scriptSrc": [ + "\\.cxense\\.com/" + ], "meta": { "cxenseparse:itm-meta-keywords": [], "cxenseparse:pageclass": [], @@ -6083,29 +9918,56 @@ "website": "https://www.cxense.com" }, "CyberChimps Responsive": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/responsive(?:pro)?/" + ], "description": "CyberChimps Responsive is a modern, lightweight, fully customizable, fast and responsive WordPress theme.", "website": "https://cyberchimps.com/responsive" }, "Cybersource": { + "cats": [ + 41 + ], + "scriptSrc": [ + "cybersource\\..+\\.js" + ], "description": "Cybersource is an ecommerce credit card payment system solution.", "website": "https://www.cybersource.com/" }, "Czater": { + "cats": [ + 52 + ], "js": [ "$czater", "$czatermethods" ], + "scriptSrc": [ + "\\.czater\\.pl" + ], "description": "Czater is an live chat solution with extended CRM and videochat features.", "website": "https://www.czater.pl" }, "D3": { + "cats": [ + 25 + ], "js": [ "d3.version" ], + "scriptSrc": [ + "/d3(?:\\. v\\d+)?(?:\\.min)?\\.js" + ], "description": "D3.js is a JavaScript library for producing dynamic, interactive data visualisations in web browsers.", "website": "https://d3js.org" }, "DDoS-Guard": { + "cats": [ + 16 + ], "headers": { "server": "^ddos-guard$" }, @@ -6113,6 +9975,9 @@ "website": "https://ddos-guard.net" }, "DERAK.CLOUD": { + "cats": [ + 31 + ], "cookies": { "__derak_auth": "", "__derak_user": "" @@ -6127,18 +9992,30 @@ "website": "https://derak.cloud" }, "DHL": { + "cats": [ + 99 + ], "description": "DHL is an international courier, package delivery and express mail service, which is a division of the German logistics firm Deutsche Post.", "website": "https://www.dhl.com" }, "DHTMLX": { + "cats": [ + 59 + ], "js": [ "dhtmldraganddropobject", "dhtmlxtreeitemobject" ], + "scriptSrc": [ + "/dhtmlxcommon\\.js" + ], "description": "DHTMLX specialises in building JavaScript UI libraries for project management, event planning, big data visualisation, and reporting.", "website": "https://dhtmlx.com" }, "DM Polopoly": { + "cats": [ + 1 + ], "implies": [ "Java" ], @@ -6146,6 +10023,9 @@ "website": "https://www.atex.com/products/dm-polopoly" }, "DNN": { + "cats": [ + 1 + ], "cookies": { "dotnetnukeanonymous": "" }, @@ -6162,6 +10042,10 @@ "\u003c!-- by dotnetnuke corporation", "\u003c!-- dnn platform" ], + "scriptSrc": [ + "/js/dnn\\.js", + "/js/dnncore\\.js" + ], "meta": { "generator": [ "dotnetnuke" @@ -6173,53 +10057,95 @@ "website": "https://www.dnnsoftware.com/" }, "DPD": { + "cats": [ + 99 + ], "description": "DPD is an international parcel delivery service for sorter compatible parcels.", "website": "https://www.dpd.com" }, "DPlayer": { + "cats": [ + 14 + ], "js": [ "dplayer", "dplayer.version" ], + "scriptSrc": [ + "/dplayer\\.js" + ], "description": "DPlayer is an HTML 5 video player that supports pop-up.", "website": "https://dplayer.js.org" }, "DTScout": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.dtscout\\.com/" + ], "description": "DTScout is a marketing data intelligence software.", "website": "https://www.dtscout.com" }, "DX": { + "cats": [ + 99 + ], "description": "DX (also known as DX Freight) is a British mail, courier and logistics company.", "website": "https://www.dxdelivery.com" }, "DX1": { + "cats": [ + 53 + ], "js": [ "dx1.dnn" ], + "scriptSrc": [ + "\\.dx1app\\.com/" + ], "description": "DX1 is an entirely cloud-based dealership management system for the motorcycle and powersports industry. Offering DMS, website, CRM and marketing tools.", "website": "https://www.dx1app.com" }, "Dachser": { + "cats": [ + 99 + ], "description": "Dachser is a German freight company.", "website": "https://www.dachser.com" }, "Daily Deals": { + "cats": [ + 5 + ], "js": [ "ddaddtocheckout", "ddaddtoorder" ], + "scriptSrc": [ + "assets\\.dailydeals\\.ai/" + ], "description": "Daily Deals is a flash sale, limited-time discounts, countdown timers, and sales analytics solution.", "website": "https://dailydeals.ai" }, "DailyKarma": { + "cats": [ + 5 + ], "js": [ "dk_widget", "dkwidgetinit" ], + "scriptSrc": [ + "assets\\.dailykarma\\.io/" + ], "description": "DailyKarma is a turnkey cause marketing solutions for ecommerce merchants.", "website": "https://www.dailykarma.com" }, "Dailymotion": { + "cats": [ + 14 + ], "meta": { "name": [ "dailymotion-domain-verification" @@ -6229,6 +10155,9 @@ "website": "https://www.dailymotion.com" }, "Dancer": { + "cats": [ + 18 + ], "headers": { "server": "perl dancer ([\\d.]+)\\;version:\\1", "x-powered-by": "perl dancer ([\\d.]+)\\;version:\\1" @@ -6240,6 +10169,9 @@ "website": "https://perldancer.org" }, "Danneo CMS": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "cms danneo ([\\d.]+)\\;version:\\1" }, @@ -6255,6 +10187,9 @@ "website": "https://danneo.com" }, "Daphne": { + "cats": [ + 22 + ], "headers": { "server": "daphne" }, @@ -6266,22 +10201,37 @@ "website": "https://github.com/django/daphne" }, "Darkmode.js": { + "cats": [ + 59 + ], "js": [ "darkmode" ], + "scriptSrc": [ + "darkmode-js@([\\d\\.]+)/lib/darkmode-js\\.min\\.js\\;version:\\1" + ], "description": "Darkmode.js is a JavaScript library that enables an HTML element to switch between CSS themes.", "website": "https://github.com/sandoche/Darkmode.js" }, "Dart": { + "cats": [ + 27 + ], "js": [ "$__dart_deferred_initializers__", "___dart__$dart_dartobject_zxyxx_0_", "___dart_dispatch_record_zxyxx_0_" ], + "scriptSrc": [ + "/(?:\\.)?(?:dart)(?:\\.js)?/" + ], "description": "Dart is an open-source, general-purpose, object-oriented programming language developed by Google.", "website": "https://dart.dev" }, "Darwin": { + "cats": [ + 28 + ], "headers": { "server": "darwin", "x-powered-by": "darwin" @@ -6290,6 +10240,9 @@ "website": "https://opensource.apple.com" }, "DataDome": { + "cats": [ + 16 + ], "cookies": { "datadome": "", "datadome-_zldp": "", @@ -6300,10 +10253,16 @@ "x-datadome": "", "x-datadome-cid": "" }, + "scriptSrc": [ + "^https://ct\\.datadome\\.co/[a-z]\\.js$" + ], "description": "DataDome is a cybersecurity platform that specialises in bot protection and mitigation, offering advanced solutions to safeguard websites and mobile applications against malicious bot traffic, credential stuffing, scraping, and other automated threats.", "website": "https://datadome.co" }, "DataLife Engine": { + "cats": [ + 1 + ], "js": [ "dle_root" ], @@ -6319,6 +10278,10 @@ "website": "https://dle-news.ru" }, "DataMilk": { + "cats": [ + 10, + 19 + ], "js": [ "datamilkmagicaiexecuted" ], @@ -6326,10 +10289,16 @@ "website": "https://www.datamilk.ai" }, "DataTables": { + "cats": [ + 59 + ], "js": [ "$.fn.datatable.version", "jquery.fn.datatable.version" ], + "scriptSrc": [ + "datatables.*\\.js" + ], "implies": [ "jQuery" ], @@ -6337,14 +10306,24 @@ "website": "https://datatables.net" }, "Datadog": { + "cats": [ + 78, + 10 + ], "js": [ "dd_logs", "dd_rum" ], + "scriptSrc": [ + "www\\.datadoghq-browser-agent\\.com" + ], "description": "Datadog is a SaaS-based monitoring and analytics platform for large-scale applications and infrastructure.", "website": "https://www.datadoghq.com" }, "Datatrics": { + "cats": [ + 97 + ], "js": [ "datatricsclick", "datatricsevents" @@ -6353,6 +10332,9 @@ "website": "https://datatrics.com" }, "DatoCMS": { + "cats": [ + 1 + ], "headers": { "content-security-policy": "\\.datocms-assets\\.com" }, @@ -6360,16 +10342,29 @@ "website": "https://www.datocms.com" }, "Day.js": { + "cats": [ + 59 + ], "js": [ "dayjs" ], "website": "https://github.com/iamkun/dayjs" }, "Dealer Spike": { + "cats": [ + 36, + 32 + ], + "scriptSrc": [ + "cdn\\.dealerspike\\.com" + ], "description": "Dealer Spike is a digital marketing and advertising company focused that helps dealers grow their business.", "website": "https://www.dealerspike.com" }, "Debian": { + "cats": [ + 28 + ], "headers": { "server": "debian", "x-powered-by": "(?:debian|dotdeb|(potato|woody|sarge|etch|lenny|squeeze|wheezy|jessie|stretch|buster|sid))\\;version:\\1" @@ -6378,23 +10373,39 @@ "website": "https://debian.org" }, "Decibel": { + "cats": [ + 10, + 74 + ], "js": [ "decibelinsight", "decibelinsightlayer" ], + "scriptSrc": [ + "cdn\\.decibelinsight\\.net" + ], "description": "Decibel is a behavioral analysis solution that helps users gain actionable insights about their digital audience.", "website": "https://decibel.com" }, "DedeCMS": { + "cats": [ + 1 + ], "js": [ "dedecontainer" ], + "scriptSrc": [ + "dedeajax" + ], "implies": [ "PHP" ], "website": "https://dedecms.com" }, "Delacon": { + "cats": [ + 10 + ], "js": [ "dela_247_call", "delaconphonenums" @@ -6403,13 +10414,22 @@ "website": "https://www.delacon.com.au" }, "Delivengo": { + "cats": [ + 99 + ], "description": "Delivengo is an international shipping service powered by La Poste.", "website": "https://mydelivengo.laposte.fr/" }, "Deliverr": { + "cats": [ + 107 + ], "js": [ "deliverrscript" ], + "scriptSrc": [ + "fast-tags\\.deliverr\\.com" + ], "implies": [ "Cart Functionality" ], @@ -6417,18 +10437,31 @@ "website": "https://deliverr.com" }, "Demandbase": { + "cats": [ + 10, + 76 + ], "js": [ "demandbase", "demandbase.version" ], + "scriptSrc": [ + "tag.demandbase.com" + ], "description": "Demandbase is a targeting and personalization platform for business-to-business companies.", "website": "https://www.demandbase.com" }, "Deno": { + "cats": [ + 22 + ], "description": "A modern runtime for JavaScript and TypeScript.", "website": "https://deno.land" }, "Deno Deploy": { + "cats": [ + 62 + ], "headers": { "server": "^deno/*" }, @@ -6439,10 +10472,17 @@ "website": "https://deno.land/" }, "Depict": { + "cats": [ + 76 + ], "description": "Depict is an ecommerce personalisation solution for fashion.", "website": "https://depict.ai" }, "DeskPro": { + "cats": [ + 1, + 53 + ], "meta": { "generator": [ "^deskpro.+$" @@ -6452,6 +10492,9 @@ "website": "https://www.deskpro.com" }, "DeskPro Chat": { + "cats": [ + 52 + ], "js": [ "deskpro_widget_options.chat" ], @@ -6459,6 +10502,9 @@ "website": "https://www.deskpro.com/product/chat" }, "Deta": { + "cats": [ + 62 + ], "headers": { "server": "^deta$" }, @@ -6466,14 +10512,23 @@ "website": "https://deta.sh" }, "Detectify": { + "cats": [ + 16 + ], "description": "Detectify is an automated scanner that checks your web application for vulnerabilities.", "website": "https://detectify.com/" }, "Deutsche Post": { + "cats": [ + 99 + ], "description": "Deutsche Post is a German multinational package delivery and supply chain management company in Germany.", "website": "https://www.deutschepost.de" }, "DiamondCDN": { + "cats": [ + 31 + ], "headers": { "server": "^diamondcdn$" }, @@ -6481,14 +10536,29 @@ "website": "https://diamondcdn.com" }, "Dianomi": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.dianomi\\.com/" + ], "description": "Dianomi is an advertiser campaign management software for financial services, premium lifestyle, technology and corporate sectors.", "website": "https://www.dianomi.com" }, "Didomi": { + "cats": [ + 67 + ], + "scriptSrc": [ + "sdk\\.privacy-center\\.org/.*/loader\\.js" + ], "description": "Didomi is a consent management platform helping brands and businesses collect, store and leverage their customer consents.", "website": "https://www.didomi.io/en/consent-preference-management" }, "Digest": { + "cats": [ + 16 + ], "headers": { "www-authenticate": "^digest" }, @@ -6496,9 +10566,15 @@ "website": "https://tools.ietf.org/html/rfc7616" }, "DigiCert": { + "cats": [ + 70 + ], "website": "https://www.digicert.com/" }, "Digismoothie Candy Rack": { + "cats": [ + 100 + ], "js": [ "candyrack_document_listener", "candyrackenabledebug" @@ -6510,23 +10586,41 @@ "website": "https://www.digismoothie.com/apps/candy-rack" }, "Digistore24": { + "cats": [ + 71 + ], "js": [ "digistore_link_id_key", "digistore_vendorkey", "getthesourcefordigistorelinks" ], + "scriptSrc": [ + "digistore/digistore\\.js", + "www\\.digistore24\\.com" + ], "description": "Digistore24 is a German digital reselling and affiliate marketing platform.", "website": "https://www.digistore24.com" }, "Digital Showroom": { + "cats": [ + 6 + ], "description": "Digital Showroom is an ecommerce platform.", "website": "https://digitalshowroom.in" }, "DigitalOcean Spaces": { + "cats": [ + 31, + 63 + ], "description": "DigitalOcean Spaces is a cloud-based object storage service provided by DigitalOcean, a cloud infrastructure provider. It allows users to store and retrieve large amounts of data, such as images, videos, audio files, backups, and logs, using a simple RESTful API or a web-based graphical user interface (GUI).", "website": "https://www.digitalocean.com/products/spaces" }, "DigitalRiver": { + "cats": [ + 6, + 41 + ], "cookies": { "x-dr-shopper-ets": "", "x-dr-theme": "^\\d+$" @@ -6534,10 +10628,16 @@ "js": [ "digitalriver" ], + "scriptSrc": [ + "\\.digitalriver\\.com/" + ], "description": "Digital River provides global ecommerce, payments and marketing services.", "website": "https://www.digitalriver.com" }, "DirectAdmin": { + "cats": [ + 9 + ], "headers": { "server": "directadmin daemon v([\\d.]+)\\;version:\\1" }, @@ -6552,6 +10652,9 @@ "website": "https://www.directadmin.com" }, "Directus": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "^directus$" }, @@ -6564,6 +10667,9 @@ "website": "https://directus.io" }, "Discourse": { + "cats": [ + 2 + ], "js": [ "discourse" ], @@ -6579,6 +10685,9 @@ "website": "https://discourse.org" }, "Discuz! X": { + "cats": [ + 2 + ], "js": [ "discuz_uid", "discuzcode", @@ -6596,36 +10705,65 @@ "website": "https://www.discuz.net" }, "Disqus": { + "cats": [ + 15 + ], "js": [ "disqus", "disqus_shortname", "disqus_url" ], + "scriptSrc": [ + "disqus_url" + ], "description": "Disqus is a worldwide blog comment hosting service for web sites and online communities that use a networked platform.", "website": "https://disqus.com" }, "Distributor": { + "cats": [ + 87 + ], "headers": { "x-distributor": "yes" }, + "scriptSrc": [ + "/wp-content/plugins/distributor" + ], "description": "Distributor is a WordPress plugin that helps distribute and reuse content across your websites.", "website": "https://distributorplugin.com" }, "District M": { + "cats": [ + 36 + ], "description": "District M is a programmatic advertising exchange.", "website": "https://districtm.net" }, "Dito": { + "cats": [ + 53 + ], "js": [ "dito.appsettings" ], + "scriptSrc": [ + "storage\\.googleapis\\.com/dito/sdk\\.js" + ], "description": "Dito is a tool that centralizes and manages the relationship between brands and their customers.", "website": "https://www.dito.com.br" }, "Divi": { + "cats": [ + 51, + 80, + 87 + ], "js": [ "divi" ], + "scriptSrc": [ + "divi/js/custom\\.(?:min|unified)\\.js\\?ver=([\\d.]+)\\;version:\\1" + ], "meta": { "generator": [ "divi(?:\\sv\\.([\\d\\.]+))?\\;version:\\1" @@ -6635,6 +10773,10 @@ "website": "https://www.elegantthemes.com/gallery/divi" }, "DivideBuy": { + "cats": [ + 41, + 91 + ], "js": [ "display_dividebuy_modal" ], @@ -6642,10 +10784,20 @@ "website": "https://dividebuy.co.uk/" }, "Divido": { + "cats": [ + 41, + 91 + ], + "scriptSrc": [ + "cdn\\.divido\\.com" + ], "description": "Divio is a Buy now pay later solution. Divido provided whitelabel platform connects lenders, retailers and channel partners at the point of sale", "website": "https://www.divido.com/" }, "Django": { + "cats": [ + 18 + ], "cookies": { "django_language": "" }, @@ -6663,6 +10815,12 @@ "website": "https://djangoproject.com" }, "Django CMS": { + "cats": [ + 1 + ], + "scriptSrc": [ + "/djangocms_" + ], "implies": [ "Django", "PostgreSQL", @@ -6672,6 +10830,9 @@ "website": "https://www.django-cms.org" }, "DocFX": { + "cats": [ + 4 + ], "meta": { "docfx:navrel": [ "toc.html" @@ -6687,6 +10848,9 @@ "website": "https://github.com/dotnet/docfx" }, "Docker": { + "cats": [ + 60 + ], "html": [ "\u003c!-- this comment is expected by the docker healthcheck --\u003e" ], @@ -6694,6 +10858,9 @@ "website": "https://www.docker.com/" }, "Docsify": { + "cats": [ + 4 + ], "js": [ "docsify.version", "docsifycompiler" @@ -6702,10 +10869,17 @@ "website": "https://docsify.js.org" }, "DocuSign": { + "cats": [ + 19 + ], "description": "DocuSign allows organisations to manage electronic agreements.", "website": "https://www.docusign.com" }, "Docusaurus": { + "cats": [ + 4, + 57 + ], "js": [ "__docusaurus_insert_baseurl_banner", "docusaurus", @@ -6726,13 +10900,22 @@ "website": "https://docusaurus.io/" }, "Dojo": { + "cats": [ + 59 + ], "js": [ "dojo", "dojo.version.major" ], + "scriptSrc": [ + "([\\d.]+)/dojo/dojo(?:\\.xd)?\\.js\\;version:\\1" + ], "website": "https://dojotoolkit.org" }, "Dokan": { + "cats": [ + 6 + ], "js": [ "dokan" ], @@ -6740,6 +10923,9 @@ "website": "https://wedevs.com/dokan" }, "Dokeos": { + "cats": [ + 21 + ], "headers": { "x-powered-by": "dokeos" }, @@ -6760,6 +10946,9 @@ "website": "https://dokeos.com" }, "DokuWiki": { + "cats": [ + 8 + ], "cookies": { "dokuwiki": "" }, @@ -6779,18 +10968,36 @@ "website": "https://www.dokuwiki.org" }, "DomainFactory": { + "cats": [ + 88 + ], "description": "DomainFactory has been operating as a web hosting company. It is owned by GoDaddy and targets businesses in Austria and Germany.", "website": "https://www.df.eu" }, "Dominate WooCommerce": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/iwd-checkout-connector/" + ], "description": "Dominate WooCommerce is a cloud-based checkout-page which supports PayPal Smart buttons for Venmo, PayPal Credit, and other payment methods.", "website": "https://www.dominate.co/woocommerce" }, "DonorPerfect": { + "cats": [ + 111 + ], + "scriptSrc": [ + "\\.donorperfect\\.net/" + ], "description": "DonorPerfect is a fundraising management software.", "website": "https://www.donorperfect.com" }, "Donorbox": { + "cats": [ + 111 + ], "js": [ "donorbox", "donorbox", @@ -6800,17 +11007,35 @@ "website": "https://donorbox.org" }, "Doofinder": { + "cats": [ + 29 + ], "js": [ "doofinder.classic.version" ], + "scriptSrc": [ + "cdn\\.doofinder\\.com/" + ], "description": "Doofinder is a search site solution that enables users to include advanced and smart search engine capabilities in their ecommerce website.", "website": "https://www.doofinder.com" }, "Doppler": { + "cats": [ + 75 + ], + "scriptSrc": [ + "//(?:hub|cdn)\\.fromdoppler\\.com/" + ], "description": "Doppler is an email marketing and transactional email service.", "website": "https://www.fromdoppler.com" }, "Doppler Forms": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/doppler-form/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "Doppler" ], @@ -6818,6 +11043,12 @@ "website": "https://wordpress.org/plugins/doppler-form/" }, "Doppler for WooCommerce": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/doppler-for-woocommerce/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "Doppler" ], @@ -6825,6 +11056,9 @@ "website": "https://wordpress.org/plugins/doppler-for-woocommerce/" }, "Dotclear": { + "cats": [ + 1 + ], "headers": { "x-dotclear-static-cache": "" }, @@ -6834,15 +11068,25 @@ "website": "https://dotclear.org" }, "Dotdigital": { + "cats": [ + 32, + 10 + ], "js": [ "dm_insight_id", "dmpt", "dmtrackingobjectname" ], + "scriptSrc": [ + "js/_dmptv([\\d.]+)\\.js\\;version:\\1" + ], "description": "Dotdigital is an all-in-one cloud-based customer engagement multichannel marketing platform.", "website": "https://dotdigital.com" }, "Dotdigital Chat": { + "cats": [ + 52 + ], "js": [ "_ddgchatconfig.urlbase" ], @@ -6853,10 +11097,16 @@ "website": "https://dotdigital.com" }, "Doteasy": { + "cats": [ + 88 + ], "description": "Doteasy is a web hosting company that provides web hosting services, domain registration, and other related services for businesses and individuals. The company was founded in 2000 and is based in Vancouver, Canada.", "website": "https://www.doteasy.com" }, "Doteasy Website Builder": { + "cats": [ + 51 + ], "js": [ "fsdata.fs" ], @@ -6867,31 +11117,70 @@ "website": "https://www.doteasy.com/website-builder/" }, "DoubleClick Ad Exchange (AdX)": { + "cats": [ + 36 + ], + "scriptSrc": [ + "googlesyndication\\.com.*abg\\.js", + "googlesyndication\\.com/pagead/show_ads\\.js", + "tpc\\.googlesyndication\\.com/safeframe" + ], "description": "DoubleClick Ad Exchange is a real-time marketplace to buy and sell display advertising space.", "website": "https://www.doubleclickbygoogle.com/solutions/digital-marketing/ad-exchange/" }, "DoubleClick Campaign Manager (DCM)": { + "cats": [ + 36 + ], + "scriptSrc": [ + "2mdn\\.net" + ], "website": "https://www.doubleclickbygoogle.com/solutions/digital-marketing/campaign-manager/" }, "DoubleClick Floodlight": { + "cats": [ + 36 + ], + "scriptSrc": [ + "https?://fls\\.doubleclick\\.net" + ], "website": "https://support.google.com/ds/answer/6029713?hl=en" }, "DoubleClick for Publishers (DFP)": { + "cats": [ + 36 + ], + "scriptSrc": [ + "googletagservices\\.com/tag/js/gpt(?:_mobile)?\\.js" + ], "description": "DoubleClick for Publishers (DFP) is a hosted ad serving platform that streamlines your ad management.", "website": "https://www.google.com/dfp" }, "DoubleVerify": { + "cats": [ + 36, + 10 + ], "description": "DoubleVerify is a software platform for digital media measurement, data, and analytics.", "website": "https://doubleverify.com" }, "Dovetale": { + "cats": [ + 71 + ], "js": [ "dovetale" ], + "scriptSrc": [ + "dttrk\\.com" + ], "description": "Dovetale (Acquired by Shopify) helps e-commerce stores recruit, manage, \u0026 grow their sales with communities of people who love their products.", "website": "https://dovetale.com/" }, "Download Monitor": { + "cats": [ + 87 + ], "js": [ "dlm_xhr_download", "dlmxhr.prevent_duplicates" @@ -6905,6 +11194,9 @@ "website": "https://www.download-monitor.com" }, "Doxygen": { + "cats": [ + 4 + ], "html": [ "(?:\u003c!-- generated by doxygen ([\\d.]+)|\u003clink[^\u003e]+doxygen\\.css)\\;version:\\1" ], @@ -6917,10 +11209,19 @@ "website": "https://www.doxygen.nl/" }, "Draft.js": { + "cats": [ + 20 + ], + "scriptSrc": [ + "draft-js(@|/)([\\d.]+)\\;version:\\2" + ], "description": "Draft.js is a JavaScript rich text editor framework, built for React.", "website": "https://draftjs.org/" }, "Draftpress HFCM": { + "cats": [ + 87 + ], "html": [ "\u003c!--[^\u003e]*hfcm\\sby\\s99\\srobots" ], @@ -6928,6 +11229,9 @@ "website": "https://draftpress.com/products/header-footer-code-manager-pro/" }, "Dragon": { + "cats": [ + 27 + ], "headers": { "x-powered-by": "dragon native ([\\d.]+)\\;version:\\1" }, @@ -6938,14 +11242,27 @@ "website": "https://dragon-lang.org" }, "Drapr": { + "cats": [ + 76 + ], "js": [ "drapr_data", "drapr_deferloading" ], + "scriptSrc": [ + "draprpubsubtest\\.firebaseapp\\.com/" + ], "description": "Drapr is an ecommerce startup and online application based on technology that enables customers to quickly create 3D avatars and virtually try on clothing.", "website": "https://www.drapr.com" }, "DreamApply": { + "cats": [ + 101, + 19 + ], + "scriptSrc": [ + "app\\.cdn\\.dreamapply\\.com/" + ], "implies": [ "Facebook Login", "Google Sign-in", @@ -6955,10 +11272,16 @@ "website": "https://dreamapply.com" }, "DreamHost": { + "cats": [ + 88 + ], "description": "DreamHost is a Los Angeles-based web hosting provider and domain name registrar.", "website": "https://www.dreamhost.com" }, "DreamWeaver": { + "cats": [ + 20 + ], "js": [ "mm_preloadimages", "mm_showhidelayers", @@ -6972,14 +11295,24 @@ "website": "https://www.adobe.com/products/dreamweaver.html" }, "Dreamdata": { + "cats": [ + 32, + 10 + ], "js": [ "bizible", "biztrackinga" ], + "scriptSrc": [ + "\\.bizible\\.com/" + ], "description": "Dreamdata is a B2B revenue attribution platform.", "website": "https://dreamdata.io" }, "Drift": { + "cats": [ + 52 + ], "js": [ "drift", "driftt" @@ -6988,10 +11321,19 @@ "website": "https://www.drift.com/" }, "Drip": { + "cats": [ + 32 + ], + "scriptSrc": [ + "\\.getdrip\\.com/" + ], "description": "Drip is a marketing automation platform built for ecommerce.", "website": "https://www.drip.com" }, "Drop A Hint": { + "cats": [ + 100 + ], "js": [ "dropahint.baseurl", "dropahinttypeproduct" @@ -7000,13 +11342,25 @@ "website": "https://apps.shopify.com/drop-a-hint-v2" }, "DropInBlog": { + "cats": [ + 11 + ], + "scriptSrc": [ + "\\.dropinblog\\.com/" + ], "description": "DropInBlog is a remotely hosted, cloud based platform that is designed to embed a blog into your html site.", "website": "https://dropinblog.com" }, "Dropbox": { + "cats": [ + 95 + ], "website": "https://www.dropbox.com" }, "Dropzone": { + "cats": [ + 59 + ], "js": [ "dropzone", "dropzone.version" @@ -7015,17 +11369,32 @@ "website": "https://www.dropzone.dev" }, "Droxit": { + "cats": [ + 68 + ], "cookies": { "droxit_a11y_state": "" }, + "scriptSrc": [ + "/droxit-a11y/js/activator\\.js" + ], "description": "Droxit is an automated web accessibility solution.", "website": "https://www.droxit.com" }, "Droz Bot": { + "cats": [ + 52 + ], + "scriptSrc": [ + "chat-app\\.meudroz\\.com/" + ], "description": "Droz Bot is a multi-channel, customisable chatbot designed to help brands provide customer service across commonly used social apps.", "website": "https://meudroz.com/droz-bot/" }, "Drubbit": { + "cats": [ + 6 + ], "meta": { "generator": [ "^drubbit commerce$" @@ -7039,6 +11408,9 @@ "website": "https://drubbit.com" }, "Drupal": { + "cats": [ + 1 + ], "js": [ "drupal" ], @@ -7050,6 +11422,12 @@ "html": [ "\u003c(?:link|style)[^\u003e]+\"/sites/(?:default|all)/(?:themes|modules)/" ], + "scripts": [ + "drupal_internal__nid" + ], + "scriptSrc": [ + "drupal\\.js" + ], "meta": { "generator": [ "^drupal(?:\\s([\\d.]+))?\\;version:\\1" @@ -7062,9 +11440,17 @@ "website": "https://www.drupal.org/" }, "Drupal Commerce": { + "cats": [ + 6 + ], "html": [ "\u003c[^\u003e]+(?:id=\"block[_-]commerce[_-]cart[_-]cart|class=\"commerce[_-]product[_-]field)" ], + "scriptSrc": [ + "/modules/(?:contrib/)?commerce/js/conditions\\.js\\;confidence:50", + "/profiles/commerce_kickstart/modules/contrib/commerce/modules/checkout/commerce_checkout\\.js\\;confidence:50", + "/sites/(?:all|default)/modules/(?:contrib/)?commerce/modules/checkout/commerce_checkout\\.js\\;confidence:50" + ], "implies": [ "Drupal" ], @@ -7072,24 +11458,43 @@ "website": "https://drupalcommerce.org" }, "Drupal Multisite": { + "cats": [ + 88 + ], + "scriptSrc": [ + "/sites/(?!(?:default|all)/).*/(?:files|themes|modules)/" + ], "description": "Drupal Multisite enables separate, independent sites to be served from a single codebase.", "website": "https://www.drupal.org/docs/multisite-drupal" }, "Duda": { + "cats": [ + 1, + 51 + ], "js": [ "d_version", "systemid" ], + "scriptSrc": [ + "dd-cdn\\.multiscreensite\\.com/" + ], "description": "Duda is a user-friendly website builder and CMS platform that enables businesses and individuals to create responsive, mobile-friendly websites without extensive coding knowledge.", "website": "https://www.duda.co" }, "Duel": { + "cats": [ + 71 + ], "cookies": { "_duelcsrf": "" }, "js": [ "duel.apiurl" ], + "scriptSrc": [ + "\\.duel\\.me/" + ], "implies": [ "Angular", "MongoDB", @@ -7099,6 +11504,12 @@ "website": "https://www.duel.tech" }, "Dukaan": { + "cats": [ + 6 + ], + "scriptSrc": [ + "apps\\.mydukaan\\.io/" + ], "meta": { "apple-mobile-web-app-title": [ "^mydukaan$" @@ -7108,10 +11519,22 @@ "website": "https://mydukaan.io" }, "Duopana": { + "cats": [ + 1, + 11, + 51 + ], + "scriptSrc": [ + "\\.beracode\\.com/" + ], "description": "Duopana is a platform for creating online communities, blogs and managing collaborative content.", "website": "https://duopana.com" }, "Dynamic Yield": { + "cats": [ + 74, + 76 + ], "cookies": { "_dy_geo": "", "_dy_ses_load_seq": "" @@ -7121,10 +11544,17 @@ "dy.addetection", "dyexps.sectionconfig" ], + "scriptSrc": [ + "cdn(?:-eu)?\\.dynamicyield\\.\\w+/" + ], "description": "Dynamic Yield is a provider of automated conversion optimisation tools for marketers and retailers.", "website": "https://www.dynamicyield.com" }, "Dynamicweb": { + "cats": [ + 1, + 6 + ], "cookies": { "dynamicweb": "" }, @@ -7140,6 +11570,9 @@ "website": "https://www.dynamicweb.dk" }, "Dynatrace": { + "cats": [ + 10 + ], "cookies": { "dtcookie1": "" }, @@ -7150,6 +11583,12 @@ "website": "https://www.dynatrace.com" }, "Dynatrace RUM": { + "cats": [ + 78 + ], + "scriptSrc": [ + "/ruxitagentjs_(?:.+)_(?:.+)\\.js" + ], "implies": [ "Dynatrace" ], @@ -7157,12 +11596,15 @@ "website": "https://www.dynatrace.com/platform/real-user-monitoring" }, "Dyte": { - "js": [ - "triggerdyterecording" + "cats": [ + 103 ], "css": [ "\\.dyte-client-selfVideo" ], + "js": [ + "triggerdyterecording" + ], "implies": [ "WebRTC" ], @@ -7170,6 +11612,9 @@ "website": "https://dyte.io" }, "E-Com Plus": { + "cats": [ + 108 + ], "js": [ "ecompassport.storagekey" ], @@ -7186,6 +11631,9 @@ "website": "https://www.ecomplus.io" }, "E-monsite": { + "cats": [ + 1 + ], "meta": { "generator": [ "^e-monsite\\s\\(e-monsite\\.com\\)$" @@ -7199,6 +11647,13 @@ "website": "https://www.e-monsite.com" }, "EC-CUBE": { + "cats": [ + 6 + ], + "scriptSrc": [ + "eccube\\.js", + "win_op\\.js" + ], "implies": [ "PHP" ], @@ -7206,10 +11661,21 @@ "website": "https://www.ec-cube.net" }, "ECharts": { + "cats": [ + 25 + ], + "scriptSrc": [ + "/echarts(?:\\.simple)?(?:\\.esm)?(?:\\.common)?(?:\\.min)?\\.js", + "/echarts\\.min\\.[a-za-z0-9]*\\.js", + "cdn\\.jsdelivr\\.net/(?:npm|gh/apache)/echarts@([\\d.]+(?:-[^/]+)?|latest)/dist/echarts.*\\.js\\;version:\\1" + ], "description": "ECharts is an open-source JavaScript visualisation library.", "website": "https://echarts.apache.org/" }, "EKM": { + "cats": [ + 6 + ], "cookies": { "ekmpowershop": "" }, @@ -7220,12 +11686,18 @@ "website": "https://www.ekm.com" }, "ELOG": { + "cats": [ + 19 + ], "html": [ "\u003ctitle\u003eelog logbook selection\u003c/title\u003e" ], "website": "https://midas.psi.ch/elog" }, "ELOG HTTP": { + "cats": [ + 22 + ], "headers": { "server": "elog http ?([\\d.-]+)?\\;version:\\1" }, @@ -7235,6 +11707,9 @@ "website": "https://midas.psi.ch/elog" }, "EPrints": { + "cats": [ + 19 + ], "js": [ "epjs_menu_template", "eprints" @@ -7250,6 +11725,9 @@ "website": "https://www.eprints.org" }, "ERPNext": { + "cats": [ + 1 + ], "js": [ "erpnext.shopping_cart", "erpnext.subscribe_to_newsletter" @@ -7261,30 +11739,54 @@ "website": "https://erpnext.com" }, "ESW": { + "cats": [ + 106 + ], "js": [ "eshopworld", "eswretailerdisplayconfiguration" ], + "scriptSrc": [ + "eswhooks\\.js" + ], "description": "ESW (eShopWorld) is a company providing payments, shipping, and delivery services focusing on cross-border ecommerce.", "website": "https://esw.com" }, "EWWW Image Optimizer": { + "cats": [ + 87, + 92 + ], "js": [ "ewww_webp_supported" ], + "scriptSrc": [ + "/wp-content/plugins/ewww-image-optimizer/" + ], "description": "EWWW Image Optimizer is an image optimisation WordPress plugin designed to improve the performance of your website.", "website": "https://github.com/nosilver4u/ewww-image-optimizer" }, "EX.CO": { + "cats": [ + 5 + ], "js": [ "__exco", "__exco_integration_type", "excopixelurl" ], + "scriptSrc": [ + "\\.ex\\.co", + "\\.playbuzz\\.com" + ], "description": "EX.CO (formerly Playbuzz) is an online publishing platform for publishers, brand agencies, and individual content creators to create content in interactive formats such as polls, quizzes, lists, video snippets, slideshows, and countdowns.", "website": "https://ex.co" }, "EZproxy": { + "cats": [ + 22, + 64 + ], "headers": { "server": "^ezproxy$" }, @@ -7292,6 +11794,12 @@ "website": "https://www.oclc.org/en/ezproxy.html" }, "Easy Hide PayPal": { + "cats": [ + 100 + ], + "scriptSrc": [ + "easyhide\\.herculesapps\\.com/" + ], "implies": [ "Shopify" ], @@ -7299,6 +11807,9 @@ "website": "https://apps.shopify.com/easyhide" }, "Easy Orders": { + "cats": [ + 6 + ], "implies": [ "Go", "Node.js", @@ -7308,6 +11819,12 @@ "website": "https://www.easy-orders.net" }, "Easy Redirects": { + "cats": [ + 100 + ], + "scriptSrc": [ + "easy-redirects\\..+/redirect-app\\.js" + ], "implies": [ "Shopify" ], @@ -7315,6 +11832,10 @@ "website": "https://apps.shopify.com/easyredirects" }, "EasyDigitalDownloads": { + "cats": [ + 6, + 87 + ], "meta": { "generator": [ "^easy digital downloads v(.*)$\\;version:\\1" @@ -7324,6 +11845,10 @@ "website": "https://easydigitaldownloads.com" }, "EasyEngine": { + "cats": [ + 47, + 9 + ], "headers": { "x-powered-by": "^easyengine (.*)$\\;version:\\1" }, @@ -7334,6 +11859,9 @@ "website": "https://easyengine.io" }, "EasyGift": { + "cats": [ + 100 + ], "js": [ "easygift.nontargetingrules", "easygiftscriptloaded" @@ -7342,17 +11870,32 @@ "website": "https://apps.shopify.com/gifter-cart-auto-include" }, "EasyStore": { + "cats": [ + 6 + ], "js": [ "easystore" ], + "scriptSrc": [ + "\\.easystore\\.co/" + ], "description": "EasyStore is a multi sales channel ecommerce platform.", "website": "https://www.easystore.co" }, "Easylog": { + "cats": [ + 99 + ], "description": "EasyLog is a logistics company based in Brazil.", "website": "https://www.easylog.com.br" }, "Ebasnet": { + "cats": [ + 1 + ], + "scriptSrc": [ + "cdnebasnet\\.com/" + ], "meta": { "author": [ "^ebasnet web solutions$" @@ -7368,6 +11911,9 @@ "website": "https://ebasnet.com" }, "EcForce": { + "cats": [ + 6 + ], "js": [ "ecforce.models", "ecforce.models.shop" @@ -7381,18 +11927,31 @@ "website": "https://ec-force.com" }, "Ecovium": { + "cats": [ + 99 + ], "description": "Ecovium is an end-to-end logistics company in Germany.", "website": "https://ecovium.com" }, "Ecwid": { + "cats": [ + 6 + ], "js": [ "ecwid", "ecwidcart" ], + "scriptSrc": [ + "https://app\\.ecwid\\.com/script\\.js", + "https://app\\.multiscreenstore\\.com/script\\.js" + ], "description": "Ecwid is a shopping cart plugin that turns any existing website into an online store.", "website": "https://www.ecwid.com/" }, "EdgeCast": { + "cats": [ + 31 + ], "headers": { "server": "^ecd\\s\\(\\s+\\)" }, @@ -7400,6 +11959,10 @@ "website": "https://www.edgecast.com" }, "Edgio": { + "cats": [ + 31, + 62 + ], "cookies": { "layer0_bucket": "", "layer0_destination": "", @@ -7413,10 +11976,16 @@ "x-0-t": "", "x-0-version": "^\\d+ ([\\d.]+) \\;version:\\1" }, + "scriptSrc": [ + "/__layer0__/cache-manifest\\.js" + ], "description": "Edgio is an integrated suite of Edge services, from Delivery to Compute.", "website": "https://edg.io" }, "Editor.js": { + "cats": [ + 24 + ], "js": [ "editorjs" ], @@ -7424,6 +11993,9 @@ "website": "https://editorjs.io" }, "Efilli": { + "cats": [ + 67 + ], "js": [ "efilli", "efilli.__cookieblocker", @@ -7433,16 +12005,28 @@ "website": "https://efilli.com" }, "Eggplant": { + "cats": [ + 78 + ], "headers": { "content-security-policy": "\\.eggplant\\.cloud" }, + "scriptSrc": [ + "\\.eggplant\\.cloud/" + ], "description": "Eggplant is a software testing and monitoring company.", "website": "https://www.eggplantsoftware.com" }, "Ektron CMS": { + "cats": [ + 1 + ], "js": [ "ektron" ], + "scriptSrc": [ + "/ektron\\.javascript\\.ashx" + ], "implies": [ "Microsoft ASP.NET" ], @@ -7450,6 +12034,11 @@ "website": "https://www.optimizely.com/ektron-cms" }, "Elastic APM": { + "cats": [ + 10, + 13, + 78 + ], "js": [ "elasticapm" ], @@ -7460,6 +12049,9 @@ "website": "https://www.elastic.co/apm" }, "ElasticPress": { + "cats": [ + 87 + ], "headers": { "x-elasticpress-query": "" }, @@ -7470,6 +12062,9 @@ "website": "https://www.elasticpress.io/" }, "ElasticSuite": { + "cats": [ + 29 + ], "cookies": { "stuid": "\\;confidence:50", "stvid": "\\;confidence:50" @@ -7477,6 +12072,9 @@ "js": [ "smiletracker" ], + "scriptSrc": [ + "/smile_elasticsuitetracker/" + ], "implies": [ "Elasticsearch", "PHP" @@ -7485,10 +12083,16 @@ "website": "https://elasticsuite.io" }, "Elasticsearch": { + "cats": [ + 29 + ], "description": "Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.", "website": "https://www.elastic.co" }, "Elcodi": { + "cats": [ + 6 + ], "headers": { "x-elcodi": "" }, @@ -7499,6 +12103,9 @@ "website": "https://elcodi.io" }, "Elcom": { + "cats": [ + 1 + ], "meta": { "generator": [ "^elcomcms" @@ -7511,6 +12118,9 @@ "website": "https://www.elcom.com.au/" }, "Eleanor CMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "eleanor" @@ -7522,6 +12132,9 @@ "website": "https://eleanor-cms.ru" }, "Element": { + "cats": [ + 52 + ], "meta": { "application-name": [ "^element$" @@ -7531,14 +12144,24 @@ "website": "https://element.io" }, "Element UI": { + "cats": [ + 66 + ], "description": "Element UI is an open-source component library specifically designed for Vue.js, offering a collection of pre-designed UI components such as buttons, forms, tables, and modals.", "website": "https://element.eleme.io/" }, "Elementor": { + "cats": [ + 51, + 87 + ], "js": [ "elementorfrontend.getelements", "elementorfrontendconfig.version" ], + "scriptSrc": [ + "/wp-content/plugins/elementor(?:-pro)?/.+frontend-modules\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "meta": { "generator": [ "^elementor\\s([\\d\\.]+)\\;version:\\1" @@ -7548,6 +12171,9 @@ "website": "https://elementor.com" }, "Elementor Cloud": { + "cats": [ + 88 + ], "headers": { "x-powered-by": "elementor cloud" }, @@ -7559,6 +12185,9 @@ "website": "https://elementor.com" }, "Elementor Header \u0026 Footer Builder": { + "cats": [ + 87 + ], "implies": [ "Elementor" ], @@ -7566,6 +12195,9 @@ "website": "https://github.com/brainstormforce/header-footer-elementor" }, "ElementsKit": { + "cats": [ + 87 + ], "js": [ "elementskit", "elementskit_helper" @@ -7574,6 +12206,9 @@ "website": "https://wpmet.com/plugin/elementskit" }, "Elevar": { + "cats": [ + 10 + ], "js": [ "elevar_gtm_errors", "elevargtmsuite", @@ -7583,6 +12218,9 @@ "website": "https://www.getelevar.com" }, "Eleventy": { + "cats": [ + 57 + ], "meta": { "generator": [ "^eleventy\\sv([\\d\\.]+)$\\;version:\\1" @@ -7592,10 +12230,19 @@ "website": "https://www.11ty.dev" }, "Elfsight": { + "cats": [ + 5 + ], + "scriptSrc": [ + "\\.elfsight\\.com/" + ], "description": "Elfsight is an all-in-one platform offering 70+ customisable widgets for websites.", "website": "https://elfsight.com" }, "Elixir": { + "cats": [ + 27 + ], "implies": [ "Erlang" ], @@ -7603,6 +12250,9 @@ "website": "https://elixir-lang.org" }, "ElkArte": { + "cats": [ + 2 + ], "js": [ "elk_forum_action", "elk_iso_case_folding" @@ -7614,6 +12264,10 @@ "website": "https://www.elkarte.net" }, "Ellucian CRM Recruit": { + "cats": [ + 53, + 101 + ], "js": [ "ellucian.recruit", "ellucianaddresschooselabel" @@ -7622,6 +12276,10 @@ "website": "https://www.ellucian.com/solutions/ellucian-crm-recruit" }, "Elm": { + "cats": [ + 27, + 12 + ], "js": [ "elm.main.embed", "elm.main.init" @@ -7630,6 +12288,9 @@ "website": "https://elm-lang.org/" }, "Elm-ui": { + "cats": [ + 66 + ], "html": [ "\u003cstyle\u003e[\\s\\s]*\\.explain \u003e \\.s[\\s\\s]*\\.explain \u003e \\.ctr \u003e \\.s" ], @@ -7640,10 +12301,19 @@ "website": "https://github.com/mdgriffith/elm-ui" }, "Eloomi": { + "cats": [ + 21 + ], + "scriptSrc": [ + "//cdn\\.eloomi\\.com/" + ], "description": "Eloomi is a cloud-based learning management system (LMS) and performance management platform.", "website": "https://eloomi.com" }, "Eloqua": { + "cats": [ + 32 + ], "cookies": { "eloqua": "" }, @@ -7658,25 +12328,44 @@ "elqload", "elqsiteid" ], + "scriptSrc": [ + "elqcfg\\.js" + ], "description": "Eloqua is a Software-as-a-Service (SaaS) platform for marketing automation offered that aims to help B2B marketers and organisations manage marketing campaigns and sales lead generation.", "website": "https://eloqua.com" }, "EmailJS": { + "cats": [ + 75 + ], "js": [ "emailjs.sendform" ], + "scriptSrc": [ + "([\\d\\.]+)?(?:/dist)?/email\\.min\\.js\\;version:\\1" + ], "description": "EmailJS is a cloud-based email delivery service that allows you to send emails directly from your client-side JavaScript code without the need for a server-side implementation.", "website": "https://www.emailjs.com" }, "Emarsys": { + "cats": [ + 32, + 97 + ], "js": [ "scarab", "scarabqueue" ], + "scriptSrc": [ + "(?:static|cdn)\\.scarabresearch\\.com" + ], "description": "Emarsys is a cloud-based B2C marketing platform.", "website": "https://emarsys.com/" }, "Ematic Solutions": { + "cats": [ + 32 + ], "js": [ "ematicapikey", "ematics", @@ -7687,50 +12376,90 @@ "website": "https://www.ematicsolutions.com" }, "EmbedPlus": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/youtube-embed-plus(?:-pro)?/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "EmbedPlus is a WordPress plugin for YouTube allows you to embed gallery, channel, playlist, or even live stream on your webpage.", "website": "https://www.embedplus.com" }, "EmbedSocial": { + "cats": [ + 5 + ], "js": [ "embedsocialhashtag", "embedsocialiframelightbox" ], + "scriptSrc": [ + "embedsocial\\.com/" + ], "description": "EmbedSocial is a social media management platform.", "website": "https://embedsocial.com" }, "EmbedThis Appweb": { + "cats": [ + 22 + ], "headers": { "server": "mbedthis-appweb(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://embedthis.com/appweb" }, "Embedly": { + "cats": [ + 5 + ], "js": [ "embedly" ], + "scriptSrc": [ + "cdn\\.embedly\\.com/" + ], "description": "Embedly is a service that allows developers to convert URLs into rich previews and embeddable content.", "website": "https://embed.ly" }, "Ember.js": { + "cats": [ + 12 + ], "js": [ "ember", "ember.version", "emberenv" ], + "scripts": [ + "@overview\\s+ember -[\\s\\s]+@version\\s+(.+)\\;version:\\1" + ], "website": "https://emberjs.com" }, "Emotion": { + "cats": [ + 12, + 47 + ], "description": "Emotion is a library designed for writing CSS styles with JavaScript.", "website": "https://emotion.sh" }, "Emotive": { + "cats": [ + 32 + ], "js": [ "emotivepopupinitializing" ], + "scriptSrc": [ + "emotivecdn\\.io/" + ], "description": "Emotive is a computer software company that provides SaaS, Mobile Marketing, NLP, machine learning, and B2B.", "website": "https://emotive.io" }, "Empretienda": { + "cats": [ + 6 + ], "headers": { "set-cookie": "^empretienda_session" }, @@ -7738,13 +12467,23 @@ "website": "https://www.empretienda.com" }, "Enable": { + "cats": [ + 68 + ], "js": [ "enable_toolbar.is_premium" ], + "scriptSrc": [ + "cdn\\.enable\\.co\\.il/" + ], "description": "Enable is a web accessibility plugin by uPress.", "website": "https://www.enable.co.il" }, "Endurance Page Cache": { + "cats": [ + 87, + 23 + ], "headers": { "x-endurance-cache-level": "" }, @@ -7752,9 +12491,19 @@ "website": "https://github.com/bluehost/endurance-page-cache" }, "Engagio": { + "cats": [ + 10 + ], + "scriptSrc": [ + "web-analytics\\.engagio\\.com/api/", + "web-analytics\\.engagio\\.com/js/ei\\.js" + ], "website": "https://www.engagio.com/" }, "Engintron": { + "cats": [ + 33 + ], "headers": { "x-server-powered-by": "^engintron$" }, @@ -7762,18 +12511,36 @@ "website": "https://github.com/engintron/engintron" }, "Enigma": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/enigma/" + ], "description": "Enigma is the popular superfine multipurpose responsive WordPress theme from Infigo Software.", "website": "https://wordpress.org/themes/enigma" }, "Enjin CMS": { + "cats": [ + 1 + ], "js": [ "enjin_core_storage_cache", "enjin_ui" ], + "scriptSrc": [ + "\\.enjin\\.com/" + ], "description": "Enjin CMS is a content management system which focused creation of websites for gaming guilds, clans, Minecraft servers, or fan communities.", "website": "https://www.enjin.com" }, "Enlistly": { + "cats": [ + 100 + ], + "scriptSrc": [ + "cdn\\.enlistly\\.com/" + ], "implies": [ "Shopify" ], @@ -7781,6 +12548,9 @@ "website": "https://enlistly.com" }, "Ensi": { + "cats": [ + 6 + ], "headers": { "x-ensi-platform": "" }, @@ -7793,25 +12563,55 @@ "website": "https://ensi.tech" }, "Ensighten": { + "cats": [ + 42 + ], + "scriptSrc": [ + "//nexus\\.ensighten\\.com/" + ], "description": "Ensighten is a solution that enables secure management, implementation and control of website technologies.", "website": "https://success.ensighten.com/hc/en-us" }, "Envialia": { + "cats": [ + 99 + ], "website": "https://www.envialia.com" }, "Envo Shop": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/envo-shop/.+customscript\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Envo Shop is a fast, clean and modern-looking responsive free WooCommerce WordPress theme by Envo Themes.", "website": "https://envothemes.com/free-envo-shop" }, "Envo Storefront": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/envo-storefront/.+customscript\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Envo Storefront is a fast, clean and modern-looking responsive WooCommerce theme for WordPress.", "website": "https://envothemes.com/free-envo-storefront" }, "Envo eCommerce": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/envo-ecommerce/.+customscript\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Envo eCommerce is a fast, clean and modern-looking responsive free WooCommerce theme for WordPress.", "website": "https://envothemes.com/free-envo-ecommerce/" }, "Envoy": { + "cats": [ + 64 + ], "headers": { "server": "^envoy$", "x-envoy-upstream-service-time": "" @@ -7820,39 +12620,71 @@ "website": "https://www.envoyproxy.io/" }, "Envybox": { + "cats": [ + 5, + 52 + ], "js": [ "envywidget" ], + "scriptSrc": [ + "static\\.saas-support\\.com/" + ], "description": "Envybox is a multiservice for increasing sales.", "website": "https://envybox.io" }, "Enyo": { + "cats": [ + 12, + 26 + ], "js": [ "enyo" ], + "scriptSrc": [ + "enyo\\.js" + ], "description": "Enyo is an open-source JavaScript framework for cross-platform for mobile, desktop, TV and web applications.", "website": "https://enyojs.com" }, "Epoch": { + "cats": [ + 25 + ], "html": [ "\u003clink[^\u003e]+?href=\"[^\"]+epoch(?:\\.min)?\\.css" ], + "scriptSrc": [ + "epoch(?:\\.min)?\\.js" + ], "implies": [ "D3" ], "website": "https://fastly.github.io/epoch" }, "Epom": { + "cats": [ + 36 + ], "js": [ "epomcustomparams" ], "website": "https://epom.com" }, "EqualWeb": { + "cats": [ + 68 + ], + "scriptSrc": [ + "cdn\\.equalweb\\.com.*\\.js" + ], "description": "EqualWeb provides a web accessibility overlay, and helps some people with disabilities access digital information.", "website": "https://www.equalweb.com/" }, "EraofEcom Cartroids": { + "cats": [ + 100 + ], "js": [ "cartroids.appbase" ], @@ -7863,6 +12695,12 @@ "website": "https://eraofecom.org/collections/tech/products/cartroids" }, "EraofEcom MTL": { + "cats": [ + 100 + ], + "scriptSrc": [ + "mtl\\.eraofecom\\.org" + ], "implies": [ "Shopify" ], @@ -7870,6 +12708,9 @@ "website": "https://eraofecom.org/collections/tech/products/milk-the-leads" }, "EraofEcom WinAds": { + "cats": [ + 100 + ], "js": [ "win_ads.baseurl" ], @@ -7880,6 +12721,9 @@ "website": "https://eraofecom.org/collections/tech/products/win-ads-manager" }, "Erlang": { + "cats": [ + 27 + ], "headers": { "server": "erlang( otp/(?:[\\d.abr-]+))?\\;version:\\1" }, @@ -7887,6 +12731,9 @@ "website": "https://www.erlang.org" }, "Errorception": { + "cats": [ + 10 + ], "js": [ "_errs" ], @@ -7894,6 +12741,10 @@ "website": "https://errorception.com" }, "Essent SiteBuilder Pro": { + "cats": [ + 1, + 6 + ], "meta": { "generator": [ "^essent® sitebuilder pro$" @@ -7903,24 +12754,49 @@ "website": "https://www.essent.com/SiteBuilderPro.html" }, "Essential Addons for Elementor": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/uploads/essential-addons-elementor/" + ], "description": "Essential Addons for Elementor gives you 70+ creative elements and extensions to help you extend the stock features of Elementor page builder.", "website": "https://essential-addons.com/elementor/" }, "Essential JS 2": { + "cats": [ + 12, + 59 + ], "html": [ "\u003c[^\u003e]+ class ?= ?\"(?:e-control|[^\"]+ e-control)(?: )[^\"]* e-lib\\b" ], "website": "https://www.syncfusion.com/javascript-ui-controls" }, "Estore Compare": { + "cats": [ + 74 + ], + "scriptSrc": [ + "cdn\\d+\\.estore\\.jp/" + ], "description": "Estore Compare is a website optimisation software that offers A/B testing, CVR and LTV measuring tools.", "website": "https://estore.co.jp/estorecompare/" }, "Estore Shopserve": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cart\\d+\\.shopserve\\.jp/" + ], "description": "Estore Shopserve is an all-in-one payment processing and ecommerce solution.", "website": "https://estore.co.jp/shopserve" }, "Etherpad": { + "cats": [ + 24 + ], "js": [ "padeditbar", "padimpexp" @@ -7928,6 +12804,9 @@ "headers": { "server": "^etherpad" }, + "scriptSrc": [ + "/ep_etherpad-lite/" + ], "implies": [ "Node.js" ], @@ -7935,6 +12814,9 @@ "website": "https://etherpad.org" }, "Ethers": { + "cats": [ + 59 + ], "js": [ "_ethers" ], @@ -7942,10 +12824,22 @@ "website": "https://ethers.org/" }, "EthicalAds": { + "cats": [ + 36 + ], + "scriptSrc": [ + "media\\.ethicalads\\.io" + ], "description": "EthicalAds is a privacy-preserving ad network targeting developers.", "website": "https://www.ethicalads.io/" }, "Eticex": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn\\.eticex\\.com/" + ], "implies": [ "MySQL", "PHP", @@ -7955,6 +12849,9 @@ "website": "https://www.eticex.com" }, "Etix": { + "cats": [ + 104 + ], "js": [ "etix.javacontext" ], @@ -7962,25 +12859,52 @@ "website": "https://hello.etix.com" }, "Etracker": { + "cats": [ + 10, + 74 + ], "js": [ "_etracker" ], + "scriptSrc": [ + "\\.etracker\\.com" + ], "description": "Etracker is a web optimisation solution.", "website": "https://www.etracker.com" }, "EventOn": { + "cats": [ + 72, + 87 + ], "description": "EventON is event calendar for WordPress.", "website": "https://www.myeventon.com" }, "Everflow": { + "cats": [ + 10 + ], + "scriptSrc": [ + "everflow\\.js" + ], "description": "Everflow is a partner marketing analytics platform.", "website": "https://www.everflow.io" }, "EveryAction": { + "cats": [ + 111 + ], + "scriptSrc": [ + "\\.everyaction\\.com/" + ], "description": "EveryAction provides fundraising software, donor management software, and CRM software to nonprofit organisations.", "website": "https://www.everyaction.com" }, "Eveve": { + "cats": [ + 5, + 72 + ], "html": [ "\u003ciframe[^\u003e]*[\\w]+\\.eveve\\.com" ], @@ -7991,26 +12915,46 @@ "website": "https://www.eveve.com" }, "Evidon": { + "cats": [ + 67 + ], "js": [ "eb.evidonconsent", "evidon" ], + "scriptSrc": [ + "\\.evidon\\.com/" + ], "description": "Evidon is a transparency company that helps organizations educate consumers on how and why data is collected, as well as provide consumers with the ability to give and withdraw consent to their data being used.", "website": "https://www.evidon.com" }, "ExactMetrics": { + "cats": [ + 87, + 10 + ], "js": [ "exactmetrics", "exactmetrics_frontend" ], + "scriptSrc": [ + "/wp-content/plugins/google-analytics-dashboard-for-wp/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "ExactMetrics (formerly Google Analytics Dashboard for WP) plugin helps you properly setup all the powerful Google Analytics tracking features without writing any code or hiring a developer.", "website": "https://www.exactmetrics.com" }, "Exemptify": { + "cats": [ + 106, + 100 + ], "js": [ "exemptifytriggerupdate", "m4u_ex_vat_postfix_txt" ], + "scriptSrc": [ + "\\.modules4u\\.biz/shopify/exemptify" + ], "implies": [ "Shopify" ], @@ -8018,22 +12962,40 @@ "website": "https://modules4u.biz/exemptify" }, "Exhibit": { + "cats": [ + 25 + ], "js": [ "exhibit", "exhibit.version" ], + "scriptSrc": [ + "exhibit.*\\.js" + ], "website": "https://simile-widgets.org/exhibit/" }, "ExitIntel": { + "cats": [ + 32 + ], "js": [ "exitintel.version", "exitintelaccount", "exitintelconfig" ], + "scriptSrc": [ + "(?:get.)?exitintel\\.com" + ], "description": "ExitIntel is a full service conversion optimisation agency that focuses on ecommerce companies.", "website": "https://exitintelligence.com" }, "ExoClick": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.exoclick\\.com/" + ], "meta": { "exoclick-site-verification": [] }, @@ -8041,28 +13003,50 @@ "website": "https://www.exoclick.com" }, "ExpertRec": { + "cats": [ + 29 + ], "js": [ "_er_config" ], + "scriptSrc": [ + "expertrec\\.com/api/js/ci_common\\.js\\?id=.*" + ], "description": "ExpertRec is a collaborative Web search engine, which allows users share search histories through a web browser.", "website": "https://www.expertrec.com/" }, "Expivi": { + "cats": [ + 105 + ], "js": [ "expivi", "expivicomponent" ], + "scriptSrc": [ + "\\.expivi\\.(?:com|net)/" + ], "description": "Expivi specialises in 3D visualisation technology for ecommerce stores.", "website": "https://www.expivi.com" }, "Exponea": { + "cats": [ + 97 + ], "js": [ "exponea.version" ], + "scriptSrc": [ + "(?:\\.exponea\\.com)?/js/exponea\\.min\\.js" + ], "description": "Exponea is a cloud-based marketing analysis platform suitable for large and midsize organisations in a variety of industries.", "website": "https://go.exponea.com" }, "Express": { + "cats": [ + 18, + 22 + ], "headers": { "x-powered-by": "^express(?:$|,)" }, @@ -8073,6 +13057,9 @@ "website": "https://expressjs.com" }, "ExpressionEngine": { + "cats": [ + 1 + ], "cookies": { "exp_csrf_token": "", "exp_last_activity": "", @@ -8085,61 +13072,114 @@ "website": "https://expressionengine.com/" }, "ExtJS": { + "cats": [ + 12 + ], "js": [ "ext", "ext.version", "ext.versions.extjs.version" ], + "scriptSrc": [ + "ext-base\\.js" + ], "website": "https://www.sencha.com" }, "ExtendThemes Calliope": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/calliope/" + ], "description": "ExtendThemes Calliope is an flexible, multipurpose WordPress child theme of Colibri WP.", "website": "https://wordpress.org/themes/calliope" }, "ExtendThemes EmpowerWP": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/empowerwp(?:-pro)?/" + ], "description": "ExtendThemes EmpowerWP is an flexible, multipurpose WordPress theme.", "website": "https://extendthemes.com/empowerwp" }, "ExtendThemes Highlight": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/highlight(?:-pro)?/" + ], "description": "ExtendThemes Highlight is an flexible, multipurpose WordPress theme.", "website": "https://extendthemes.com/highlight" }, "ExtendThemes Materialis": { + "cats": [ + 80 + ], "js": [ "materialis_theme_pro_settings", "materialissetheadertopspacing", "materialistheme" ], + "scriptSrc": [ + "/wp-content/themes/materialis(?:-pro)?/" + ], "description": "ExtendThemes Materialis is an flexible, multipurpose WordPress theme.", "website": "https://extendthemes.com/materialis" }, "ExtendThemes Mesmerize": { + "cats": [ + 80 + ], "js": [ "mesmerizedomready", "mesmerizefooterparalax", "mesmerizekube", "mesmerizemenusticky" ], + "scriptSrc": [ + "/wp-content/themes/mesmerize(?:-pro)?/" + ], "description": "ExtendThemes Mesmerize is an flexible, multipurpose WordPress theme.", "website": "https://extendthemes.com/mesmerize" }, "Extole": { + "cats": [ + 94, + 84 + ], "js": [ "extole.version" ], + "scriptSrc": [ + "\\.(?:extole|xtlo)\\.(?:com|net)/" + ], "description": "Extole is an online marketing platform that enables brands and businesses to get new customers through loyalty and referral programs.", "website": "https://www.extole.com" }, "Ezoic": { + "cats": [ + 10, + 36 + ], "js": [ "ezoica", "ezoicbanger", "ezoictestactive" ], + "scriptSrc": [ + "\\.ezo(?:js|ic|dn)\\.(?:com|net)" + ], "description": "Ezoic is a website optimisation platform for digital publishers and website owners powered by machine learning.", "website": "https://www.ezoic.com" }, "F5 BigIP": { + "cats": [ + 64 + ], "cookies": { "f5_fullwt": "", "f5_ht_shrinked": "", @@ -8157,10 +13197,19 @@ "website": "https://www.f5.com/products/big-ip-services" }, "FARFETCH Black \u0026 White": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn-static\\.farfetch-contents.com\\.js" + ], "description": "Farfetch Platform Solutions is a full service platform and agency providing end-to-end, multichannel e-commerce solutions for luxury fashion brands under the name Farfetch Black \u0026 White.", "website": "https://www.farfetchplatformsolutions.com/" }, "FAST ESP": { + "cats": [ + 29 + ], "html": [ "\u003cform[^\u003e]+id=\"fastsearch\"" ], @@ -8168,6 +13217,9 @@ "website": "https://microsoft.com/enterprisesearch" }, "FAST Search for SharePoint": { + "cats": [ + 29 + ], "html": [ "\u003cinput[^\u003e]+ name=\"parametricsearch" ], @@ -8179,6 +13231,9 @@ "website": "https://sharepoint.microsoft.com/en-us/product/capabilities/search/Pages/Fast-Search.aspx" }, "FUDforum": { + "cats": [ + 2 + ], "js": [ "fud_msg_focus", "fud_tree_msg_focus" @@ -8191,6 +13246,9 @@ "website": "https://github.com/fudforum/FUDforum" }, "Fabric": { + "cats": [ + 6 + ], "meta": { "powered-by": [ "fabricinc" @@ -8200,17 +13258,29 @@ "website": "https://fabric.inc" }, "Facebook Ads": { + "cats": [ + 36 + ], "description": "Facebook Ads is an online advertising platform developed by Facebook.", "website": "https://www.facebook.com/business/ads" }, "Facebook Chat Plugin": { + "cats": [ + 52 + ], "js": [ "facebookchatsettings" ], + "scriptSrc": [ + "connect\\.facebook\\.net/.+\\.customerchat\\.js" + ], "description": "Facebook Chat Plugin is a website plugin that businesses with a Facebook Page can install on their website.", "website": "https://developers.facebook.com/docs/messenger-platform/discovery/facebook-chat-plugin/" }, "Facebook Login": { + "cats": [ + 69 + ], "js": [ "fb.getloginstatus" ], @@ -8218,35 +13288,66 @@ "website": "https://developers.facebook.com/docs/facebook-login/" }, "Facebook Pay": { + "cats": [ + 41 + ], "description": "Facebook pay is a payment solution which can be used on any site or app outside Facebook ecosystem.", "website": "https://pay.facebook.com/" }, "Facebook Pixel": { + "cats": [ + 10 + ], "js": [ "_fbq" ], + "scriptSrc": [ + "connect\\.facebook.\\w+/signals/config/\\d+\\?v=([\\d\\.]+)\\;version:\\1", + "connect\\.facebook\\.\\w+/.+/fbevents\\.js" + ], "description": "Facebook pixel is an analytics tool that allows you to measure the effectiveness of your advertising.", "website": "https://facebook.com" }, "Facil-iti": { + "cats": [ + 68 + ], + "scriptSrc": [ + "ws\\.facil-iti\\.com/tag/faciliti-tag\\.min\\.js" + ], "description": "Facil-iti is a web accessibility overlay which provides support for some people with disabilities and seniors.", "website": "https://www.facil-iti.com/" }, "Fact Finder": { + "cats": [ + 29 + ], "html": [ "\u003c!-- factfinder" ], + "scriptSrc": [ + "suggest\\.ff" + ], "description": "Fact Finder is a platform which, combines search, navigation, and merchandising solutions to streamline online search and power sales.", "website": "https://fact-finder.com" }, "FalguniThemes Nisarg": { + "cats": [ + 80 + ], "js": [ "nisargpro_script_vars" ], + "scriptSrc": [ + "/wp-content/themes/nisarg(?:pro)?/" + ], "description": "FalguniThemes Nisarg is a new fully responsive and translation ready WordPress theme.", "website": "https://www.falgunithemes.com/downloads/nisarg" }, "FameThemes OnePress": { + "cats": [ + 80 + ], "js": [ "onepress_js_settings", "onepress_plus", @@ -8256,6 +13357,9 @@ "website": "https://www.famethemes.com/themes/onepress" }, "FameThemes Screenr": { + "cats": [ + 80 + ], "js": [ "screenr.autoplay", "screenr_plus" @@ -8264,11 +13368,17 @@ "website": "https://www.famethemes.com/themes/screenr" }, "FancyBox": { + "cats": [ + 59 + ], "js": [ "$.fancybox.version", "fancybox.version", "jquery.fancybox.version" ], + "scriptSrc": [ + "jquery\\.fancybox(?:\\.pack|\\.min)?\\.js(?:\\?v=([\\d.]+))?$\\;version:\\1" + ], "implies": [ "jQuery" ], @@ -8276,13 +13386,22 @@ "website": "https://fancyapps.com/fancybox" }, "Fanplayr": { + "cats": [ + 76 + ], "js": [ "fanplayr.platform.version" ], + "scriptSrc": [ + "cdn\\.fanplayr\\.com/.+/([\\d\\.]+)\\;version:\\1" + ], "description": "Fanplayr is a real-time insights platform that provides website optimisation and personalisation solutions for businesses.", "website": "https://fanplayr.com" }, "FaraPy": { + "cats": [ + 1 + ], "html": [ "\u003c!-- powered by farapy." ], @@ -8292,17 +13411,30 @@ "website": "https://faral.tech" }, "FareHarbor": { + "cats": [ + 5, + 72 + ], "html": [ "\u003ciframe[^\u003e]+fareharbor" ], + "scriptSrc": [ + "fareharbor\\.com/embeds/api/" + ], "description": "FareHarbor is an booking and schedule management solution intended for tour and activity companies.", "website": "https://fareharbor.com" }, "Fast Bundle": { + "cats": [ + 100 + ], "js": [ "fastbundleconf.bundlebox", "fastbundleconf.cartinfo.app_version" ], + "scriptSrc": [ + "api\\.fastbundle\\.co/" + ], "implies": [ "Shopify" ], @@ -8310,18 +13442,30 @@ "website": "https://fastbundle.co" }, "Fast Checkout": { + "cats": [ + 6 + ], "js": [ "fast.events", "fast_version" ], + "scriptSrc": [ + "js\\.fast\\.co/" + ], "description": "Fast Checkout is a one-click purchases for buyers without requiring a password to log in.", "website": "https://www.fast.co" }, "FastComet": { + "cats": [ + 88 + ], "description": "FastComet is a hosting service company from San Francisco, California.", "website": "https://www.fastcomet.com" }, "Fastcommerce": { + "cats": [ + 6 + ], "meta": { "generator": [ "^fastcommerce" @@ -8330,6 +13474,9 @@ "website": "https://www.fastcommerce.com.br" }, "Fasterize": { + "cats": [ + 92 + ], "js": [ "fstrz" ], @@ -8337,6 +13484,9 @@ "website": "https://www.fasterize.com/" }, "Fastly": { + "cats": [ + 31 + ], "headers": { "fastly-debug-digest": "", "server": "fastly", @@ -8349,6 +13499,9 @@ "website": "https://www.fastly.com" }, "Fastspring": { + "cats": [ + 6 + ], "html": [ "\u003ca [^\u003e]*href=\"https?://sites\\.fastspring\\.com", "\u003cform [^\u003e]*action=\"https?://sites\\.fastspring\\.com" @@ -8356,14 +13509,23 @@ "website": "https://fastspring.com" }, "Fat Zebra": { + "cats": [ + 41 + ], "html": [ "\u003c(?:iframe)[^\u003e]+fatzebraframe", "\u003c(?:iframe|img|form)[^\u003e]+paynow\\.pmnts\\.io" ], + "scriptSrc": [ + "paynow\\.pmnts\\.io" + ], "description": "Fat Zebra provides a process of accepting credit card payments online.", "website": "https://www.fatzebra.com/" }, "Fat-Free Framework": { + "cats": [ + 18 + ], "headers": { "x-powered-by": "^fat-free framework$" }, @@ -8373,23 +13535,41 @@ "website": "https://fatfreeframework.com" }, "FatherShops": { + "cats": [ + 6 + ], + "scriptSrc": [ + "fathershop/view/theme/fs/" + ], "description": "FatherShops is an ecommerce platform.", "website": "https://fathershops.com" }, "Fathom": { + "cats": [ + 10 + ], "js": [ "fathom.blocktrackingforme" ], + "scriptSrc": [ + "cdn\\.usefathom\\.com/" + ], "description": "Fathom is easy-yet-powerful website analytics that protects digital privacy.", "website": "https://usefathom.com" }, "Fbits": { + "cats": [ + 6 + ], "js": [ "fbits" ], "website": "https://www.traycorp.com.br" }, "FeatherX": { + "cats": [ + 90 + ], "js": [ "featherx.clientid" ], @@ -8397,10 +13577,16 @@ "website": "https://featherx.ai" }, "FedEx": { + "cats": [ + 99 + ], "description": "FedEx is an American multinational company which focuses on transportation, ecommerce and business services.", "website": "https://www.fedex.com" }, "Fedora": { + "cats": [ + 28 + ], "headers": { "server": "fedora" }, @@ -8408,18 +13594,33 @@ "website": "https://fedoraproject.org" }, "Feedback Fish": { + "cats": [ + 13 + ], + "scriptSrc": [ + "^https://feedback\\.fish/ff\\.js" + ], "description": "Feedback Fish is a widget for collecting website feedback from users.", "website": "https://feedback.fish" }, "Feefo": { + "cats": [ + 90 + ], "js": [ "feefotracker", "feefowidget" ], + "scriptSrc": [ + "\\.feefo\\.com/" + ], "description": "Feefo is a cloud-based consumer review and rating management software.", "website": "https://www.feefo.com" }, "Fenicio": { + "cats": [ + 6 + ], "js": [ "_fn.validadortelefono", "fnecommerce.micompravisto", @@ -8429,13 +13630,22 @@ "website": "https://fenicio.io" }, "Fera": { + "cats": [ + 90 + ], "js": [ "fera" ], + "scriptSrc": [ + "cdn\\.fera\\.ai" + ], "description": "Fera is a product review and social proof application for ecommerce websites.", "website": "https://fera.ai/" }, "Fera Product Reviews App": { + "cats": [ + 100 + ], "js": [ "ferajsurl" ], @@ -8447,27 +13657,46 @@ "website": "https://apps.shopify.com/fera" }, "FilePond": { + "cats": [ + 59 + ], "js": [ "filepond", "filepond.create", "filepond.setoptions" ], + "scriptSrc": [ + "filepond.js" + ], "description": "FilePond is a JavaScript library for file uploads.", "website": "https://pqina.nl/filepond/" }, "FinanceAds": { + "cats": [ + 71 + ], "description": "FinanceAds is a performance marketing agency that has grown affiliate network for the financial sector.", "website": "https://www.financeads.com" }, "Findify": { + "cats": [ + 29, + 76 + ], "js": [ "findify", "findifyanalytics" ], + "scriptSrc": [ + "@findify/bundle@([\\d.]+)/dist/.+\\.js\\;version:\\1" + ], "description": "Findify is an intelligent ecommerce search, navigation and personalisation solution.", "website": "https://www.findify.io" }, "Findmeashoe": { + "cats": [ + 76 + ], "js": [ "fmasgendersizetextvariantidcollection", "fmasjavascript", @@ -8477,6 +13706,9 @@ "website": "https://findmeashoe.com" }, "Fing": { + "cats": [ + 62 + ], "headers": { "server": "^fing" }, @@ -8484,16 +13716,27 @@ "website": "https://fing.ir" }, "FingerprintJS": { + "cats": [ + 59, + 83 + ], "js": [ "fingerprint", "fingerprint2", "fingerprint2.version", "fingerprintjs" ], + "scriptSrc": [ + "fingerprint(?:/fp)?(\\d)?(?:\\.min)?\\.js\\;version:\\1", + "fingerprintjs(?:\\-pro|2)?(?:@|/)(\\d.*?)?/\\;version:\\1" + ], "description": "FingerprintJS is a browser fingerprinting library that queries browser attributes and computes a hashed visitor identifier from them.", "website": "https://fingerprintjs.com" }, "FintechOS": { + "cats": [ + 58 + ], "js": [ "ftos.core.getb2cculture", "ftoschat" @@ -8507,26 +13750,56 @@ "website": "https://fintechos.com" }, "FireApps Ali Reviews": { + "cats": [ + 100, + 90 + ], + "scriptSrc": [ + "//alireviews\\.fireapps\\.io/" + ], "description": "FireApps Ali Reviews is an all-in-one solution that helps to collect, showcase, and manage impactful reviews.", "website": "https://apps.shopify.com/ali-reviews" }, "Firebase": { + "cats": [ + 34, + 47 + ], "js": [ "firebase.sdk_version" ], "headers": { "vary": "x-fh-requested-host" }, + "scripts": [ + "\\.gstatic\\.com/firebasejs/([\\d\\.]+)/\\;version:\\1", + "firebase(?:config|io\\.com)" + ], + "scriptSrc": [ + "/(?:([\\d.]+)/)?firebase(?:\\.min)?\\.js\\;version:\\1", + "/firebasejs/([\\d.]+)/firebase\\;version:\\1" + ], "description": "Firebase is a Google-backed application development software that enables developers to develop iOS, Android and Web apps.", "website": "https://firebase.google.com" }, "Fireblade": { + "cats": [ + 31 + ], "headers": { "server": "fbs" }, "website": "https://fireblade.com" }, "Firepush": { + "cats": [ + 32, + 100 + ], + "scriptSrc": [ + "cdn\\.firepush\\.\\w+", + "fpcdn\\.me/.+shopify" + ], "implies": [ "Shopify" ], @@ -8534,41 +13807,74 @@ "website": "https://getfirepush.com" }, "FirstHive": { + "cats": [ + 97 + ], + "scriptSrc": [ + "firsthive\\.com/engage/" + ], "description": "FirstHive is a full-stack customer data platform that enables consumer marketers and brands to take control of their first-party data from all sources.", "website": "https://firsthive.com" }, "FirstImpression.io": { + "cats": [ + 36 + ], "js": [ "fi.options", "fiprebidanalyticshandler" ], + "scriptSrc": [ + "\\.firstimpression\\.io" + ], "description": "FirstImpression.io is a customized ad placements for publisher websites on their platform, with zero technical work.", "website": "https://www.firstimpression.io" }, "FirstPromoter": { + "cats": [ + 71 + ], "js": [ "firstpromoterapi", "fprom_obj_" ], + "scriptSrc": [ + "cdn\\.firstpromoter\\.com/" + ], "description": "FirstPromoter is a software platform that helps businesses to create, manage and track their affiliate marketing programs.", "website": "https://firstpromoter.com" }, "Fit Analytics": { + "cats": [ + 76 + ], "js": [ "_fitanalytics", "fitanalyticswidget" ], + "scriptSrc": [ + "\\.fitanalytics\\.com" + ], "description": "Fit Analytics is a platform that provides clothing size recommendations for online customers by measuring individual dimensions via webcams.", "website": "https://www.fitanalytics.com" }, "FlagSmith": { + "cats": [ + 85 + ], "js": [ "flagsmith" ], + "scriptSrc": [ + "cdn\\.flagsmith\\.com/" + ], "description": "FlagSmith is an open-source, fully supported feature flag \u0026 remote configuration solution, which provides hosted API to help deployment to a private cloud or on-premises environment.", "website": "https://flagsmith.com" }, "Flarum": { + "cats": [ + 2 + ], "js": [ "app.cache.discussionlist", "app.forum.freshness" @@ -8584,6 +13890,10 @@ "website": "https://flarum.org/" }, "Flask": { + "cats": [ + 18, + 22 + ], "headers": { "server": "werkzeug/?([\\d\\.]+)?\\;version:\\1" }, @@ -8594,6 +13904,9 @@ "website": "https://github.com/pallets/flask/" }, "Flat UI": { + "cats": [ + 66 + ], "html": [ "\u003clink[^\u003e]* href=[^\u003e]+flat-ui(?:\\.min)?\\.css" ], @@ -8603,14 +13916,24 @@ "website": "https://designmodo.github.io/Flat-UI/" }, "Flazio": { + "cats": [ + 1, + 51 + ], "js": [ "_exaudiflazio", "flazio_global_conversion" ], + "scriptSrc": [ + "//flazio\\.org/" + ], "description": "Flazio is an Italian website builder.", "website": "https://flazio.com" }, "Fleksa": { + "cats": [ + 93 + ], "implies": [ "Next.js", "Node.js" @@ -8619,6 +13942,9 @@ "website": "https://fleksa.com" }, "FlexCMP": { + "cats": [ + 1 + ], "headers": { "x-flex-lang": "", "x-powered-by": "flexcmp.+\\[v\\. ([\\d.]+)\\;version:\\1" @@ -8634,6 +13960,12 @@ "website": "https://www.flexcmp.com/cms/home" }, "FlexSlider": { + "cats": [ + 5 + ], + "scriptSrc": [ + "jquery\\.flexslider(?:\\.min)?\\.js$" + ], "implies": [ "jQuery" ], @@ -8641,20 +13973,35 @@ "website": "https://woocommerce.com/flexslider/" }, "Flickity": { + "cats": [ + 59 + ], "js": [ "flickity" ], + "scriptSrc": [ + "flickity(?:/|@)([\\d\\.]+).+flickity(?:\\.pkgd)?(?:\\.min)?\\.js\\;version:\\1" + ], "description": "Flickity is a JavaScript slider library, built by David DeSandro of Metafizzy fame.", "website": "https://flickity.metafizzy.co" }, "FlippingBook": { + "cats": [ + 5 + ], "js": [ "__flippingbook_csrf__" ], + "scriptSrc": [ + "online\\.flippingbook\\.com/" + ], "description": "FlippingBook is a web-based software platform that enables users to create, publish, and share digital publications such as magazines, brochures, catalogs, and presentations.", "website": "https://flippingbook.com" }, "Flits": { + "cats": [ + 100 + ], "js": [ "flitsobjects.accountpage" ], @@ -8665,23 +14012,42 @@ "website": "https://getflits.com" }, "Flocktory": { + "cats": [ + 94, + 84 + ], "js": [ "flocktory", "flocktorypurchase" ], + "scriptSrc": [ + "\\.flocktory\\.com/" + ], "description": "Flocktory is a social referral marketing platform that enables users to share personalised offers via social networks.", "website": "https://www.flocktory.com" }, "Flow": { + "cats": [ + 106 + ], "js": [ "flow.cart", "flow.countrypicker", "flow_cart_localize" ], + "scriptSrc": [ + "(?:shopify-)?cdn\\.flow\\.io/" + ], "description": "Flow is an ecommerce platform that enables brands and retailers to sell their merchandise to customers internationally by creating localized shopping experiences.", "website": "https://www.flow.io/" }, "Flowbite": { + "cats": [ + 66 + ], + "scriptSrc": [ + "/flowbite(?:@([\\d\\.]+)/|\\.bundle\\.js)\\;version:\\1" + ], "implies": [ "Tailwind CSS" ], @@ -8689,6 +14055,9 @@ "website": "https://github.com/themesberg/flowbite" }, "Flowplayer": { + "cats": [ + 14 + ], "js": [ "flowplayer", "flowplayer.version" @@ -8697,6 +14066,9 @@ "website": "https://flowplayer.com" }, "Flutter": { + "cats": [ + 66 + ], "js": [ "_flutter.loader", "_flutter_web_set_location_strategy", @@ -8714,6 +14086,9 @@ "website": "https://flutter.dev" }, "FluxBB": { + "cats": [ + 2 + ], "html": [ "\u003cp id=\"poweredby\"\u003e[^\u003c]+\u003ca href=\"https?://fluxbb\\.org/\"\u003e" ], @@ -8723,6 +14098,9 @@ "website": "https://fluxbb.org" }, "Fly.io": { + "cats": [ + 62 + ], "cookies": { "_fly": "" }, @@ -8735,10 +14113,19 @@ "website": "https://fly.io" }, "Flying Analytics": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/flying-analytics/" + ], "description": "Flying Analytics is a performance optimisation plugin for WordPress websites designed to reduce page load times and improve the user experience.", "website": "https://wordpress.org/plugins/flying-analytics/" }, "Flying Images": { + "cats": [ + 87 + ], "js": [ "flyingimages" ], @@ -8746,17 +14133,34 @@ "website": "https://wordpress.org/plugins/nazy-load/" }, "Flying Pages": { + "cats": [ + 87, + 92 + ], "js": [ "flyingpages" ], + "scriptSrc": [ + "/wp-content/plugins/flying-pages/.+\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1" + ], "description": "Flying Pages is a performance optimisation plugin for WordPress websites designed to reduce page load times and improve the user experience.", "website": "https://wordpress.org/plugins/flying-pages/" }, "FlyingPress": { + "cats": [ + 87, + 92 + ], + "scriptSrc": [ + "/wp-content/plugins/flying-press/" + ], "description": "FlyingPress is a WordPress plugin that helps to improve website performance by optimising various aspects of a WordPress site. The plugin offers a range of features, including caching, image optimisation, lazy loading, database optimisation, and more.", "website": "https://flying-press.com" }, "Flyspray": { + "cats": [ + 13 + ], "cookies": { "flyspray_project": "" }, @@ -8769,6 +14173,10 @@ "website": "https://flyspray.org" }, "Flywheel": { + "cats": [ + 62, + 88 + ], "headers": { "x-fw-hash": "", "x-fw-serve": "", @@ -8782,29 +14190,55 @@ "website": "https://getflywheel.com" }, "Fomo": { + "cats": [ + 32 + ], "js": [ "fomo.version" ], + "scriptSrc": [ + "fomo\\.com/api/v" + ], "description": "Fomo is a social proof marketing platform.", "website": "https://fomo.com" }, "Font Awesome": { + "cats": [ + 17 + ], "js": [ "___font_awesome___", "fontawesomecdnconfig" ], + "scriptSrc": [ + "(?:f|f)o(?:n|r)t-?(?:a|a)wesome(?:.*?([0-9a-fa-f]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)", + "\\.fontawesome\\.com/([0-9a-z]+).js" + ], "description": "Font Awesome is a font and icon toolkit based on CSS and Less.", "website": "https://fontawesome.com/" }, "FontServer": { + "cats": [ + 17 + ], "description": "FontServer is a online font delivery network service-provider for websites.", "website": "https://fontserver.ir" }, "Fontify": { + "cats": [ + 100 + ], + "scriptSrc": [ + "fontify\\.nitroapps\\.co/" + ], "description": "Fontify allows you to utilise any font without having to alter code.", "website": "https://apps.shopify.com/fontify-change-customize-font-for-your-store" }, "FooPlugins FooGallery": { + "cats": [ + 87, + 7 + ], "js": [ "foogallery" ], @@ -8812,6 +14246,10 @@ "website": "https://fooplugins.com/foogallery-wordpress-gallery-plugin" }, "Food-Ordering.co.uk": { + "cats": [ + 6, + 93 + ], "js": [ "disablecollection", "disabledelivery", @@ -8822,6 +14260,12 @@ "website": "https://www.food-ordering.co.uk" }, "FoodBooking": { + "cats": [ + 93 + ], + "scriptSrc": [ + "\\.(?:fbgcdn|foodbooking)\\.com/" + ], "implies": [ "GloriaFood" ], @@ -8829,6 +14273,9 @@ "website": "https://www.foodbooking.com" }, "Foodomaa": { + "cats": [ + 93 + ], "cookies": { "foodomaa_session": "" }, @@ -8836,14 +14283,26 @@ "website": "https://foodomaa.com" }, "Forethought Solve": { + "cats": [ + 5 + ], + "scriptSrc": [ + "solve-widget\\.forethought\\.ai/" + ], "description": "Forethought Solve is a live-chat widget that uses generative AI to automate responses for common questions across all channels.", "website": "https://forethought.ai/platform/solve/" }, "Fork Awesome": { + "cats": [ + 17 + ], "description": "Fork Awesome is now a community effort based on Font Awesome by Dave Gandy.", "website": "https://forkaweso.me" }, "Fork CMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "^fork cms$" @@ -8856,6 +14315,9 @@ "website": "https://www.fork-cms.com" }, "FormAssembly": { + "cats": [ + 110 + ], "js": [ "wforms.version" ], @@ -8863,26 +14325,56 @@ "website": "https://www.formassembly.com" }, "FormBold": { + "cats": [ + 110 + ], "description": "FormBold is a complete web forms solution for static websites that allows you to create forms, collect data, and send notifications.", "website": "https://formbold.com" }, "Formaloo": { + "cats": [ + 110 + ], + "scriptSrc": [ + "//formaloo\\.net/" + ], "description": "Formaloo is a no-code collaboration platform that helps businesses create custom data-driven business applications and internal tools, automate their processes and engage their audience.", "website": "https://www.formaloo.com" }, "Formidable Form": { + "cats": [ + 87, + 73, + 110 + ], "description": "Formidable Forms is a WordPress plugin that enables you to create quizzes, surveys, calculators, timesheets, multi-page application forms.", "website": "https://formidableforms.com" }, "Formitable": { + "cats": [ + 93 + ], + "scriptSrc": [ + "cdn\\.formitable\\.com", + "formitable\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1" + ], "description": "Formitable is an reservation management system for restaurants.", "website": "https://formitable.com" }, "Formli": { + "cats": [ + 110 + ], + "scriptSrc": [ + "(?:app|cdn)\\.(?:formli|humanagency)\\.(?:com|org)/" + ], "description": "Formli is a web-based form builder service that permits users to produce and personalise online forms for different purposes, including surveys, feedback forms, event registrations, and others.", "website": "https://formli.com" }, "ForoshGostar": { + "cats": [ + 6 + ], "cookies": { "aws.customer": "" }, @@ -8897,20 +14389,35 @@ "website": "https://www.foroshgostar.com" }, "Forte": { + "cats": [ + 41 + ], + "scriptSrc": [ + "checkout\\.forte\\.net" + ], "description": "Forte, a CSG Company offers merchants and partners a broad range of payment solutions.", "website": "https://www.forte.net" }, "Forter": { + "cats": [ + 16 + ], "cookies": { "fortertoken": "" }, "js": [ "ftr__startscriptload" ], + "scriptSrc": [ + "forter\\.com" + ], "description": "Forter is a SaaS company that provides fraud prevention technology for online retailers and marketplaces.", "website": "https://www.forter.com" }, "Fortinet FortiGate": { + "cats": [ + 16 + ], "cookies": { "fgtserver": "" }, @@ -8918,12 +14425,21 @@ "website": "https://www.fortinet.com/products/next-generation-firewall" }, "Fortune3": { + "cats": [ + 6 + ], "html": [ "(?:\u003clink [^\u003e]*href=\"[^\\/]*\\/\\/www\\.fortune3\\.com\\/[^\"]*siterate\\/rate\\.css|powered by \u003ca [^\u003e]*href=\"[^\"]+fortune3\\.com)" ], + "scriptSrc": [ + "cartjs\\.php\\?(?:.*\u0026)?s=[^\u0026]*myfortune3cart\\.com" + ], "website": "https://fortune3.com" }, "Foswiki": { + "cats": [ + 8 + ], "cookies": { "foswikistrikeone": "", "sfoswikisid": "" @@ -8949,24 +14465,43 @@ "website": "https://foswiki.org" }, "Four": { + "cats": [ + 41, + 91 + ], "js": [ "four" ], + "scriptSrc": [ + "scripts\\.paywithfour\\.com" + ], "description": "Pay with four is a Buy now pay later solution.", "website": "https://paywithfour.com/" }, "Foursixty": { + "cats": [ + 96 + ], "js": [ "foursixtyembed" ], + "scriptSrc": [ + "foursixty\\.com" + ], "description": "Foursixty is a widget which turns Instagram content and user-generated content into shoppable galleries.", "website": "https://foursixty.com/" }, "Fourthwall": { + "cats": [ + 6 + ], "js": [ "fourthwallanalytics", "fourthwalltheme" ], + "scriptSrc": [ + "\\.fourthwall\\.com" + ], "meta": { "version": [ "^(.+)$\\;version:\\1\\;confidence:0" @@ -8976,16 +14511,28 @@ "website": "https://fourthwall.com/" }, "Foxy.io": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn\\.foxycart\\.com" + ], "description": "Foxy’s hosted cart \u0026 payment page allow you to sell anything, using your existing website or platform.", "website": "https://www.foxy.io" }, "Framer Sites": { + "cats": [ + 51 + ], "js": [ "__framer_importfrompackage", "framer", "framer.animatable", "framer.version" ], + "scriptSrc": [ + "framerusercontent\\.com" + ], "implies": [ "React" ], @@ -8993,14 +14540,23 @@ "website": "https://framer.com/sites" }, "Frames": { + "cats": [ + 87 + ], "description": "Frames is a tool that allows you to create wireframes in real time, design and develop systems, and access a library of components to help you build custom websites quickly and easily, without any restrictions on your creative input.", "website": "https://getframes.io" }, "France Express": { + "cats": [ + 99 + ], "description": "France Express is a delivery service based in France.", "website": "https://www.france-express.com" }, "Frappe": { + "cats": [ + 18 + ], "js": [ "frappe.avatar" ], @@ -9017,22 +14573,37 @@ "website": "https://frappeframework.com" }, "FraudLabs Pro": { + "cats": [ + 16 + ], "js": [ "fraudlabsproagent" ], + "scriptSrc": [ + "\\.fraudlabspro\\.com/" + ], "description": "FraudLabs Pro is a fraud prevention service offered by the company FraudLabs Pro, which specialises in online fraud detection and risk management for businesses.", "website": "https://www.fraudlabspro.com" }, "FreakOut": { + "cats": [ + 36 + ], "js": [ "_fout_jsurl", "_fout_queue", "fout" ], + "scriptSrc": [ + "\\.fout\\.jp/" + ], "description": "FreakOut is a marketing technology company with programmatic solutions (DSP,SSP) that delivers in-feed display and video formats across global publishers.", "website": "https://www.fout.co.jp" }, "FreeBSD": { + "cats": [ + 28 + ], "headers": { "server": "freebsd(?: ([\\d.]+))?\\;version:\\1" }, @@ -9040,6 +14611,9 @@ "website": "https://freebsd.org" }, "FreeTextBox": { + "cats": [ + 24 + ], "js": [ "ftb_addevent", "ftb_api" @@ -9054,17 +14628,35 @@ "website": "https://freetextbox.com" }, "Freespee": { + "cats": [ + 10 + ], + "scriptSrc": [ + "analytics\\.freespee\\.com/js/external/fs\\.(?:min\\.)?js" + ], "website": "https://www.freespee.com" }, "Frequenceo": { + "cats": [ + 99 + ], "description": "Frequenceo is a fixed-rate postage service in France.", "website": "https://www.laposte.fr/entreprise/produit-entreprise/frequenceo" }, "Frequently Bought Together": { + "cats": [ + 100 + ], + "scriptSrc": [ + "\\.codeblackbelt\\.com/js/modules/frequently-bought-together/" + ], "description": "Frequently Bought Together is a Shopify app which add Amazon-like 'Customers Who Bought This Item Also Bought' product recommendations to your store.", "website": "https://www.codeblackbelt.com" }, "Fresco": { + "cats": [ + 59 + ], "js": [ "fresco.version" ], @@ -9072,6 +14664,10 @@ "website": "https://github.com/staaky/fresco" }, "Fresh": { + "cats": [ + 18, + 22 + ], "implies": [ "Deno", "Preact" @@ -9080,17 +14676,29 @@ "website": "https://fresh.deno.dev" }, "Freshchat": { + "cats": [ + 52 + ], "js": [ "freshbots" ], + "scriptSrc": [ + "wchat\\.freshchat\\.com/js/widget\\.js" + ], "description": "Freshchat is a cloud-hosted live messaging and engagement application.", "website": "https://www.freshworks.com/live-chat-software/" }, "Freshop": { + "cats": [ + 6 + ], "js": [ "freshop", "freshopinitialized" ], + "scriptSrc": [ + "asset(?:cdn)?\\.freshop\\.com/" + ], "meta": { "author": [ "^freshop, inc\\.$" @@ -9100,39 +14708,76 @@ "website": "https://www.freshop.com" }, "Freshteam": { + "cats": [ + 101 + ], + "scriptSrc": [ + "assets\\.freshteam\\.com/" + ], "description": "Freshteam is a cloud-based HR and applicant tracking solution offered by Freshworks.", "website": "https://www.freshworks.com/hrms/" }, "Freshworks CRM": { + "cats": [ + 53, + 32, + 74 + ], "js": [ "zarget", "zargetapi", "zargetform" ], + "scriptSrc": [ + "cdn\\.freshmarketer\\.com", + "cdn\\.zarget\\.com" + ], "description": "Freshworks CRM is a cloud-based customer relationship management (CRM) solution. Key features include one-click phone, sales lead tracking, sales management, event tracking and more.", "website": "https://www.freshworks.com/crm" }, "Friendbuy": { + "cats": [ + 94 + ], "js": [ "friendbuy", "friendbuyapi.merchantid" ], + "scriptSrc": [ + "\\.cloudfront\\.net/js/friendbuy\\.min\\.js", + "static\\.fbot\\.me/friendbuy\\.js" + ], "description": "Friendbuy is a cloud-based referral marketing solution designed to help ecommerce businesses of all sizes.", "website": "https://www.friendbuy.com" }, "Friendly Captcha": { + "cats": [ + 16 + ], + "scripts": [ + "x-frc-client\",\"js-(\\d+(\\.\\d+)+)\\;version:\\1" + ], "description": "Friendly Captcha is a proof-of-work based solution in which the user’s device does all the work.", "website": "https://friendlycaptcha.com" }, "Frizbit": { + "cats": [ + 32 + ], "js": [ "frizbit.configurationmanager", "frizbit.remoteconfigs" ], + "scriptSrc": [ + "cdn\\.frizbit\\.com/" + ], "description": "Frizbit is a marketing tool that helps digital marketeers increase web traffic and revenue by combining web push notification.", "website": "https://frizbit.com" }, "Froala Editor": { + "cats": [ + 24 + ], "js": [ "froalaeditor.version" ], @@ -9144,13 +14789,22 @@ "website": "https://froala.com/wysiwyg-editor" }, "Front Chat": { + "cats": [ + 52 + ], "js": [ "frontchat" ], + "scriptSrc": [ + "//chat-assets\\.frontapp\\.com/" + ], "description": "Front Chat is the live website chat solution that you can manage straight from your inbox.", "website": "https://front.com" }, "Front-Commerce": { + "cats": [ + 108 + ], "implies": [ "GraphQL", "Node.js", @@ -9162,6 +14816,9 @@ "website": "https://front-commerce.com" }, "FrontPage": { + "cats": [ + 20 + ], "meta": { "generator": [ "microsoft frontpage(?:\\s((?:express )?[\\d.]+))?\\;version:\\1" @@ -9174,6 +14831,9 @@ "website": "https://office.microsoft.com/frontpage" }, "Frontastic": { + "cats": [ + 51 + ], "headers": { "frontastic-request-id": "" }, @@ -9181,10 +14841,17 @@ "website": "https://www.frontastic.cloud/" }, "Frontify": { + "cats": [ + 95 + ], "description": "Frontify is a cloud-based brand management platform for creators and collaborators of brands.", "website": "https://www.frontify.com" }, "Frontity": { + "cats": [ + 12, + 18 + ], "meta": { "generator": [ "^frontity" @@ -9199,17 +14866,30 @@ "website": "https://frontity.org" }, "Frosmo": { + "cats": [ + 32, + 74 + ], "js": [ "_frosmo", "frosmo" ], + "scriptSrc": [ + "frosmo\\.easy\\.js" + ], "description": "Frosmo is a SaaS company which provides AI-driven personalisation products.", "website": "https://frosmo.com" }, "FullCalendar": { + "cats": [ + 5 + ], "js": [ "fullcalendar.version" ], + "scriptSrc": [ + "/fullcalendar\\.min\\.js" + ], "implies": [ "TypeScript" ], @@ -9217,24 +14897,42 @@ "website": "https://fullcalendar.io" }, "FullContact": { + "cats": [ + 10 + ], "js": [ "fullcontact" ], + "scriptSrc": [ + "tags\\.fullcontact\\.com/" + ], "description": "FullContact is a privacy-safe Identity Resolution company building trust between people and brands.", "website": "https://www.fullcontact.com" }, "FullStory": { + "cats": [ + 10 + ], "js": [ "fs.clearusercookie" ], + "scriptSrc": [ + "\\.fullstory\\.com/" + ], "description": "FullStory is a web-based digital intelligence system that helps optimize the client experience.", "website": "https://www.fullstory.com" }, "FunCaptcha": { + "cats": [ + 16 + ], "description": "FunCaptcha is a type of CAPTCHA, which is a security measure used to protect websites and online services from spam, bots, and other forms of automated abuse.", "website": "https://www.arkoselabs.com/arkose-matchkey/" }, "Fundiin": { + "cats": [ + 91 + ], "js": [ "websiteenablesuggestfundiin", "websitemaximumsuggestfundiinwithprediction" @@ -9243,24 +14941,45 @@ "website": "https://fundiin.vn" }, "Funding Choices": { + "cats": [ + 67 + ], "js": [ "__googlefc" ], + "scriptSrc": [ + "fundingchoicesmessages\\.google\\.com" + ], "description": "Funding Choices is a messaging tool that can help you comply with the EU General Data Protection Regulation (GDPR), and recover lost revenue from ad blocking users.", "website": "https://developers.google.com/funding-choices" }, "Fundraise Up": { + "cats": [ + 111 + ], "js": [ "fundraiseup" ], + "scriptSrc": [ + "\\.fundraiseup\\.com/" + ], "description": "Fundraise Up is a platform for online donations.", "website": "https://fundraiseup.com" }, "FunnelCockpit": { + "cats": [ + 32 + ], + "scriptSrc": [ + "\\.funnelcockpit\\.com/" + ], "description": "FunnelCockpit is an all-in-one funnel builder.", "website": "https://funnelcockpit.com" }, "Funnelish": { + "cats": [ + 51 + ], "js": [ "funnelish" ], @@ -9268,6 +14987,9 @@ "website": "https://funnelish.com" }, "Funraise": { + "cats": [ + 111 + ], "js": [ "fr.image_base_url" ], @@ -9275,16 +14997,31 @@ "website": "https://funraise.org" }, "FurnitureDealer": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.furnituredealer\\.net/" + ], "description": "FurnitureDealer is the internet partner of more than 100 leading local full service brick and mortar furniture retailers.", "website": "https://www.furnituredealer.net" }, "Fusion Ads": { + "cats": [ + 36 + ], "js": [ "_fusion" ], + "scriptSrc": [ + "^[^\\/]*//[ac]dn\\.fusionads\\.net/(?:api/([\\d.]+)/)?\\;version:\\1" + ], "website": "https://fusionads.net" }, "FusionCharts": { + "cats": [ + 25 + ], "js": [ "fusioncharts", "fusionchartsdataformats", @@ -9294,13 +15031,28 @@ "website": "https://www.fusioncharts.com/charts" }, "Future Shop": { + "cats": [ + 6 + ], + "scriptSrc": [ + "future-shop.*\\.js" + ], "website": "https://www.future-shop.jp" }, "Futurio": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/futurio/.+customscript\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1" + ], "description": "Futurio is a lightweight and customizable multi-purpose and WooCommerce WordPress theme.", "website": "https://futuriowp.com" }, "Fynd Platform": { + "cats": [ + 6 + ], "js": [ "__fyndaction" ], @@ -9311,17 +15063,30 @@ "website": "https://platform.fynd.com" }, "GEODIS": { + "cats": [ + 99 + ], "description": "GEODIS is a global transport and logistics company.", "website": "https://geodis.com" }, "GEOvendas": { + "cats": [ + 6 + ], "description": "GEOvendas is an ecommerce platform with analytics, sales force, B2B and B2C products.", "website": "https://www.geovendas.com" }, "GLPI": { + "cats": [ + 18, + 53 + ], "js": [ "glpiunsavedformchanges" ], + "scriptSrc": [ + "//.*glpi.+common\\.min\\.js\\?v=(\\d+\\.\\d+\\.\\d+)\\;version:\\1" + ], "meta": { "glpi:csrf_token": [] }, @@ -9332,10 +15097,16 @@ "website": "https://glpi-project.org" }, "GLS": { + "cats": [ + 99 + ], "description": "GLS offers parcel, logistics and express services, throughout Europe as well as in the US and in Canada.", "website": "https://gls-group.eu" }, "GOV.UK Elements": { + "cats": [ + 66 + ], "html": [ "\u003cdiv[^\u003e]+govuk-box-highlight\\;confidence:25", "\u003cdiv[^\u003e]+phase-banner-alpha\\;confidence:25", @@ -9348,6 +15119,9 @@ "website": "https://github.com/alphagov/govuk_elements/" }, "GOV.UK Frontend": { + "cats": [ + 66 + ], "js": [ "govukfrontend" ], @@ -9356,9 +15130,15 @@ "\u003cbody[^\u003e]+govuk-template__body\\;confidence:80", "\u003clink[^\u003e]* href=[^\u003e]*?govuk-frontend(?:[^\u003e]*?([0-9a-fa-f]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)[^\u003e]*?(?:\\.min)?\\.css\\;version:\\1" ], + "scriptSrc": [ + "govuk-frontend(?:[^\u003e]*?([0-9a-fa-f]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)[^\u003e]*?(?:\\.min)?\\.js\\;version:\\1" + ], "website": "https://design-system.service.gov.uk/" }, "GOV.UK Template": { + "cats": [ + 66 + ], "js": [ "govuk" ], @@ -9369,9 +15149,15 @@ "\u003clink[^\u003e]+govuk-template-print[^\u003e\"]+css", "\u003clink[^\u003e]+govuk-template[^\u003e\"]+css" ], + "scriptSrc": [ + "govuk-template\\.js" + ], "website": "https://github.com/alphagov/govuk_template/" }, "GOV.UK Toolkit": { + "cats": [ + 66 + ], "js": [ "govuk.details", "govuk.modules", @@ -9380,28 +15166,54 @@ "website": "https://github.com/alphagov/govuk_frontend_toolkit" }, "GPT AI Power": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/gpt3-ai-content-generator/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "GPT AI Power is a WordPress plugin that offers a comprehensive AI package.", "website": "https://gptaipower.com" }, "GSAP": { + "cats": [ + 12 + ], "js": [ "gsap.version", "gsapversions", "tweenlite.version", "tweenmax.version" ], + "scriptSrc": [ + "tweenmax(?:\\.min)?\\.js" + ], "description": "GSAP is an animation library that allows you to create animations with JavaScript.", "website": "https://greensock.com/gsap" }, "GTranslate": { + "cats": [ + 87, + 89 + ], "description": "GTranslate is a website translator which can translate any website to any language automatically.", "website": "https://gtranslate.io" }, "GTranslate app": { + "cats": [ + 100, + 89 + ], + "scriptSrc": [ + "gtranslate\\.io/shopify/" + ], "description": "GTranslate app is a website translator which can translate any website to any language automatically.", "website": "https://apps.shopify.com/multilingual-shop-by-gtranslate" }, "GX WebManager": { + "cats": [ + 1 + ], "html": [ "\u003c!--\\s+powered by gx" ], @@ -9413,6 +15225,9 @@ "website": "https://www.gxsoftware.com/en/products/web-content-management.htm" }, "Gallery": { + "cats": [ + 7 + ], "js": [ "$.fn.gallery_valign", "galleryauthtoken" @@ -9425,12 +15240,18 @@ "website": "https://galleryproject.org/" }, "Gambio": { + "cats": [ + 6 + ], "js": [ "gambio" ], "html": [ "(?:\u003clink[^\u003e]* href=\"templates/gambio/|\u003ca[^\u003e]content\\.php\\?coid=\\d|\u003c!-- gambio eof --\u003e|\u003c!--[\\s=]+shopsoftware by gambio gmbh \\(c\\))" ], + "scriptSrc": [ + "gm_javascript\\.js\\.php" + ], "implies": [ "PHP" ], @@ -9438,14 +15259,24 @@ "website": "https://gambio.de" }, "Gameball": { + "cats": [ + 84 + ], "js": [ "gbreferralcodeinput", "gbsdk.settings.shop" ], + "scriptSrc": [ + "assets\\.gameball\\.co/" + ], "description": "Gameball is a loyalty \u0026 retention platform that offers gamified customer engagement tools for customers such as rewards, points, and referrals.", "website": "https://www.gameball.co" }, "Gatsby": { + "cats": [ + 57, + 12 + ], "meta": { "generator": [ "^gatsby(?: ([0-9.]+))?$\\;version:\\1" @@ -9459,10 +15290,16 @@ "website": "https://www.gatsbyjs.org/" }, "Gatsby Cloud Image CDN": { + "cats": [ + 31 + ], "description": "Image CDN is a new feature of hosting on Gatsby Cloud. Instead of processing images at build time, Image CDN defers and offloads image processing to the edge.", "website": "https://www.gatsbyjs.com/products/cloud/image-cdn" }, "Gauges": { + "cats": [ + 10 + ], "cookies": { "_gauges_": "" }, @@ -9472,17 +15309,30 @@ "website": "https://get.gaug.es" }, "GeeTest": { + "cats": [ + 16 + ], "headers": { "content-security-policy": "\\.geetest\\.com" }, + "scriptSrc": [ + "\\.geetest\\.com/" + ], "description": "GeeTest is a CAPTCHA and bot management provider, protects websites, mobile apps, and APIs from automated bot-driven attacks, like ATO, credential stuffing, web scalping, etc.", "website": "https://www.geetest.com" }, "GemPages": { + "cats": [ + 100, + 51 + ], "js": [ "gemstore", "gemvendor" ], + "scriptSrc": [ + "/files/gempagev\\d+\\.js" + ], "implies": [ "Shopify" ], @@ -9490,6 +15340,9 @@ "website": "https://gempages.net" }, "Gemius": { + "cats": [ + 10 + ], "js": [ "gemius_hit", "gemius_init", @@ -9499,30 +15352,58 @@ "html": [ "\u003ca [^\u003e]*onclick=\"gemius_hit" ], + "scriptSrc": [ + "hit\\.gemius\\.pl/xgemius\\.js", + "hit\\.gemius\\.pl\\;confidence:80", + "xgemius\\.js\\;confidence:30" + ], "website": "https://www.gemius.com" }, "GeneXus": { + "cats": [ + 27 + ], "js": [ "gx.gxversion" ], "html": [ "\u003clink[^\u003e]+?id=\"gxtheme_css_reference\"" ], + "scriptSrc": [ + "/static/gxgral\\.js", + "/static/gxtimezone\\.js" + ], "website": "https://www.genexus.com/" }, "GenerateBlocks": { + "cats": [ + 87, + 51 + ], "description": "GenerateBlocks is a WordPress plugin that has the trappings of a page builder.", "website": "https://generateblocks.com" }, "GeneratePress": { + "cats": [ + 80 + ], "js": [ "generatepressmenu", "generatepressnavsearch" ], + "scriptSrc": [ + "themes/generatepress\\s*\\.js(?:\\?ver=([0-9.]+))?\\;version:\\1" + ], "description": "GeneratePress is a lightweight WordPress theme that focuses on speed, stability, and accessibility", "website": "https://generatepress.com" }, "GeneratePress GP Premium": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/gp-premium/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "GeneratePress" ], @@ -9530,25 +15411,49 @@ "website": "https://docs.generatepress.com/article/installing-gp-premium/" }, "Genesis theme": { + "cats": [ + 80 + ], "js": [ "genesis_responsive_menu", "genesisblocksshare" ], + "scriptSrc": [ + "/wp-content/themes/genesis/lib/js/" + ], "description": "Genesis theme is a WordPress theme that has been developed using the Genesis Framework from Studiopress.", "website": "https://www.studiopress.com/themes/genesis" }, "Genesys Cloud": { + "cats": [ + 32, + 5, + 75 + ], "js": [ "purecloud_webchat_frame_config" ], + "scriptSrc": [ + "apps\\.mypurecloud\\.\\w+", + "apps\\.mypurecloud\\.\\w+/widgets/([\\d.]+)\\;version:\\1" + ], "description": "Genesys Cloud is an all-in-one cloud-based contact center software built to improve the customer experience.", "website": "https://www.genesys.com" }, "Geniee": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.gsspcln\\.jp/" + ], "description": "Geniee is an ad technology company.", "website": "https://geniee.co.jp" }, "Gentoo": { + "cats": [ + 28 + ], "headers": { "x-powered-by": "gentoo" }, @@ -9556,10 +15461,19 @@ "website": "https://www.gentoo.org" }, "Geo Targetly": { + "cats": [ + 79 + ], + "scriptSrc": [ + "geotargetly\\.co/" + ], "description": "Geo Targetly is a website geo personalisation software.", "website": "https://geotargetly.com" }, "Gerrit": { + "cats": [ + 47 + ], "js": [ "gerrit", "gerrit_ui" @@ -9568,6 +15482,9 @@ "\u003c(?:div|style) id=\"gerrit_", "\u003egerrit code review\u003c/a\u003e\\s*\"\\s*\\(([0-9.]+)\\)\\;version:\\1" ], + "scriptSrc": [ + "^gerrit_ui/gerrit_ui" + ], "meta": { "title": [ "^gerrit code review$" @@ -9580,16 +15497,29 @@ "website": "https://www.gerritcodereview.com" }, "Get Satisfaction": { + "cats": [ + 13 + ], "js": [ "gsfn" ], "website": "https://getsatisfaction.com/corp/" }, "GetButton": { + "cats": [ + 5, + 52 + ], + "scriptSrc": [ + "\\.getbutton\\.io/" + ], "description": "The chat button by GetButton takes website visitor directly to the messaging app such as Facebook Messenger or WhatsApp and allows them to initiate a conversation with you.", "website": "https://getbutton.io" }, "GetFeedback": { + "cats": [ + 13 + ], "js": [ "usabilla_live" ], @@ -9597,6 +15527,9 @@ "website": "https://www.getfeedback.com" }, "GetMeAShop": { + "cats": [ + 6 + ], "js": [ "gmas_base_url", "search_api_base_uri" @@ -9605,14 +15538,24 @@ "website": "https://www.getmeashop.com" }, "GetResponse": { + "cats": [ + 32, + 75 + ], "js": [ "grapp", "grwf2" ], + "scriptSrc": [ + "\\.getresponse\\.com/" + ], "description": "GetResponse is an email marketing app that allows you to create a mailing list and capture data onto it.", "website": "https://www.getresponse.com" }, "GetSimple CMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "getsimple" @@ -9624,25 +15567,52 @@ "website": "https://get-simple.info" }, "GetSocial": { + "cats": [ + 69, + 10 + ], "js": [ "getsocial_version" ], + "scriptSrc": [ + "api\\.at\\.getsocial\\.io" + ], "description": "GetSocial is a social analytics and publishing platform.", "website": "https://getsocial.io" }, "GetYourGuide": { + "cats": [ + 72 + ], + "scriptSrc": [ + "\\.getyourguide\\.com/" + ], "description": "GetYourGuide is a Berlin-based online travel agency and online marketplace for tour guides and excursions.", "website": "https://partner.getyourguide.com" }, "Getintent": { + "cats": [ + 36 + ], "description": "Getintent is an adtech company that offers AI-powered programmatic suite for agencies, publishers, broadcasters and content owners.", "website": "https://getintent.com" }, "Getsitecontrol": { + "cats": [ + 5, + 73 + ], + "scriptSrc": [ + "\\.getsitecontrol\\.com/" + ], "description": "Getsitecontrol is a form and popup builder.", "website": "https://getsitecontrol.com" }, "Ghost": { + "cats": [ + 1, + 11 + ], "headers": { "x-ghost-cache-status": "" }, @@ -9658,10 +15628,16 @@ "website": "https://ghost.org" }, "Gigalixir": { + "cats": [ + 62 + ], "description": "Gigalixir is a PaaS focused on deployments of Elixir and Phoenix web apps", "website": "https://gigalixir.com/" }, "Gist": { + "cats": [ + 52 + ], "js": [ "gist.setappid " ], @@ -9669,10 +15645,19 @@ "website": "https://getgist.com/live-chat" }, "Gist Giftship": { + "cats": [ + 100 + ], + "scriptSrc": [ + "assets/js/giftship\\.([\\d\\.]+)\\.js\\;version:\\1" + ], "description": "Gist Giftship is a gifting app on Shopify that allows your customers to complete all of their gift shopping at once.", "website": "https://gist-apps.com/giftship" }, "GitBook": { + "cats": [ + 4 + ], "js": [ "__gitbook_initial_props__", "__gitbook_initial_state__", @@ -9687,6 +15672,9 @@ "website": "https://www.gitbook.com" }, "GitHub Pages": { + "cats": [ + 62 + ], "headers": { "server": "^github\\.com$", "x-github-request-id": "" @@ -9695,6 +15683,10 @@ "website": "https://pages.github.com/" }, "GitLab": { + "cats": [ + 13, + 47 + ], "cookies": { "_gitlab_session": "" }, @@ -9719,6 +15711,10 @@ "website": "https://about.gitlab.com" }, "GitLab CI/CD": { + "cats": [ + 44, + 47 + ], "meta": { "description": [ "gitlab ci/cd is a tool built into gitlab for software development through continuous methodologies." @@ -9730,6 +15726,9 @@ "website": "https://about.gitlab.com/gitlab-ci" }, "Gitea": { + "cats": [ + 47 + ], "cookies": { "i_like_gitea": "" }, @@ -9748,6 +15747,9 @@ "website": "https://gitea.io" }, "Gitiles": { + "cats": [ + 47 + ], "html": [ "powered by \u003ca href=\"https://gerrit\\.googlesource\\.com/gitiles/\"\u003egitiles\u003c" ], @@ -9758,6 +15760,9 @@ "website": "https://gerrit.googlesource.com/gitiles/" }, "GiveCampus": { + "cats": [ + 111 + ], "meta": { "author": [ "^givecampus$" @@ -9767,29 +15772,58 @@ "website": "https://go.givecampus.com" }, "GiveSmart": { + "cats": [ + 111 + ], + "scriptSrc": [ + "\\.givesmart\\.com/" + ], "description": "GiveSmart is an event fund gathering technology that offers customisable event size, mobile bidding, text-to-donate, enhanced dashboard and reporting, seating arrangement, and more.", "website": "https://www.givesmart.com" }, "GiveWP": { + "cats": [ + 111, + 87 + ], "js": [ "give.donor", "giveapisettings" ], + "scriptSrc": [ + "/wp-content/plugins/give/.+give\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "GiveWP is a donation plugin for WordPress.", "website": "https://givewp.com" }, "GivingFuel": { + "cats": [ + 111 + ], + "scriptSrc": [ + "\\.givingfuel\\.com/" + ], "description": "GivingFuel is a fundraising software solution.", "website": "https://www.givingfuel.com" }, "Gladly": { + "cats": [ + 52, + 53 + ], "js": [ "gladly" ], + "scriptSrc": [ + "cdn\\.gladly\\.com" + ], "description": "Gladly is a customer service platform.", "website": "https://www.gladly.com" }, "GlassFish": { + "cats": [ + 22 + ], "headers": { "server": "glassfish(?: server)?(?: open source edition)?(?: ?/?([\\d.]+))?\\;version:\\1" }, @@ -9799,14 +15833,23 @@ "website": "https://glassfish.java.net" }, "Glassbox": { + "cats": [ + 10 + ], "js": [ "sessioncamconfiguration", "sessioncamrecorder" ], + "scriptSrc": [ + "cdn\\.glassboxcdn\\.com/" + ], "description": "Glassbox is an Israeli software company. It sells session-replay analytics software and services.", "website": "https://www.glassbox.com" }, "Glassix": { + "cats": [ + 52 + ], "js": [ "glassixwidgetclient" ], @@ -9814,21 +15857,39 @@ "website": "https://glassix.co.il" }, "Glide.js": { + "cats": [ + 59 + ], "js": [ "glide" ], + "scriptSrc": [ + "/@glidejs/glide(?:@([\\d\\.]+))?\\;version:\\1" + ], "description": "Glide.js is a dependency-free JavaScript ES6 slider and carousel.", "website": "https://glidejs.com" }, "Glider.js": { + "cats": [ + 59 + ], + "scriptSrc": [ + "(?:/|@)?([\\d\\.]{2,})?/glider\\.min\\.js\\;version:\\1" + ], "description": "Glider.js is a fast, lightweight, responsive, dependency-free scrollable list with customisable paging controls.", "website": "https://nickpiscitelli.github.io/Glider.js" }, "Glitch": { + "cats": [ + 62 + ], "description": "Glitch is a collaborative programming environment that lives in your browser and deploys code as you type.", "website": "https://glitch.com" }, "Global-e": { + "cats": [ + 106 + ], "cookies": { "globale_ct_data": "", "globale_data": "", @@ -9838,18 +15899,33 @@ "globale", "globale_engine_config" ], + "scriptSrc": [ + "\\.global-e\\.com" + ], "description": "Global-e is a provider of cross-border ecommerce solutions.", "website": "https://www.global-e.com" }, "GlobalShopex": { + "cats": [ + 106 + ], "js": [ "gsxminicheckout", "gsxpreviewcheckout" ], + "scriptSrc": [ + "//globalshopex\\.com/" + ], "description": "GlobalShopex offers a logistics ecommerce solution easy to integrate, which helps online businesses to sell in over 200 countries.", "website": "https://www.globalshopex.com" }, "Globo Also Bought": { + "cats": [ + 100 + ], + "scriptSrc": [ + "assets/globo\\.alsobought\\.js" + ], "implies": [ "Shopify" ], @@ -9857,6 +15933,12 @@ "website": "https://apps.shopify.com/globo-related-products" }, "Globo Color Swatch": { + "cats": [ + 100 + ], + "scriptSrc": [ + "assets/globo\\.swatch\\.data\\.js" + ], "implies": [ "Shopify" ], @@ -9864,6 +15946,13 @@ "website": "https://apps.shopify.com/globo-related-products" }, "Globo Form Builder": { + "cats": [ + 100, + 110 + ], + "scriptSrc": [ + "/assets/globo\\.formbuilder\\.init\\.js" + ], "implies": [ "Shopify" ], @@ -9871,6 +15960,9 @@ "website": "https://apps.shopify.com/form-builder-contact-form" }, "Globo Pre-Order": { + "cats": [ + 100 + ], "js": [ "globopreorderparams" ], @@ -9881,10 +15973,19 @@ "website": "https://apps.shopify.com/pre-order-pro" }, "Glopal": { + "cats": [ + 106 + ], + "scriptSrc": [ + "\\.glopal\\.com/" + ], "description": "Glopal provides advanced international marketing solutions for ecommerce retailers and brands seeking to grow their businesses' globally.", "website": "https://www.glopal.com" }, "GloriaFood": { + "cats": [ + 93 + ], "js": [ "glfbindbuttons", "glfwidget" @@ -9893,6 +15994,9 @@ "website": "https://www.gloriafood.com" }, "Glyphicons": { + "cats": [ + 17 + ], "html": [ "(?:\u003clink[^\u003e]* href=[^\u003e]+glyphicons(?:\\.min)?\\.css|\u003cimg[^\u003e]* src=[^\u003e]+glyphicons)" ], @@ -9900,6 +16004,9 @@ "website": "https://glyphicons.com" }, "Gnuboard": { + "cats": [ + 1 + ], "js": [ "g4_bbs_img", "g4_is_admin", @@ -9914,9 +16021,15 @@ "website": "https://github.com/gnuboard" }, "Go": { + "cats": [ + 27 + ], "website": "https://golang.org" }, "Go Instore": { + "cats": [ + 103 + ], "js": [ "gisapp.videojsctrl", "gisapplib.postrobot" @@ -9924,23 +16037,38 @@ "headers": { "content-security-policy": "\\.goinstore\\.com" }, + "scriptSrc": [ + "//gis\\.goinstore\\.com/" + ], "description": "Go Instore uses high-definition live video to connect online customers with in-store product experts.", "website": "https://goinstore.com" }, "GoAffPro": { + "cats": [ + 71 + ], "js": [ "gfp_api_server" ], + "scriptSrc": [ + "api\\.goaffpro\\.com/loader\\.js" + ], "description": "Goaffpro is an affiliate marketing solution for ecommerce stores.", "website": "https://goaffpro.com/" }, "GoAhead": { + "cats": [ + 22 + ], "headers": { "server": "goahead" }, "website": "https://embedthis.com/products/goahead/index.html" }, "GoAnywhere": { + "cats": [ + 19 + ], "js": [ "appcontainer" ], @@ -9951,6 +16079,9 @@ "website": "https://www.goanywhere.com/" }, "GoCache": { + "cats": [ + 31 + ], "headers": { "server": "^gocache$", "x-gocache-cachestatus": "" @@ -9959,54 +16090,103 @@ "website": "https://www.gocache.com.br/" }, "GoCertify": { + "cats": [ + 5 + ], "cookies": { "_gocertify_session": "" }, + "scriptSrc": [ + "assets\\.gocertify\\.me/" + ], "description": "GoCertify is a conversion-focused and cost-effective way to verify students, key workers, under-26s, over-60s, military and more for exclusive discounts.", "website": "https://www.gocertify.me" }, "GoDaddy": { + "cats": [ + 88 + ], "description": "GoDaddy is used as a web host and domain registrar.", "website": "https://www.godaddy.com" }, "GoDaddy CoBlocks": { + "cats": [ + 87, + 51 + ], + "scriptSrc": [ + "/wp-content/plugins/coblocks/" + ], "description": "GoDaddy CoBlocks is a suite of professional page building content blocks for the WordPress Gutenberg block editor.", "website": "https://github.com/godaddy-wordpress/coblocks" }, "GoDaddy Domain Parking": { + "cats": [ + 109 + ], + "scripts": [ + "wsimg\\.com/parking-lander" + ], "description": "GoDaddy is used as a web host and domain registrar.", "website": "https://www.godaddy.com" }, "GoDaddy Escapade": { + "cats": [ + 80 + ], "description": "GoDaddy Escapade is a GoDaddy Primer child theme with a unique sidebar navigation.", "website": "https://github.com/godaddy-wordpress/primer-child-escapade" }, "GoDaddy Go": { + "cats": [ + 80 + ], "js": [ "gofrontend.openmenuonhover" ], + "scriptSrc": [ + "/wp-content/themes/go/.+frontend\\.min\\.js(?:.+ver=([\\d\\.]+))?\\;version:\\1" + ], "description": "GoDaddy Go is a flexible Gutenberg-first WordPress theme built for go-getters everywhere.", "website": "https://github.com/godaddy-wordpress/go" }, "GoDaddy Lyrical": { + "cats": [ + 80 + ], "description": "GoDaddy Lyrical is a GoDaddy Primer child theme with a focus on photography and beautiful fonts.", "website": "https://github.com/godaddy-wordpress/primer-child-lyrical" }, "GoDaddy Online Store": { + "cats": [ + 6 + ], "headers": { "via": "^1\\.1 mysimplestore\\.com$" }, "website": "https://www.godaddy.com/en-uk/websites/online-store" }, "GoDaddy Primer": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/primer/.+navigation\\.min\\.js(?:.+ver=([\\d\\.]+))?\\;version:\\1" + ], "description": "GoDaddy Primer is a powerful theme that brings clarity to your content in a fresh design. This is the parent for all themes in the GoDaddy Primer theme family.", "website": "https://github.com/godaddy-wordpress/primer" }, "GoDaddy Uptown Style": { + "cats": [ + 80 + ], "description": "GoDaddy Uptown Style is a GoDaddy Primer child theme with elegance and class.", "website": "https://github.com/godaddy-wordpress/primer-child-uptownstyle" }, "GoDaddy Website Builder": { + "cats": [ + 1 + ], "cookies": { "dps_site_id": "" }, @@ -10018,6 +16198,9 @@ "website": "https://www.godaddy.com/websites/website-builder" }, "GoJS": { + "cats": [ + 25 + ], "js": [ "go.graphobject", "go.version" @@ -10025,6 +16208,9 @@ "website": "https://gojs.net/" }, "GoKwik": { + "cats": [ + 19 + ], "js": [ "gokwikbuynow", "gokwikcheckoutapp", @@ -10034,6 +16220,9 @@ "website": "https://www.gokwik.co" }, "GoMage": { + "cats": [ + 108 + ], "js": [ "gomage_navigation_loadinfo_text", "gomage_navigation_urlhash", @@ -10049,6 +16238,9 @@ "website": "https://www.gomage.com/magento-2-pwa" }, "GoStats": { + "cats": [ + 10 + ], "js": [ "_go_track_src", "_gostatsrun", @@ -10057,20 +16249,35 @@ "website": "https://gostats.com/" }, "GoatCounter": { + "cats": [ + 10 + ], + "scriptSrc": [ + "gc\\.zgo\\.at/count\\.js" + ], "description": "GoatCounter is an open source web analytics platform available as a hosted service (free for non-commercial use) or self-hosted app. It aims to offer easy to use and meaningful privacy-friendly web analytics as an alternative to Google Analytics or Matomo.", "website": "https://www.goatcounter.com/" }, "Goftino": { + "cats": [ + 52 + ], "js": [ "goftino.setwidget", "goftino_1", "goftino_geturl", "goftinoremoveload" ], + "scriptSrc": [ + "\\.goftino\\.com/" + ], "description": "Goftino is an online chat service for web users.", "website": "https://www.goftino.com" }, "Gogs": { + "cats": [ + 47 + ], "cookies": { "i_like_gogits": "" }, @@ -10078,6 +16285,9 @@ "\u003cbutton class=\"ui basic clone button\" id=\"repo-clone-ssh\" data-link=\"gogs@", "\u003cdiv class=\"ui left\"\u003e\\n\\s+© \\d{4} gogs version: ([\\d.]+) page:\\;version:\\1" ], + "scriptSrc": [ + "js/gogs\\.js" + ], "meta": { "keywords": [ "go, git, self-hosted, gogs" @@ -10091,6 +16301,9 @@ "website": "https://gogs.io" }, "Gomag": { + "cats": [ + 6 + ], "js": [ "$gomagconfig", "gomagform" @@ -10102,6 +16315,9 @@ "website": "https://www.gomag.ro" }, "Google AdSense": { + "cats": [ + 36 + ], "js": [ "__google_ad_urls", "adsbygoogle", @@ -10109,17 +16325,35 @@ "goog_adsense_osdadapter", "google_ad_" ], + "scriptSrc": [ + "2mdn\\.net", + "ad\\.ca\\.doubleclick\\.net", + "ad\\.ca\\.doubleclick\\.net", + "googlesyndication\\.com/" + ], "description": "Google AdSense is a program run by Google through which website publishers serve advertisements that are targeted to the site content and audience.", "website": "https://www.google.com/adsense/start/" }, "Google Ads": { + "cats": [ + 36 + ], "description": "Google Ads is an online advertising platform developed by Google.", "website": "https://ads.google.com" }, "Google Ads Conversion Tracking": { + "cats": [ + 10 + ], "js": [ "google_trackconversion" ], + "scripts": [ + "gtag\\([^)]+'(aw-)" + ], + "scriptSrc": [ + "\\.googleadservices\\.com/pagead/conversion_async\\.js" + ], "implies": [ "Google Ads" ], @@ -10127,6 +16361,9 @@ "website": "https://support.google.com/google-ads/answer/1722022" }, "Google Analytics": { + "cats": [ + 10 + ], "cookies": { "__utma": "", "_ga": "", @@ -10137,13 +16374,27 @@ "gaglobal", "googleanalyticsobject" ], + "scripts": [ + "gtag\\([^)]+'(g-)\\;version:\\1?ga4:", + "gtag\\([^)]+'(ua-)\\;version:\\1?ua:" + ], + "scriptSrc": [ + "google-analytics\\.com/(?:ga|urchin|analytics)\\.js", + "googletagmanager\\.com/gtag/js" + ], "description": "Google Analytics is a free web analytics service that tracks and reports website traffic.", "website": "https://google.com/analytics" }, "Google Analytics Enhanced eCommerce": { + "cats": [ + 10 + ], "js": [ "gaplugins.ec" ], + "scriptSrc": [ + "google-analytics\\.com\\/plugins\\/ua\\/(?:ec|ecommerce)\\.js" + ], "implies": [ "Cart Functionality", "Google Analytics" @@ -10152,17 +16403,29 @@ "website": "https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce" }, "Google App Engine": { + "cats": [ + 22 + ], "website": "https://cloud.google.com/appengine" }, "Google Call Conversion Tracking": { + "cats": [ + 10 + ], "js": [ "_googcalltrackingimpl", "google_wcc_status" ], + "scriptSrc": [ + "gstatic\\.com/call-tracking/.+\\.js" + ], "description": "Google Call Conversion Tracking is conversion tracking that shows which search keywords are driving the most calls.", "website": "https://support.google.com/google-ads/answer/6100664" }, "Google Charts": { + "cats": [ + 25 + ], "js": [ "__googlevisualizationabstractrendererelementscount__", "__gvizguard__" @@ -10171,10 +16434,16 @@ "website": "https://developers.google.com/chart/" }, "Google Cloud": { + "cats": [ + 63 + ], "description": "Google Cloud is a suite of cloud computing services.", "website": "https://cloud.google.com" }, "Google Cloud CDN": { + "cats": [ + 31 + ], "headers": { "via": "^1\\.1 google$" }, @@ -10185,6 +16454,9 @@ "website": "https://cloud.google.com/cdn" }, "Google Cloud Storage": { + "cats": [ + 19 + ], "headers": { "x-goog-storage-class": "^\\w+$" }, @@ -10195,6 +16467,9 @@ "website": "https://cloud.google.com/storage" }, "Google Cloud Trace": { + "cats": [ + 92 + ], "headers": { "x-cloud-trace-context": "" }, @@ -10205,49 +16480,91 @@ "website": "https://cloud.google.com/trace" }, "Google Code Prettify": { + "cats": [ + 19 + ], "js": [ "prettyprint" ], "website": "https://code.google.com/p/google-code-prettify" }, "Google Customer Reviews": { + "cats": [ + 90 + ], "description": "Google Customer Reviews is a badge on your site that can help users identify your site with the Google brand and can be placed on any page of your site.", "website": "https://support.google.com/merchants/answer/7105655?hl=en" }, "Google Font API": { + "cats": [ + 17 + ], "js": [ "webfonts" ], + "scriptSrc": [ + "googleapis\\.com/.+webfont" + ], "description": "Google Font API is a web service that supports open-source font files that can be used on your web designs.", "website": "https://google.com/fonts" }, "Google Forms": { + "cats": [ + 110 + ], "description": "Google Forms is a free online form builder that allows you to create and publish online forms, surveys, quizzes, order forms, and more.", "website": "https://www.google.com/forms/about/" }, "Google Hosted Libraries": { + "cats": [ + 31 + ], + "scriptSrc": [ + "ajax\\.googleapis\\.com/ajax/libs/" + ], "description": "Google Hosted Libraries is a stable, reliable, high-speed, globally available content distribution network for the most popular, open-source JavaScript libraries.", "website": "https://developers.google.com/speed/libraries" }, "Google Maps": { + "cats": [ + 35 + ], "js": [ "googlemap", "googlemapsconfig" ], + "scriptSrc": [ + "(?:maps\\.google\\.com/maps\\?file=api(?:\u0026v=([\\d.]+))?|maps\\.google\\.com/maps/api/staticmap)\\;version:api v\\1", + "//maps\\.google(?:apis)?\\.com/maps/api/js" + ], "description": "Google Maps is a web mapping service. It offers satellite imagery, aerial photography, street maps, 360° interactive panoramic views of streets, real-time traffic conditions, and route planning for traveling by foot, car, bicycle and air, or public transportation.", "website": "https://maps.google.com" }, "Google My Business": { + "cats": [ + 1 + ], "website": "https://www.google.com/business/website-builder" }, "Google Optimize": { + "cats": [ + 74 + ], "js": [ "google_optimize" ], + "scriptSrc": [ + "googleoptimize\\.com/optimize\\.js" + ], "description": "Google Optimize allows you to test variants of web pages and see how they perform.", "website": "https://optimize.google.com" }, "Google PageSpeed": { + "cats": [ + 23, + 33, + 92 + ], "headers": { "x-mod-pagespeed": "([\\d.]+)\\;version:\\1", "x-page-speed": "(.+)\\;version:\\1" @@ -10256,14 +16573,34 @@ "website": "https://developers.google.com/speed/pagespeed/mod" }, "Google Pay": { + "cats": [ + 41 + ], + "scriptSrc": [ + "pay\\.google\\.com/([a-z/]+)/pay\\.js" + ], "description": "Google Pay is a digital wallet platform and online payment system developed by Google to power in-app and tap-to-pay purchases on mobile devices, enabling users to make payments with Android phones, tablets or watches.", "website": "https://pay.google.com" }, "Google Publisher Tag": { + "cats": [ + 36 + ], + "scriptSrc": [ + "googletagservices\\.com/tag/js/gpt\\.js", + "pagead2\\.googlesyndication\\.com/tag/js/gpt\\.js", + "securepubads\\.g\\.doubleclick.net/tag/js/gpt\\.js" + ], "description": "Google Publisher Tag (GPT) is an ad tagging library for Google Ad Manager which is used to dynamically build ad requests.", "website": "https://developers.google.com/publisher-tag/guides/get-started" }, "Google Sign-in": { + "cats": [ + 69 + ], + "scriptSrc": [ + "accounts\\.google\\.com/gsi/client" + ], "meta": { "google-signin-client_id": [], "google-signin-scope": [] @@ -10272,9 +16609,15 @@ "website": "https://developers.google.com/identity/sign-in/web" }, "Google Sites": { + "cats": [ + 1 + ], "website": "https://sites.google.com" }, "Google Tag Manager": { + "cats": [ + 42 + ], "js": [ "googletag" ], @@ -10282,10 +16625,19 @@ "\u003c!-- (?:end )?google tag manager --\u003e", "googletagmanager\\.com/ns\\.html[^\u003e]+\u003e\u003c/iframe\u003e" ], + "scriptSrc": [ + "googletagmanager\\.com/gtm\\.js" + ], "description": "Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update measurement codes and related code fragments collectively known as tags on your website or mobile app.", "website": "https://www.google.com/tagmanager" }, "Google Tag Manager for WordPress": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/duracelltomi-google-tag-manager/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "Google Tag Manager" ], @@ -10293,15 +16645,28 @@ "website": "https://gtm4wp.com" }, "Google Wallet": { + "cats": [ + 41 + ], + "scriptSrc": [ + "checkout\\.google\\.com", + "wallet\\.google\\.com" + ], "website": "https://wallet.google.com" }, "Google Web Server": { + "cats": [ + 22 + ], "headers": { "server": "gws" }, "website": "https://en.wikipedia.org/wiki/Google_Web_Server" }, "Google Web Toolkit": { + "cats": [ + 18 + ], "js": [ "__gwt_", "__gwt_activemodules", @@ -10320,10 +16685,17 @@ "website": "https://developers.google.com/web-toolkit" }, "Google Workspace": { + "cats": [ + 30, + 75 + ], "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.", "website": "https://workspace.google.com/" }, "Gorgias": { + "cats": [ + 52 + ], "js": [ "gorgiaschat" ], @@ -10331,6 +16703,9 @@ "website": "https://www.gorgias.com/" }, "GotiPath": { + "cats": [ + 31 + ], "headers": { "x-cache": "\\.swiftserve\\.com" }, @@ -10338,9 +16713,15 @@ "website": "https://gotipath.com" }, "Govalo": { + "cats": [ + 100 + ], "js": [ "govalo.meta" ], + "scriptSrc": [ + "cdn\\.shopify\\.com/extensions/.+/([\\d\\.]+)/assets/govalo\\.min\\.js\\;version:\\1" + ], "implies": [ "Shopify" ], @@ -10348,17 +16729,33 @@ "website": "https://govalo.com" }, "Grab Pay Later": { + "cats": [ + 41, + 91 + ], "js": [ "grab_widget_money_format", "grabwidget" ], + "scriptSrc": [ + "grab-paylater\\.js" + ], "description": "Grab Pay Later is a buy now pay later solution offered by Grab.", "website": "https://www.grab.com/sg/finance/pay-later/" }, "Grafana": { + "cats": [ + 10 + ], "js": [ "__grafana_public_path__" ], + "scripts": [ + ".+latestversion\":\"[\\d\\.\\w\\-]+\"\\,\"version\":\"([\\d\\.]+)\\;version:\\1\\;confidence:75" + ], + "scriptSrc": [ + "grafana\\..+\\.com/public/build/" + ], "implies": [ "Go", "Macaron" @@ -10367,9 +16764,15 @@ "website": "https://grafana.com" }, "Graffiti CMS": { + "cats": [ + 1 + ], "cookies": { "graffitibot": "" }, + "scriptSrc": [ + "/graffiti\\.js" + ], "meta": { "generator": [ "graffiti cms ([^\"]+)\\;version:\\1" @@ -10381,6 +16784,9 @@ "website": "https://graffiticms.codeplex.com" }, "GrandNode": { + "cats": [ + 6 + ], "cookies": { "grand.customer": "" }, @@ -10398,6 +16804,9 @@ "website": "https://grandnode.com" }, "Granim.js": { + "cats": [ + 59 + ], "js": [ "granim" ], @@ -10405,6 +16814,10 @@ "website": "https://sarcadass.github.io/granim.js" }, "GrapesJS": { + "cats": [ + 51, + 18 + ], "js": [ "grapesjs.version" ], @@ -10412,6 +16825,9 @@ "website": "https://grapesjs.com" }, "GraphCMS": { + "cats": [ + 1 + ], "implies": [ "Go", "GraphQL", @@ -10422,6 +16838,9 @@ "website": "https://graphcms.com" }, "GraphQL": { + "cats": [ + 27 + ], "meta": { "store-config": [ "graphqlmethod" @@ -10431,14 +16850,23 @@ "website": "https://graphql.org" }, "Graphene": { + "cats": [ + 80 + ], "js": [ "graphenegetinfscrollbtnlbl", "graphenejs.templateurl" ], + "scriptSrc": [ + "/wp-content/themes/graphene(?:-plus)?/.+graphene\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Graphene is a WordPress theme created by Graphene Themes.", "website": "https://www.graphene-theme.com/graphene-theme" }, "Grasp": { + "cats": [ + 52 + ], "js": [ "casengo.widget", "casengo_inline_cookie", @@ -10448,6 +16876,9 @@ "website": "https://www.getgrasp.com" }, "Grav": { + "cats": [ + 1 + ], "meta": { "generator": [ "gravcms(?:\\s([\\d.]+))?\\;version:\\1" @@ -10459,6 +16890,9 @@ "website": "https://getgrav.org" }, "Gravatar": { + "cats": [ + 19 + ], "js": [ "gravatar" ], @@ -10469,27 +16903,49 @@ "website": "https://gravatar.com" }, "Gravitec": { + "cats": [ + 5 + ], "js": [ "gravitec", "gravitecwebpackjsonp" ], + "scriptSrc": [ + "(?:cdn|id)\\.gravitec\\.(?:media|net)" + ], "description": "Gravitec is a push notification tool.", "website": "https://gravitec.net" }, "Gravity Forms": { + "cats": [ + 87, + 110 + ], "html": [ "\u003cdiv class=(?:\"|')[^\u003e]*gform_body", "\u003cdiv class=(?:\"|')[^\u003e]*gform_wrapper", "\u003clink [^\u003e]*href=(?:\"|')[^\u003e]*wp-content/plugins/gravityforms/css/", "\u003cul [^\u003e]*class=(?:\"|')[^\u003e]*gform_fields" ], + "scriptSrc": [ + "/wp-content/plugins/gravityforms/js/[^/]+\\.js\\?ver=([\\d.]+)$\\;version:\\1" + ], "website": "https://gravityforms.com" }, "GreatPages": { + "cats": [ + 51 + ], + "scriptSrc": [ + "\\.greatpages\\.com\\.br/" + ], "description": "GreatPages is a multi-purpose page builder software developed in Brazil.", "website": "https://www.greatpages.com.br" }, "Green Valley CMS": { + "cats": [ + 1 + ], "html": [ "\u003cimg[^\u003e]+/dsresource\\?objectid=" ], @@ -10504,13 +16960,22 @@ "website": "https://www.greenvalley.nl/Public/Producten/Content_Management/CMS" }, "Greenhouse": { + "cats": [ + 101 + ], "js": [ "populategreenhousejobs" ], + "scriptSrc": [ + "\\.greenhouse\\.io/" + ], "description": "Greenhouse is an applicant tracking and hiring tool. Greenhouse features automated workflow, recruitment analytics, CRM, and onboarding.", "website": "https://www.greenhouse.io" }, "Griddo": { + "cats": [ + 1 + ], "meta": { "generator": [ "^griddo$" @@ -10524,6 +16989,9 @@ "website": "https://griddo.io" }, "Gridsome": { + "cats": [ + 57 + ], "meta": { "generator": [ "^gridsome v([\\d.]+)$\\;version:\\1" @@ -10536,36 +17004,77 @@ "website": "https://gridsome.org" }, "Grin": { + "cats": [ + 32 + ], "js": [ "grin" ], + "scriptSrc": [ + "grin-sdk\\.js" + ], "description": "Grin is a influence marketing platform.", "website": "https://grin.co/" }, "GrocerKey": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.grocerywebsite\\.com/", + "grocerkey-widget\\.s3\\.amazonaws\\.com/" + ], "description": "GrocerKey is an ecommerce platform that helps grocery stores build an online store.", "website": "https://grocerkey.com" }, "GroupBy": { + "cats": [ + 29 + ], + "scriptSrc": [ + "cdn\\.groupbycloud\\.com" + ], "description": "GroupBy is a search enging for eCommerce sites.", "website": "https://groupbyinc.com/" }, "Growave": { + "cats": [ + 32, + 69 + ], + "scriptSrc": [ + "\\.socialshopwave\\.com/" + ], "description": "Growave is the all-in-one app: social login and sharing, reviews, wishlists, instagram feed, automated emails and more.", "website": "https://growave.io" }, "GrowingIO": { + "cats": [ + 10 + ], "cookies": { "gr_user_id": "", "grwng_uid": "" }, + "scriptSrc": [ + "assets\\.growingio\\.com/([\\d.]+)/gio\\.js\\;version:\\1" + ], "website": "https://www.growingio.com/" }, "Guestonline": { + "cats": [ + 93 + ], + "scriptSrc": [ + "ib\\.guestonline\\.\\w+" + ], "description": "Guestonline is a restaurant table booking widget.", "website": "https://www.guestonline.io" }, "GuideIT": { + "cats": [ + 88 + ], "headers": { "platform": "^guideit$" }, @@ -10573,17 +17082,29 @@ "website": "https://guideit.uk" }, "GumGum": { + "cats": [ + 36 + ], "description": "GumGum is a technology and media company specializing in contextual intelligence.", "website": "https://gumgum.com" }, "Gumlet": { + "cats": [ + 92 + ], "js": [ "gumlet" ], + "scriptSrc": [ + "cdn\\.gumlet\\.com" + ], "description": "Gumlet is a solution to optimize images.", "website": "https://www.gumlet.com/" }, "Gumroad": { + "cats": [ + 6 + ], "cookies": { "_gumroad_app_session": "", "_gumroad_guid": "" @@ -10592,21 +17113,42 @@ "creategumroadoverlay", "gumroadoverlay" ], + "scriptSrc": [ + "gumroad\\.com/js/gumroad-embed\\.js", + "gumroad\\.com/js/gumroad\\.js", + "gumroad\\.com/packs/js/" + ], "description": "Gumroad is a self-publishing digital marketplace platform to sell digital services such as books, memberships, courses and other digital services.", "website": "https://gumroad.com" }, "Gumstack": { + "cats": [ + 5 + ], "js": [ "gumstack" ], + "scriptSrc": [ + "w\\.gumstack\\.com" + ], "description": "Gumstack provides a live video shopping solution for eCommerce.", "website": "https://gumstack.com/" }, "Gutenberg": { + "cats": [ + 87, + 20 + ], + "scriptSrc": [ + "/wp-content/plugins/gutenberg/" + ], "description": "Gutenberg is the code name for the new block based editor introduced in WordPress 5.", "website": "https://github.com/WordPress/gutenberg" }, "H2O": { + "cats": [ + 22 + ], "cookies": { "h2o_casper": "" }, @@ -10621,6 +17163,12 @@ "website": "https://github.com/h2o/h2o" }, "HCL Commerce": { + "cats": [ + 6 + ], + "scripts": [ + "/webapp/wcs/" + ], "implies": [ "Java" ], @@ -10628,6 +17176,9 @@ "website": "https://www.hcltechsw.com/commerce" }, "HCL Digital Experience": { + "cats": [ + 1 + ], "js": [ "ibmcfg.themeconfig.moduleswebappbaseuri" ], @@ -10642,6 +17193,9 @@ "website": "https://www.hcltechsw.com/dx" }, "HCL Domino": { + "cats": [ + 22 + ], "headers": { "server": "^lotus-domino$" }, @@ -10652,6 +17206,9 @@ "website": "https://www.hcltechsw.com/domino" }, "HHVM": { + "cats": [ + 22 + ], "headers": { "x-powered-by": "hhvm/?([\\d.]+)?\\;version:\\1" }, @@ -10661,12 +17218,19 @@ "website": "https://hhvm.com" }, "HP Compact Server": { + "cats": [ + 22 + ], "headers": { "server": "hp_compact_server(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://hp.com" }, "HP iLO": { + "cats": [ + 22, + 46 + ], "headers": { "server": "hp-ilo-server(?:/([\\d.]+))?\\;version:\\1" }, @@ -10674,6 +17238,9 @@ "website": "https://hp.com" }, "HSTS": { + "cats": [ + 16 + ], "headers": { "strict-transport-security": "" }, @@ -10681,6 +17248,9 @@ "website": "https://www.rfc-editor.org/rfc/rfc6797#section-6.1" }, "HTTP/2": { + "cats": [ + 19 + ], "headers": { "alt-svc": "h2", "x-firefox-spdy": "h2" @@ -10689,6 +17259,9 @@ "website": "https://http2.github.io" }, "HTTP/3": { + "cats": [ + 19 + ], "headers": { "alt-svc": "h3", "x-firefox-http3": "h3" @@ -10697,13 +17270,23 @@ "website": "https://httpwg.org/" }, "Haddock": { + "cats": [ + 4 + ], "html": [ "\u003cp\u003eproduced by \u003ca href=\"http://www\\.haskell\\.org/haddock/\"\u003ehaddock\u003c/a\u003e version ([0-9.]+)\u003c/p\u003e\\;version:\\1" ], + "scriptSrc": [ + "haddock-util\\.js" + ], "description": "Haddock is a tool for automatically generating documentation from annotated Haskell source code.", "website": "https://www.haskell.org/haddock/" }, "Halo": { + "cats": [ + 1, + 11 + ], "meta": { "generator": [ "halo ([\\d.]+)?\\;version:\\1" @@ -10715,6 +17298,9 @@ "website": "https://halo.run" }, "Hamechio": { + "cats": [ + 18 + ], "meta": { "generator": [ "hamech\\.io/" @@ -10727,68 +17313,122 @@ "website": "https://hamech.io" }, "Hammer.js": { + "cats": [ + 59 + ], "js": [ "ha.version", "hammer", "hammer.version" ], + "scriptSrc": [ + "hammer(?:\\.min)?\\.js" + ], "website": "https://hammerjs.github.io" }, "Handlebars": { + "cats": [ + 12 + ], "js": [ "handlebars", "handlebars.version" ], + "scriptSrc": [ + "handlebars(?:\\.runtime)?(?:-v([\\d.]+?))?(?:\\.min)?\\.js\\;version:\\1" + ], "description": "Handlebars is a JavaScript library used to create reusable webpage templates.", "website": "https://handlebarsjs.com" }, "Handtalk": { + "cats": [ + 68 + ], "js": [ "handtalk" ], + "scriptSrc": [ + "api\\.handtalk\\.me" + ], "description": "Handtalk is an accessiblity plug-in which uses sign language to make sites accessible.", "website": "https://www.handtalk.me/" }, "Hansel": { + "cats": [ + 58 + ], "js": [ "hansel", "hanselpx" ], + "scriptSrc": [ + "\\.hansel\\.io/web/([\\d\\.]+)/\\;version:\\1" + ], "description": "Hansel is a B2B enterprise software that deploys real-time Nudges to drive feature adoption and address user drop-offs, at scale.", "website": "https://hansel.io" }, "Happy Returns": { + "cats": [ + 102 + ], "description": "Happy Returns is a return software and reverse logistics company, provides a packaging-free, in-person way for customers to return an online purchase for an immediate refund.", "website": "https://happyreturns.com" }, "HappyFox Helpdesk": { + "cats": [ + 53 + ], + "scriptSrc": [ + "\\.happyfox\\.com/media/" + ], "description": "HappyFox is a help desk ticketing system that is hosted on cloud, supporting multiple customer support channels like email, voice and live chat.", "website": "https://www.happyfox.com/customer-service-software/" }, "HappyFox Live Chat": { + "cats": [ + 52 + ], "js": [ "happyfoxchatobject" ], + "scriptSrc": [ + "\\.happyfoxchat\\.com/" + ], "description": "HappyFox is a help desk ticketing system that is hosted on cloud, supporting multiple customer support channels like email, voice and live chat.", "website": "https://www.happyfox.com/live-chat" }, "Haptik": { + "cats": [ + 52 + ], "js": [ "haptik", "haptikinitsettings", "haptiksdk" ], + "scriptSrc": [ + "\\.haptikapi\\.com/" + ], "description": "Haptik is an Indian enterprise conversational AI platform founded in August 2013, and acquired by Reliance Industries Limited in 2019.", "website": "https://www.haptik.ai" }, "Haravan": { + "cats": [ + 6 + ], "js": [ "haravan" ], + "scriptSrc": [ + "haravan.*\\.js" + ], "description": "Haravan is a multi-channel ecommerce services provider from Vietnam.", "website": "https://www.haravan.com" }, "Harbor": { + "cats": [ + 60 + ], "implies": [ "Go" ], @@ -10796,14 +17436,29 @@ "website": "https://goharbor.io" }, "HashThemes Total": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/(?:t|t)otal(?:-plus)?/" + ], "description": "HashThemes Total is the powerful and creative multipurpose WordPress theme.", "website": "https://hashthemes.com/wordpress-theme/total" }, "Hashnode": { + "cats": [ + 11 + ], + "scriptSrc": [ + "hashnode\\.com" + ], "description": "Hashnode is a free developer blogging platform that allows you to publish articles on your own domain and helps you stay connected with a global developer community.", "website": "https://hashnode.com/" }, "Hashtag Labs": { + "cats": [ + 36 + ], "js": [ "htlbid.cmd" ], @@ -10811,41 +17466,82 @@ "website": "https://hashtag-labs.com" }, "Haskell": { + "cats": [ + 27 + ], "website": "https://wiki.haskell.org/Haskell" }, "Hatena Blog": { + "cats": [ + 1, + 11 + ], + "scriptSrc": [ + "cdn\\.blog\\.st-hatena\\.com/" + ], "description": "Hatena Blog is one of the traditional blog platforms in Japan.", "website": "https://hatenablog.com" }, "HeadJS": { + "cats": [ + 59 + ], "js": [ "head.browser.name" ], "html": [ "\u003c[^\u003e]*data-headjs-load" ], + "scriptSrc": [ + "head\\.(?:core|load)(?:\\.min)?\\.js" + ], "website": "https://headjs.com" }, "Header Bidding Ai": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.headerbidding\\.ai/" + ], "description": "Header Bidding Ai is a provider of an automated and managed header bidding solution. Header bidding cutting-edge technique where publishers offer their ad inventory to many ad exchanges.", "website": "https://headerbidding.ai" }, "Headless UI": { + "cats": [ + 66 + ], "description": "Headless UI is an unstyled component library for either React.js or Vue.js from the same people that created Tailwind CSS.", "website": "https://headlessui.dev" }, "Heap": { + "cats": [ + 10 + ], "js": [ "heap.version.heapjsversion" ], + "scriptSrc": [ + "cdn\\.heapanalytics\\.com", + "heap-\\d+\\.js" + ], "description": "Heap is an analytics platform.", "website": "https://heap.io" }, "Heartland Payment Systems": { + "cats": [ + 41 + ], + "scriptSrc": [ + "\\.heartlandportico\\.com" + ], "description": "Heartland Payment Systems is a US-based payment processing and technology provider.", "website": "https://www.heartlandpaymentsystems.com" }, "Helhost": { + "cats": [ + 88 + ], "headers": { "x-powered-by": "helhost" }, @@ -10853,12 +17549,20 @@ "website": "https://www.helhost.com" }, "HeliumWeb": { + "cats": [ + 18 + ], "js": [ "helium.js" ], "headers": { "x-powered-by": "adrikikicp development" }, + "scriptSrc": [ + "helium/src/helium.js/helium_web.js", + "http://maven.enriquitomcfh.ml/helium.js/helium_web.js", + "http://maven.enriquitomcfh.ml/helium.js/helium_web.min.js" + ], "implies": [ "PHP" ], @@ -10866,6 +17570,9 @@ "website": "https://heliumweb.adrikikicp-development.ml" }, "Helix Ultimate": { + "cats": [ + 18 + ], "implies": [ "Joomla" ], @@ -10873,6 +17580,9 @@ "website": "https://www.joomshaper.com/joomla-templates/helixultimate" }, "Helixo UFE": { + "cats": [ + 100 + ], "js": [ "ufe.funneldata", "ufestore.carttotal" @@ -10884,14 +17594,23 @@ "website": "https://helixo.co/upsell-funnel-engine/" }, "Hello Bar": { + "cats": [ + 5 + ], "js": [ "hellobar", "hellobarsitesettings" ], + "scriptSrc": [ + "\\.?hellobar\\.(?:com|js)" + ], "description": "Hello Bar is a customizable notification bar that draws visitors to an important call to action on the website.", "website": "https://hellobar.com" }, "Hello Elementor": { + "cats": [ + 80 + ], "implies": [ "Elementor" ], @@ -10899,23 +17618,39 @@ "website": "https://elementor.com/hello-theme/" }, "Help Scout": { + "cats": [ + 13, + 52 + ], "js": [ "__onbeacondestroy", "beaconstore" ], + "scriptSrc": [ + "\\.helpscout\\.net/" + ], "description": "Help Scout is a customer service platform including email, a knowledge base tool and live chat.", "website": "https://www.helpscout.com" }, "HelpDocs": { + "cats": [ + 4 + ], "js": [ "hd_instant_search", "hdanalytics", "hdutils" ], + "scriptSrc": [ + "cdn\\.helpdocs\\.io" + ], "description": "HelpDocs is an knowledge management system.", "website": "https://www.helpdocs.io" }, "Here": { + "cats": [ + 35 + ], "js": [ "h.buildinfo", "h.geo", @@ -10925,13 +17660,22 @@ "website": "https://www.here.com" }, "Hermes": { + "cats": [ + 99 + ], "description": "Hermes offers integrated solutions along the supply chain and partners with national and international trading companies.", "website": "https://www.hermesworld.com" }, "Hero": { + "cats": [ + 103 + ], "js": [ "herowebpluginsettings" ], + "scriptSrc": [ + "cdn\\.usehero\\.com" + ], "implies": [ "Cart Functionality" ], @@ -10939,6 +17683,9 @@ "website": "https://www.usehero.com/" }, "Heroku": { + "cats": [ + 62 + ], "headers": { "via": "[\\d.-]+ vegur$" }, @@ -10946,20 +17693,36 @@ "website": "https://www.heroku.com/" }, "Hestia": { + "cats": [ + 80 + ], + "scriptSrc": [ + "themes/hestia.*\\.js(?:\\?ver=([0-9.]+))?\\;version:\\1" + ], "description": "Hestia is a modern WordPress theme for professionals a multipurpose one-page design, widgetized footer, blog/news page, and a clean look.", "website": "https://themeisle.com/themes/hestia/" }, "HetrixTools": { + "cats": [ + 13 + ], "js": [ "htoolz" ], "headers": { "content-security-policy": "\\.hetrixtools\\.com" }, + "scriptSrc": [ + "\\.hetrixtools\\.com/" + ], "description": "HetrixTools is an uptime and blacklist monitoring platform.", "website": "https://hetrixtools.com" }, "Hetzner": { + "cats": [ + 88, + 62 + ], "headers": { "server": "heray", "x-powered-by": "hetzner" @@ -10968,6 +17731,9 @@ "website": "https://www.hetzner.com" }, "Hexo": { + "cats": [ + 57 + ], "html": [ "powered by \u003ca href=\"https?://hexo\\.io/?\"[^\u003e]*\u003ehexo\u003c/" ], @@ -10983,6 +17749,12 @@ "website": "https://hexo.io" }, "Hextom Free Shipping Bar": { + "cats": [ + 100 + ], + "scriptSrc": [ + "\\.hextom\\.com/js/freeshippingbar\\.js" + ], "implies": [ "Shopify" ], @@ -10990,10 +17762,16 @@ "website": "https://hextom.com/case_study/free-shipping-bar" }, "Hextom Ultimate Sales Boost": { + "cats": [ + 100 + ], "js": [ "hextom_usb", "ht_usb.isloaded" ], + "scriptSrc": [ + "\\.hextom\\.com/js/ultimatesalesboost\\.js" + ], "implies": [ "Shopify" ], @@ -11001,23 +17779,42 @@ "website": "https://hextom.com/case_study/ultimate-sales-boost" }, "Hi Platform": { + "cats": [ + 53 + ], + "scriptSrc": [ + "\\.hiplatform\\.com/" + ], "description": "Hi Platform provider of an online customer relationship platform.", "website": "https://www.hiplatform.com" }, "Hiawatha": { + "cats": [ + 22 + ], "headers": { "server": "hiawatha v([\\d.]+)\\;version:\\1" }, "website": "https://hiawatha-webserver.org" }, "HighLevel": { + "cats": [ + 32, + 53 + ], "js": [ "leadconnector.chatwidget" ], + "scriptSrc": [ + "\\.leadconnectorhq\\.com/" + ], "description": "HighLevel is an all-in-one marketing and automation platform designed for marketing agencies and small businesses to manage CRM, marketing campaigns, sales funnels, appointment scheduling, and more.", "website": "https://www.gohighlevel.com" }, "HighStore": { + "cats": [ + 6 + ], "meta": { "generator": [ "^highstore\\.ir$" @@ -11033,6 +17830,9 @@ "website": "https://digitalserver.ir" }, "Highcharts": { + "cats": [ + 25 + ], "js": [ "highcharts", "highcharts.version" @@ -11040,27 +17840,52 @@ "html": [ "\u003csvg[^\u003e]*\u003e\u003cdesc\u003ecreated with highcharts ([\\d.]*)\\;version:\\1" ], + "scriptSrc": [ + "highcharts.*\\.js" + ], "description": "Highcharts is a charting library written in pure JavaScript, for adding interactive charts to a website or web application. Highcharts meets accessibility standards and works with Python, Angular, React, iOS, Android, and more.", "website": "https://www.highcharts.com" }, "Highlight.js": { + "cats": [ + 59 + ], "js": [ "hljs.highlightblock", "hljs.listlanguages" ], + "scriptSrc": [ + "/(?:([\\d.])+/)?highlight(?:\\.min)?\\.js\\;version:\\1" + ], "website": "https://highlightjs.org/" }, "Highstock": { + "cats": [ + 25 + ], "html": [ "\u003csvg[^\u003e]*\u003e\u003cdesc\u003ecreated with highstock ([\\d.]*)\\;version:\\1" ], + "scriptSrc": [ + "highstock[.-]?([\\d\\.]*\\d).*\\.js\\;version:\\1" + ], "website": "https://highcharts.com/products/highstock" }, "HikeOrders": { + "cats": [ + 68 + ], + "scriptSrc": [ + "hikeorders\\.com/main/assets/js/hko-accessibility\\.min\\.js" + ], "description": "HikeOrders is a web accessibility overlay that claims to make your site disability friendly.", "website": "https://hikeorders.com/" }, "Hinza Advanced CMS": { + "cats": [ + 1, + 6 + ], "meta": { "generator": [ "hinzacms" @@ -11072,14 +17897,23 @@ "website": "https://hinzaco.com" }, "Hireology": { + "cats": [ + 101 + ], "description": "Hireology is a staffing and hiring platform for the franchise and retail-automotive industries.", "website": "https://hireology.com" }, "Hirschmann HiOS": { + "cats": [ + 28 + ], "description": "Hirschmann HiOS is an operating system for industrial network equipment.", "website": "https://hirschmann.com/" }, "Histats": { + "cats": [ + 10 + ], "js": [ "histats.ver" ], @@ -11087,10 +17921,19 @@ "website": "https://www.histats.com" }, "History": { + "cats": [ + 19 + ], + "scriptSrc": [ + "/history(@|/)([\\d.]+)(?:/[a-z]+)?/history(?:(.production|.development))?(?:.min)?\\.js\\;version:\\2" + ], "description": "Manage session history with JavaScript", "website": "https://github.com/ReactTraining/history" }, "HockeyStack": { + "cats": [ + 10 + ], "js": [ "hockeystack" ], @@ -11098,20 +17941,36 @@ "website": "https://hockeystack.com" }, "Hoefler\u0026Co": { + "cats": [ + 17 + ], "description": "Hoefler\u0026Co is a digital type foundry (font design studio) in Woburn, Massachusetts (formerly New York City), founded by type designer Jonathan Hoefler. Hoefler\u0026Co designs typefaces for clients and for retail on its website.", "website": "https://www.typography.com" }, "Hogan.js": { + "cats": [ + 12 + ], "js": [ "hogan" ], + "scriptSrc": [ + "([\\d.]+)/hogan(?:\\.min)?\\.js\\;version:\\1", + "hogan-[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1" + ], "website": "https://twitter.github.io/hogan.js/" }, "Homerr": { + "cats": [ + 99 + ], "description": "Homerr is a logistics company operating in the Netherlands and Belgium.", "website": "https://www.homerr.com" }, "Homestead": { + "cats": [ + 51 + ], "meta": { "generator": [ "^homestead sitebuilder$" @@ -11121,6 +17980,9 @@ "website": "https://www.homestead.com" }, "Honeybadger": { + "cats": [ + 13 + ], "js": [ "honeybadger", "inithoneybadger" @@ -11129,6 +17991,9 @@ "website": "https://www.honeybadger.io" }, "Hono": { + "cats": [ + 18 + ], "headers": { "x-powered-by": "hono" }, @@ -11136,22 +18001,37 @@ "website": "https://hono.dev" }, "HostEurope": { + "cats": [ + 88 + ], "description": "HostEurope is a European website hosting, email and domain name registrar company headquartered Hayes, West London.", "website": "https://www.hosteurope.de" }, "Hostens": { + "cats": [ + 88 + ], "description": "Hostens is a web hosting company specialising in hosting services, virtual private server hosting, and the domain name or transition.", "website": "https://www.hostens.com" }, "Hostgator": { + "cats": [ + 88 + ], "description": "HostGator is a Houston-based provider of shared, reseller, virtual private server, and dedicated web hosting with an additional presence in Austin, Texas.", "website": "https://www.hostgator.com" }, "Hosting Ukraine": { + "cats": [ + 88 + ], "description": "Hosting Ukraine is a web hosting provider and internet domain registrar.", "website": "https://www.ukraine.com.ua" }, "Hostinger": { + "cats": [ + 88 + ], "headers": { "platform": "hostinger" }, @@ -11159,6 +18039,9 @@ "website": "https://www.hostinger.com" }, "Hostinger CDN": { + "cats": [ + 31 + ], "headers": { "server": "hcdn" }, @@ -11166,6 +18049,12 @@ "website": "https://www.hostinger.com" }, "Hostinger Website Builder": { + "cats": [ + 51 + ], + "scriptSrc": [ + "userapp\\.zyrosite\\.com/" + ], "meta": { "generator": [ "hostinger website builder" @@ -11178,18 +18067,34 @@ "website": "https://www.hostinger.com" }, "Hostiq": { + "cats": [ + 88 + ], "description": "Hostiq is a web hosting provider and internet domain registrar.", "website": "https://hostiq.ua" }, "Hostmeapp": { + "cats": [ + 93, + 72 + ], + "scriptSrc": [ + "tables\\.hostmeapp\\.com" + ], "description": "Hostmeapp is an restaurant software. Includes reservation, waitlist, guestbook and marketing tools.", "website": "https://www.hostmeapp.com" }, "Hostpoint": { + "cats": [ + 88 + ], "description": "Hostpoint is a Switzerland-based web hosting company.", "website": "https://www.hostpoint.ch" }, "Hotaru CMS": { + "cats": [ + 1 + ], "cookies": { "hotaru_mobile": "" }, @@ -11204,38 +18109,72 @@ "website": "https://hotarucms.org" }, "Hotjar": { + "cats": [ + 10 + ], "js": [ "hj.apiurlbase", "hotleadcontroller", "hotleadfactory" ], + "scriptSrc": [ + "//static\\.hotjar\\.com/" + ], "description": "Hotjar is a suite of analytic tools to assist in the gathering of qualitative data, providing feedback through tools such as heatmaps, session recordings, and surveys.", "website": "https://www.hotjar.com" }, "Hotjar Incoming Feedback": { + "cats": [ + 73 + ], + "scriptSrc": [ + "\\.hotjar\\.com/preact-incoming-feedback" + ], "description": "Hotjar Incoming Feedback is a widget that sits at the edge of a page.", "website": "https://www.hotjar.com" }, "Howler.js": { + "cats": [ + 59 + ], "js": [ "howler", "howlerglobal" ], + "scriptSrc": [ + "howler/([\\d.]+)/howler(?:\\.core)?\\.min\\.js\\;version:\\1", + "howler@([\\d.]+)/dist/howler\\.min\\.js\\;version:\\1" + ], "description": "Howler.js is an audio library with support for the Web Audio API and a fallback mechanism for HTML5 Audio.", "website": "https://howlerjs.com" }, "HrFlow.ai": { + "cats": [ + 101 + ], + "scriptSrc": [ + "\\.hrflow\\.ai" + ], "description": "HrFlow.ai is an HR data automation API platform.", "website": "https://hrflow.ai" }, "Htmx": { + "cats": [ + 59 + ], "js": [ "htmx" ], + "scriptSrc": [ + "/htmx\\.org@([\\d\\.]+)\\;version:\\1" + ], "description": "Htmx is a JavaScript library for performing AJAX requests, triggering CSS transitions, and invoking WebSocket and server-sent events directly from HTML elements.", "website": "https://htmx.org" }, "HubSpot": { + "cats": [ + 32 + ], "js": [ "_hsq", "hubspot" @@ -11247,10 +18186,19 @@ "website": "https://www.hubspot.com" }, "HubSpot Analytics": { + "cats": [ + 10 + ], + "scriptSrc": [ + "js\\.hs-analytics\\.net/analytics" + ], "description": "HubSpot is a marketing and sales software that helps companies attract visitors, convert leads, and close customers.", "website": "https://www.hubspot.com/products/marketing/analytics" }, "HubSpot CMS Hub": { + "cats": [ + 1 + ], "headers": { "x-hs-hub-id": "", "x-powered-by": "hubspot" @@ -11267,17 +18215,29 @@ "website": "https://www.hubspot.com/products/cms" }, "HubSpot Chat": { + "cats": [ + 52 + ], "js": [ "hubspotconversations" ], + "scriptSrc": [ + "js\\.usemessages\\.com" + ], "description": "HubSpot Chat is a tool where you can view, manage, and reply to incoming messages from multiple channels.", "website": "https://www.hubspot.com/products/crm/live-chat" }, "HubSpot Cookie Policy Banner": { + "cats": [ + 67 + ], "description": "HubSpot Cookie Policy banner is a cookie compliance functionality from HubSpot.", "website": "https://knowledge.hubspot.com/reports/customize-your-cookie-tracking-settings-and-privacy-policy-alert" }, "HubSpot WordPress plugin": { + "cats": [ + 87 + ], "js": [ "leadin_wordpress.leadinpluginversion" ], @@ -11289,6 +18249,9 @@ "website": "https://wordpress.org/plugins/leadin/" }, "Hubalz": { + "cats": [ + 10 + ], "js": [ "hubalz.getclickdetails", "hubalz_script.noinputtracking" @@ -11297,6 +18260,9 @@ "website": "https://www.hubalz.com" }, "Huberway": { + "cats": [ + 1 + ], "cookies": { "huberway_session": "" }, @@ -11308,10 +18274,19 @@ "website": "https://www.huberway.com" }, "Huberway Analytics": { + "cats": [ + 10 + ], + "scriptSrc": [ + "analytics\\.huberway\\.com/pixel/" + ], "description": "Huberway Analytics is a free web analytics service that tracks and reports website traffic.", "website": "https://www.huberway.com/analytics-software" }, "Huddle": { + "cats": [ + 21 + ], "js": [ "huddleevent", "huddleuser" @@ -11320,6 +18295,9 @@ "website": "https://www.thehuddle.nl" }, "Hugo": { + "cats": [ + 57 + ], "meta": { "generator": [ "hugo ([\\d.]+)?\\;version:\\1" @@ -11329,6 +18307,12 @@ "website": "https://gohugo.io" }, "HulkApps Age Verification": { + "cats": [ + 100 + ], + "scriptSrc": [ + "age-verification\\.hulkapps\\.com/" + ], "implies": [ "Shopify" ], @@ -11336,6 +18320,14 @@ "website": "https://www.hulkapps.com/products/age-verification-shopify" }, "HulkApps Form Builder": { + "cats": [ + 73, + 100, + 110 + ], + "scriptSrc": [ + "formbuilder\\.hulkapps\\.com/" + ], "implies": [ "Shopify" ], @@ -11343,9 +18335,16 @@ "website": "https://www.hulkapps.com/products/form-builder-shopify" }, "HulkApps GDPR/CCPA Compliance Manager": { + "cats": [ + 67, + 100 + ], "js": [ "hulksetcookie" ], + "scriptSrc": [ + "cookiebar\\.hulkapps\\.com/hulk_cookie_bar\\.js" + ], "implies": [ "Shopify" ], @@ -11353,6 +18352,10 @@ "website": "https://www.hulkapps.com/products/gdpr-ccpa-cookie-manager-shopify-app" }, "HulkApps Infinite Product Options": { + "cats": [ + 76, + 100 + ], "js": [ "hulkapps.po_url" ], @@ -11363,6 +18366,10 @@ "website": "https://www.hulkapps.com/products/infinite-product-options-shopify" }, "HulkApps Product Reviews": { + "cats": [ + 90, + 100 + ], "js": [ "hulkappsproductreview", "hulkappsreviews" @@ -11374,28 +18381,56 @@ "website": "https://www.hulkapps.com/products/product-reviews-shopify" }, "Human Presence": { + "cats": [ + 16 + ], + "scriptSrc": [ + "/.*\\.humanpresence\\.(?:io|app)/" + ], "description": "Human Presence is a bot detection and spam protection software for WordPress and Shopify.", "website": "https://www.humanpresence.io" }, "Humm": { + "cats": [ + 91 + ], "js": [ "checkout.enabledpayments.humm" ], + "scriptSrc": [ + "/wp-content/plugins/oxipay-payment-gateway/", + "widgets\\.shophumm\\.com" + ], "description": "Humm (formerly Flexigroup) is a buy now pay later service operating in Australia.", "website": "https://www.shophumm.com" }, "Hund.io": { + "cats": [ + 13 + ], + "scriptSrc": [ + "\\.hund\\.io/" + ], "description": "Hund.io is an automated status pages with monitoring.", "website": "https://hund.io" }, "Hushly": { + "cats": [ + 32 + ], "js": [ "__hly_widget_object" ], + "scriptSrc": [ + "\\.hushly\\.com/" + ], "description": "Hushly is an all-in-one B2B marketing software platform.", "website": "https://www.hushly.com" }, "Hydra-Shield": { + "cats": [ + 64 + ], "headers": { "server": "^hydra-shield\\sv([\\d\\.]+)$\\;version:\\1" }, @@ -11403,6 +18438,9 @@ "website": "https://hydra-shield.fr" }, "Hydrogen": { + "cats": [ + 12 + ], "headers": { "powered-by": "^shopify-hydrogen$" }, @@ -11415,6 +18453,9 @@ "website": "https://hydrogen.shopify.dev" }, "Hypercorn": { + "cats": [ + 22 + ], "headers": { "server": "hypercorn" }, @@ -11424,9 +18465,16 @@ "website": "https://pgjones.gitlab.io/hypercorn/" }, "Hyperspeed": { + "cats": [ + 92, + 100 + ], "js": [ "hyperscripts" ], + "scriptSrc": [ + "cdn\\.shopify\\.com/.+/assets/hs-(?:instantload|lazysizes)\\.min\\.js" + ], "implies": [ "Instant.Page", "Shopify" @@ -11435,13 +18483,23 @@ "website": "https://www.hyperspeed.me" }, "Hypervisual Page Builder": { + "cats": [ + 51, + 100 + ], "js": [ "hypervisualpreflight" ], + "scriptSrc": [ + "cdn\\.gethypervisual\\.com/" + ], "description": "Hypervisual Page Builder is a page builder for Shopify.", "website": "https://gethypervisual.com" }, "Hypestyle CSS": { + "cats": [ + 66 + ], "implies": [ "Sass" ], @@ -11449,10 +18507,19 @@ "website": "https://www.hypestylecss.xyz" }, "Hyros": { + "cats": [ + 10 + ], + "scriptSrc": [ + "/v1/lst/universal-script\\?ph\\=" + ], "description": "Hyros is a marketing analytics and optimisation platform.", "website": "https://hyros.com" }, "Hyva Themes": { + "cats": [ + 108 + ], "headers": { "x-built-with": "^hyva themes$" }, @@ -11465,9 +18532,18 @@ "website": "https://hyva.io" }, "IBM Coremetrics": { + "cats": [ + 10 + ], + "scriptSrc": [ + "cmdatatagutils\\.js" + ], "website": "https://ibm.com/software/marketing-solutions/coremetrics" }, "IBM DataPower": { + "cats": [ + 64 + ], "headers": { "x-backside-transport": "", "x-global-transaction-id": "" @@ -11476,12 +18552,18 @@ "website": "https://www.ibm.com/products/datapower-gateway" }, "IBM HTTP Server": { + "cats": [ + 22 + ], "headers": { "server": "ibm_http_server(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://ibm.com/software/webservers/httpservers" }, "ID5": { + "cats": [ + 36 + ], "cookies": { "id5": "" }, @@ -11489,10 +18571,16 @@ "__id5_instances", "id5._version" ], + "scriptSrc": [ + "^https://(?:cdn\\.)?id5-sync\\.com/" + ], "description": "ID5 is a company that offers an identity solution for digital advertising, providing a Universal ID that enables privacy-compliant user recognition and tracking across websites without relying on personal information or third-party cookies.", "website": "https://id5.io/" }, "IIS": { + "cats": [ + 22 + ], "headers": { "server": "^(?:microsoft-)?iis(?:/([\\d.]+))?\\;version:\\1" }, @@ -11503,17 +18591,29 @@ "website": "https://www.iis.net" }, "INFOnline": { + "cats": [ + 10 + ], "js": [ "iam_data", "szmvars" ], + "scriptSrc": [ + "^https?://(?:[^/]+\\.)?i(?:oam|v)wbox\\.de/" + ], "website": "https://www.infonline.de" }, "IONOS": { + "cats": [ + 88 + ], "description": "IONOS is the web hosting and cloud partner for small and medium-sized businesses.", "website": "https://www.ionos.com" }, "IP2Location.io": { + "cats": [ + 79 + ], "cookies": { "ip2location_redirection_first_visit": "" }, @@ -11521,6 +18621,9 @@ "website": "https://www.ip2location.io" }, "IPB": { + "cats": [ + 2 + ], "cookies": { "ipbwwlmodpids": "", "ipbwwlsession_id": "" @@ -11533,6 +18636,9 @@ "html": [ "\u003clink[^\u003e]+ipb_[^\u003e]+\\.css" ], + "scriptSrc": [ + "jscripts/ips_" + ], "implies": [ "MySQL", "PHP" @@ -11540,6 +18646,9 @@ "website": "https://invisioncommunity.com/" }, "IPFS": { + "cats": [ + 48 + ], "headers": { "x-cf-ipfs-cache-status": "", "x-ipfs-datasize": "", @@ -11555,25 +18664,46 @@ "website": "https://ipfs.tech/" }, "IPInfoDB": { + "cats": [ + 79 + ], "description": "IPInfoDB is the API that returns the location of an IP address.", "website": "https://www.ipinfodb.com/" }, "IPinfo": { + "cats": [ + 79 + ], + "scriptSrc": [ + "ipinfo\\.io/" + ], "description": "IPinfo is an IP address data provider.", "website": "https://ipinfo.io" }, "ISAY": { + "cats": [ + 1 + ], "description": "ISAY (Internet Pages Management) is a CMS service provided by the Turkish Ministry of Interior for governorships, district governorships and various official websites.", "website": "https://www.icisleri.gov.tr/internet-sayfalari-yonetimi-isay" }, "Iamport": { + "cats": [ + 41 + ], "js": [ "imp.request_pay" ], + "scriptSrc": [ + "cdn\\.iamport\\.kr/js/iamport\\.payment-([\\d\\.]+)\\.js\\;version:\\1" + ], "description": "Iamport is an information technology company based in South Korea.", "website": "https://www.iamport.kr" }, "Ibexa DXP ": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "^ibexa\\sexperience\\sv([\\d\\.]+)$\\;version:\\1" }, @@ -11590,14 +18720,26 @@ "website": "https://www.ibexa.co" }, "Ideasoft": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.myideasoft\\.com/([\\d.]+)\\;version:\\1" + ], "description": "Ideasoft is a Turkish software company providing web-based software solutions, software design, ecommerce solutions, and other services.", "website": "https://www.ideasoft.com.tr" }, "Identrust": { + "cats": [ + 70 + ], "description": "denTrust is a digital identity authentication solution.", "website": "https://www.identrust.com/" }, "IdoSell Shop": { + "cats": [ + 6 + ], "js": [ "iai_ajax" ], @@ -11605,6 +18747,9 @@ "website": "https://www.idosell.com" }, "Ikas": { + "cats": [ + 6 + ], "js": [ "ikasevents.subscribe" ], @@ -11621,29 +18766,56 @@ "website": "https://ikas.com" }, "Iluria": { + "cats": [ + 6, + 63 + ], "js": [ "iluria", "iluriashowpagination" ], + "scriptSrc": [ + "template-assets\\.iluria\\.com/commons/" + ], "description": "Iluria is a hosted ecommerce platform from Brazil.", "website": "https://www.iluria.com.br" }, "Image Relay": { + "cats": [ + 95 + ], "js": [ "imagerelay.accounts" ], + "scriptSrc": [ + "static\\.imagerelay\\.com/" + ], "description": "Image Relay is a digital asset management system that allows organizations to upload, manage, organize, monitor and track their digital assets.", "website": "https://www.imagerelay.com" }, "ImageEngine": { + "cats": [ + 31, + 92 + ], "description": "ImageEngine is an intelligent image content delivery network. ImageEngine will resize your image content tailored to the end users device.", "website": "https://imageengine.io" }, "Imagely NextGEN Gallery": { + "cats": [ + 87, + 7 + ], + "scriptSrc": [ + "/wp-content/plugins/nextgen-gallery(?:-pro|-plus)?/" + ], "description": "NextGEN Gallery is a WordPress gallery plugin maintained by Imagely.", "website": "https://www.imagely.com/wordpress-gallery-plugin" }, "Imber": { + "cats": [ + 52 + ], "js": [ "$imber.getvisitor", "imber_id", @@ -11653,37 +18825,66 @@ "website": "https://imber.live" }, "Imgix": { + "cats": [ + 31, + 95 + ], "description": "Imgix is a visual media platform for managing, processing, rendering, optimising and delivering your existing images.", "website": "https://imgix.com/" }, "Immutable.js": { + "cats": [ + 59 + ], "js": [ "immutable", "immutable.version" ], + "scriptSrc": [ + "^immutable\\.(?:min\\.)?js$" + ], "website": "https://facebook.github.io/immutable-js/" }, "Impact": { + "cats": [ + 71 + ], "js": [ "impactradiusevent", "irevent" ], + "scriptSrc": [ + "d\\.impactradius-event\\.com" + ], "description": "Impact helps businesses contract and pay partners.", "website": "https://impact.com/" }, "Imperva": { + "cats": [ + 16, + 31 + ], "headers": { "x-cdn": "^imperva", "x-iinfo": "" }, + "scriptSrc": [ + "/_incapsula_resource" + ], "description": "Imperva is a cyber security software and services company for networking, data, and application security.", "website": "https://www.imperva.com/" }, "ImpressCMS": { + "cats": [ + 1 + ], "cookies": { "icmssession": "", "impresscms": "" }, + "scriptSrc": [ + "include/linkexternal\\.js" + ], "meta": { "generator": [ "impresscms" @@ -11695,6 +18896,9 @@ "website": "https://www.impresscms.org" }, "ImpressPages": { + "cats": [ + 1 + ], "meta": { "generator": [ "impresspages(?: cms)?( [\\d.]*)?\\;version:\\1" @@ -11706,6 +18910,9 @@ "website": "https://impresspages.org" }, "Imunify360": { + "cats": [ + 16 + ], "headers": { "server": "imunify360-webshield/([\\d\\.]+)\\;version:\\1" }, @@ -11713,29 +18920,54 @@ "website": "https://www.imunify360.com" }, "Imweb": { + "cats": [ + 6 + ], "js": [ "imweb_template" ], + "scriptSrc": [ + "vendor-cdn\\.imweb\\.me/" + ], "description": "Imweb is a ecommerce website builder software.", "website": "https://imweb.me" }, "In Cart Upsell \u0026 Cross-Sell": { + "cats": [ + 100 + ], + "scriptSrc": [ + "\\.incartupsell\\.com/" + ], "description": "In Cart Upsell \u0026 Cross-Sell is a Shopify app built by InCart Upsell, provides targeted upsells and cross-sells directly in your cart and product page.", "website": "https://incartupsell.com" }, "InMoment": { + "cats": [ + 10, + 73 + ], "headers": { "content-security-policy": "\\.inmoment\\.com", "content-security-policy-report-only": "\\.inmoment\\.com" }, + "scriptSrc": [ + "\\.inmoment\\.com(?:\\.\\w+)?/" + ], "description": "InMoment provides SaaS based customer survey and enterprise feedback management solutions.", "website": "https://inmoment.com" }, "InSyncai": { + "cats": [ + 52 + ], "description": "InSyncai offers a conversational platform for enterprises to design and build chatbots having applications in customer support and services.", "website": "https://www.insyncai.com" }, "Incapsula": { + "cats": [ + 31 + ], "headers": { "x-cdn": "incapsula" }, @@ -11743,16 +18975,25 @@ "website": "https://www.incapsula.com" }, "Includable": { + "cats": [ + 18 + ], "headers": { "x-includable-version": "" }, "website": "https://includable.com" }, "Index Exchange": { + "cats": [ + 36 + ], "description": "Index Exchange is a customizable exchange technology that enables sell side media firms to monetize ad inventories programmatically and in real time.", "website": "https://www.indexexchange.com" }, "Indexhibit": { + "cats": [ + 1 + ], "html": [ "\u003c(?:link|a href) [^\u003e]+ndxz-studio" ], @@ -11769,6 +19010,9 @@ "website": "https://www.indexhibit.org" }, "Indi": { + "cats": [ + 94 + ], "js": [ "indi.formatstats", "indi_carousel.productcta", @@ -11778,6 +19022,9 @@ "website": "https://indi.com" }, "Indico": { + "cats": [ + 1 + ], "cookies": { "makacsession": "" }, @@ -11787,12 +19034,18 @@ "website": "https://indico-software.org" }, "Indy": { + "cats": [ + 22 + ], "headers": { "server": "indy(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://indyproject.org" }, "Inertia.js": { + "cats": [ + 12 + ], "headers": { "vary": "x-inertia", "x-inertia": "" @@ -11801,6 +19054,9 @@ "website": "https://inertiajs.com" }, "InfernoJS": { + "cats": [ + 12 + ], "js": [ "inferno", "inferno.version" @@ -11808,6 +19064,9 @@ "website": "https://infernojs.org" }, "Infogram": { + "cats": [ + 5 + ], "js": [ "infogramembeds" ], @@ -11815,6 +19074,9 @@ "website": "https://infogram.com" }, "Infolinks": { + "cats": [ + 36 + ], "js": [ "infolinks_pid", "infolinks_wsid" @@ -11823,14 +19085,24 @@ "website": "https://www.infolinks.com" }, "Infomaniak": { + "cats": [ + 88 + ], "description": "Infomaniak is a hosting company based in Geneva, Switzerland.", "website": "https://www.infomaniak.com" }, "InforUMobile": { + "cats": [ + 52 + ], "description": "InforUMobile is a multi-channel system that enables digital communication with customers, offering various channels for interacting and engaging with users, developed by the Shamir Systems Group.", "website": "https://www.inforu.co.il" }, "Infoset": { + "cats": [ + 52, + 53 + ], "js": [ "infosetchat", "infosetroot" @@ -11839,17 +19111,32 @@ "website": "https://infoset.app" }, "Insider": { + "cats": [ + 97 + ], "js": [ "insider" ], + "scriptSrc": [ + "api\\.useinsider\\.\\w+/" + ], "description": "Insider is the first integrated Growth Management Platform helping digital marketers drive growth across the funnel, from Acquisition to Activation, Retention, and Revenue from a unified platform powered by Artificial Intelligence and Machine Learning.", "website": "https://useinsider.com" }, "Insightly CRM": { + "cats": [ + 53 + ], + "scriptSrc": [ + "\\.insightly\\.services/" + ], "description": "Insightly CRM is a cloud-based customer relationship management software, helps businesses manage leads, contacts, and opportunities, track customer interactions, create custom reports, automate workflows, and integrate with third-party applications, improving customer engagement and streamlining business processes.", "website": "https://www.insightly.com/crm/" }, "Inspectlet": { + "cats": [ + 10 + ], "js": [ "__insp", "__inspld" @@ -11857,20 +19144,42 @@ "html": [ "\u003c!-- (?:begin|end) inspectlet embed code --\u003e" ], + "scriptSrc": [ + "cdn\\.inspectlet\\.com" + ], "website": "https://www.inspectlet.com/" }, "Instabot": { + "cats": [ + 5, + 10, + 32, + 52, + 58 + ], "js": [ "instabot" ], + "scriptSrc": [ + "/rokoinstabot\\.js" + ], "description": "Instabot is a conversion chatbot that understands your users, and curates information, answers questions, captures contacts, and books meetings instantly.", "website": "https://instabot.io/" }, "Instafeed": { + "cats": [ + 100 + ], + "scriptSrc": [ + "instafeed\\.nfcube\\.com/" + ], "description": "Instafeed is an official Instagram app.", "website": "https://apps.shopify.com/instafeed" }, "Instamojo": { + "cats": [ + 41 + ], "js": [ "initial_state.seller.avatar", "instamojo" @@ -11879,17 +19188,35 @@ "website": "https://www.instamojo.com/" }, "Instana": { + "cats": [ + 10, + 13, + 78 + ], "js": [ "ineum" ], + "scriptSrc": [ + "eum\\.instana\\.io" + ], "description": "Instana is a Kubernetes-native APM tool which is built for new-stack including Microservices and lately Serverless but also supports the existing VM based stacks including several supported technologies.", "website": "https://www.instana.com" }, "Instant.Page": { + "cats": [ + 59, + 92 + ], + "scriptSrc": [ + "instant\\.page" + ], "description": "Instant.Page is a JavaScript library which uses just-in-time preloading technique to make websites faster.", "website": "https://instant.page/" }, "InstantCMS": { + "cats": [ + 1 + ], "cookies": { "instantcms[logdate]": "" }, @@ -11904,24 +19231,47 @@ "website": "https://www.instantcms.ru" }, "InstantClick": { + "cats": [ + 59, + 92 + ], "js": [ "instantclick" ], + "scriptSrc": [ + "instantclick\\.min\\.js" + ], "description": "InstantClick is a JavaScript library that speeds up your website, making navigation faster.", "website": "https://instantclick.io/" }, "InstantGeo": { + "cats": [ + 59 + ], "js": [ "geojs" ], + "scriptSrc": [ + "js\\.instantgeo\\.info", + "script\\.instantgeo\\.info" + ], "description": "InstantGeo is a service that provides IP geolocation to web pages", "website": "https://instantgeo.info" }, "Instapage": { + "cats": [ + 51, + 74, + 10 + ], "js": [ "_instapagesnowplow", "instapagesp" ], + "scriptSrc": [ + "cdn\\.instapagemetrics\\.com", + "heatmap-events-collector\\.instapage\\.com" + ], "implies": [ "Lua", "Node.js" @@ -11930,14 +19280,27 @@ "website": "https://instapage.com" }, "Instatus": { + "cats": [ + 13 + ], "description": "Instatus is a status and incident communication tool.", "website": "https://instatus.com" }, "Integral Ad Science": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.adsafeprotected\\.com/" + ], "description": "Integral Ad Science is an American publicly owned technology company that analyses the value of digital advertising placements.", "website": "https://integralads.com" }, "Intel Active Management Technology": { + "cats": [ + 22, + 46 + ], "headers": { "server": "intel\\(r\\) active management technology(?: ([\\d.]+))?\\;version:\\1" }, @@ -11945,25 +19308,47 @@ "website": "https://intel.com" }, "IntenseDebate": { + "cats": [ + 15 + ], + "scriptSrc": [ + "intensedebate\\.com" + ], "description": "IntenseDebate is a blog commenting system that supports Typepad, Blogger and Wordpress blogs. The system allows blog owners to track and moderate comments from one place with features like threading, comment analytics, user reputation, and comment aggregation.", "website": "https://intensedebate.com" }, "Interact": { + "cats": [ + 5 + ], "js": [ "interactapp.name", "interactpromotionobject" ], + "scriptSrc": [ + "\\.tryinteract\\.com/" + ], "description": "Interact is a tool for creating online quizzes.", "website": "https://www.tryinteract.com" }, "Intercom": { + "cats": [ + 52, + 53 + ], "js": [ "intercom" ], + "scriptSrc": [ + "(?:api\\.intercom\\.io/api|static\\.intercomcdn\\.com/intercom\\.v1)" + ], "description": "Intercom is an American software company that produces a messaging platform which allows businesses to communicate with prospective and existing customers within their app, on their website, through social media, or via email.", "website": "https://www.intercom.com" }, "Intercom Articles": { + "cats": [ + 4 + ], "html": [ "\u003ca href=\"https://www.intercom.com/intercom-link[^\"]+solution=customer-support[^\u003e]+\u003ewe run on intercom" ], @@ -11971,21 +19356,41 @@ "website": "https://www.intercom.com/articles" }, "Internet Brands": { + "cats": [ + 36 + ], "description": "Internet Brands is a technology company that operates a variety of web portals and online communities, providing information and services to consumers and businesses across a range of industries.", "website": "https://www.internetbrands.com" }, "Intersection Observer": { + "cats": [ + 92, + 59 + ], + "scriptSrc": [ + "/assets/(?:.+)?intersection-observer\\.[\\d\\w\\.]+\\.js", + "cdn\\.jsdelivr\\.net/npm/intersection-observer@([\\d\\.]+)\\;version:\\1" + ], "description": "Intersection Observer is a browser API that provides a way to observe the visibility and position of a DOM element relative to the containing root element or viewport.", "website": "https://www.w3.org/TR/intersection-observer" }, "Intershop": { + "cats": [ + 6 + ], "html": [ "\u003cish-root" ], + "scriptSrc": [ + "(?:is-bin|intershop)" + ], "description": "Intershop is an ecommerce platform, tailored to the needs of complex business processes and major organisations.", "website": "https://intershop.com" }, "Invenio": { + "cats": [ + 50 + ], "cookies": { "inveniosession": "" }, @@ -11996,6 +19401,9 @@ "website": "https://invenio-software.org" }, "Inventrue": { + "cats": [ + 6 + ], "meta": { "author": [ "^inventrue, llc.$" @@ -12005,6 +19413,9 @@ "website": "https://www.inventrue.com" }, "Inveon": { + "cats": [ + 6 + ], "cookies": { "inv.customer": "\\;confidence:50", "inveonsessionid": "" @@ -12013,18 +19424,31 @@ "invapp", "invtagmanagerparams" ], + "scriptSrc": [ + "scripts/_app/inv(?:\\w+)\\.js\\?v=(.+)$\\;version:\\1" + ], "description": "Inveon is a technology company that has been delivering ecommerce infrastructure software and mcommerce applications.", "website": "https://www.inveon.com" }, "Invoca": { + "cats": [ + 32, + 10 + ], "js": [ "invoca.pnapi.version", "invocatagid" ], + "scriptSrc": [ + "\\.dialogtech\\.com/" + ], "description": "Invoca is an AI-powered call tracking and conversational analytics company.", "website": "https://www.invoca.com" }, "Ionic": { + "cats": [ + 18 + ], "js": [ "ionic.config", "ionic.version" @@ -12033,20 +19457,35 @@ "website": "https://ionicframework.com" }, "Ionicons": { + "cats": [ + 17 + ], "description": "Ionicons is an open-source icon set crafted for web, iOS, Android, and desktop apps.", "website": "https://ionicons.com" }, "IrisLMS": { + "cats": [ + 21 + ], + "scriptSrc": [ + "\\.irislms\\.ir/" + ], "description": "IrisLMS comprehensive education management system, in order to support e-learning and provide suitable conditions for holding online and offline classes with all facilities.", "website": "https://irislms.ir" }, "Irroba": { + "cats": [ + 6 + ], "html": [ "\u003ca[^\u003e]*href=\"https://www\\.irroba\\.com\\.br" ], "website": "https://www.irroba.com.br/" }, "Isotope": { + "cats": [ + 59 + ], "js": [ "init_isotope", "isotope" @@ -12055,6 +19494,9 @@ "website": "https://isotope.metafizzy.co" }, "Isso": { + "cats": [ + 15 + ], "js": [ "isso.fetchcomments" ], @@ -12065,37 +19507,66 @@ "website": "https://github.com/posativ/isso/" }, "Issuu": { + "cats": [ + 19, + 5 + ], "js": [ "issuupanel", "issuureaders" ], + "scriptSrc": [ + "\\.issuu\\.com/" + ], "description": "Issuu is a digital discovery and publishing platform.", "website": "https://issuu.com" }, "Iterable": { + "cats": [ + 32 + ], "js": [ "iterableanalytics" ], + "scriptSrc": [ + "js\\.iterable\\.com" + ], "description": "Iterable is a cross-channel marketing platform that powers unified customer experiences.", "website": "https://iterable.com/" }, "Ivory Search": { + "cats": [ + 87 + ], "js": [ "ivory_search_analytics", "ivorysearchvars" ], + "scriptSrc": [ + "/wp-content/plugins/add-search-to-menu/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Ivory Search is a WordPress search plugin that improves WordPress search by providing advanced options to extend search or exclude specific content from search.", "website": "https://ivorysearch.com" }, "Izooto": { + "cats": [ + 32, + 5 + ], "js": [ "_izooto", "izooto" ], + "scriptSrc": [ + "cdn\\.izooto\\.\\w+" + ], "description": "iZooto is a user engagement and retention tool that leverages web push notifications to help business to drive repeat traffic, leads and sales.", "website": "https://www.izooto.com" }, "J2Store": { + "cats": [ + 6 + ], "js": [ "j2storeurl" ], @@ -12106,10 +19577,16 @@ "website": "https://www.j2store.org" }, "JANet": { + "cats": [ + 71 + ], "description": "JANet is an affiliate marketing network.", "website": "https://j-a-net.jp" }, "JAlbum": { + "cats": [ + 7 + ], "meta": { "generator": [ "jalbum( [\\d.]+)?\\;version:\\1" @@ -12122,12 +19599,18 @@ "website": "https://jalbum.net/en" }, "JBoss Application Server": { + "cats": [ + 22 + ], "headers": { "x-powered-by": "jboss(?:-([\\d.]+))?\\;version:\\1" }, "website": "https://jboss.org/jbossas.html" }, "JBoss Web": { + "cats": [ + 22 + ], "headers": { "x-powered-by": "jbossweb(?:-([\\d.]+))?\\;version:\\1" }, @@ -12137,29 +19620,51 @@ "website": "https://jboss.org/jbossweb" }, "JET Enterprise": { + "cats": [ + 6 + ], "headers": { "powered": "jet-enterprise" }, "website": "https://www.jetecommerce.com.br/" }, "JS Charts": { + "cats": [ + 25 + ], "js": [ "jschart" ], + "scriptSrc": [ + "jscharts.{0,32}\\.js" + ], "website": "https://www.jscharts.com" }, "JSEcoin": { + "cats": [ + 56 + ], "js": [ "jsemine" ], + "scriptSrc": [ + "^(?:https):?//load\\.jsecoin\\.com/load/" + ], "description": "JSEcoin is a way to mine, receive payments for your goods or services and transfer cryptocurrency", "website": "https://jsecoin.com/" }, "JSS": { + "cats": [ + 12, + 47 + ], "description": "JSS is an authoring tool for CSS which allows you to use JavaScript to describe styles in a declarative, conflict-free and reusable way.", "website": "https://cssinjs.org/" }, "JShop": { + "cats": [ + 6 + ], "js": [ "jss_1stepdeliverytype", "jss_1stepfillshipping" @@ -12168,6 +19673,9 @@ "website": "https://www.whorl.co.uk" }, "JTL Shop": { + "cats": [ + 6 + ], "cookies": { "jtlshop": "" }, @@ -12178,26 +19686,46 @@ "website": "https://www.jtl-software.de/online-shopsystem" }, "JUST": { + "cats": [ + 41 + ], + "scriptSrc": [ + "checkout-button-.+/just-pay-button\\.js" + ], "description": "JUST is a one-click payment solution for online business and online shoppers.", "website": "https://www.getjusto.com" }, "JW Player": { + "cats": [ + 14 + ], "js": [ "jwdefaults", "jwplayer", "jwplayerapiurl", "webpackjsonpjwplayer" ], + "scriptSrc": [ + "\\.jwpcdn\\.com", + "\\.jwplayer\\.com" + ], "description": "JW Player is a online video player with video engagement analytics, custom video player skins, and live video streaming capability.", "website": "https://www.jwplayer.com" }, "Jahia DX": { + "cats": [ + 1, + 47 + ], "html": [ "\u003cscript id=\"staticassetaggregatedjavascrip" ], "website": "https://www.jahia.com/dx" }, "Jalios": { + "cats": [ + 1 + ], "meta": { "generator": [ "jalios" @@ -12206,6 +19734,9 @@ "website": "https://www.jalios.com" }, "Java": { + "cats": [ + 27 + ], "cookies": { "jsessionid": "" }, @@ -12213,6 +19744,9 @@ "website": "https://java.com" }, "Java Servlet": { + "cats": [ + 18 + ], "headers": { "x-powered-by": "servlet(?:\\/([\\d.]+))?\\;version:\\1" }, @@ -12222,13 +19756,22 @@ "website": "https://www.oracle.com/technetwork/java/index-jsp-135475.html" }, "JavaScript Infovis Toolkit": { + "cats": [ + 25 + ], "js": [ "$jit", "$jit.version" ], + "scriptSrc": [ + "jit(?:-yc)?\\.js" + ], "website": "https://philogb.github.io/jit/" }, "JavaServer Faces": { + "cats": [ + 18 + ], "headers": { "x-powered-by": "jsf(?:/([\\d.]+))?\\;version:\\1" }, @@ -12238,6 +19781,9 @@ "website": "https://javaserverfaces.java.net" }, "JavaServer Pages": { + "cats": [ + 18 + ], "headers": { "x-powered-by": "jsp(?:/([\\d.]+))?\\;version:\\1" }, @@ -12247,6 +19793,9 @@ "website": "https://www.oracle.com/technetwork/java/javaee/jsp/index.html" }, "Javadoc": { + "cats": [ + 4 + ], "html": [ "\u003c!-- generated by javadoc --\u003e" ], @@ -12254,6 +19803,9 @@ "website": "https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html" }, "Jekyll": { + "cats": [ + 57 + ], "js": [ "simplejekyllsearch" ], @@ -12274,6 +19826,9 @@ "website": "https://jekyllrb.com" }, "Jenkins": { + "cats": [ + 44 + ], "js": [ "jenkinsciglobal", "jenkinsrules" @@ -12291,14 +19846,29 @@ "website": "https://jenkins.io/" }, "Jetpack": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/jetpack/" + ], "description": "Jetpack is a popular WordPress plugin created by Automattic, the people behind WordPress.com.", "website": "https://jetpack.com" }, "Jetpack Boost": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/jetpack-boost/" + ], "description": "Jetpack Boost – Website Speed, Performance and Critical CSS.", "website": "https://jetpack.com" }, "Jetshop": { + "cats": [ + 6 + ], "js": [ "jetshopdata" ], @@ -12308,6 +19878,9 @@ "website": "https://jetshop.se" }, "Jetty": { + "cats": [ + 22 + ], "headers": { "server": "jetty(?:\\(([\\d\\.]*\\d+))?\\;version:\\1" }, @@ -12317,6 +19890,10 @@ "website": "https://www.eclipse.org/jetty" }, "Jibres": { + "cats": [ + 6, + 55 + ], "cookies": { "jibres": "" }, @@ -12326,6 +19903,9 @@ "headers": { "x-powered-by": "jibres" }, + "scriptSrc": [ + "/jibres\\.js" + ], "meta": { "generator": [ "jibres" @@ -12335,6 +19915,10 @@ "website": "https://jibres.com" }, "Jilt App": { + "cats": [ + 100, + 98 + ], "js": [ "jiltstorefrontparams.platform" ], @@ -12342,10 +19926,20 @@ "website": "https://community.shopify.com/c/shopify-apps/jilt-is-over-what-app-to-use-for-abandoned-carts-now/td-p/1575095" }, "Jilt plugin": { + "cats": [ + 87, + 98 + ], + "scriptSrc": [ + "\\.jilt\\.com/.+/jilt\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Jilt plugin helps ecommerce store owners track and recover abandoned orders. Works seamlessly with Shopify and WooCommerce.", "website": "https://wordpress.org/plugins/jilt-for-woocommerce" }, "Jimdo": { + "cats": [ + 1 + ], "js": [ "jimdodolphindata" ], @@ -12357,16 +19951,32 @@ "website": "https://www.jimdo.com" }, "Jirafe": { + "cats": [ + 10, + 32 + ], "js": [ "jirafe" ], + "scriptSrc": [ + "/jirafe\\.js" + ], "website": "https://docs.jirafe.com" }, "Jitsi": { + "cats": [ + 52 + ], + "scriptSrc": [ + "lib-jitsi-meet.*\\.js" + ], "description": "Jitsi is a free and open-source multiplatform voice (VoIP), videoconferencing and instant messaging applications for the web platform.", "website": "https://jitsi.org" }, "Jive": { + "cats": [ + 19 + ], "headers": { "x-jive-chrome-wrapped": "", "x-jive-flow-id": "", @@ -12377,22 +19987,44 @@ "website": "https://www.jivesoftware.com" }, "JivoChat": { + "cats": [ + 52 + ], "js": [ "jivo_api", "jivo_version" ], + "scriptSrc": [ + "\\.jivosite\\.com" + ], "description": "JivoChat is a live chat solution for websites offering customizable web and mobile chat widgets.", "website": "https://www.jivosite.com" }, "Jivox": { + "cats": [ + 76 + ], + "scriptSrc": [ + "\\.jivox\\.com/" + ], "description": "Jivox is a cloud-based, data-driven platform for delivering personalised digital advertising and marketing experiences at scale.", "website": "https://jivox.com" }, "JobAdder": { + "cats": [ + 101 + ], + "scriptSrc": [ + "\\.jobadder\\.com/" + ], "description": "JobAdder is a cloud-based recruitment management platform for staffing agencies and in-house corporate hiring teams.", "website": "https://jobadder.com" }, "JobberBase": { + "cats": [ + 19, + 101 + ], "js": [ "jobber" ], @@ -12408,6 +20040,9 @@ "website": "https://www.jobberbase.com" }, "Jobvite": { + "cats": [ + 101 + ], "js": [ "jobvite" ], @@ -12415,9 +20050,15 @@ "website": "https://www.jobvite.com" }, "JoomShopping": { + "cats": [ + 6 + ], "js": [ "joomshoppingvideohtml5" ], + "scriptSrc": [ + "/components/com_jshopping/" + ], "implies": [ "Joomla" ], @@ -12425,6 +20066,9 @@ "website": "https://www.webdesigner-profi.de/joomla-webdesign/joomla-shop" }, "Joomla": { + "cats": [ + 1 + ], "js": [ "jcomments", "joomla" @@ -12447,17 +20091,33 @@ "website": "https://www.joomla.org/" }, "JouwWeb": { + "cats": [ + 1, + 51 + ], "js": [ "jouwweb" ], + "scriptSrc": [ + "(?:cdn)?\\.(?:jwwb|jouwweb)\\.nl/" + ], "description": "JouwWeb is an online website builder that allows internet users to create own website.", "website": "https://www.jouwweb.nl" }, "JsObservable": { + "cats": [ + 59 + ], "description": "JsObservable is integrated with JsViews and facilitates observable data manipulations that are immediately reflected in the data-bound templates. The library is developed and maintained by Microsoft employee Boris Moore and is used in projects such as Outlook.com and Windows Azure.", "website": "https://www.jsviews.com/#jsobservable" }, "JsRender": { + "cats": [ + 59 + ], + "scriptSrc": [ + "([\\d\\.]+)?/jsrender(?:\\.min)?\\.js\\;version:\\1" + ], "implies": [ "JsViews" ], @@ -12465,6 +20125,12 @@ "website": "https://www.jsviews.com/#jsrender" }, "JsViews": { + "cats": [ + 59 + ], + "scriptSrc": [ + "([\\d\\.]+)?/jsviews(?:\\.min)?\\.js\\;version:\\1" + ], "implies": [ "JsObservable", "JsRender" @@ -12473,13 +20139,22 @@ "website": "https://www.jsviews.com/#jsviews" }, "Judge.me": { + "cats": [ + 90 + ], "js": [ "judgeme" ], + "scriptSrc": [ + "cdn\\.judge\\.me" + ], "description": "Judge.me is a reviews app that helps you collect and display product reviews and site reviews with photos, videos and Q\u0026A.", "website": "https://judge.me" }, "JuicyAds": { + "cats": [ + 36 + ], "js": [ "adsbyjuicy" ], @@ -12490,6 +20165,12 @@ "website": "https://www.juicyads.com" }, "Jumbo": { + "cats": [ + 92 + ], + "scriptSrc": [ + "mt\\.tryjumbo\\.com" + ], "implies": [ "Shopify" ], @@ -12497,36 +20178,68 @@ "website": "https://www.tryjumbo.com/" }, "Jumio": { + "cats": [ + 16 + ], "description": "Jumio is an online mobile payments and identity verification company that provides card and ID scanning and validation products for mobile and web transactions.", "website": "https://www.jumio.com" }, "Jumpseller": { + "cats": [ + 6 + ], "js": [ "jumpseller" ], + "scriptSrc": [ + "assets\\.jumpseller\\.\\w+/", + "jumpseller-apps\\.herokuapp\\.\\w+/" + ], "description": "Jumpseller is a cloud ecommerce solution for small businesses.", "website": "https://jumpseller.com" }, "June": { + "cats": [ + 10, + 97 + ], "cookies": { "_june_session": "" }, + "scriptSrc": [ + "static\\.june\\.so/analytics\\.js/" + ], "description": "June is a product analytics for subscription businesses. It automatically generates graphs of the metrics users should track by connecting their segment account.", "website": "https://june.so" }, "Junip": { + "cats": [ + 90 + ], "js": [ "juniploaded", "webpackchunkjunip_scripts" ], + "scriptSrc": [ + "\\.juniphq\\.com/" + ], "description": "Junip provider of a ecommerce brand review platform designed to share customers' story, send review requests and display review content.", "website": "https://junip.co" }, "Juo": { + "cats": [ + 74 + ], + "scriptSrc": [ + "cdn\\.juo\\.io/" + ], "description": "Juo is a centralised experimentation platform for innovative marketing and product teams.", "website": "https://get.juo.io" }, "Juspay": { + "cats": [ + 41 + ], "js": [ "juspay" ], @@ -12534,17 +20247,37 @@ "website": "https://juspay.in" }, "Justo": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.getjusto\\.com/" + ], "description": "Justo is a subscription-based software that allows anyone to set up an online store and sell their products with delivery options.", "website": "https://www.getjusto.com" }, "Justuno": { + "cats": [ + 76, + 98 + ], "js": [ "justunoapp" ], + "scriptSrc": [ + "cdn\\.justuno\\.com", + "my\\.jst\\.ai" + ], "description": "Justuno is a visitor conversion optimisation platform.", "website": "https://www.justuno.com" }, "Justuno App": { + "cats": [ + 100 + ], + "scriptSrc": [ + "//scripttags\\.justuno\\.com/shopify_justuno" + ], "implies": [ "Justuno" ], @@ -12552,6 +20285,9 @@ "website": "https://apps.shopify.com/justuno-pop-ups-email-conversion" }, "K-Sup": { + "cats": [ + 1 + ], "meta": { "generator": [ "^k-sup \\(([\\d.r]+)\\)$\\;version:\\1" @@ -12564,6 +20300,9 @@ "website": "https://www.ksup.org/" }, "K2": { + "cats": [ + 19 + ], "js": [ "k2ratingurl" ], @@ -12576,6 +20315,9 @@ "website": "https://getk2.org" }, "KAMAR": { + "cats": [ + 21 + ], "js": [ "kamar.has_address_ben_found" ], @@ -12583,16 +20325,25 @@ "website": "https://kamar.nz" }, "KISSmetrics": { + "cats": [ + 10 + ], "js": [ "km_cookie_domain" ], "website": "https://www.kissmetrics.com" }, "KMK": { + "cats": [ + 6 + ], "description": "KMK is a company that offers ecommerce software technology in C2C, B2B, B2C areas.", "website": "https://www.kmk.net.tr" }, "KPHP": { + "cats": [ + 27 + ], "headers": { "x-powered-by": "^kphp/([\\d\\.]+)$\\;version:\\1" }, @@ -12603,6 +20354,9 @@ "website": "https://vkcom.github.io/kphp" }, "KQS.store": { + "cats": [ + 6 + ], "js": [ "kqs_box", "kqs_off" @@ -12611,14 +20365,26 @@ "website": "https://www.kqs.pl" }, "KaTeX": { + "cats": [ + 25 + ], "js": [ "katex", "katex.version" ], + "scriptSrc": [ + "katex(@|/)[0-9.]+(?:/dist)?/katex(?:\\.min)?\\.(mjs|js|css)\\;version:\\1" + ], "description": "KaTeX is a cross-browser JavaScript library that displays mathematical notation in web browsers.", "website": "https://katex.org/" }, "Kadence WP Blocks": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/kadence-blocks/dist/.+/kb-form-block\\.min\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1" + ], "implies": [ "Gutenberg" ], @@ -12626,22 +20392,43 @@ "website": "https://www.kadencewp.com/kadence-blocks/" }, "Kadence WP Kadence": { + "cats": [ + 80 + ], "js": [ "kadence", "kadenceconfig" ], + "scriptSrc": [ + "/wp-content/themes/kadence/.+navigation\\.min\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1" + ], "description": "Kadence WP Kadence is a multipurpose WordPress theme that is available for free download and also offers a pro version.", "website": "https://www.kadencewp.com/kadence-theme" }, "Kadence WP Virtue": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/virtue/.+main-min\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1" + ], "description": "Kadence WP Virtue is a multipurpose WordPress theme that is available for free download and also offers a pro version.", "website": "https://www.kadencewp.com/product/virtue-free-theme" }, "Kaira Vogue": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/vogue(?:-child)?/" + ], "description": "Vogue is a very easy to use multipurpose WordPress theme created by Kaira.", "website": "https://kairaweb.com/wordpress-theme/vogue" }, "Kajabi": { + "cats": [ + 6 + ], "cookies": { "_kjb_session": "" }, @@ -12651,13 +20438,23 @@ "website": "https://kajabi.com" }, "Kakao": { + "cats": [ + 19 + ], "js": [ "kakao.version" ], + "scriptSrc": [ + "\\.kakao\\.com/" + ], "description": "Kakao platform provides various services such as Kakao Talk, Kakao Talk Channel, Kakao Story as well as Kakao Pay, Kakao Commerce, Kakao Page provided by the subsidiaries. Users can use all Kakao platform services with a united account called Kakao Account.", "website": "https://developers.kakao.com/product" }, "Kaltura": { + "cats": [ + 14, + 103 + ], "js": [ "kalturaiframeembed", "kgetkalturaembedsettings", @@ -12665,10 +20462,19 @@ "kplayer", "restorekalturakdpcallback" ], + "scripts": [ + "kalturaplayer" + ], + "scriptSrc": [ + "api\\.kaltura\\.(?:nordu\\.net|com)/" + ], "description": "Kaltura is a video content management platform that allows users to upload, manage, share, publish, and stream videos.", "website": "https://corp.kaltura.com" }, "Kameleoon": { + "cats": [ + 74 + ], "cookies": { "kameleoonvisitorcode": "" }, @@ -12677,13 +20483,22 @@ "kameleoonendloadtime", "kameleoons" ], + "scriptSrc": [ + "\\.kameleoon\\.\\w+/kameleoon\\.js" + ], "description": "Kameleoon is a personalisation technology platform for real-time omnichannel optimisation and conversion.", "website": "https://kameleoon.com/" }, "Kamva": { + "cats": [ + 6 + ], "js": [ "kamva" ], + "scriptSrc": [ + "cdn\\.mykamva\\.ir" + ], "meta": { "generator": [ "[ck]amva" @@ -12692,6 +20507,9 @@ "website": "https://kamva.ir" }, "Kapix Studio": { + "cats": [ + 51 + ], "js": [ "__initial_state__", "kapixversion" @@ -12704,17 +20522,30 @@ "website": "https://studio.kapix.fr" }, "Kapture CRM": { + "cats": [ + 52, + 53 + ], "js": [ "kap_chat_js", "kapchat" ], + "scriptSrc": [ + "\\.kapturecrm\\.com/.+\\?ver=([\\d\\.]+)\\;version:\\1" + ], "description": "Kapture CRM is an enterprise-grade SaaS-based customer support automation platform.", "website": "https://www.kapturecrm.com" }, "Karma": { + "cats": [ + 59 + ], "js": [ "karma.vars.version" ], + "scriptSrc": [ + "karma\\.mdpcdn\\.com" + ], "implies": [ "Node.js" ], @@ -12722,6 +20553,10 @@ "website": "https://karma-runner.github.io" }, "Karte": { + "cats": [ + 74, + 76 + ], "js": [ "__karte_live", "__karte_loaded", @@ -12732,14 +20567,23 @@ "website": "https://karte.io" }, "Kartra": { + "cats": [ + 32 + ], "js": [ "init_kartra_tracking", "kartra_tracking_loaded" ], + "scriptSrc": [ + "app\\.kartra\\.com" + ], "description": "Kartra is an online business platform that offers marketing and sales tools.", "website": "https://home.kartra.com" }, "Kasada": { + "cats": [ + 16 + ], "cookies": { "kp_uidz": "" }, @@ -12750,14 +20594,26 @@ "website": "https://www.kasada.io" }, "Keap": { + "cats": [ + 53 + ], + "scriptSrc": [ + "\\.infusionsoft\\.com/" + ], "description": "Keap offers an email marketing and sales platform for small businesses, including products to manage customers, customer relationship management, marketing, and ecommerce.", "website": "https://keap.com" }, "Keen Delivery": { + "cats": [ + 99 + ], "description": "Keen Delivery is a Dutch shipping platform ", "website": "https://www.keendelivery.com" }, "Keen-Slider": { + "cats": [ + 59 + ], "js": [ "keenslider" ], @@ -12765,12 +20621,19 @@ "website": "https://keen-slider.io" }, "Kemal": { + "cats": [ + 18, + 22 + ], "headers": { "x-powered-by": "kemal" }, "website": "https://kemalcr.com" }, "Kendo UI": { + "cats": [ + 66 + ], "js": [ "kendo", "kendo.version" @@ -12785,6 +20648,9 @@ "website": "https://www.telerik.com/kendo-ui" }, "Kentico CMS": { + "cats": [ + 1 + ], "cookies": { "cmscookielevel": "", "cmspreferredculture": "" @@ -12792,6 +20658,10 @@ "js": [ "cms.application" ], + "scriptSrc": [ + "/cmspages/getresource\\.ashx", + "/kentico\\.resource" + ], "meta": { "generator": [ "kentico cms ([\\d.r]+ \\(build [\\d.]+\\))\\;version:\\1" @@ -12801,14 +20671,23 @@ "website": "https://www.kentico.com" }, "Keptify": { + "cats": [ + 98 + ], "js": [ "_keptify.version", "keptify_base_url" ], + "scriptSrc": [ + "app\\.keptify\\.com/" + ], "description": "Keptify helps ecommerce sites of any size to increase sales and conversion rates by providing visitors with a personalised shopping experience.", "website": "https://keptify.com" }, "Kerberos": { + "cats": [ + 16 + ], "headers": { "www-authenticate": "^kerberos" }, @@ -12816,6 +20695,9 @@ "website": "https://tools.ietf.org/html/rfc4559" }, "Kestrel": { + "cats": [ + 22 + ], "headers": { "server": "^kestrel" }, @@ -12825,18 +20707,33 @@ "website": "https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel" }, "Ketch": { + "cats": [ + 67 + ], + "scriptSrc": [ + "\\.ketchcdn\\.com/" + ], "description": "Ketch is a data control platform that manages compliance with privacy regulations.", "website": "https://www.ketch.com" }, "Kevel": { + "cats": [ + 36 + ], "js": [ "ados", "adosresults" ], + "scriptSrc": [ + "adzerk\\.net/" + ], "description": "Kevel (formerly Adzerk) is a developer of ad-serving APIs to help developers build server-side ad platforms.", "website": "https://www.kevel.com" }, "KeyCDN": { + "cats": [ + 31 + ], "headers": { "server": "^keycdn-engine$" }, @@ -12844,10 +20741,17 @@ "website": "https://www.keycdn.com" }, "Keybase": { + "cats": [ + 16 + ], "description": "Keybase is for keeping everyone's chats and files safe, from families to communities to companies. MacOS, Windows, Linux, iPhone, and Android.", "website": "https://keybase.io/" }, "Kibana": { + "cats": [ + 29, + 25 + ], "headers": { "kbn-name": "kibana", "kbn-version": "^([\\d.]+)$\\;version:\\1" @@ -12863,20 +20767,37 @@ "website": "https://www.elastic.co/products/kibana" }, "Kibo Commerce": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn-tp\\d+\\.mozu\\.com" + ], "description": "Kibo Commerce is a enterprise ecommerce platform that offers a cloud-based, end-to-end commerce solution for retailers and branded manufacturers.", "website": "https://kibocommerce.com" }, "Kibo Personalization": { + "cats": [ + 76, + 74 + ], "js": [ "baynoteapi", "baynotejsversion", "certona.recommendations", "certonarecommendations" ], + "scriptSrc": [ + "\\.baynote\\.net", + "\\.certona\\.net" + ], "description": "Kibo Personalization is a omnichannel personalisation software powered by machine learning to deliver individualized customer experiences and powered by Monetate and Certona.", "website": "https://kibocommerce.com/personalization-software" }, "Kicksite": { + "cats": [ + 53 + ], "cookies": { "_kicksite_session": "" }, @@ -12884,10 +20805,16 @@ "website": "https://kicksite.com" }, "Kiliba": { + "cats": [ + 32 + ], "description": "Kiliba has developed a module that automates the marketing process from creating an email to distributing it.", "website": "https://en.kiliba.com" }, "Kindful": { + "cats": [ + 111 + ], "js": [ "bloomerang.version", "bloomerangloadstarted", @@ -12898,13 +20825,23 @@ "website": "https://kindful.com" }, "KineticJS": { + "cats": [ + 25 + ], "js": [ "kinetic", "kinetic.version" ], + "scriptSrc": [ + "kinetic(?:-v?([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1" + ], "website": "https://github.com/ericdrowell/KineticJS/" }, "Kinsta": { + "cats": [ + 62, + 88 + ], "headers": { "x-kinsta-cache": "" }, @@ -12914,10 +20851,19 @@ "website": "https://kinsta.com" }, "Kirki Customizer Framework": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/kirki/" + ], "description": "Kirki Customizer Framework is a toolkit allowing WordPress developers to use the Customizer and take advantage of its advanced features and flexibility by abstracting the code.", "website": "https://kirki.org" }, "Kitcart": { + "cats": [ + 6 + ], "implies": [ "Laravel", "PHP" @@ -12926,13 +20872,23 @@ "website": "https://kitcart.net" }, "Kiwi Sizing": { + "cats": [ + 76 + ], "js": [ "kiwisizing" ], + "scriptSrc": [ + "cdn\\.static\\.kiwisizing\\.com/" + ], "description": "Kiwi Sizing is a size chart and a recommender plugin on the Shopify platform.", "website": "https://www.kiwisizing.com" }, "Klarna Checkout": { + "cats": [ + 41, + 91 + ], "cookies": { "ku1-sid": "", "ku1-vid": "" @@ -12944,10 +20900,16 @@ "headers": { "content-security-policy": "\\.klarna(?:cdn|services)\\.(?:net|com)" }, + "scriptSrc": [ + "\\.klarnaservices\\.com/lib\\.js" + ], "description": "Klarna Checkout is a complete payment solution where Klarna handles a store's entire checkout.", "website": "https://www.klarna.com/international/" }, "Klaro": { + "cats": [ + 67 + ], "js": [ "klaro", "klaroconfig" @@ -12956,34 +20918,59 @@ "website": "https://heyklaro.com" }, "Klasha": { + "cats": [ + 41 + ], "js": [ "klashaclient" ], + "scriptSrc": [ + "klasha-integration\\.js" + ], "description": "Klasha is a payment solution provider that handles a store's entire checkout.", "website": "https://www.klasha.com/" }, "Klaviyo": { + "cats": [ + 32 + ], "js": [ "klaviyo", "klaviyosubscribe" ], + "scriptSrc": [ + "klaviyo\\.com" + ], "description": "Klaviyo is an email marketing platform for online businesses.", "website": "https://www.klaviyo.com/" }, "Klevu": { + "cats": [ + 29 + ], "js": [ "klevu.version", "klevu_apikey", "klevu_layout", "klevu_sessionid" ], + "scriptSrc": [ + "js\\.klevu\\.\\w+/klevu-js-v([\\d.]+)\\;version:\\1" + ], "description": "Klevu is a highly advanced AI-Powered search solution for ecommerce platforms.", "website": "https://www.klevu.com" }, "KlickPages": { + "cats": [ + 32, + 51 + ], "js": [ "klickart.analytics" ], + "scriptSrc": [ + "\\.klickpages\\.com\\.br/" + ], "meta": { "klickart:url": [] }, @@ -12991,14 +20978,26 @@ "website": "https://klickpages.com.br" }, "Klickly": { + "cats": [ + 36 + ], + "scriptSrc": [ + "analytics\\.klickly\\.com/pixel\\.js\\?v=([\\d\\.]+)\\;version:\\1" + ], "description": "Klickly is an invite-only, commission-based advertising platform.", "website": "https://www.klickly.com" }, "Knak": { + "cats": [ + 75 + ], "description": "Knak is a platform that provides customisable email and landing page templates to simplify the creation of visually appealing marketing campaigns.", "website": "https://knak.com" }, "Knockout.js": { + "cats": [ + 12 + ], "js": [ "ko.version" ], @@ -13006,13 +21005,24 @@ "website": "https://knockoutjs.com" }, "Ko-fi": { + "cats": [ + 5, + 111 + ], "js": [ "kofiwidget2" ], + "scriptSrc": [ + "ko-fi\\.com/widgets" + ], "description": "Ko-fi is an online platform that helps content creators get the financial support.", "website": "https://ko-fi.com" }, "Koa": { + "cats": [ + 18, + 22 + ], "headers": { "x-powered-by": "^koa$" }, @@ -13022,13 +21032,24 @@ "website": "https://koajs.com" }, "Koala": { + "cats": [ + 10, + 53 + ], "js": [ "koalasdk" ], + "scriptSrc": [ + "cdn\\.getkoala\\.com/" + ], "description": "Koala is an analytical product with CRM features that helps businesses efficiently identify and track prospects, providing valuable insights and streamlining the sales process.", "website": "https://getkoala.com/" }, "Koala Framework": { + "cats": [ + 1, + 18 + ], "html": [ "\u003c!--[^\u003e]+this website is powered by koala web framework cms" ], @@ -13043,6 +21064,9 @@ "website": "https://koala-framework.org" }, "KobiMaster": { + "cats": [ + 6 + ], "js": [ "kmgetsession", "kmpageinfo" @@ -13053,6 +21077,9 @@ "website": "https://www.kobimaster.com.tr" }, "Koha": { + "cats": [ + 50 + ], "js": [ "koha" ], @@ -13072,6 +21099,9 @@ "website": "https://koha-community.org/" }, "Kohana": { + "cats": [ + 18 + ], "cookies": { "kohanasession": "" }, @@ -13084,6 +21114,9 @@ "website": "https://kohanaframework.org" }, "Koken": { + "cats": [ + 1 + ], "cookies": { "koken_referrer": "" }, @@ -13091,6 +21124,9 @@ "\u003c!--\\s+koken debugging", "\u003chtml lang=\"en\" class=\"k-source-essays k-lens-essays\"\u003e" ], + "scriptSrc": [ + "koken(?:\\.js\\?([\\d.]+)|/storage)\\;version:\\1" + ], "meta": { "generator": [ "koken ([\\d.]+)\\;version:\\1" @@ -13103,6 +21139,9 @@ "website": "https://koken.me" }, "Komodo CMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "^komodo cms" @@ -13114,14 +21153,23 @@ "website": "https://www.komodocms.com" }, "Konduto": { + "cats": [ + 16 + ], "js": [ "getkondutoid", "konduto" ], + "scriptSrc": [ + "\\.k-analytix\\.com" + ], "description": "Konduto is a fraud detection service for ecommerce.", "website": "https://www.konduto.com" }, "Kong": { + "cats": [ + 64 + ], "headers": { "via": "^kong/([\\d\\.]+)(?:.+)?$\\;version:\\1" }, @@ -13129,6 +21177,9 @@ "website": "https://konghq.com" }, "Kontent.ai": { + "cats": [ + 1 + ], "headers": { "content-security-policy": "\\.kc-usercontent\\.com" }, @@ -13136,6 +21187,9 @@ "website": "https://kontent.ai" }, "Koobi": { + "cats": [ + 1 + ], "html": [ "\u003c!--[^k\u003e-]+koobi ([a-z\\d.]+)\\;version:\\1" ], @@ -13147,15 +21201,24 @@ "website": "https://dream4.de/cms" }, "Kooboo CMS": { + "cats": [ + 1 + ], "headers": { "x-kooboocms-version": "^(.+)$\\;version:\\1" }, + "scriptSrc": [ + "/kooboo" + ], "implies": [ "Microsoft ASP.NET" ], "website": "https://kooboo.com" }, "Kooomo": { + "cats": [ + 6 + ], "meta": { "generator": [ "kooomo(?: v([\\d.]+))?\\;version:\\1" @@ -13169,21 +21232,40 @@ "website": "https://www.kooomo.com" }, "Kotisivukone": { + "cats": [ + 1 + ], + "scriptSrc": [ + "kotisivukone(?:\\.min)?\\.js" + ], "website": "https://www.kotisivukone.fi" }, "Kotlin": { + "cats": [ + 27 + ], "description": "Kotlin is a general purpose, free, open-source, statically typed “pragmatic” programming language initially designed for the JVM (Java Virtual Machine) and Android that combines object-oriented and functional programming features.", "website": "https://kotlinlang.org" }, "Kount": { + "cats": [ + 10, + 16 + ], "js": [ "ka.clientsdk", "ka.collectdata" ], + "scriptSrc": [ + "shopify\\.kount\\.net/js" + ], "description": "Kount is a suite of fraud detection and prevention solutions for ecommerce businesses.", "website": "https://kount.com" }, "Ktor": { + "cats": [ + 18 + ], "headers": { "server": "^ktor/debug$", "x-engine": "^ktor$" @@ -13195,9 +21277,15 @@ "website": "https://ktor.io" }, "Kubernetes Dashboard": { + "cats": [ + 47 + ], "website": "https://kubernetes.io/" }, "Kudobuzz": { + "cats": [ + 90 + ], "js": [ "kudos.apiserver" ], @@ -13208,9 +21296,16 @@ "website": "https://kudobuzz.com/" }, "KueskiPay": { + "cats": [ + 41, + 91 + ], "js": [ "kueskypushhead" ], + "scriptSrc": [ + "cdn\\.kueskipay\\.com" + ], "implies": [ "Cart Functionality" ], @@ -13218,13 +21313,23 @@ "website": "https://kueskipay.com/" }, "Kustomer": { + "cats": [ + 52, + 53 + ], "js": [ "kustomer" ], + "scriptSrc": [ + "cdn\\.kustomerapp\\.com" + ], "description": "Kustomer is a CRM platform.", "website": "https://www.kustomer.com/" }, "Kwai pixel": { + "cats": [ + 10 + ], "js": [ "kwaianalyticsobject", "kwaiq" @@ -13233,6 +21338,9 @@ "website": "https://www.kwai.com" }, "LEPTON": { + "cats": [ + 1 + ], "meta": { "generator": [ "lepton" @@ -13244,6 +21352,9 @@ "website": "https://www.lepton-cms.org" }, "LGC": { + "cats": [ + 1 + ], "meta": { "generator": [ "^lgc$" @@ -13253,6 +21364,9 @@ "website": "https://luigigabrieleconti.com" }, "LINE Login": { + "cats": [ + 69 + ], "js": [ "constants.authorization_request_url" ], @@ -13260,20 +21374,35 @@ "website": "https://developers.line.biz/en/services/line-login/" }, "LKQD": { + "cats": [ + 36 + ], "js": [ "lkqd_http_response", "lkqdcall", "lkqderrorcount", "lkqdsettings" ], + "scriptSrc": [ + "\\.lkqd\\.net" + ], "description": "LKQD is a video advertising platform that enables publishers to serve video ads across multiple devices and formats.", "website": "https://wiki.lkqd.com" }, "LOU": { + "cats": [ + 58 + ], + "scriptSrc": [ + "cdn\\.louassist\\.com*" + ], "description": "LOU is a Digital Adoption Platform that streamlines user onboarding and training.", "website": "https://www.louassist.com" }, "Lagoon": { + "cats": [ + 62 + ], "headers": { "x-lagoon": "" }, @@ -13281,23 +21410,42 @@ "website": "https://lagoon.sh/" }, "Landbot": { + "cats": [ + 52 + ], "js": [ "initlandbot", "landbotlivechat" ], + "scriptSrc": [ + "\\.landbot\\.io/.*-([\\d\\.]+)\\.js" + ], "description": "Landbot is a no code conversational chatbots, conversational landing pages and website, interactive survey and lead generation bot.", "website": "https://landbot.io" }, "LandingPress": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/landingpress-wp/.+script\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "LandingPress is a WordPress theme.", "website": "https://landingpress.net" }, "LangShop": { + "cats": [ + 100, + 89 + ], "js": [ "langshop", "langshopconfig", "langshopsdk" ], + "scriptSrc": [ + "\\.langshop\\.app/" + ], "implies": [ "Shopify" ], @@ -13305,6 +21453,9 @@ "website": "https://langshop.io" }, "Laravel": { + "cats": [ + 18 + ], "cookies": { "laravel_session": "" }, @@ -13318,6 +21469,9 @@ "website": "https://laravel.com" }, "Laravel Echo": { + "cats": [ + 59 + ], "js": [ "echo.connector", "echo.connector" @@ -13329,6 +21483,13 @@ "website": "https://laravel.com/docs/broadcasting#client-side-installation" }, "Laterpay": { + "cats": [ + 41, + 91 + ], + "scriptSrc": [ + "https?://connectormwi\\.laterpay\\.net/([0-9.]+)[a-za-z-]*/live/[\\w-]+\\.js\\;version:\\1" + ], "meta": { "laterpay:connector:callbacks:on_user_has_access": [ "deobfuscatetext" @@ -13338,22 +21499,38 @@ "website": "https://www.laterpay.net/" }, "LatitudePay": { + "cats": [ + 91 + ], "js": [ "checkout.enabledpayments.latitudepay", "wc_ga_pro.available_gateways.latitudepay" ], + "scriptSrc": [ + "\\.latitudepayapps\\.com/" + ], "description": "LatitudePay is an interest-free, buy now, pay later solution.", "website": "https://www.latitudepay.com" }, "LaunchDarkly": { + "cats": [ + 85 + ], "js": [ "ddc.ws.state", "launchdarkly" ], + "scriptSrc": [ + "(?:\\.|\\-)launchdarkly(?:\\.com/|\\-sdk\\.)" + ], "description": "LaunchDarkly is a continuous delivery and feature flags as a service platform that integrates into a company's current development cycle.", "website": "https://launchdarkly.com" }, "Launchrock": { + "cats": [ + 51, + 75 + ], "js": [ "lrignition", "lrignition", @@ -13361,10 +21538,16 @@ "lrsiterenderingdata.apiendpoint", "lrsitesettingasboolean" ], + "scriptSrc": [ + "builder\\.launchrock\\.com" + ], "description": "Launchrock is an online tool designed to help capture email addresses and create online product launching events.", "website": "https://www.launchrock.com" }, "LayBuy": { + "cats": [ + 91 + ], "js": [ "checkout.enabledpayments.laybuy", "laybuyenablecart", @@ -13372,10 +21555,21 @@ "laybuymoneyoverides", "wc_ga_pro.available_gateways.laybuy" ], + "scriptSrc": [ + "/wp-content/plugins/woo-laybuy/", + "\\.laybuy\\.com/" + ], "description": "Laybuy is a payment service that lets you receive your purchase now and spread the total cost over 6 weekly automatic payments interest free.", "website": "https://www.laybuy.com" }, "LayoutHub": { + "cats": [ + 100, + 51 + ], + "scriptSrc": [ + "app\\.layouthub\\.com/shopify/layouthub\\.js" + ], "implies": [ "Shopify" ], @@ -13383,6 +21577,9 @@ "website": "https://layouthub.com" }, "Layui": { + "cats": [ + 66 + ], "js": [ "layui.v" ], @@ -13390,6 +21587,9 @@ "website": "https://layui.gitee.io" }, "Lazada": { + "cats": [ + 6 + ], "meta": { "aplus-auto-exp": [ "lzdhome\\.desktop\\." @@ -13399,6 +21599,10 @@ "website": "https://www.lazada.com" }, "LazySizes": { + "cats": [ + 59, + 92 + ], "js": [ "lazysizes", "lazysizesconfig" @@ -13407,32 +21611,60 @@ "website": "https://github.com/aFarkas/lazysizes" }, "LazySizes unveilhooks plugin": { + "cats": [ + 59, + 92 + ], + "scriptSrc": [ + "ls\\.unveilhooks(?:\\.min)?\\.js" + ], "description": "LazySizes unveilhooks plugin extends lazySizes to lazyload scripts/widgets, background images, styles and video/audio elements.", "website": "https://github.com/aFarkas/lazysizes/tree/gh-pages/plugins/unveilhooks" }, "LeadChat": { + "cats": [ + 53 + ], + "scriptSrc": [ + "(?://|\\.)chatsystem\\.io/" + ], "description": "LeadChat offers live-operators and CRM solutions that utilise LiveChat chat software to facilitate real-time engagement with website visitors for businesses.", "website": "https://www.leadchat.com" }, "Leadfeeder": { + "cats": [ + 10 + ], "js": [ "ldfdr.gettracker" ], "headers": { "content-security-policy": "\\.(?:lfeeder|leadfeeder)\\.com" }, + "scriptSrc": [ + "\\.leadfeeder\\.com/" + ], "description": "Leadfeeder is a B2B visitor identification software that tracks and identifies companies that visit your website.", "website": "https://www.leadfeeder.com" }, "Leadinfo": { + "cats": [ + 10 + ], "js": [ "globalleadinfonamespace", "leadinfo" ], + "scriptSrc": [ + "cdn\\.leadinfo\\.net" + ], "description": "Leadinfo is a lead generation software that enables you to recognise B2B website visitors.", "website": "https://www.leadinfo.com" }, "Leadster": { + "cats": [ + 52 + ], "js": [ "neurolead.convoscript", "neurolead.elchatbot", @@ -13442,15 +21674,28 @@ "website": "https://leadster.com.br" }, "Leaflet": { + "cats": [ + 35 + ], "js": [ "l.distancegrid", "l.posanimation", "l.version" ], + "scriptSrc": [ + "leaflet.{0,32}\\.js(?!.+shopify)" + ], "description": "Leaflet is the open-source JavaScript library for mobile-friendly interactive maps.", "website": "https://leafletjs.com" }, "Leaflet platform": { + "cats": [ + 100, + 74 + ], + "scriptSrc": [ + "scripts\\.leaflet\\.co/" + ], "implies": [ "Shopify" ], @@ -13458,29 +21703,53 @@ "website": "https://join.leaflet.co" }, "Leanplum": { + "cats": [ + 32, + 74 + ], "js": [ "leanplum" ], + "scriptSrc": [ + "npm/leanplum-sdk\\@([\\d.]+)\\;version:\\1" + ], "description": "Leanplum is a multi-channel messaging and campaign orchestration platform.", "website": "https://www.leanplum.com" }, "LearnDash": { + "cats": [ + 21, + 87 + ], "description": "LearnDash is a WordPress plugin that enables the creation and management of online courses, quizzes, and educational content within a website.", "website": "https://www.learndash.com" }, "LearnWorlds": { + "cats": [ + 21 + ], "js": [ "lwclient.ebooks", "lwsettings.deactive_components" ], + "scriptSrc": [ + "cdn\\.mycourse\\.app/v([\\d\\.]+)/\\;version:\\1" + ], "description": "LearnWorlds is a powerful yet lightweight, user-friendly, white-labeled cloud-based LMS ideal for versatile employee training.", "website": "https://www.learnworlds.com" }, "Leaseweb": { + "cats": [ + 63, + 88 + ], "description": "Leaseweb is an Infrastructure-as-a-Service (IaaS) provider offering dedicated servers, CDN, cloud hosting and hybrid cloud on a global network.", "website": "https://www.leaseweb.com" }, "Lede": { + "cats": [ + 1 + ], "js": [ "ledechartbeatviews", "ledeengagement", @@ -13502,13 +21771,22 @@ "website": "https://joinlede.com/" }, "Legal Monster": { + "cats": [ + 67 + ], "js": [ "legal.__version__" ], + "scriptSrc": [ + "\\.legalmonster\\.com/" + ], "description": "Legal Monster is a consent and privacy management solution, which helps businesses maintain compliance with ePrivacy, marketing requirements and General Data Protection Regulation (GDPR).", "website": "https://www.legalmonster.com" }, "Lemon Squeezy": { + "cats": [ + 41 + ], "js": [ "lemonsqueezy", "lemonsqueezyaffiliateconfig" @@ -13517,10 +21795,19 @@ "website": "https://www.lemonsqueezy.com" }, "Lengow": { + "cats": [ + 19 + ], + "scriptSrc": [ + "\\.lengow\\.com/" + ], "description": "Lengow is an ecommerce automation solution that enables brands and retailers to integrate, structure and optimise their product content across all distribution channels: marketplaces, comparison shopping engines, affiliate platforms, display and retargeting.", "website": "https://www.lengow.com" }, "Lenis": { + "cats": [ + 59 + ], "js": [ "lenisversion" ], @@ -13528,6 +21815,9 @@ "website": "https://lenis.studiofreight.com" }, "Leptos": { + "cats": [ + 18 + ], "js": [ "__leptos_pending_resources", "__leptos_resolved_resources", @@ -13536,6 +21826,9 @@ "html": [ "\u003c!--hk=_.*" ], + "scripts": [ + "export function microtask\\(f\\)\\;confidence:75" + ], "implies": [ "Rust" ], @@ -13543,24 +21836,40 @@ "website": "https://leptos.dev" }, "Less": { + "cats": [ + 19 + ], "html": [ "\u003clink[^\u003e]+ rel=\"stylesheet/less\"" ], "website": "https://lesscss.org" }, "Let's Encrypt": { + "cats": [ + 70 + ], "description": "Let's Encrypt is a free, automated, and open certificate authority.", "website": "https://letsencrypt.org/" }, "Letro": { + "cats": [ + 90, + 96 + ], "js": [ "__letrougcgadget", "letrougcset" ], + "scriptSrc": [ + "letro\\.jp/tags" + ], "description": "Letro is a UGC and review tool for ecommerce platforms.", "website": "https://service.aainc.co.jp/product/letro/" }, "Levar": { + "cats": [ + 105 + ], "js": [ "levar.session_info", "levar_onload_variant_id", @@ -13570,6 +21879,9 @@ "website": "https://levar.io" }, "Level 5": { + "cats": [ + 51 + ], "js": [ "l5_inventory_url" ], @@ -13577,6 +21889,9 @@ "website": "https://level5advertising.com/websites/" }, "Lever": { + "cats": [ + 101 + ], "headers": { "content-security-policy": "\\.lever\\.co" }, @@ -13584,18 +21899,37 @@ "website": "https://www.lever.co" }, "Lexity": { + "cats": [ + 10 + ], + "scriptSrc": [ + "\\.lexity\\.com/" + ], "description": "Lexity is the one-stop-shop of ecommerce services for SMBs.", "website": "https://lexity.com" }, "Liberapay": { + "cats": [ + 41 + ], + "scriptSrc": [ + "//liberapay\\.com/" + ], "description": "Liberapay is a non-profit organisation subscription payment platform.", "website": "https://liberapay.com/" }, "Libravatar": { + "cats": [ + 19 + ], "description": "Libravatar is a service for fetching avatar images for e-mail addresses and OpenIDs in a privacy respecting way.", "website": "https://www.libravatar.org/" }, "Lieferando": { + "cats": [ + 1, + 93 + ], "js": [ "tealium.pagedata.country" ], @@ -13603,6 +21937,9 @@ "website": "https://www.lieferando.de" }, "Liferay": { + "cats": [ + 1 + ], "js": [ "liferay" ], @@ -13616,6 +21953,9 @@ "website": "https://www.liferay.com/" }, "Lift": { + "cats": [ + 18 + ], "headers": { "x-lift-version": "(.+)\\;version:\\1" }, @@ -13625,6 +21965,9 @@ "website": "https://liftweb.net" }, "LightMon Engine": { + "cats": [ + 1 + ], "cookies": { "lm_online": "" }, @@ -13642,51 +21985,95 @@ "website": "https://lightmon.ru" }, "Lightbox": { + "cats": [ + 59 + ], "js": [ "lightbox.$lightbox", "lightbox.activeimage" ], + "scriptSrc": [ + "lightbox(?:-plus-jquery)?.{0,32}\\.js" + ], "description": "Lightbox is small javascript library used to overlay images on top of the current page.", "website": "https://lokeshdhakar.com/projects/lightbox2/" }, "Lightning": { + "cats": [ + 80 + ], "js": [ "lightningopt.header_scrool" ], + "scriptSrc": [ + "/wp-content/themes/lightning(?:-pro)?/.+lightning\\.min\\.js(?:.+ver=([\\d\\.]+))?\\;version:\\1" + ], "description": "Lightning is a very simple and easy to customize WordPress theme which is based on the Bootstrap.", "website": "https://lightning.vektor-inc.co.jp/en/" }, "Lightspeed eCom": { + "cats": [ + 6 + ], "html": [ "\u003c!-- \\[start\\] 'blocks/head\\.rain' --\u003e" ], + "scriptSrc": [ + "http://assets\\.webshopapp\\.com" + ], "website": "https://www.lightspeedhq.com/products/ecommerce/" }, "LimeChat": { + "cats": [ + 52 + ], + "scriptSrc": [ + "\\.limechat\\.ai/" + ], "description": "LimeChat is India's first level-3 AI chatbot company.", "website": "https://www.limechat.ai" }, "LimeSpot": { + "cats": [ + 76 + ], "js": [ "limespot.cartitems", "limespot.recommendations" ], + "scriptSrc": [ + "\\.personalizer\\.io/" + ], "description": "LimeSpot is an AI-powered personalisation platform for marketers and ecommerce professionals.", "website": "https://www.limespot.com" }, "Limepay": { + "cats": [ + 91 + ], "js": [ "limepayidentity", "wc_ga_pro.available_gateways.limepay" ], + "scriptSrc": [ + "/limepay-installment-show\\.js", + "/wp-content/plugins/limepay-v\\d+/" + ], "description": "Limepay is a buy now, pay later platform that's fully integrated with the merchant's payment platform.", "website": "https://www.limepay.com.au" }, "Limit Login Attempts Reloaded": { + "cats": [ + 87, + 16 + ], "description": "Limit Login Attempts Reloaded stops brute-force attacks and optimizes your site performance by limiting the number of login attempts that are possible through the normal login as well as XMLRPC, Woocommerce and custom login pages.", "website": "https://www.limitloginattempts.com" }, "Linen": { + "cats": [ + 2 + ], "js": [ "__next_data__.props.pageprops.currentcommunity.logourl" ], @@ -13698,13 +22085,23 @@ "website": "https://www.linen.dev" }, "LinkMink": { + "cats": [ + 10, + 71 + ], "js": [ "linkmink" ], + "scriptSrc": [ + "cdn\\.linkmink\\.com/lm-js/([\\d\\.]+)/\\;version:\\1" + ], "description": "LinkMink is an affiliate tracking and management for SaaS companies.", "website": "https://linkmink.com" }, "Linkedin Ads": { + "cats": [ + 36 + ], "headers": { "content-security-policy": "px\\.ads\\.linkedin\\.com" }, @@ -13715,23 +22112,42 @@ "website": "https://business.linkedin.com/marketing-solutions/ads" }, "Linkedin Insight Tag": { + "cats": [ + 10 + ], "js": [ "_linkedin_data_partner_id", "_linkedin_partner_id", "oribi" ], + "scripts": [ + "_linkedin_partner_id" + ], + "scriptSrc": [ + "cdn\\.oribi\\.io", + "snap\\.licdn\\.com/li\\.lms-analytics/insight\\.min\\.js" + ], "description": "LinkedIn Insight Tag is a lightweight JavaScript tag that powers conversion tracking, website audiences, and website demographics.", "website": "https://business.linkedin.com/marketing-solutions/insight-tag" }, "Linkedin Sign-in": { + "cats": [ + 69 + ], "js": [ "onlinkedinauth", "onlinkedinload" ], + "scriptSrc": [ + "platform\\.linkedin\\.com/(?:.*)?in\\.js(?:\\?version)?([\\d.]+)?\\;version:\\1" + ], "description": "Linkedin Sign-In is an authentication system that reduces the burden of login for users, by enabling them to sign in with their Linkedin account.", "website": "https://www.linkedin.com/developers" }, "Linx Commerce": { + "cats": [ + 6 + ], "js": [ "ezgacfg.config.store", "ezgacfg.shopper", @@ -13741,6 +22157,10 @@ "website": "https://www.linx.com.br/linx-commerce" }, "Linx Impulse": { + "cats": [ + 77, + 76 + ], "js": [ "linx.banner", "linximpulse.config", @@ -13750,6 +22170,10 @@ "website": "https://www.linx.com.br/linx-impulse" }, "Liquid Web": { + "cats": [ + 62, + 88 + ], "headers": { "x-lw-cache": "" }, @@ -13757,20 +22181,38 @@ "website": "https://www.liquidweb.com" }, "List.js": { + "cats": [ + 59 + ], "js": [ "list" ], + "scriptSrc": [ + "@([\\d.]+)/(?:/dist)?list\\.(?:min\\.)?js\\;version:\\1", + "list\\.js/\\;confidence:50" + ], "website": "https://listjs.com" }, "Listrak": { + "cats": [ + 32, + 97 + ], "js": [ "_ltksignup", "_ltksubscriber" ], + "scriptSrc": [ + "(?:cdn|s1)\\.listrakbi\\.com", + "services\\.listrak\\.com" + ], "description": "Listrak is a AI-based marketing automation and CRM solutions that unify, interpret and personalise data to engage customer across channels and devices.", "website": "https://www.listrak.com" }, "LiteSpeed": { + "cats": [ + 22 + ], "headers": { "server": "^litespeed$" }, @@ -13778,6 +22220,10 @@ "website": "https://litespeedtech.com" }, "Litespeed Cache": { + "cats": [ + 23, + 87 + ], "headers": { "x-litespeed-cache": "", "x-turbo-charged-by": "litespeed" @@ -13786,6 +22232,9 @@ "website": "https://wordpress.org/plugins/litespeed-cache/" }, "Lithium": { + "cats": [ + 1 + ], "cookies": { "lithiumvisitor": "" }, @@ -13801,6 +22250,9 @@ "website": "https://www.lithium.com" }, "Littledata": { + "cats": [ + 100 + ], "js": [ "littledatalayer", "littledatalayer.version" @@ -13812,6 +22264,9 @@ "website": "https://www.littledata.io" }, "Live Story": { + "cats": [ + 1 + ], "js": [ "livestory", "lshelpers" @@ -13819,6 +22274,9 @@ "website": "https://www.livestory.nyc/" }, "LiveAgent": { + "cats": [ + 52 + ], "js": [ "liveagent" ], @@ -13826,6 +22284,13 @@ "website": "https://www.liveagent.com" }, "LiveCanvas": { + "cats": [ + 87, + 51 + ], + "scriptSrc": [ + "/wp-content/plugins/livecanvas/" + ], "implies": [ "Bootstrap" ], @@ -13833,13 +22298,23 @@ "website": "https://livecanvas.com" }, "LiveChat": { + "cats": [ + 52 + ], "js": [ "livechatwidget" ], + "scriptSrc": [ + "cdn\\.livechatinc\\.com/.*tracking\\.js" + ], "description": "LiveChat is an online customer service software with online chat, help desk software, and web analytics capabilities.", "website": "https://www.livechat.com/" }, "LiveHelp": { + "cats": [ + 52, + 53 + ], "js": [ "lhready" ], @@ -13847,42 +22322,79 @@ "website": "https://www.livehelp.it" }, "LiveIntent": { + "cats": [ + 75, + 36 + ], "js": [ "li.advertiserid" ], + "scriptSrc": [ + "\\.liadm\\.com" + ], "description": "LiveIntent is an email ad monetization platform.", "website": "https://www.liveintent.com" }, "LiveJournal": { + "cats": [ + 11 + ], "description": "LiveJournal is a social networking service where users can keep a blog, journal or diary.", "website": "https://www.livejournal.com" }, "LivePerson": { + "cats": [ + 52 + ], "js": [ "lptag.chronos" ], + "scriptSrc": [ + "\\.(?:liveperson|contactatonce)?\\.(?:com|net|co\\.uk)/" + ], "description": "LivePerson is a tool for conversational chatbots and messaging.", "website": "https://www.liveperson.com" }, "LiveRamp DPM": { + "cats": [ + 36 + ], "js": [ "dpmcomscorevars" ], + "scriptSrc": [ + "c\\.tvpixel\\.com/js/current/dpm_pixel_min\\.js" + ], "description": "LiveRamp DPM is a TV advertising metrics and analytics platform.", "website": "https://liveramp.com/data-plus-math" }, "LiveRamp PCM": { + "cats": [ + 67 + ], "js": [ "wpjsonpliverampgdprcmp" ], + "scriptSrc": [ + "gdpr\\.privacymanager\\.io" + ], "description": "LiveRamp PCM is a preference and consent management platform that enables comply with the ePrivacy Directive, GDPR, CCPA, and other data protection and privacy laws and regulations.", "website": "https://liveramp.com/our-platform/preference-consent-management" }, "LiveSession": { + "cats": [ + 10 + ], + "scriptSrc": [ + "cdn\\.livesession\\.io" + ], "description": "LiveSession helps increase conversion rates using session replays, and event-based product analytics.", "website": "https://livesession.io/" }, "LiveStreet CMS": { + "cats": [ + 1 + ], "js": [ "livestreet_security_key" ], @@ -13895,6 +22407,9 @@ "website": "https://livestreetcms.com" }, "LiveZilla": { + "cats": [ + 52 + ], "js": [ "lz_chat_execute", "lz_code_id", @@ -13904,6 +22419,9 @@ "website": "https://www.livezilla.net" }, "Livefyre": { + "cats": [ + 15 + ], "js": [ "fyre", "fyreloader", @@ -13913,10 +22431,16 @@ "html": [ "\u003c[^\u003e]+(?:id|class)=\"livefyre" ], + "scriptSrc": [ + "livefyre_init\\.js" + ], "description": "Livefyre is a platform that integrates with the social web to boost social interaction.", "website": "https://livefyre.com" }, "Liveinternet": { + "cats": [ + 10 + ], "html": [ "\u003c!--/liveinternet--\u003e", "\u003c!--liveinternet counter--\u003e", @@ -13926,6 +22450,13 @@ "website": "https://liveinternet.ru/rating/" }, "Livescale": { + "cats": [ + 100, + 103 + ], + "scriptSrc": [ + "\\.livescale\\.tv/" + ], "implies": [ "Shopify" ], @@ -13933,12 +22464,19 @@ "website": "https://www.livescale.tv" }, "Livewire": { + "cats": [ + 18, + 19 + ], "js": [ "livewire" ], "html": [ "\u003c[^\u003e]{1,512}\\bwire:" ], + "scriptSrc": [ + "livewire(?:\\.min)?\\.js" + ], "implies": [ "Laravel" ], @@ -13946,6 +22484,9 @@ "website": "https://laravel-livewire.com" }, "LlamaLink Cloud Server": { + "cats": [ + 22 + ], "headers": { "server": "^llamalink" }, @@ -13956,6 +22497,9 @@ "website": "https://llamalink.net" }, "Loadable-Components": { + "cats": [ + 59 + ], "js": [ "__loadable_loaded_chunks__" ], @@ -13963,6 +22507,13 @@ "website": "https://github.com/gregberge/loadable-components" }, "Loadify": { + "cats": [ + 92, + 100 + ], + "scriptSrc": [ + "\\.loadifyapp\\.ninety9\\.dev" + ], "implies": [ "Shopify" ], @@ -13970,6 +22521,9 @@ "website": "https://apps.shopify.com/loadify" }, "LocalFocus": { + "cats": [ + 25 + ], "html": [ "\u003ciframe[^\u003e]+\\blocalfocus\\b" ], @@ -13980,10 +22534,16 @@ "website": "https://www.localfocus.nl/en/" }, "Localised": { + "cats": [ + 106 + ], "description": "Localised is local-first ecommerce platform.", "website": "https://www.localised.com" }, "Locksmith": { + "cats": [ + 100 + ], "js": [ "locksmith" ], @@ -13994,6 +22554,9 @@ "website": "https://apps.shopify.com/locksmith" }, "LocomotiveCMS": { + "cats": [ + 1 + ], "html": [ "\u003clink[^\u003e]*/sites/[a-z\\d]{24}/theme/stylesheets" ], @@ -14004,29 +22567,50 @@ "website": "https://www.locomotivecms.com" }, "Lodash": { + "cats": [ + 59 + ], "js": [ "_.differenceby", "_.templatesettings.imports._.templatesettings.imports._.version", "_.version" ], + "scriptSrc": [ + "lodash.*\\.js" + ], "description": "Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.", "website": "https://www.lodash.com" }, "LogRocket": { + "cats": [ + 10 + ], "js": [ "logrocket._buffer" ], + "scriptSrc": [ + "cdn\\.(?:lr-ingest|logrocket)\\.(?:com|io)" + ], "description": "LogRocket is a logging and session replay platform that helps developers identify and troubleshoot issues in web applications by recording and replaying user sessions, along with capturing logs and user interactions in real-time.", "website": "https://logrocket.com" }, "Loggly": { + "cats": [ + 10 + ], "js": [ "logglytracker" ], + "scriptSrc": [ + "\\.loggly\\.com/" + ], "description": "Loggly is a cloud-based log management service provider.", "website": "https://www.loggly.com" }, "LogiCommerce": { + "cats": [ + 6 + ], "js": [ "logicommerceglobal" ], @@ -14040,6 +22624,9 @@ "website": "https://www.logicommerce.com" }, "Login with Amazon": { + "cats": [ + 69 + ], "js": [ "onamazonloginready" ], @@ -14047,20 +22634,44 @@ "website": "https://developer.amazon.com/apps-and-games/login-with-amazon" }, "LoginRadius": { + "cats": [ + 69 + ], "js": [ "loginradius", "loginradiusdefaults", "loginradiussdk", "loginradiusutility" ], + "scriptSrc": [ + "\\.loginradius\\.com", + "\\.lrcontent\\.com" + ], "description": "LoginRadius is a cloud based SaaS Customer Identity Access Management platform based in Canada.", "website": "https://www.loginradius.com" }, + "Loglib": { + "cats": [ + 10 + ], + "js": [ + "llc", + "lli" + ], + "description": "Loglib is a Open Source and Privacy-First web analytics that aims to provide simple yet can be powerful based on your needs.", + "website": "https://www.loglib.io" + }, "LogoiX": { + "cats": [ + 99 + ], "description": "LogoiX is a German shipping company.", "website": "https://www.logoix.com" }, "Loja Integrada": { + "cats": [ + 6 + ], "js": [ "loja_id" ], @@ -14070,6 +22681,12 @@ "website": "https://lojaintegrada.com.br/" }, "Loja Mestre": { + "cats": [ + 6 + ], + "scriptSrc": [ + "lojamestre\\.\\w+\\.br" + ], "meta": { "webmaster": [ "www\\.lojamestre\\.\\w+\\.br" @@ -14079,22 +22696,41 @@ "website": "https://www.lojamestre.com.br/" }, "Loja Virtual": { + "cats": [ + 6 + ], "js": [ "id_loja_virtual", "link_loja_virtual", "loja_sem_dominio" ], + "scriptSrc": [ + "/js/ljvt_v(\\d+)/\\;version:\\1\\;confidence:20", + "cdn1\\.solojavirtual\\.com" + ], "description": "Loja Virtual is an all-in-one ecommerce platform from Brazil.", "website": "https://www.lojavirtual.com.br" }, "Loja2": { + "cats": [ + 6 + ], + "scriptSrc": [ + "loja2\\.com\\.br" + ], "description": "Loja2 is an all-in-one ecommerce platform from Brazil.", "website": "https://www.loja2.com.br" }, "Loom": { + "cats": [ + 103 + ], "website": "https://www.loom.com" }, "Loop Returns": { + "cats": [ + 102 + ], "js": [ "loop.config.variantparam", "looponstore" @@ -14103,6 +22739,10 @@ "website": "https://www.loopreturns.com" }, "Loop54": { + "cats": [ + 29, + 76 + ], "cookies": { "loop54user": "" }, @@ -14113,21 +22753,37 @@ "website": "https://www.loop54.com" }, "Lootly": { + "cats": [ + 84, + 94 + ], "js": [ "lootly.config", "lootlywidgetinit" ], + "scriptSrc": [ + "lootly\\.io/" + ], "description": "Lootly is a loyalty and referral marketing automation software suite for ecommerce businesses.", "website": "https://lootly.io" }, "Loox": { + "cats": [ + 90 + ], "js": [ "loox_global_hash" ], + "scriptSrc": [ + "loox\\.io/widget" + ], "description": "Loox is a reviews app for Shopify that helps you gather reviews and user-generated photos from your customers.", "website": "https://loox.app" }, "Loqate": { + "cats": [ + 19 + ], "js": [ "loqateaccountcode", "pca.platform.productlist" @@ -14136,27 +22792,50 @@ "website": "https://www.loqate.com" }, "LottieFiles": { + "cats": [ + 19 + ], "js": [ "lottie.version" ], + "scriptSrc": [ + "/dist/lottie-player\\.js", + "/dist/tgs-player\\.js" + ], "description": "LottieFiles is an open-source animation file format that's tiny, high quality, interactive, and can be manipulated at runtime.", "website": "https://lottiefiles.com" }, "LoyaltyLion": { + "cats": [ + 84 + ], "js": [ "loyaltylion.version" ], + "scriptSrc": [ + "sdk\\.loyaltylion\\.net/" + ], "description": "LoyaltyLion is a data-driven ecommerce loyalty and engagement platform.", "website": "https://loyaltylion.com" }, "Lozad.js": { + "cats": [ + 59, + 92 + ], "js": [ "lozad" ], + "scripts": [ + "/lozad\\.min\\.js" + ], "description": "Lozad.js is a lightweight lazy-loading library that's just 535 bytes minified \u0026 gzipped.", "website": "https://apoorv.pro/lozad.js/" }, "Lua": { + "cats": [ + 27 + ], "headers": { "x-powered-by": "\\blua(?: ([\\d.]+))?\\;version:\\1" }, @@ -14164,6 +22843,9 @@ "website": "https://www.lua.org" }, "Luana": { + "cats": [ + 18 + ], "js": [ "luanaframework" ], @@ -14179,6 +22861,9 @@ "website": "https://luanaframework.github.io" }, "Lucene": { + "cats": [ + 34 + ], "implies": [ "Java" ], @@ -14186,19 +22871,32 @@ "website": "https://lucene.apache.org/core/" }, "Lucky Orange": { + "cats": [ + 10 + ], "js": [ "__wtw_lucky_site_id" ], + "scriptSrc": [ + "\\.luckyorange\\.com/" + ], "description": "Lucky Orange is a conversion optimisation tool with features including heatmaps, session recording, conversion funnels, form analytics, and chat.", "website": "https://www.luckyorange.com" }, "Luigi’s Box": { + "cats": [ + 10, + 29 + ], "js": [ "luigis" ], "website": "https://www.luigisbox.com" }, "Lume": { + "cats": [ + 57 + ], "meta": { "generator": [ "^lume\\sv([\\d\\.]+)$\\;version:\\1" @@ -14211,6 +22909,9 @@ "website": "https://lume.land" }, "Luna": { + "cats": [ + 105 + ], "js": [ "ditto.__esmodule", "dittoidlifetime", @@ -14225,20 +22926,35 @@ "website": "https://luna.io" }, "LyraThemes Kale": { + "cats": [ + 80 + ], "js": [ "kale_responsive_videos" ], + "scriptSrc": [ + "/wp-content/themes/kale(?:-pro)?/" + ], "description": "LyraThemes Kale is a charming and elegant, aesthetically minimal and uncluttered food blog WordPress theme.", "website": "https://www.lyrathemes.com/kale" }, "Lytics": { + "cats": [ + 97 + ], "js": [ "__lytics__jstag__.version" ], + "scriptSrc": [ + "\\.lytics\\.io/" + ], "description": "Lytics is a customer data platform built for marketing teams.", "website": "https://www.lytics.com" }, "MAAK": { + "cats": [ + 1 + ], "meta": { "author": [ "^maak$" @@ -14248,6 +22964,9 @@ "website": "https://maak-code.ir" }, "MAJIN": { + "cats": [ + 32 + ], "js": [ "ma.touch" ], @@ -14255,6 +22974,9 @@ "website": "https://ma-jin.jp" }, "MATORI.NET": { + "cats": [ + 64 + ], "headers": { "x-powered-by": "matori.net" }, @@ -14265,9 +22987,15 @@ "website": "https://matori.net" }, "MDBootstrap": { + "cats": [ + 66 + ], "js": [ "mdb.scrollspy" ], + "scriptSrc": [ + "(?:/mdbootstrap/([\\d\\.]+)/)?js/mdb\\.min\\.js\\;version:\\1" + ], "implies": [ "Bootstrap" ], @@ -14275,6 +23003,9 @@ "website": "https://mdbootstrap.com" }, "MDBootstrap WP theme": { + "cats": [ + 80 + ], "implies": [ "MDBootstrap" ], @@ -14282,10 +23013,16 @@ "website": "https://mdbgo.com/docs/projects/wordpress/" }, "MDS Brand": { + "cats": [ + 53 + ], "description": "MDS Brand is a provider of website, CRM, vrtual BDC, SEO, PPC, and live chat solutions for Marine, RV, Powersports, and automotive industries.", "website": "https://mdsbrand.com" }, "MDUI": { + "cats": [ + 66 + ], "js": [ "_mduieventid", "mdui.drawer" @@ -14294,13 +23031,25 @@ "website": "https://www.mdui.org" }, "MGID": { + "cats": [ + 36 + ], "js": [ "mgsensor.mgqworker" ], + "scriptSrc": [ + "\\.mgid\\.com/" + ], "description": "MGID is a programmatic advertising platform frequently used by misinformation websites.", "website": "https://www.mgid.com" }, "MGPanel": { + "cats": [ + 1 + ], + "scriptSrc": [ + "\\.mgpanel\\.org/" + ], "implies": [ "MySQL" ], @@ -14308,6 +23057,9 @@ "website": "https://mgpanel.org" }, "MIYN Online Appointment": { + "cats": [ + 72 + ], "js": [ "miynlive.settings" ], @@ -14315,6 +23067,9 @@ "website": "https://miyn.app/online-appointment" }, "MODX": { + "cats": [ + 1 + ], "js": [ "modx", "modx_media_path" @@ -14329,6 +23084,9 @@ "\u003cform[^\u003e]+id=\"ajaxsearch_form\\;confidence:20", "\u003cinput[^\u003e]+id=\"ajaxsearch_input\\;confidence:20" ], + "scriptSrc": [ + "/assets/components/templates/\\;confidence:50" + ], "meta": { "generator": [ "modx[^\\d.]*([\\d.]+)?\\;version:\\1" @@ -14341,22 +23099,40 @@ "website": "https://modx.com/content-management-framework" }, "MRW": { + "cats": [ + 99 + ], "description": "MRW is a Spanish courier company specialised in express national and international shipping services.", "website": "https://www.mrw.es" }, "MSHOP": { + "cats": [ + 6 + ], + "scriptSrc": [ + "static\\.hotishop\\.com/" + ], "description": "MSHOP is an all-in-one ecommerce platform.", "website": "https://hotishop.com" }, "MTCaptcha": { + "cats": [ + 16 + ], "js": [ "mtcaptcha.getverifiedtoken", "mtcaptchaconfig.sitekey" ], + "scriptSrc": [ + "service(?:2)?\\.mtcaptcha\\.com/" + ], "description": "MTCaptcha is a captcha service that is GDPR and WCAG compliant, providing the confidence of privacy and accessibility.", "website": "https://www.mtcaptcha.com" }, "MUI": { + "cats": [ + 66 + ], "css": [ "\\.MuiPaper-root" ], @@ -14367,6 +23143,9 @@ "website": "https://mui.com" }, "Macaron": { + "cats": [ + 18 + ], "implies": [ "Go" ], @@ -14374,17 +23153,32 @@ "website": "https://go-macaron.com" }, "MachoThemes NewsMag": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/newsmag(?:-child)?/" + ], "description": "MachoThemes Newsmag is a clean and modern magazine, news or blog WordPress theme.", "website": "https://www.machothemes.com/item/newsmag-lite" }, "MadAdsMedia": { + "cats": [ + 36 + ], "js": [ "setmiframe", "setmrefurl" ], + "scriptSrc": [ + "^https?://(?:ads-by|pixel)\\.madadsmedia\\.com/" + ], "website": "https://madadsmedia.com" }, "MadCap Software": { + "cats": [ + 96 + ], "js": [ "madcap.accessibility", "madcap.debug" @@ -14393,6 +23187,9 @@ "website": "https://www.madcapsoftware.com" }, "Magazord": { + "cats": [ + 6 + ], "meta": { "web-author": [ "^magazord$" @@ -14402,10 +23199,19 @@ "website": "https://www.magazord.com.br" }, "MageWorx Search Autocomplete": { + "cats": [ + 29 + ], + "scriptSrc": [ + "mageworx_searchsuiteautocomplete" + ], "description": "MageWorx Search Autocomplete extension offers an AJAX-based popup window that displays and updates relevant search results while a customer forms his or her query.", "website": "https://github.com/mageworx/search-suite-autocomplete" }, "Magento": { + "cats": [ + 6 + ], "cookies": { "frontend": "\\;confidence:50", "mage-cache-storage": "", @@ -14418,6 +23224,12 @@ "mage", "varienform" ], + "scriptSrc": [ + "js/mage", + "skin/frontend/(?:default|(enterprise))\\;version:\\1?1 (enterprise):1 (community)", + "skin/frontend/\\;confidence:50\\;version:\\1", + "static/_requirejs\\;confidence:50\\;version:2" + ], "implies": [ "MySQL", "PHP" @@ -14426,6 +23238,9 @@ "website": "https://magento.com" }, "Magewire": { + "cats": [ + 19 + ], "js": [ "magewire", "magewire.connection-author" @@ -14438,26 +23253,53 @@ "website": "https://github.com/magewirephp/magewire" }, "Magisto": { + "cats": [ + 14 + ], "js": [ "magisto_server", "magistoplayerframe" ], + "scriptSrc": [ + "\\.magisto\\.com/" + ], "description": "Magisto is a video management solution designed to help marketing professionals, agencies, and businesses of all sizes.", "website": "https://www.magisto.com" }, "Magixite": { + "cats": [ + 68 + ], + "scriptSrc": [ + "acc\\.magixite\\.com/" + ], "description": "Magixite offers the Web Content Accessibility Guidelines (WCAG), a set of guidelines and requirements designed to help designers and developers improve the accessibility of web content, ensuring it can be effectively used by individuals with disabilities.", "website": "https://acc.magixite.com" }, "MailChimp": { + "cats": [ + 32, + 75 + ], "html": [ "\u003c!-- begin mailchimp signup form --\u003e", "\u003cinput [^\u003e]*id=\"mc-email\"\\;confidence:20" ], + "scriptSrc": [ + "cdn-images\\.mailchimp\\.com/[^\u003e]*\\.css", + "chimpstatic\\.com/mcjs-connected", + "s3\\.amazonaws\\.com/downloads\\.mailchimp\\.com/js/mc-validate\\.js" + ], "description": "Mailchimp is a marketing automation platform and email marketing service.", "website": "https://mailchimp.com" }, "MailChimp for WooCommerce": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/mailchimp-for-woocommerce/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "MailChimp" ], @@ -14465,9 +23307,16 @@ "website": "https://mailchimp.com/integrations/woocommerce" }, "MailChimp for WordPress": { + "cats": [ + 87, + 32 + ], "js": [ "mc4wp" ], + "scriptSrc": [ + "/wp-content/plugins/mailchimp-for-wp/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "MailChimp" ], @@ -14475,17 +23324,35 @@ "website": "https://www.mc4wp.com" }, "MailerLite": { + "cats": [ + 32 + ], "js": [ "mailerliteobject" ], + "scriptSrc": [ + "\\.mailerlite\\.com/" + ], "description": "MailerLite is an email marketing tool and website builder for businesses of all shapes and sizes.", "website": "https://www.mailerlite.com" }, "MailerLite Website Builder": { + "cats": [ + 51 + ], + "scriptSrc": [ + "cdn\\.mailerlite\\.com/moment/moment\\.min\\.js" + ], "description": "MailerLite Website Builder is a free drag \u0026 drop website builder with interactive blocks and ecommerce integrations.", "website": "https://www.mailerlite.com/features/website-builder" }, "MailerLite plugin": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/woo-mailerlite/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "MailerLite" ], @@ -14493,14 +23360,27 @@ "website": "https://ru.wordpress.org/plugins/official-mailerlite-sign-up-forms/" }, "Mailgun": { + "cats": [ + 75 + ], "description": "Mailgun is a transactional email API service for developers.", "website": "https://www.mailgun.com/" }, "Mailjet": { + "cats": [ + 75 + ], "description": "Mailjet is an email delivery service for marketing and developer teams.", "website": "https://www.mailjet.com/" }, "Mailman": { + "cats": [ + 75 + ], + "scriptSrc": [ + "/mailman\\d+/static/.+\\.js", + "/static/(?:hyperkitty|django-mailman3)/.+\\.js" + ], "implies": [ "Python" ], @@ -14508,6 +23388,10 @@ "website": "https://list.org" }, "Mailmunch": { + "cats": [ + 75, + 32 + ], "js": [ "mailmunch", "mailmunchwidgets" @@ -14516,13 +23400,28 @@ "website": "https://www.mailmunch.com" }, "MainAd": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.mainadv\\.com/" + ], "description": "MainAd is an international advertising technology company specialising in real-time bidding and programmatic ad retargeting.", "website": "https://www.mainad.com" }, "Make-Sense": { + "cats": [ + 68 + ], + "scriptSrc": [ + "mk-sense\\.com/aweb\\?license" + ], "website": "https://mk-sense.com/" }, "MakeShop": { + "cats": [ + 6 + ], "js": [ "makeshop_ga_gtag", "makeshop_topsearch" @@ -14531,6 +23430,9 @@ "website": "https://www.makeshop.jp" }, "MakeShopKorea": { + "cats": [ + 6 + ], "js": [ "makeshop", "makeshoploguniqueid" @@ -14539,13 +23441,22 @@ "website": "https://www.makeshop.co.kr" }, "Malomo": { + "cats": [ + 107 + ], "js": [ "malomo" ], + "scriptSrc": [ + "\\.gomalomo\\.com/" + ], "description": "Malomo is a cloud-based shipment tracking solution that helps small to midsize eCommerce businesses provide customers with shipping updates via white-label package tracking pages.", "website": "https://gomalomo.com" }, "Mambo": { + "cats": [ + 1 + ], "meta": { "generator": [ "mambo" @@ -14554,10 +23465,21 @@ "website": "https://mambo-foundation.org" }, "Mangeznotez": { + "cats": [ + 5, + 72 + ], + "scriptSrc": [ + "\\w+.mangeznotez\\.\\w+(?:.*\\?ver=([\\d.]+))?\\;version:\\1", + "www\\.mangeznotez\\.\\w+" + ], "description": "Mangeznotez is a restaurant table booking widget.", "website": "https://www.mangeznotez.com" }, "Mantine": { + "cats": [ + 66 + ], "implies": [ "TypeScript" ], @@ -14565,6 +23487,9 @@ "website": "https://mantine.dev" }, "MantisBT": { + "cats": [ + 13 + ], "implies": [ "MySQL" ], @@ -14572,33 +23497,68 @@ "website": "https://www.mantisbt.org" }, "ManyChat": { + "cats": [ + 32, + 52 + ], "js": [ "mcwidget" ], + "scriptSrc": [ + "widget\\.manychat\\.com" + ], "description": "ManyChat is a service that allows you to create chatbots for Facebook Messenger.", "website": "https://manychat.com/" }, "ManyContacts": { + "cats": [ + 32, + 5 + ], + "scriptSrc": [ + "\\.manycontacts\\.com" + ], "description": "ManyContacts is an attention-grabbing contact form sitting on top of your website that helps to increase conversion by converting visitors into leads.", "website": "https://www.manycontacts.com" }, "MapLibre GL JS": { + "cats": [ + 35 + ], "js": [ "apex.libversions.maplibre", "maplibregl", "rmap2.maplibreglcompare" ], + "scriptSrc": [ + "maplibre-gl@([\\d\\.]+)/dist/maplibre-gl\\.js\\;version:\\1" + ], "description": "MapLibre GL JS is an open-source library for publishing maps on your websites.", "website": "https://github.com/maplibre/maplibre-gl-js" }, "Mapbox GL JS": { + "cats": [ + 35 + ], "js": [ "mapboxgl.version" ], + "scriptSrc": [ + "mapbox-gl\\.js" + ], "description": "Mapbox GL JS is a JavaScript library that uses WebGL to render interactive maps from vector tiles and Mapbox styles.", "website": "https://github.com/mapbox/mapbox-gl-js" }, "Mapbox.js": { + "cats": [ + 35 + ], + "scripts": [ + "api\\.mapbox\\.com/mapbox\\.js/v([\\d\\.]+)/\\;version:\\1" + ], + "scriptSrc": [ + "api\\.mapbox\\.com/mapbox\\.js/v([\\d\\.]+)/\\;version:\\1" + ], "implies": [ "Leaflet" ], @@ -14606,6 +23566,10 @@ "website": "https://github.com/mapbox/mapbox.js" }, "Mapp": { + "cats": [ + 10, + 32 + ], "js": [ "webtrekk", "webtrekkconfig", @@ -14622,10 +23586,20 @@ "website": "https://mapp.com" }, "Mapplic": { + "cats": [ + 35 + ], + "scriptSrc": [ + "/include/mapplic/mapplic\\.js", + "wp-content/plugins/mapplic/" + ], "description": "Mapplic is a plugin for creating interactive maps based on simple image (jpg, png) or vector (svg) files.", "website": "https://mapplic.com" }, "Maptalks": { + "cats": [ + 35 + ], "js": [ "map._eventmap", "maptalks.geojson" @@ -14634,25 +23608,48 @@ "website": "https://maptalks.org" }, "Marchex": { + "cats": [ + 10 + ], + "scriptSrc": [ + "\\.marchex\\.io/" + ], "description": "Marchex is a B2B call and conversational analytics company.", "website": "https://www.marchex.com" }, "Marfeel": { + "cats": [ + 10, + 36 + ], "js": [ "marfeel" ], + "scriptSrc": [ + "\\.marfeel\\.com/", + "\\.mrf\\.io/" + ], "description": "Marfeel is a publisher platform that allows publishers to create, optimise and monetise their mobile websites.", "website": "https://www.marfeel.com" }, "MariaDB": { + "cats": [ + 34 + ], "description": "MariaDB is an open-source relational database management system compatible with MySQL.", "website": "https://mariadb.org" }, "Marionette.js": { + "cats": [ + 12 + ], "js": [ "marionette", "marionette.version" ], + "scriptSrc": [ + "backbone\\.marionette.*\\.js" + ], "implies": [ "Backbone.js", "Underscore.js" @@ -14661,33 +23658,62 @@ "website": "https://marionettejs.com" }, "Marked": { + "cats": [ + 59 + ], "js": [ "marked" ], + "scriptSrc": [ + "/marked(?:\\.min)?\\.js" + ], "website": "https://marked.js.org" }, "Marker": { + "cats": [ + 13 + ], "js": [ "markerconfig" ], + "scriptSrc": [ + "edge\\.marker\\.io" + ], "description": "Marker.io is an issue tracker solution for Project Managers, QA Testers and Agency Clients to report feedback \u0026 bugs to developers.", "website": "https://marker.io" }, "Marketo": { + "cats": [ + 32 + ], "js": [ "munchkin" ], + "scriptSrc": [ + "munchkin\\.marketo\\.\\w+/(?:([\\d.]+)/)?munchkin\\.js\\;version:\\1" + ], "description": "Marketo develops and sells marketing automation software for account-based marketing and other marketing services and products including SEO and content creation.", "website": "https://www.marketo.com" }, "Marketo Forms": { + "cats": [ + 5, + 110 + ], "js": [ "formatmarketoform" ], + "scriptSrc": [ + "marketo\\.\\w+/js/forms(?:[\\d.]+)/js/forms([\\d.]+)\\.min\\.js\\;version:\\1", + "v([\\d.]+)/js/marketo-alt-form\\.min\\.js\\;version:\\1" + ], "description": "Marketo Forms help create web forms without programming knowledge. Forms can reside on Marketo landing pages and also be embedded on any page of website.", "website": "https://www.marketo.com" }, "Marketpath CMS": { + "cats": [ + 1 + ], "cookies": { "_mp_permissions": "^session\\^" }, @@ -14699,11 +23725,18 @@ "website": "https://www.marketpath.com" }, "Marko": { + "cats": [ + 18, + 66 + ], "js": [ "markocomponent", "markosections", "markovars" ], + "scripts": [ + "\\.marko(\\.js)?" + ], "implies": [ "Node.js" ], @@ -14711,6 +23744,9 @@ "website": "https://markojs.com" }, "Master Slider": { + "cats": [ + 7 + ], "js": [ "masterslider", "masterslider.version" @@ -14719,6 +23755,9 @@ "website": "https://www.masterslider.com" }, "Master Slider Plugin": { + "cats": [ + 87 + ], "implies": [ "Master Slider" ], @@ -14726,10 +23765,16 @@ "website": "https://wordpress.org/plugins/master-slider" }, "Mastercard": { + "cats": [ + 41 + ], "description": "MasterCard facilitates electronic funds transfers throughout the world, most commonly through branded credit cards, debit cards and prepaid cards.", "website": "https://www.mastercard.com" }, "MasterkinG32 Framework": { + "cats": [ + 18 + ], "headers": { "x-powered-framework": "masterking(?:)" }, @@ -14742,6 +23787,9 @@ "website": "https://masterking32.com" }, "Mastodon": { + "cats": [ + 2 + ], "cookies": { "_mastodon_session": "" }, @@ -14752,32 +23800,59 @@ "website": "https://joinmastodon.org" }, "Matajer": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn\\.mapp\\.sa/" + ], "description": "Matajer is an ecommerce platform from Saudi Arabia.", "website": "https://mapp.sa" }, "Material Design Lite": { + "cats": [ + 66 + ], "js": [ "materialicontoggle" ], "html": [ "\u003clink[^\u003e]* href=\"[^\"]*material(?:\\.[\\w]+-[\\w]+)?(?:\\.min)?\\.css" ], + "scriptSrc": [ + "(?:/([\\d.]+))?/material(?:\\.min)?\\.js\\;version:\\1" + ], "description": "Material Design Lite is a library of components for web developers.", "website": "https://getmdl.io" }, "Materialize CSS": { + "cats": [ + 66 + ], + "scriptSrc": [ + "([\\d\\.]+)/.*/materialize\\.min\\.js\\;version:\\1" + ], "description": "Materialize CSS is a front-end framework that helps developers create responsive and mobile-first web applications. It is based on Google's Material Design guidelines.", "website": "https://materializecss.com" }, "MathJax": { + "cats": [ + 25 + ], "js": [ "mathjax", "mathjax.version" ], + "scriptSrc": [ + "([\\d.]+)?/mathjax\\.js\\;version:\\1" + ], "description": "MathJax is a cross-browser JavaScript library that displays mathematical notation in web browsers, using MathML, LaTeX and ASCIIMathML markup.", "website": "https://www.mathjax.org" }, "Matomo Analytics": { + "cats": [ + 10 + ], "cookies": { "piwik_sessid": "" }, @@ -14786,6 +23861,9 @@ "matomo", "piwik" ], + "scriptSrc": [ + "piwik\\.js|piwik\\.php" + ], "meta": { "apple-itunes-app": [ "app-id=737216887" @@ -14801,6 +23879,9 @@ "website": "https://matomo.org" }, "Matomo Tag Manager": { + "cats": [ + 42 + ], "js": [ "matomotagmanager" ], @@ -14808,6 +23889,9 @@ "website": "https://developer.matomo.org/guides/tagmanager/introduction" }, "Mattermost": { + "cats": [ + 2 + ], "js": [ "mm_config", "mm_current_user_id", @@ -14824,15 +23908,24 @@ "website": "https://about.mattermost.com" }, "Mautic": { + "cats": [ + 32 + ], "js": [ "mauticformvalidations", "mauticsdk", "mautictrackingobject" ], + "scriptSrc": [ + "[^a-z]mtc.*\\.js" + ], "description": "Mautic is a free and open-source marketing automation tool for Content Management, Social Media, Email Marketing, and can be used for the integration of social networks, campaign management, forms, questionnaires, reports, etc.", "website": "https://www.mautic.org/" }, "Mavo": { + "cats": [ + 59 + ], "js": [ "mavo", "mavo.version" @@ -14841,6 +23934,9 @@ "website": "https://mavo.io" }, "MaxCDN": { + "cats": [ + 31 + ], "headers": { "server": "^netdna", "x-cdn-forward": "^maxcdn$" @@ -14849,10 +23945,22 @@ "website": "https://www.maxcdn.com" }, "MaxMind": { + "cats": [ + 79, + 83 + ], + "scriptSrc": [ + "(?:device|js)\\.maxmind\\.com/", + "geoip-js\\.com/.+/v([\\d\\.]+)/\\;version:\\1", + "geoip\\.maxmind\\.min\\.js" + ], "description": "MaxMind is a provider of geolocation and online fraud detection tools.", "website": "https://www.maxmind.com" }, "MaxSite CMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "maxsite cms" @@ -14864,6 +23972,9 @@ "website": "https://max-3000.com" }, "Maxemail": { + "cats": [ + 32 + ], "js": [ "mxm.basket", "mxm.formhandler", @@ -14872,6 +23983,9 @@ "website": "https://maxemail.xtremepush.com" }, "MaxenceDEVCMS": { + "cats": [ + 1 + ], "meta": { "author": [ "^maxencedev$" @@ -14885,10 +23999,21 @@ "website": "https://cms.maxencedev.fr" }, "Measured": { + "cats": [ + 10 + ], + "scriptSrc": [ + "tag\\.measured\\.com" + ], "description": "Measured is an analytics platform to measure efficiency of marketing channels.", "website": "https://www.measured.com" }, "Medallia": { + "cats": [ + 10, + 13, + 73 + ], "cookies": { "k_visit": "" }, @@ -14897,14 +24022,26 @@ "kampyle", "kampyle_common" ], + "scriptSrc": [ + "cf\\.kampyle\\.com/k_button\\.js" + ], "description": "Medallia (formerly Kampyle) is a complete customer feedback platform that helps digital enterprises listen, understand, and act across all digital touch-points.", "website": "https://www.medallia.com" }, "Media.net": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.media\\.net/" + ], "description": "Media.net is an advertising company focused on providing monetization products to digital publishers.", "website": "https://www.media.net" }, "MediaElement.js": { + "cats": [ + 14 + ], "js": [ "mejs", "mejs.version" @@ -14913,6 +24050,9 @@ "website": "https://www.mediaelementjs.com" }, "MediaWiki": { + "cats": [ + 8 + ], "js": [ "mw.util.toggletoc", "wgtitle", @@ -14935,19 +24075,31 @@ "website": "https://www.mediawiki.org" }, "Mediavine": { + "cats": [ + 36 + ], "cookies": { "mediavine_session": "" }, "js": [ "$mediavine.web" ], + "scriptSrc": [ + "\\.mediavine\\.com/" + ], "description": "Mediavine is a full service ad management platform.", "website": "https://www.mediavine.com" }, "Medium": { + "cats": [ + 11 + ], "headers": { "x-powered-by": "^medium$" }, + "scriptSrc": [ + "medium\\.com" + ], "implies": [ "Node.js" ], @@ -14955,16 +24107,29 @@ "website": "https://medium.com" }, "Meebo": { + "cats": [ + 5 + ], "html": [ "(?:\u003ciframe id=\"meebo-iframe\"|meebo\\('domready'\\))" ], "website": "https://www.meebo.com" }, "Meeting Scheduler": { + "cats": [ + 5, + 72 + ], + "scriptSrc": [ + "bookmenow\\.info/(?:runtime|main).+\\.js" + ], "description": "Meeting Scheduler is a schedule appointments widget.", "website": "https://bookmenow.info" }, "Megagroup CMS.S3": { + "cats": [ + 1 + ], "js": [ "megacounter_key" ], @@ -14972,6 +24137,9 @@ "website": "https://megagroup.ru/cms" }, "Meilisearch": { + "cats": [ + 29 + ], "js": [ "ac_apsulis_meilisearch", "instantmeilisearch", @@ -14983,6 +24151,12 @@ "website": "https://www.meilisearch.com" }, "Melis Platform": { + "cats": [ + 1, + 6, + 11, + 32 + ], "html": [ "\u003c!-- rendered with melis cms v2", "\u003c!-- rendered with melis platform" @@ -15006,54 +24180,97 @@ "website": "https://www.melistechnology.com/" }, "MemberStack": { + "cats": [ + 1 + ], "cookies": { "memberstack": "" }, "js": [ "memberstack" ], + "scriptSrc": [ + "memberstack\\.js" + ], "description": "MemberStack is a no-code membership platform for Webflow.", "website": "https://www.memberstack.io" }, "Mention Me": { + "cats": [ + 94 + ], "js": [ "mentionme" ], + "scriptSrc": [ + "\\.mention-me\\.com/" + ], "description": "Mention Me is a referral marketing platform for conversion-obsessed ecommerce brands.", "website": "https://www.mention-me.com" }, "Menufy Online Ordering": { + "cats": [ + 93 + ], "description": "Menufy is an online and mobile meal ordering service.", "website": "https://restaurant.menufy.com" }, "Menufy Website": { + "cats": [ + 51 + ], "js": [ "views_website_layouts_footer_menufy" ], + "scriptSrc": [ + "sitecontent-menufycom\\.netdna-ssl\\.com/" + ], "description": "Menufy is an online and mobile meal ordering service.", "website": "https://restaurant.menufy.com" }, "Mercado Shops": { + "cats": [ + 6 + ], "cookies": { "_mshops_ga_gid": "" }, + "scriptSrc": [ + "frontend-assets/mshops-web-home/vendor" + ], "description": "Mercado Shops is an all-in-one ecommerce platform.", "website": "https://www.mercadoshops.com" }, "Mermaid": { + "cats": [ + 25 + ], "js": [ "mermaid" ], "html": [ "\u003cdiv [^\u003e]*class=[\"']mermaid[\"']\u003e\\;confidence:90" ], + "scriptSrc": [ + "/mermaid(?:\\.min)?\\.js" + ], "website": "https://mermaidjs.github.io/" }, "MetaSlider": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/ml-slider(?:-pro)?/" + ], "description": "MetaSlider is a WordPress plugin for adding responsive sliders and carousels to websites.", "website": "https://www.metaslider.com" }, "Meteor": { + "cats": [ + 12, + 18 + ], "js": [ "meteor", "meteor.release" @@ -15068,6 +24285,9 @@ "website": "https://www.meteor.com" }, "Methode": { + "cats": [ + 1 + ], "html": [ "\u003c!-- methode uuid: \"[a-f\\d]+\" ?--\u003e" ], @@ -15089,18 +24309,34 @@ "website": "https://www.eidosmedia.com/" }, "Metomic": { + "cats": [ + 67 + ], + "scriptSrc": [ + "metomic\\.js" + ], "website": "https://metomic.io" }, "Metrilo": { + "cats": [ + 10, + 75 + ], "js": [ "metrilo", "metrilobotregexp", "metrilocookie" ], + "scriptSrc": [ + "\\.metrilo\\.com/" + ], "description": "Metrilo is an ecommerce analytics, email marketing software provider.", "website": "https://www.metrilo.com" }, "MetroUI": { + "cats": [ + 66 + ], "js": [ "metro.version" ], @@ -15108,17 +24344,30 @@ "website": "https://github.com/olton/Metro-UI-CSS" }, "Mews": { + "cats": [ + 72 + ], "js": [ "mews" ], + "scriptSrc": [ + "\\.mews\\.li/" + ], "description": "Mews is a hospitalitions service that enables hotels to track their bookings.", "website": "https://www.mews.com" }, "Microsoft 365": { + "cats": [ + 30, + 75 + ], "description": "Microsoft 365 is a line of subscription services offered by Microsoft as part of the Microsoft Office product line.", "website": "https://www.microsoft.com/microsoft-365" }, "Microsoft ASP.NET": { + "cats": [ + 18 + ], "cookies": { "asp.net_sessionid": "", "aspsession": "" @@ -15135,6 +24384,9 @@ "website": "https://www.asp.net" }, "Microsoft Advertising": { + "cats": [ + 36 + ], "cookies": { "_uetsid": "\\w+", "_uetvid": "\\w+" @@ -15143,14 +24395,26 @@ "uet", "uetq" ], + "scriptSrc": [ + "bat\\.bing\\.com/bat\\.js" + ], "description": "Microsoft Advertising is an online advertising platform developed by Microsoft.", "website": "https://ads.microsoft.com" }, "Microsoft Ajax Content Delivery Network": { + "cats": [ + 31 + ], + "scriptSrc": [ + "ajax\\.aspnetcdn\\.com/ajax/" + ], "description": "Microsoft Ajax Content Delivery Network hosts popular third party JavaScript libraries such as jQuery and enables you to easily add them to your web applications.", "website": "https://docs.microsoft.com/en-us/aspnet/ajax/cdn/overview" }, "Microsoft Application Insights": { + "cats": [ + 78 + ], "js": [ "appinsights.addtelemetryinitializer", "appinsights.severitylevel", @@ -15160,6 +24424,10 @@ "website": "https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview" }, "Microsoft Authentication": { + "cats": [ + 69, + 59 + ], "js": [ "msal.authority", "msal.authorityinstance", @@ -15169,6 +24437,10 @@ "website": "https://github.com/AzureAD/microsoft-authentication-library-for-js" }, "Microsoft Azure Maps": { + "cats": [ + 35, + 79 + ], "meta": { "enabled-features": [ "geojson_azure_maps" @@ -15181,17 +24453,32 @@ "website": "https://azure.microsoft.com/en-us/products/azure-maps/" }, "Microsoft Clarity": { + "cats": [ + 10 + ], "js": [ "clarity" ], + "scriptSrc": [ + "www\\.clarity\\.ms/.+/([\\d.]+)/clarity\\.js\\;version:\\1" + ], "description": "Microsoft's Clarity is a analytics tool which provides website usage statistics, session recording, and heatmaps.", "website": "https://clarity.microsoft.com" }, "Microsoft Dynamics 365 Commerce": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.dynamics365commerce\\.ms/" + ], "description": "Microsoft Dynamics 365 Commerce, an omnichannel ecommerce solution that allows you to build a website, connect physical and digital stores, track customer behaviours and requirements, deliver personalised experiences.", "website": "https://dynamics.microsoft.com/commerce/overview" }, "Microsoft Excel": { + "cats": [ + 20 + ], "html": [ "(?:\u003chtml [^\u003e]*xmlns:w=\"urn:schemas-microsoft-com:office:excel\"|\u003c!--\\s*(?:start|end) of output from excel publish as web page wizard\\s*--\u003e|\u003cdiv [^\u003e]*x:publishsource=\"?excel\"?)" ], @@ -15207,6 +24494,9 @@ "website": "https://office.microsoft.com/excel" }, "Microsoft HTTPAPI": { + "cats": [ + 22 + ], "headers": { "server": "microsoft-httpapi(?:/([\\d.]+))?\\;version:\\1" }, @@ -15214,6 +24504,9 @@ "website": "https://learn.microsoft.com/en-us/windows/win32/http/http-api-start-page" }, "Microsoft PowerPoint": { + "cats": [ + 20 + ], "html": [ "(?:\u003chtml [^\u003e]*xmlns:w=\"urn:schemas-microsoft-com:office:powerpoint\"|\u003clink rel=\"?presentation-xml\"? href=\"?[^\"]+\\.xml\"?\u003e|\u003co:presentationformat\u003e[^\u003c]+\u003c/o:presentationformat\u003e[^!]+\u003co:slides\u003e\\d+\u003c/o:slides\u003e(?:[^!]+\u003co:version\u003e([\\d.]+)\u003c/o:version\u003e)?)\\;version:\\1" ], @@ -15229,6 +24522,9 @@ "website": "https://office.microsoft.com/powerpoint" }, "Microsoft Publisher": { + "cats": [ + 20 + ], "html": [ "(?:\u003chtml [^\u003e]*xmlns:w=\"urn:schemas-microsoft-com:office:publisher\"|\u003c!--[if pub]\u003e\u003cxml\u003e)" ], @@ -15244,6 +24540,9 @@ "website": "https://office.microsoft.com/publisher" }, "Microsoft SharePoint": { + "cats": [ + 1 + ], "js": [ "_spbodyonloadcalled", "spdesignerprogid" @@ -15263,6 +24562,9 @@ "website": "https://sharepoint.microsoft.com" }, "Microsoft Visual Studio": { + "cats": [ + 47 + ], "meta": { "generator": [ "^microsoft\\svisual\\sstudio" @@ -15272,6 +24574,9 @@ "website": "https://visualstudio.microsoft.com" }, "Microsoft Word": { + "cats": [ + 20 + ], "html": [ "(?:\u003chtml [^\u003e]*xmlns:w=\"urn:schemas-microsoft-com:office:word\"|\u003cw:worddocument\u003e|\u003cdiv [^\u003e]*class=\"?wordsection1[\" \u003e]|\u003cstyle[^\u003e]*\u003e[^\u003e]*@page wordsection1)" ], @@ -15287,6 +24592,12 @@ "website": "https://office.microsoft.com/word" }, "Miestro": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.miestro\\.com" + ], "meta": { "base_url": [ ".+\\.miestro\\.com" @@ -15296,6 +24607,10 @@ "website": "https://miestro.com" }, "Mighty Network": { + "cats": [ + 2, + 21 + ], "js": [ "mighty.broadcastbotapp" ], @@ -15307,6 +24622,9 @@ "website": "https://www.mightynetworks.com" }, "Milestone CMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "^milestone\\scms\\s([\\d\\.]+)$\\;version:\\1" @@ -15319,12 +24637,18 @@ "website": "https://www.milestoneinternet.com/products/milestone-cms" }, "Milligram": { + "cats": [ + 66 + ], "html": [ "\u003clink[^\u003e]+?href=\"[^\"]+milligram(?:\\.min)?\\.css" ], "website": "https://milligram.io" }, "MinMaxify": { + "cats": [ + 100 + ], "js": [ "minmaxify.checklimits", "minmaxify.shop" @@ -15336,13 +24660,23 @@ "website": "https://apps.shopify.com/order-limits-minmaxify" }, "MindBody": { + "cats": [ + 5, + 72 + ], "js": [ "healcodewidget" ], + "scriptSrc": [ + "\\w+\\.healcode\\.com" + ], "description": "Mindbody is a (SaaS) company that provides cloud-based online scheduling and other business management software for the wellness services industry.", "website": "https://www.mindbodyonline.com" }, "Mindbox": { + "cats": [ + 32 + ], "js": [ "mindbox", "mindboxbatchedmodulesinitialized", @@ -15352,10 +24686,19 @@ "website": "https://mindbox.ru" }, "Minero.cc": { + "cats": [ + 56 + ], + "scriptSrc": [ + "//minero\\.cc/lib/minero(?:-miner|-hidden)?\\.min\\.js" + ], "description": "Minero.cc is a bot that helps run crypto mining application.", "website": "https://minero.cc/" }, "MiniServ": { + "cats": [ + 22 + ], "headers": { "server": "miniserv/([\\d\\.]+)\\;version:\\1" }, @@ -15365,13 +24708,23 @@ "website": "https://github.com/webmin/webmin/blob/master/miniserv.pl" }, "Mint": { + "cats": [ + 10 + ], "js": [ "mint" ], + "scriptSrc": [ + "mint/\\?js" + ], "description": "Mint is an extensible, self-hosted web site analytics program.", "website": "https://haveamint.com" }, "Mintlify": { + "cats": [ + 57, + 4 + ], "js": [ "__next_data__.props.pageprops.favicons.browserconfig" ], @@ -15379,10 +24732,17 @@ "website": "https://mintlify.com" }, "Miso": { + "cats": [ + 29, + 76 + ], "description": "Miso is a real-time personalisation APIs for search, recommendation, and marketing.", "website": "https://miso.ai" }, "Misskey": { + "cats": [ + 2 + ], "html": [ "\u003c!-- thank you for using misskey! @syuilo --\u003e" ], @@ -15395,10 +24755,16 @@ "website": "https://join.misskey.page/" }, "Mittwald": { + "cats": [ + 88 + ], "description": "Mittwald is a web hosting agency, established in 2003 in Espelkamp, Germany", "website": "https://www.mittwald.de" }, "Miva": { + "cats": [ + 6 + ], "js": [ "mivajs", "mivajs.page", @@ -15412,10 +24778,16 @@ "headers": { "content-disposition": "filename=(?:mvga\\.js|mivaevents\\.js)" }, + "scriptSrc": [ + "mvga\\.js" + ], "description": "Miva is a privately owned ecommerce shopping cart software and hosting company with headquarters in San Diego.", "website": "https://www.miva.com" }, "Mixin": { + "cats": [ + 6 + ], "meta": { "mixin_hash_id": [] }, @@ -15423,13 +24795,23 @@ "website": "https://mixin.ir" }, "Mixpanel": { + "cats": [ + 10 + ], "js": [ "mixpanel" ], + "scriptSrc": [ + "api\\.mixpanel\\.com/track", + "cdn\\.mxpnl\\.com/libs/mixpanel\\-([0-9.]+)\\.min\\.js\\;version:\\1" + ], "description": "Mixpanel provides a business analytics service. It tracks user interactions with web and mobile applications and provides tools for targeted communication with them. Its toolset contains in-app A/B tests and user survey forms.", "website": "https://mixpanel.com" }, "MizbanCloud": { + "cats": [ + 31 + ], "headers": { "server": "^mizbancloud$" }, @@ -15437,6 +24819,9 @@ "website": "https://mizbancloud.com" }, "MkDocs": { + "cats": [ + 4 + ], "meta": { "generator": [ "^mkdocs-([\\d.]+)\\;version:\\1" @@ -15449,34 +24834,58 @@ "website": "https://www.mkdocs.org/" }, "MoEngage": { + "cats": [ + 32, + 10 + ], "js": [ "downloadmoengage", "moengage", "moengage_api_key", "moengage_object" ], + "scriptSrc": [ + "cdn\\.moengage\\.\\w+" + ], "description": "MoEngage is an intelligent customer engagement platform for the customer-obsessed marketer.", "website": "https://www.moengage.com" }, "MobX": { + "cats": [ + 59 + ], "js": [ "__mobxglobal", "__mobxglobals", "__mobxinstancecount" ], + "scriptSrc": [ + "(?:/([\\d\\.]+))?/mobx(?:\\.[a-z]+){0,2}\\.js(?:$|\\?)\\;version:\\1" + ], "website": "https://mobx.js.org" }, "Mobify": { + "cats": [ + 6, + 26 + ], "js": [ "mobify" ], "headers": { "x-powered-by": "mobify" }, + "scriptSrc": [ + "//a\\.mobify\\.com/", + "//cdn\\.mobify\\.com/" + ], "description": "Mobify is a web storefront platform for headless commerce.", "website": "https://www.mobify.com" }, "Mobirise": { + "cats": [ + 51 + ], "html": [ "\u003c!-- site made with mobirise website builder v([\\d.]+)\\;version:\\1" ], @@ -15489,36 +24898,60 @@ "website": "https://mobirise.com" }, "MochiKit": { + "cats": [ + 59 + ], "js": [ "mochikit", "mochikit.mochikit.version" ], + "scriptSrc": [ + "mochikit(?:\\.min)?\\.js" + ], "website": "https://mochi.github.io/mochikit/" }, "MochiWeb": { + "cats": [ + 22 + ], "headers": { "server": "mochiweb(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://github.com/mochi/mochiweb" }, "Modernizr": { + "cats": [ + 59 + ], "js": [ "modernizr._version" ], + "scriptSrc": [ + "([\\d.]+)?/modernizr(?:\\.([\\d.]+))?.*\\.js\\;version:\\1?\\1:\\2" + ], "description": "Modernizr is a JavaScript library that detects the features available in a user's browser.", "website": "https://modernizr.com" }, "ModiFace": { + "cats": [ + 105 + ], "js": [ "initmodiface" ], "headers": { "content-security-policy": "\\.modiface\\.com" }, + "scriptSrc": [ + "\\.modiface\\.com/" + ], "description": "ModiFace is a provider of Augmented Reality technology for the beauty industry.", "website": "https://modiface.com" }, "Modified": { + "cats": [ + 6 + ], "meta": { "generator": [ "\\(c\\) by modified ecommerce shopsoftware ------ http://www\\.modified-shop\\.org" @@ -15527,6 +24960,13 @@ "website": "https://www.modified-shop.org/" }, "Module Federation": { + "cats": [ + 19 + ], + "scripts": [ + "container initialization failed as it has already been initialized with a different share scope", + "data-webpack\\;confidence:50" + ], "implies": [ "Webpack" ], @@ -15534,21 +24974,34 @@ "website": "https://webpack.js.org/concepts/module-federation/" }, "Moguta.CMS": { + "cats": [ + 1, + 6 + ], "html": [ "\u003clink[^\u003e]+href=[\"'][^\"]+mg-(?:core|plugins|templates)/" ], + "scriptSrc": [ + "mg-(?:core|plugins|templates)/" + ], "implies": [ "PHP" ], "website": "https://moguta.ru" }, "MoinMoin": { + "cats": [ + 8 + ], "cookies": { "moin_session": "" }, "js": [ "show_switch2gui" ], + "scriptSrc": [ + "moin(?:_static(\\d)(\\d)(\\d)|.+)/common/js/common\\.js\\;version:\\1.\\2.\\3" + ], "implies": [ "Python" ], @@ -15556,6 +25009,9 @@ "website": "https://moinmo.in" }, "Mojolicious": { + "cats": [ + 18 + ], "headers": { "server": "^mojolicious", "x-powered-by": "mojolicious" @@ -15566,53 +25022,93 @@ "website": "https://mojolicio.us" }, "Mokka": { + "cats": [ + 41, + 91 + ], + "scriptSrc": [ + "revoiframe\\.js" + ], "description": "Mokka is a Buy Now Pay Later solution that connects target customer acquisition and settlement costs through marketing and promotion.", "website": "https://mokka.ro" }, "Mollie": { + "cats": [ + 41 + ], "js": [ "mollie" ], + "scriptSrc": [ + "/wp-content/plugins/mollie-payments-for-woocommerce/" + ], "description": "Mollie is a payment provider for Belgium and the Netherlands, offering payment methods such as credit card, iDEAL, Bancontact/Mister cash, PayPal, SCT, SDD, and others.", "website": "https://www.mollie.com" }, "Mollom": { + "cats": [ + 16 + ], "html": [ "\u003cimg[^\u003e]+\\.mollom\\.com" ], + "scriptSrc": [ + "mollom(?:\\.min)?\\.js" + ], "website": "https://mollom.com" }, "Moment Timezone": { + "cats": [ + 59 + ], + "scriptSrc": [ + "moment-timezone(?:-data)?(?:\\.min)?\\.js" + ], "implies": [ "Moment.js" ], "website": "https://momentjs.com/timezone/" }, "Moment.js": { + "cats": [ + 59 + ], "js": [ "moment", "moment.version" ], + "scriptSrc": [ + "moment(?:\\.min)?\\.js" + ], "description": "Moment.js is a free and open-source JavaScript library that removes the need to use the native JavaScript Date object directly.", "website": "https://momentjs.com" }, "Monaco Editor": { + "cats": [ + 24 + ], + "css": [ + "\\.monaco-editor" + ], "js": [ "apex.libversions.monacoeditor", "monaco.editor", "monacoenvironment" ], - "css": [ - "\\.monaco-editor" - ], "description": "Monaco Editor is the code editor that powers VS Code. Monaco Editor is a tool in the text editor category of a tech stack.", "website": "https://microsoft.github.io/monaco-editor/" }, "Mondial Relay": { + "cats": [ + 99 + ], "description": "Mondial Relay is a parcel shipping and delivery service in Europe.", "website": "https://www.mondialrelay.com" }, "Mondo Media": { + "cats": [ + 6 + ], "meta": { "generator": [ "mondo shop" @@ -15621,6 +25117,9 @@ "website": "https://mondo-media.de" }, "Moneris": { + "cats": [ + 41 + ], "js": [ "initialserverdata.monerisconfiguration" ], @@ -15631,9 +25130,15 @@ "website": "https://www.moneris.com" }, "Moneris Payment Gateway": { + "cats": [ + 87 + ], "js": [ "wc_moneris_hosted_tokenization_params" ], + "scriptSrc": [ + "/wp-content/plugins/woocommerce-gateway-moneris/" + ], "implies": [ "Moneris", "WooCommerce" @@ -15642,19 +25147,32 @@ "website": "https://wordpress.org/plugins/wc-moneris-payment-gateway" }, "Monetate": { + "cats": [ + 74, + 76 + ], "js": [ "monetate", "monetateq", "monetatet" ], + "scriptSrc": [ + "\\.monetate\\.net" + ], "description": "Monetate is a company that specializes in providing personalisation and customer experience optimisation solutions to businesses.", "website": "https://monetate.com" }, "MongoDB": { + "cats": [ + 34 + ], "description": "MongoDB is a document-oriented NoSQL database used for high volume data storage.", "website": "https://www.mongodb.org" }, "Mongrel": { + "cats": [ + 22 + ], "headers": { "server": "mongrel" }, @@ -15664,27 +25182,44 @@ "website": "https://mongrel2.org" }, "Monkey HTTP Server": { + "cats": [ + 22 + ], "headers": { "server": "monkey/?([\\d.]+)?\\;version:\\1" }, "website": "https://monkey-project.com" }, "Mono": { + "cats": [ + 18 + ], "headers": { "x-powered-by": "mono" }, "website": "https://mono-project.com" }, "Mono.net": { + "cats": [ + 1 + ], "js": [ "_monotracker" ], + "scriptSrc": [ + "monotracker(?:\\.min)?\\.js" + ], "implies": [ "Matomo Analytics" ], "website": "https://www.mono.net/en" }, "Monsido": { + "cats": [ + 10, + 67, + 68 + ], "js": [ "_monsido", "monsido_tracking" @@ -15693,21 +25228,37 @@ "website": "https://monsido.com" }, "MonsterInsights": { + "cats": [ + 87, + 10 + ], "js": [ "monsterinsights", "monsterinsights_frontend" ], + "scriptSrc": [ + "/wp-content/plugins/google-analytics-for-wordpress/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "MonsterInsights is the most popular Google Analytics plugin for WordPress.", "website": "https://www.monsterinsights.com" }, "MooTools": { + "cats": [ + 12 + ], "js": [ "mootools", "mootools.version" ], + "scriptSrc": [ + "mootools.*\\.js" + ], "website": "https://mootools.net" }, "Moodle": { + "cats": [ + 21 + ], "cookies": { "moodleid_": "", "moodlesession": "" @@ -15731,9 +25282,19 @@ "website": "https://moodle.org" }, "Moon": { + "cats": [ + 12 + ], + "scriptSrc": [ + "/moon(?:\\.min)?\\.js$" + ], "website": "https://kbrsh.github.io/moon/" }, "Moove GDPR Consent": { + "cats": [ + 67, + 87 + ], "js": [ "moove_frontend_gdpr_scripts" ], @@ -15741,17 +25302,32 @@ "website": "https://www.mooveagency.com/wordpress/gdpr-cookie-compliance-plugin" }, "Mopinion": { + "cats": [ + 13 + ], "js": [ "pastease" ], + "scriptSrc": [ + "deploy\\.mopinion\\.com/" + ], "description": "Mopinion is an all-in-one user feedback platform that helps digital enterprises listen, understand, and act across all digital touchpoints.", "website": "https://mopinion.com" }, "Moshimo": { + "cats": [ + 71 + ], + "scriptSrc": [ + "\\.moshimo\\.com/af/" + ], "description": "Moshimo is a free affiliate service for individuals.", "website": "https://af.moshimo.com" }, "Motherhost": { + "cats": [ + 88 + ], "headers": { "platform": "^motherhost$" }, @@ -15759,9 +25335,15 @@ "website": "https://www.motherhost.com" }, "MotoCMS": { + "cats": [ + 1 + ], "html": [ "\u003clink [^\u003e]*href=\"[^\u003e]*\\/mt-content\\/[^\u003e]*\\.css" ], + "scriptSrc": [ + "/mt-includes/js/website(?:assets)?\\.(?:min)?\\.js" + ], "implies": [ "AngularJS", "PHP", @@ -15770,12 +25352,21 @@ "website": "https://motocms.com" }, "Mouse Flow": { + "cats": [ + 10 + ], "js": [ "_mfq" ], + "scriptSrc": [ + "cdn\\.mouseflow\\.com" + ], "website": "https://mouseflow.com/" }, "Movable Ink": { + "cats": [ + 76 + ], "js": [ "movableinktrack" ], @@ -15783,6 +25374,9 @@ "website": "https://movableink.com" }, "Movable Type": { + "cats": [ + 1 + ], "meta": { "generator": [ "movable type" @@ -15791,6 +25385,9 @@ "website": "https://movabletype.org" }, "Mozard Suite": { + "cats": [ + 1 + ], "meta": { "author": [ "mozard" @@ -15799,10 +25396,16 @@ "website": "https://mozard.nl" }, "Mulberry": { + "cats": [ + 5 + ], "js": [ "mulberry.cta", "mulberryshop" ], + "scriptSrc": [ + "\\.getmulberry\\.com/" + ], "implies": [ "Cart Functionality" ], @@ -15810,6 +25413,10 @@ "website": "https://www.getmulberry.com" }, "Mura CMS": { + "cats": [ + 1, + 11 + ], "meta": { "generator": [ "mura\\scms\\s([\\d\\.]+)\\;version:\\1" @@ -15822,13 +25429,22 @@ "website": "https://www.getmura.com" }, "Mustache": { + "cats": [ + 12 + ], "js": [ "mustache.version" ], + "scriptSrc": [ + "mustache(?:\\.min)?\\.js" + ], "description": "Mustache is a web template system.", "website": "https://mustache.github.io" }, "Muuri": { + "cats": [ + 59 + ], "js": [ "muuri" ], @@ -15836,10 +25452,16 @@ "website": "https://muuri.dev" }, "My Flying Box": { + "cats": [ + 99 + ], "description": "My Flying Box is an international parcel shipping company.", "website": "https://www.myflyingbox.com/" }, "My Food Link": { + "cats": [ + 6 + ], "js": [ "myfoodlink", "myfoodlink" @@ -15848,6 +25470,9 @@ "website": "https://www.myfoodlink.com.au" }, "MyBB": { + "cats": [ + 2 + ], "cookies": { "mybb[lastactive]": "", "mybb[lastvisit]": "" @@ -15863,15 +25488,27 @@ "website": "https://mybb.com" }, "MyBlogLog": { + "cats": [ + 5 + ], + "scriptSrc": [ + "pub\\.mybloglog\\.com" + ], "website": "https://www.mybloglog.com" }, "MyCashFlow": { + "cats": [ + 6 + ], "headers": { "x-mcf-id": "" }, "website": "https://www.mycashflow.fi/" }, "MyFonts": { + "cats": [ + 17 + ], "headers": { "content-security-policy": "\\.myfonts\\.net" }, @@ -15879,13 +25516,22 @@ "website": "https://www.myfonts.com" }, "MyLiveChat": { + "cats": [ + 52 + ], "js": [ "mylivechat.version" ], + "scriptSrc": [ + "mylivechat\\.com/" + ], "description": "MyLiveChat is a live chat developed by CuteSoft.", "website": "https://mylivechat.com" }, "MyOnlineStore": { + "cats": [ + 6 + ], "meta": { "generator": [ "mijnwebwinkel" @@ -15895,10 +25541,16 @@ "website": "https://www.myonlinestore.com/ " }, "MySQL": { + "cats": [ + 34 + ], "description": "MySQL is an open-source relational database management system.", "website": "https://mysql.com" }, "MySiteNow": { + "cats": [ + 51 + ], "meta": { "app-platform": [ "^mysitenow$" @@ -15908,6 +25560,9 @@ "website": "https://mysitenow.gr" }, "MyWebsite": { + "cats": [ + 51 + ], "js": [ "systemid" ], @@ -15920,6 +25575,13 @@ "website": "https://www.ionos.com" }, "MyWebsite Creator": { + "cats": [ + 51 + ], + "scriptSrc": [ + "mywebsite-editor\\.com", + "website-editor\\.net" + ], "implies": [ "Duda" ], @@ -15927,6 +25589,9 @@ "website": "https://www.ionos.com" }, "MyWebsite Now": { + "cats": [ + 51 + ], "meta": { "generator": [ "mywebsite now" @@ -15941,6 +25606,9 @@ "website": "https://www.ionos.com" }, "Myhkw player": { + "cats": [ + 5 + ], "js": [ "myhk_player_songid", "myhkplayerlist" @@ -15949,6 +25617,9 @@ "website": "https://myhkw.cn" }, "Mynetcap": { + "cats": [ + 1 + ], "meta": { "generator": [ "mynetcap" @@ -15957,26 +25628,47 @@ "website": "https://www.netcap-creation.fr" }, "Mysitefy": { + "cats": [ + 51 + ], "description": "Mysitefy is a digital platform for B2B enterprises. It provides companies with a closed-loop digital application system from website building to marketing, to customer and order management.", "website": "https://www.mysitefy.com" }, "MysteryThemes News Portal": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/news-portal(?:-pro)?/.+np-custom-scripts\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "News Portal is the ultimate magazine WordPress theme by MysteryThemes.", "website": "https://mysterythemes.com/wp-themes/news-portal" }, "MysteryThemes News Portal Lite": { + "cats": [ + 80 + ], "description": "News Portal Lite is child theme of News Portal ultimate magazine WordPress theme by MysteryThemes.", "website": "https://mysterythemes.com/wp-themes/news-portal-lite" }, "MysteryThemes News Portal Mag": { + "cats": [ + 80 + ], "description": "News Portal Mag is child theme of News Portal ultimate magazine WordPress theme by MysteryThemes.", "website": "https://mysterythemes.com/wp-themes/news-portal-mag" }, "NACEX": { + "cats": [ + 99 + ], "description": "NACEX is an express courier company in Spain, Andorra and Portugal.", "website": "https://www.nacex.es" }, "NEO - Omnichannel Commerce Platform": { + "cats": [ + 6 + ], "headers": { "powered": "jet-neo" }, @@ -15984,12 +25676,18 @@ "website": "https://www.jetecommerce.com.br" }, "NSW Design System": { + "cats": [ + 66 + ], "js": [ "nsw.initsite" ], "website": "https://www.digital.nsw.gov.au/digital-design-system" }, "NTLM": { + "cats": [ + 16 + ], "headers": { "www-authenticate": "^ntlm" }, @@ -15997,6 +25695,9 @@ "website": "https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-ntht/" }, "NVD3": { + "cats": [ + 25 + ], "js": [ "nv.addgraph", "nv.version" @@ -16004,6 +25705,9 @@ "html": [ "\u003clink[^\u003e]* href=[^\u003e]+nv\\.d3(?:\\.min)?\\.css" ], + "scriptSrc": [ + "nv\\.d3(?:\\.min)?\\.js" + ], "implies": [ "D3" ], @@ -16011,6 +25715,9 @@ "website": "https://nvd3.org" }, "Nacelle": { + "cats": [ + 6 + ], "js": [ "__next_data__.props.pageprops.page.nacelleentryid", "nacelleeventdata" @@ -16022,6 +25729,9 @@ "website": "https://nacelle.com" }, "NagaCommerce": { + "cats": [ + 6 + ], "meta": { "generator": [ "^nagacommerce$" @@ -16031,13 +25741,22 @@ "website": "https://www.nagacommerce.com" }, "Nagich": { + "cats": [ + 68 + ], "js": [ "interdeal.version" ], + "scriptSrc": [ + "\\.nagich\\.co(?:m|\\.il)/core/([\\d.]+)/accessibility\\.js\\;version:\\1" + ], "description": "Nagich is a website accessibility overlay provider from Israel.", "website": "https://www.nagich.co.il" }, "NagishLi": { + "cats": [ + 68 + ], "js": [ "$nagishli", "initnagishli", @@ -16047,6 +25766,9 @@ "website": "https://www.nagish.li" }, "Naive UI": { + "cats": [ + 66 + ], "implies": [ "TypeScript", "Vue.js" @@ -16055,17 +25777,33 @@ "website": "https://www.naiveui.com" }, "Najva": { + "cats": [ + 32 + ], "js": [ "najva.identifyemailsubscriber" ], + "scriptSrc": [ + "app\\.najva\\.com/" + ], "description": "Najva is a retention marketing solution that offers push notification and email marketing.", "website": "https://www.najva.com" }, "Narrativ": { + "cats": [ + 71 + ], + "scriptSrc": [ + "static\\.narrativ\\.com/" + ], "description": "Narrativ is a subscription technology platform for brands to acquire new customers through trusted creators.", "website": "https://narrativ.com/" }, "Narvar": { + "cats": [ + 102, + 99 + ], "js": [ "narvar", "narvarjs_url" @@ -16077,6 +25815,10 @@ "website": "https://corp.narvar.com" }, "NationBuilder": { + "cats": [ + 1, + 53 + ], "js": [ "nb.fbappid", "nb.liquid" @@ -16085,16 +25827,35 @@ "website": "https://nationbuilder.com" }, "Nativo": { + "cats": [ + 36 + ], "js": [ "ntvconfig" ], + "scriptSrc": [ + "\\.ntv\\.io/", + "\\.postrelease\\.com/" + ], "description": "Nativo is an advertising technology provider.", "website": "https://www.nativo.com" }, "Navegg": { + "cats": [ + 10 + ], + "scriptSrc": [ + "tag\\.navdmp\\.com" + ], "website": "https://www.navegg.com/" }, "Naver Analytics": { + "cats": [ + 10 + ], + "scriptSrc": [ + "wcs\\.naver\\.net/wcslog\\.js" + ], "meta": { "naver-site-verification": [] }, @@ -16102,24 +25863,50 @@ "website": "https://analytics.naver.com" }, "Naver Maps": { + "cats": [ + 35 + ], "js": [ "naver.maps" ], + "scriptSrc": [ + "openapi\\.map\\.naver\\.com/openapi/v([\\d\\.]+)\\;version:\\1" + ], "description": "Naver Maps help develop location-based services which provided by Naver.", "website": "https://www.ncloud.com/product/applicationService/maps" }, "Naver RUA": { + "cats": [ + 92, + 78 + ], + "scriptSrc": [ + "rua-api\\.ncloud\\.com/" + ], "description": "Naver RUA (Real User Analytics) collects performance data from real users to analyze the speed of your website by country, operating system, and browser.", "website": "https://analytics.naver.com" }, "Navidium Shipping Protection": { + "cats": [ + 5 + ], "js": [ "nvdshop" ], + "scriptSrc": [ + "^.*/navidium-extension-checker\\.js$" + ], "description": "Navidium is a shipping insurance company that covers packages that are lost, stolen, or damaged in transit. Navidium Shipping Protection is an optional shipping protection service where, in the event of an incident (the order is damaged, lost, or stolen during transit), we will immediately re-ship any damaged, lost, or stolen products.", "website": "https://navidiumapp.com" }, "Neat A/B testing": { + "cats": [ + 74, + 100 + ], + "scriptSrc": [ + "cdn\\.neatab\\.com/" + ], "implies": [ "Shopify" ], @@ -16127,6 +25914,10 @@ "website": "https://neatab.com" }, "Neon CRM": { + "cats": [ + 53, + 111 + ], "js": [ "_neoncrm_ga", "neoncrm_email_ajax_object", @@ -16136,6 +25927,9 @@ "website": "https://neonone.com" }, "Neos CMS": { + "cats": [ + 1 + ], "headers": { "x-flow-powered": "neos/?(.+)?$\\;version:\\1" }, @@ -16145,6 +25939,9 @@ "website": "https://neos.io" }, "Neos Flow": { + "cats": [ + 18 + ], "headers": { "x-flow-powered": "flow/?(.+)?$\\;version:\\1" }, @@ -16154,12 +25951,18 @@ "website": "https://flow.neos.io" }, "Nepso": { + "cats": [ + 1 + ], "headers": { "x-powered-cms": "nepso" }, "website": "https://www.nepso.com" }, "Nestify": { + "cats": [ + 88 + ], "headers": { "x-nestify-cache": "" }, @@ -16167,16 +25970,29 @@ "website": "https://nestify.io" }, "NetSuite": { + "cats": [ + 6 + ], "cookies": { "ns_ver": "" }, "website": "https://netsuite.com" }, "Netcore Cloud": { + "cats": [ + 97, + 32 + ], + "scriptSrc": [ + "\\.netcoresmartech\\.com/" + ], "description": "Netcore Cloud is a globally recognised marketing technology SaaS company.", "website": "https://netcorecloud.com" }, "Netdeal": { + "cats": [ + 32 + ], "js": [ "netdealbuildnumber", "netdealjs.paywall", @@ -16186,6 +26002,10 @@ "website": "https://www.netdeal.com.br" }, "Netlify": { + "cats": [ + 62, + 31 + ], "headers": { "server": "^netlify", "x-nf-request-id": "" @@ -16194,6 +26014,9 @@ "website": "https://www.netlify.com/" }, "Netlify Forms": { + "cats": [ + 110 + ], "implies": [ "Netlify" ], @@ -16201,13 +26024,22 @@ "website": "https://www.netlify.com/products/forms" }, "Neto": { + "cats": [ + 6 + ], "js": [ "neto" ], + "scriptSrc": [ + "jquery\\.neto.*\\.js" + ], "description": "Neto is the only Australian B2B and multi-channel ecommerce platform that provides an all-in-one solution for ecommerce, POS, inventory management, order management, and shipping labelling.", "website": "https://www.neto.com.au" }, "Nette Framework": { + "cats": [ + 18 + ], "cookies": { "nette-browser": "" }, @@ -16229,14 +26061,29 @@ "website": "https://nette.org" }, "Network for Good": { + "cats": [ + 111 + ], + "scriptSrc": [ + "\\.networkforgood\\.com/" + ], "description": "Network for Good is an American certified B Corporation software company that offers fundraising software and coaching for charities and non-profit organisations.", "website": "https://www.networkforgood.com" }, "Neve": { + "cats": [ + 80 + ], + "scriptSrc": [ + "themes/neve\\s*\\.js(?:\\?ver=([0-9.]+))?\\;version:\\1" + ], "description": "Neve is a super-fast, easily customizable, multi-purpose theme that works perfectly with Gutenberg and the most popular page builders as well as WooCommerce", "website": "https://themeisle.com/themes/neve/" }, "New Relic": { + "cats": [ + 78 + ], "js": [ "newrelic", "nreum" @@ -16245,17 +26092,29 @@ "website": "https://newrelic.com" }, "NewStore": { + "cats": [ + 19 + ], "js": [ "highstreetbanner.config" ], + "scriptSrc": [ + "\\.api\\.highstreetapp\\.com/" + ], "description": "NewStore is the only integrated platform offering omnichannel solutions for stores and consumers.", "website": "https://www.newstore.com" }, "Newspack": { + "cats": [ + 87 + ], "description": "Newspack is an open-source publishing platform built on WordPress for small to medium sized news organizations. It is an “opinionated” platform that stakes out clear, best-practice positions on technology, design, and business practice for news publishers.", "website": "https://github.com/Automattic/newspack-plugin" }, "Newspack by Automattic": { + "cats": [ + 88 + ], "headers": { "host-header": "newspack" }, @@ -16266,6 +26125,10 @@ "website": "https://newspack.pub/" }, "Nexcess": { + "cats": [ + 62, + 88 + ], "headers": { "x-hostname": "nxcli\\.net$" }, @@ -16273,19 +26136,34 @@ "website": "https://www.nexcess.net" }, "Nexive": { + "cats": [ + 99 + ], "description": "Nexive is a postal operator in Italy.", "website": "https://www.nexive.it" }, "Next Total": { + "cats": [ + 6 + ], "js": [ "nextbasket.nextunlimited", "nextfavourites.busy", "nextfavourites.data.shoppinglists" ], + "scriptSrc": [ + "\\.nextdirect\\.com/" + ], "description": "Next is leveraging the expertise, infrastructure and software it has developed for its own online business to provide a third-party ecommerce outsourcing service named Total Platform.", "website": "https://www.next.co.uk" }, "Next.js": { + "cats": [ + 12, + 18, + 22, + 57 + ], "js": [ "__next_data__", "next.version" @@ -16302,6 +26180,9 @@ "website": "https://nextjs.org" }, "NextAuth.js": { + "cats": [ + 69 + ], "cookies": { "__host-next-auth.csrf-token": "", "__secure-next-auth.callback-url": "" @@ -16310,16 +26191,26 @@ "website": "https://next-auth.js.org" }, "NextGEN Gallery": { + "cats": [ + 7, + 87 + ], "js": [ "nextgen_lightbox_settings.static_path" ], "html": [ "\u003c!-- \u003cmeta name=\"nextgen\" version=\"([\\d.]+)\" /\u003e --\u003e\\;version:\\1" ], + "scriptSrc": [ + "/nextgen-gallery/js/" + ], "description": "NextGEN Gallery is a free open-source image management plugin for the WordPress content management system.", "website": "https://www.imagely.com/wordpress-gallery-plugin" }, "NextUI": { + "cats": [ + 66 + ], "css": [ "--nextui-(?:colors-accents1|colors-text|space-0|fonts-sans|fonts-mono)" ], @@ -16331,6 +26222,10 @@ "website": "https://nextui.org/" }, "Nextcloud": { + "cats": [ + 95, + 19 + ], "cookies": { " __host-nc_samesitecookielax": "", "__host-nc_samesitecookiestrict": "" @@ -16345,10 +26240,19 @@ "website": "https://nextcloud.com" }, "Nextdoor Ads": { + "cats": [ + 36 + ], + "scriptSrc": [ + "ads\\.nextdoor\\.com/" + ], "description": "Nextdoor Ads is an easy-to-use expansion of Nextdoor’s proprietary self-serve campaign management platform, designed to help small and medium-sized businesses (SMBs) advertise on Nextdoor.", "website": "https://help.nextdoor.com/s/article/About-Neighborhood-Ad-Center-NAC-Conversion-Pixel" }, "Nextra": { + "cats": [ + 57 + ], "js": [ "__nextra_internal__", "__nextra_pagecontext__" @@ -16357,13 +26261,23 @@ "website": "https://nextra.site/" }, "Nextsale": { + "cats": [ + 5, + 32 + ], "js": [ "nextsaleobject" ], + "scriptSrc": [ + "(?:api|sdk)\\.nextsale\\.io/" + ], "description": "Nextsale is a conversion optimisation platform that provides social proof and urgency tools for ecommerce websites.", "website": "https://nextsale.io" }, "NexusPHP": { + "cats": [ + 1 + ], "meta": { "generator": [ "^nexusphp$" @@ -16378,6 +26292,9 @@ "website": "https://nexusphp.org" }, "NexusPIPE": { + "cats": [ + 16 + ], "headers": { "server": "^nexuspipe.com" }, @@ -16385,6 +26302,10 @@ "website": "https://nexuspipe.com" }, "Nginx": { + "cats": [ + 22, + 64 + ], "headers": { "server": "nginx(?:/([\\d.]+))?\\;version:\\1", "x-fastcgi-cache": "" @@ -16393,6 +26314,9 @@ "website": "https://nginx.org/en" }, "Niagahoster": { + "cats": [ + 88 + ], "headers": { "x-powered-by": "niagahoster" }, @@ -16403,6 +26327,9 @@ "website": "https://niagahoster.co.id" }, "Nicepage": { + "cats": [ + 51 + ], "js": [ "_npaccordioninit", "_npdialogsinit" @@ -16416,6 +26343,9 @@ "website": "https://nicepage.com" }, "Nift": { + "cats": [ + 84 + ], "js": [ "niftanalytics", "niftjs" @@ -16424,13 +26354,24 @@ "website": "https://www.gonift.com" }, "Ninja Forms": { + "cats": [ + 87, + 110 + ], "js": [ "nfforms" ], + "scriptSrc": [ + "/wp-content/plugins/ninja-forms/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Ninja Forms is the WordPress form builder.", "website": "https://ninjaforms.com" }, "NitroPack": { + "cats": [ + 23, + 92 + ], "meta": { "generator": [ "nitropack" @@ -16440,21 +26381,43 @@ "website": "https://nitropack.io/" }, "NoFraud": { + "cats": [ + 16 + ], + "scriptSrc": [ + "services\\.nofraud\\.com/" + ], "description": "NoFraud is a fraud prevention solution for ecommerce businesses.", "website": "https://www.nofraud.com" }, "Noddus": { + "cats": [ + 10, + 32 + ], + "scriptSrc": [ + "noddus\\.com/" + ], "description": "Noddus offers brands and agencies access to an advanced proprietary content marketing platform automating content production, distribution and analytics.", "website": "https://www.enterprise.noddus.com" }, "Node.js": { + "cats": [ + 27 + ], "description": "Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside a web browser.", "website": "https://nodejs.org" }, "NodeBB": { + "cats": [ + 2 + ], "headers": { "x-powered-by": "^nodebb$" }, + "scriptSrc": [ + "/nodebb\\.min\\.js\\?" + ], "implies": [ "Node.js" ], @@ -16462,17 +26425,29 @@ "website": "https://nodebb.org" }, "NodePing": { + "cats": [ + 13 + ], "description": "NodePing is a tool in the Website Monitoring category of a tech stack. NodePing is an open source tool with GitHub stars and GitHub forks.", "website": "https://nodeping.com" }, "Nogin": { + "cats": [ + 19 + ], "js": [ "nogin.wishlist" ], + "scriptSrc": [ + "\\.nogin\\.com/" + ], "description": "Nogin is a platform operating as Commerce-as-a-Service (CaaS), offering cloud-based ecommerce functionalities and infrastructure for seamless integration and development of ecommerce solutions.", "website": "https://www.nogin.com" }, "Noibu": { + "cats": [ + 13 + ], "js": [ "noibujs_config" ], @@ -16480,9 +26455,15 @@ "website": "https://noibu.com" }, "Norton Shopping Guarantee": { + "cats": [ + 16 + ], "js": [ "do_norton_shopping" ], + "scriptSrc": [ + "nsg\\.symantec\\.com/" + ], "implies": [ "Cart Functionality" ], @@ -16490,10 +26471,17 @@ "website": "https://norton.buysafe.com" }, "Nosto": { + "cats": [ + 76, + 74 + ], "js": [ "nosto", "nostojs" ], + "scriptSrc": [ + "connect\\.nosto\\.\\w+/" + ], "meta": { "nosto-version": [ "([\\d.]+)\\;version:\\1" @@ -16503,25 +26491,44 @@ "website": "https://www.nosto.com" }, "Nosto Visual UGC": { + "cats": [ + 96 + ], "js": [ "stackla", "stacklawidgetjsonp" ], + "scriptSrc": [ + "\\.stackla\\.com/" + ], "description": "Nosto Visual UGC (Earlier known as Stackla) is a cloud-based content marketing platform that helps discover, curate, display and engage with user-generated content across all digital marketing platforms.", "website": "https://www.nosto.com/products/visual-ugc/" }, "Notion": { + "cats": [ + 51 + ], "description": "Notion is a collaboration platform with modified Markdown support that integrates kanban boards, tasks, wikis, and database.", "website": "https://notion.so" }, "Nudgify": { + "cats": [ + 32 + ], "js": [ "nudgify.cart" ], + "scriptSrc": [ + "\\.nudgify\\.com/", + "cdn\\.convertize\\.com/nudgify-shopify\\.js" + ], "description": "Nudgify is a Social Proof \u0026 Fomo App tool that integrates seamlessly with ecommerce platform such as Shopify, WooCommerce and Magento.", "website": "https://www.nudgify.com" }, "Nukeviet CMS": { + "cats": [ + 1 + ], "js": [ "nv_digitalclock", "nv_is_change_act_confirm" @@ -16535,13 +26542,23 @@ "website": "https://nukeviet.vn/en/" }, "Nuqlium": { + "cats": [ + 76, + 29 + ], "js": [ "nuqliumobject" ], + "scriptSrc": [ + "\\.nuqlium\\.com/api" + ], "description": "Nuqlium is an integrated cloud-based online merchandising platform.", "website": "https://www.nuqlium.com" }, "Nuvemshop": { + "cats": [ + 6 + ], "js": [ "ls.store.url", "nuvemshopidproduct" @@ -16550,6 +26567,12 @@ "website": "https://www.nuvemshop.com.br" }, "Nuxt.js": { + "cats": [ + 12, + 18, + 22, + 57 + ], "js": [ "$nuxt", "usenuxtapp" @@ -16558,6 +26581,9 @@ "\u003cdiv [^\u003e]*id=\"__nuxt\"", "\u003cscript [^\u003e]*\u003ewindow\\.__nuxt__" ], + "scriptSrc": [ + "/_nuxt/" + ], "implies": [ "Node.js", "Vue.js" @@ -16566,6 +26592,9 @@ "website": "https://nuxt.com" }, "OTYS": { + "cats": [ + 101 + ], "js": [ "otys.siteid", "otysselect" @@ -16574,13 +26603,23 @@ "website": "https://www.otys.nl" }, "OVHcloud": { + "cats": [ + 62, + 88 + ], "description": "OVHcloud is a global, cloud provider delivering hosted private cloud, public cloud, and dedicated server solutions.", "website": "https://www.ovhcloud.com" }, "OWL Carousel": { + "cats": [ + 59 + ], "html": [ "\u003clink [^\u003e]*href=\"[^\"]+owl\\.carousel(?:\\.min)?\\.css" ], + "scriptSrc": [ + "owl\\.carousel.*\\.js" + ], "implies": [ "jQuery" ], @@ -16588,6 +26627,9 @@ "website": "https://owlcarousel2.github.io/OwlCarousel2/" }, "OXID eShop": { + "cats": [ + 6 + ], "cookies": { "sid_key": "oxid" }, @@ -16606,6 +26648,9 @@ "website": "https://www.oxid-esales.com" }, "OXID eShop Community Edition": { + "cats": [ + 6 + ], "html": [ "\u003c!--[^-]*oxid eshop community edition, version (\\d+)\\;version:\\1" ], @@ -16616,6 +26661,10 @@ "website": "https://www.oxid-esales.com" }, "OXID eShop Enterprise Edition": { + "cats": [ + 6, + 62 + ], "html": [ "\u003c!--[^-]*oxid eshop enterprise edition, version (\\d+)\\;version:\\1" ], @@ -16626,6 +26675,9 @@ "website": "https://www.oxid-esales.com" }, "OXID eShop Professional Edition": { + "cats": [ + 6 + ], "html": [ "\u003c!--[^-]*oxid eshop professional edition, version (\\d+)\\;version:\\1" ], @@ -16636,13 +26688,22 @@ "website": "https://exchange.oxid-esales.com/OXID-Products/OXID-eShop/OXID-eShop-Professional-Edition-6-Professional-Edition-6-Stable-PE-6-0-x.html" }, "Obsidian Incentivize": { + "cats": [ + 100 + ], "js": [ "obsidian.incentiveapi" ], + "scriptSrc": [ + "cdn\\.shopify\\.com/extensions/.+/([\\.\\d]{3,})/assets/upsell\\.min\\.js\\;version:\\1" + ], "description": "Obsidian Incentivize is designed to increase your average order size through in-cart upsells, cross sells and personalised product recommendations.", "website": "https://obsidianapps.co" }, "Obsidian Publish": { + "cats": [ + 4 + ], "js": [ "siteinfo.host" ], @@ -16654,48 +26715,89 @@ "website": "https://obsidian.md/publish" }, "Obviyo": { + "cats": [ + 100, + 76 + ], "js": [ "__hic.version" ], + "scriptSrc": [ + "deploy\\.hiconversion\\.com" + ], "description": "Obviyo is an ecommerce intelligence platform helping merchants personalise and optimise shopping experience.", "website": "https://www.obviyo.com" }, "Occasion": { + "cats": [ + 72 + ], "js": [ "occsn.stack", "occsnmerchanttoken" ], + "scriptSrc": [ + "app\\.getoccasion\\.com" + ], "description": "Occasion is an online booking system.", "website": "https://www.getoccasion.com" }, "OceanWP": { + "cats": [ + 80 + ], + "scriptSrc": [ + "themes/oceanwp\\s*\\.js(?:\\?ver=([0-9.]+))?\\;version:\\1" + ], "description": "OceanWP is a fast-loading WordPress theme that has great support for third-party plugins and drag-and-drop page builders.", "website": "https://oceanwp.org" }, "Ochanoko": { + "cats": [ + 6 + ], "js": [ "ocnkproducts" ], + "scriptSrc": [ + "ocnk-min\\.js" + ], "description": "Ochanoko is a ecommerce online shopping cart solutions, ecommerce web site hosting.", "website": "https://www.ocnk.com" }, "Oct8ne": { + "cats": [ + 52 + ], "js": [ "oct8ne.agentsavailable", "oct8neapi", "oct8nevars.pluginversion" ], + "scriptSrc": [ + "\\.oct8ne\\.com/" + ], "description": "Oct8ne is a visual customer service software.", "website": "https://oct8ne.com" }, "Octane AI": { + "cats": [ + 5, + 52 + ], "js": [ "octaneconfig" ], + "scriptSrc": [ + "\\.octaneai\\.com/" + ], "description": "Octane AI provides an all-in-one platform for engaging quizzes, data collection, and personalised Facebook Messenger and SMS automation.", "website": "https://www.octaneai.com" }, "October CMS": { + "cats": [ + 1 + ], "cookies": { "october_session": "" }, @@ -16714,9 +26816,15 @@ "website": "https://octobercms.com" }, "Octopress": { + "cats": [ + 57 + ], "html": [ "powered by \u003ca href=\"http://octopress\\.org\"\u003e" ], + "scriptSrc": [ + "/octopress\\.js" + ], "meta": { "generator": [ "octopress" @@ -16729,6 +26837,9 @@ "website": "https://octopress.org" }, "Ocuco FitMix": { + "cats": [ + 105 + ], "js": [ "fitmix.widget_base_url" ], @@ -16736,12 +26847,18 @@ "website": "https://www.ocuco.com/fitmix" }, "Odoo": { + "cats": [ + 1 + ], "js": [ "odoo.session_info" ], "html": [ "\u003clink[^\u003e]* href=[^\u003e]+/web/css/(?:web\\.assets_common/|website\\.assets_frontend/)\\;confidence:25" ], + "scriptSrc": [ + "/web/js/(?:web\\.assets_common/|website\\.assets_frontend/)\\;confidence:25" + ], "meta": { "generator": [ "odoo" @@ -16756,13 +26873,23 @@ "website": "https://odoo.com" }, "Oh Dear": { + "cats": [ + 13 + ], "js": [ "__next_data__.props.pageprops.config.useragent" ], + "scriptSrc": [ + "\\.ohdear\\.app/" + ], "description": "The all-in-one monitoring tool for your entire website. Oh Dear monitors uptime, SSL certificates, broken links, scheduled tasks, application health, DNS, domain expiry and more.", "website": "https://ohdear.app" }, "Okendo": { + "cats": [ + 90, + 100 + ], "js": [ "okendoreviews", "okereviewswidgetoninit", @@ -16775,6 +26902,9 @@ "website": "https://www.okendo.io" }, "Okta": { + "cats": [ + 69 + ], "js": [ "isoktaenabled", "okta.cdnurlhostname", @@ -16782,10 +26912,16 @@ "oktaauth", "oktacurrentsessionurl" ], + "scriptSrc": [ + "oktacdn\\.com/.+/([\\d.]+)/\\;version:\\1" + ], "description": "Okta is a platform in the Identity-as-a-Service (IDaaS) category. Okta features include Provisioning, Single Sign-On (SSO), Active Directory (AD) and LDAP integration, the centralized de-provisioning of users, multi-factor authentication (MFA), mobile identity management.", "website": "https://developer.okta.com" }, "Olapic": { + "cats": [ + 96 + ], "js": [ "olapic", "olapic.version" @@ -16794,14 +26930,23 @@ "website": "https://www.olapic.com" }, "Olark": { + "cats": [ + 52 + ], "js": [ "olark", "olarkuserdata" ], + "scriptSrc": [ + "\\.olark\\.com/" + ], "description": "Olark is a cloud-based live chat solution.", "website": "https://www.olark.com/" }, "Omeka": { + "cats": [ + 1 + ], "js": [ "omeka" ], @@ -16809,6 +26954,10 @@ "website": "https://omeka.org" }, "Ometria": { + "cats": [ + 32, + 97 + ], "cookies": { "ometria": "" }, @@ -16817,35 +26966,60 @@ "addometriaidentify", "ometria" ], + "scriptSrc": [ + "cdn\\.ometria\\.com" + ], "description": "Ometria is a customer insight and marketing automation platform.", "website": "https://ometria.com" }, "Omise": { + "cats": [ + 41 + ], "js": [ "omise", "omisecard" ], + "scriptSrc": [ + "cdn\\.omise\\.co" + ], "description": "Omise is a payment gateway for Thailand, Japan and Singapore. Providing both online and offline payment solutions to merchants.", "website": "https://www.omise.co" }, "Omni CMS": { + "cats": [ + 1 + ], "description": "Omni CMS (formerly OU Campus) is a web content management system developed by Modern Campus. Modern Campus is a SaaS-based student lifecycle management software designed to manage continuing education and non-degree programs.", "website": "https://moderncampus.com/products/web-content-management.html" }, "Omniconvert": { + "cats": [ + 74 + ], "js": [ "_omni" ], + "scriptSrc": [ + "cdn\\.omniconvert\\.com" + ], "description": "Omniconvert is an award-winning conversion rate optimisation (CRO) software that can be used for A/B testing, online surveys, traffic segmentation.", "website": "https://www.omniconvert.com" }, "Omnisend": { + "cats": [ + 32, + 75 + ], "cookies": { "omnisendsessionid": "" }, "js": [ "_omnisend" ], + "scriptSrc": [ + "omnisrc\\.com" + ], "meta": { "omnisend-site-verification": [] }, @@ -16853,6 +27027,12 @@ "website": "https://www.omnisend.com" }, "Omnisend Email Marketing \u0026 SMS": { + "cats": [ + 100 + ], + "scriptSrc": [ + "omnis(?:nippet1|rc)\\.com/inshop/embed/shopify\\.js" + ], "implies": [ "Omnisend" ], @@ -16860,10 +27040,16 @@ "website": "https://apps.shopify.com/omnisend" }, "Omny Studio": { + "cats": [ + 5 + ], "description": "Omny Studio is a podcast hosting solution, which enables radio stations and enterprises to manage, monetize, publish, share, edit and analyze audio episodes.", "website": "https://omnystudio.com" }, "Omurga Sistemi": { + "cats": [ + 1 + ], "meta": { "generator": [ "^os-omurga sistemi" @@ -16876,6 +27062,9 @@ "website": "https://www.os.com.tr" }, "OnShop": { + "cats": [ + 6 + ], "meta": { "generator": [ "onshop ecommerce" @@ -16888,76 +27077,139 @@ "website": "https://onshop.asia" }, "OnUniverse": { + "cats": [ + 51 + ], "description": "OnUniverse is the first website builder and commerce platform built for mobile devices.", "website": "https://onuniverse.com" }, "One.com": { + "cats": [ + 88 + ], "description": "One.com is a Denmark-based company offering bargain-priced WordPress and shared web hosting plans.", "website": "https://www.one.com" }, "OneAPM": { + "cats": [ + 10 + ], "js": [ "bweum" ], "website": "https://www.oneapm.com" }, "OneAll": { + "cats": [ + 69 + ], "js": [ "oa_social_login" ], + "scriptSrc": [ + "api\\.oneall\\.com/socialize" + ], "description": "OneAll is a social login solution enables your users to sign into their accounts on your website or mobile app using their login details from networking sites.", "website": "https://www.oneall.com" }, "OneCause": { + "cats": [ + 111 + ], + "scriptSrc": [ + "\\.onecause\\.com/" + ], "description": "OneCause is a fundraising platform designed for nonprofits to manage all types of fundraising campaigns.", "website": "https://www.onecause.com" }, "OnePage Express": { + "cats": [ + 80 + ], "js": [ "one_page_express_settings" ], + "scriptSrc": [ + "/wp-content/themes/one-page-express(?:-pro)?/" + ], "description": "OnePage Express is a beautiful WordPress theme that can be used to create a one page website in minutes by drag and drop.", "website": "https://onepageexpress.com" }, "OnePress Social Locker": { + "cats": [ + 87 + ], "js": [ "__pandalockers", "bizpanda" ], + "scriptSrc": [ + "/wp-content/plugins/social-?locker(?:-next-premium)?/bizpanda/assets/" + ], "description": "Social Locker locks your most valuable site content behind a set of social buttons until the visitor likes, shares, +1s or tweets your page.", "website": "https://wordpress.org/plugins/social-locker" }, "OneSignal": { + "cats": [ + 32, + 74 + ], "js": [ "__onesignalsdkloadcount", "onesignal" ], + "scriptSrc": [ + "cdn\\.onesignal\\.com" + ], "description": "OneSignal is a customer engagement messaging solution.", "website": "https://onesignal.com" }, "OneStat": { + "cats": [ + 10 + ], "js": [ "onestat_pageview" ], "website": "https://www.onestat.com" }, "OneTrust": { + "cats": [ + 67 + ], "cookies": { "optanonconsent": "" }, + "scriptSrc": [ + "cdn\\.cookielaw\\.org", + "cdn\\.cookielaw\\.org", + "optanon\\.blob\\.core\\.windows\\.net", + "optanon\\.blob\\.core\\.windows\\.net", + "otsdkstub\\.js" + ], "description": "OneTrust is a cloud-based data privacy management compliance platform.", "website": "https://www.onetrust.com" }, "Oney": { + "cats": [ + 91 + ], "js": [ "isoneyactive", "oneymarketplace", "openoneylayer" ], + "scriptSrc": [ + "/modules/oney(?:/)?/views/js/front\\.js" + ], "description": "Oney is an app that gives consumers back the power over their spending and makes split payments universal.", "website": "https://www.oney.com" }, "Onfido": { + "cats": [ + 16, + 69 + ], "headers": { "content-security-policy": "(?:api|sync)\\.onfido\\.com" }, @@ -16965,13 +27217,22 @@ "website": "https://onfido.com" }, "Ookla Speedtest Custom": { + "cats": [ + 5 + ], "headers": { "content-security-policy": "\\.speedtestcustom\\.com" }, + "scriptSrc": [ + "\\.speedtestcustom\\.com/" + ], "description": "Speedtest Custom is a robust and accurate testing solution that is HTML5-based, Flash-free and supports both mobile and desktop browsers built by Ookla.", "website": "https://www.ookla.com/speedtest-custom" }, "Oopy": { + "cats": [ + 51 + ], "js": [ "__oopy__" ], @@ -16983,12 +27244,18 @@ "website": "https://oopy.us/" }, "Open AdStream": { + "cats": [ + 36 + ], "js": [ "oas_ad" ], "website": "https://www.xaxis.com" }, "Open Classifieds": { + "cats": [ + 6 + ], "meta": { "author": [ "open-classifieds\\.com" @@ -17000,10 +27267,16 @@ "website": "https://open-classifieds.com" }, "Open Graph": { + "cats": [ + 19 + ], "description": "Open Graph is a protocol that is used to integrate any web page into the social graph.", "website": "https://ogp.me" }, "Open Journal Systems": { + "cats": [ + 50 + ], "cookies": { "ojssid": "" }, @@ -17019,6 +27292,9 @@ "website": "https://pkp.sfu.ca/ojs" }, "Open Web Analytics": { + "cats": [ + 10 + ], "js": [ "owa.config.baseurl", "owa_baseurl", @@ -17030,6 +27306,9 @@ "website": "https://www.openwebanalytics.com" }, "Open eShop": { + "cats": [ + 6 + ], "meta": { "author": [ "open-eshop\\.com" @@ -17044,6 +27323,10 @@ "website": "https://open-eshop.com/" }, "Open-Xchange App Suite": { + "cats": [ + 30, + 75 + ], "js": [ "ox.version" ], @@ -17054,12 +27337,18 @@ "website": "https://www.open-xchange.com/" }, "OpenBSD httpd": { + "cats": [ + 22 + ], "headers": { "server": "^openbsd httpd" }, "website": "https://man.openbsd.org/httpd.8" }, "OpenCV": { + "cats": [ + 59 + ], "js": [ "opencvisready" ], @@ -17070,6 +27359,9 @@ "website": "https://opencv.org" }, "OpenCart": { + "cats": [ + 6 + ], "cookies": { "ocsessid": "" }, @@ -17081,6 +27373,9 @@ "website": "https://www.opencart.com" }, "OpenCities": { + "cats": [ + 1 + ], "js": [ "opencities" ], @@ -17088,18 +27383,27 @@ "website": "https://granicus.com/solution/govaccess/opencities/" }, "OpenCms": { + "cats": [ + 1 + ], "headers": { "server": "opencms" }, "html": [ "\u003clink href=\"/opencms/" ], + "scriptSrc": [ + "opencms" + ], "implies": [ "Java" ], "website": "https://www.opencms.org" }, "OpenElement": { + "cats": [ + 1 + ], "js": [ "oe.getools", "oeconfwemenu" @@ -17116,6 +27420,9 @@ "website": "https://openelement.uk" }, "OpenGSE": { + "cats": [ + 22 + ], "headers": { "server": "gse" }, @@ -17126,6 +27433,9 @@ "website": "https://code.google.com/p/opengse" }, "OpenGrok": { + "cats": [ + 19 + ], "cookies": { "opengrok": "" }, @@ -17140,14 +27450,23 @@ "website": "https://hub.opensolaris.org/bin/view/Project+opengrok/WebHome" }, "OpenLayers": { + "cats": [ + 35 + ], "js": [ "ol.canvasmap", "openlayers.version_number" ], + "scriptSrc": [ + "openlayers" + ], "description": "OpenLayers is an open-source JavaScript library for displaying map data in web browser.", "website": "https://openlayers.org" }, "OpenNemas": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "opennemas" }, @@ -17159,10 +27478,20 @@ "website": "https://www.opennemas.com" }, "OpenPay": { + "cats": [ + 41, + 91 + ], + "scriptSrc": [ + "openpay\\.com.\\au" + ], "description": "Openpay is an innovative online and in-store payment solution enabling you to purchase now and pay later, with no interest.", "website": "https://www.openpay.com.au/" }, "OpenResty": { + "cats": [ + 22 + ], "headers": { "server": "openresty(?:/([\\d.]+))?\\;version:\\1" }, @@ -17173,6 +27502,9 @@ "website": "https://openresty.org" }, "OpenSSL": { + "cats": [ + 33 + ], "headers": { "server": "openssl(?:/([\\d.]+[a-z]?))?\\;version:\\1" }, @@ -17180,10 +27512,16 @@ "website": "https://openssl.org" }, "OpenStreetMap": { + "cats": [ + 35 + ], "description": "OpenStreetMap is a free, editable map of the whole world that is being built by volunteers largely from scratch and released with an open-content license.", "website": "https://www.openstreetmap.org" }, "OpenSwoole": { + "cats": [ + 18 + ], "headers": { "server": "openswoole(?:/([\\d.]+))?\\;version:\\1" }, @@ -17194,10 +27532,16 @@ "website": "https://openswoole.com" }, "OpenTable": { + "cats": [ + 93 + ], "description": "OpenTable is an online restaurant-reservation service company founded by Sid Gorham, Eric Moe and Chuck Templeton on 2 July 1998 and is based in San Francisco, California.", "website": "https://restaurant.opentable.com" }, "OpenText Web Solutions": { + "cats": [ + 1 + ], "html": [ "\u003c!--[^\u003e]+published by open text web solutions" ], @@ -17207,12 +27551,21 @@ "website": "https://websolutions.opentext.com" }, "OpenUI5": { + "cats": [ + 12 + ], "js": [ "sap.ui.version" ], + "scriptSrc": [ + "sap-ui-core\\.js" + ], "website": "https://openui5.org/" }, "OpenWeb": { + "cats": [ + 36 + ], "js": [ "spotim.initconversation" ], @@ -17223,40 +27576,83 @@ "website": "https://www.openweb.com" }, "OpenX": { + "cats": [ + 36 + ], "js": [ "openx.name" ], + "scriptSrc": [ + "https?://[^/]*\\.openx\\.net", + "https?://[^/]*\\.servedbyopenx\\.com" + ], "description": "OpenX is a programmatic advertising technology company.", "website": "https://openx.com" }, "OperateBeyond": { + "cats": [ + 53 + ], + "scriptSrc": [ + "//dealer-cdn\\.com/" + ], "description": "OperateBeyond is a software development company that offers website design, automated inventory management, CRM, dealer websites, and DMS.", "website": "https://operatebeyond.com/dealer-websites-marketing" }, "Opigno LMS": { + "cats": [ + 21 + ], + "scripts": [ + "opigno_(?:commerce|wtp_app|scorm|learning_path)" + ], "description": "Opigno LMS is an open-source Learning Management System (LMS) based on Drupal, designed for creating and delivering online courses and educational content.", "website": "https://www.opigno.org" }, "OpinionLab": { + "cats": [ + 73 + ], "js": [ "ooo.browser", "ooo.version" ], + "scriptSrc": [ + "\\.foresee\\.com/code/([\\d.]+)-oo/oo_engine\\.min\\.js\\;version:\\1" + ], "description": "OpinionLab is a omnichannel customer feedback solution provider.", "website": "https://www.opinionlab.com" }, "OptiMonk": { + "cats": [ + 98, + 77 + ], + "scriptSrc": [ + "\\.optimonk\\.com/" + ], "description": "OptiMonk is an on-site message toolkit used to improve conversions using action-based popups ad bars.", "website": "https://www.optimonk.com" }, "Optimise": { + "cats": [ + 71, + 36 + ], "js": [ "omid" ], + "scriptSrc": [ + "track\\.omguk\\.com" + ], "description": "Optimise Media Group is a UK-based performance advertising network.", "website": "https://www.optimisemedia.com" }, "Optimizely": { + "cats": [ + 74, + 76 + ], "cookies": { "optimizelyenduserid": "" }, @@ -17265,10 +27661,16 @@ "optimizelyclient.clientversion", "optimizelysdk" ], + "scriptSrc": [ + "optimizely\\.com.*\\.js" + ], "description": "Optimizely is an experimentation platform that helps developers build and run A/B tests on websites.", "website": "https://www.optimizely.com" }, "Optimizely Commerce": { + "cats": [ + 6 + ], "cookies": { "epi:statemarker": "" }, @@ -17281,6 +27683,9 @@ "website": "https://www.optimizely.com/products/commerce/b2c/" }, "Optimizely Content Management": { + "cats": [ + 1 + ], "cookies": { "epi:statemarker": "", "episerver": "", @@ -17293,6 +27698,9 @@ "headers": { "content-security-policy": "\\.episerver\\.net" }, + "scriptSrc": [ + "\\.episerver.net/" + ], "meta": { "generator": [ "episerver" @@ -17305,14 +27713,23 @@ "website": "https://www.optimizely.com/products/content/" }, "Optimove": { + "cats": [ + 97 + ], "js": [ "optimovesdk", "optimovesdkversion" ], + "scriptSrc": [ + "\\.optimove\\.net/.+v([\\d\\.]+)\\.js\\;version:\\1" + ], "description": "Optimove is a relationship marketing hub powered by a combination of advanced customer modeling, predictive micro-segmentation and campaign automation technologies.", "website": "https://www.optimove.com" }, "OptinMonster": { + "cats": [ + 32 + ], "js": [ "optinmonsterapp" ], @@ -17320,6 +27737,12 @@ "website": "https://optinmonster.com" }, "OptinMonster plugin": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/optinmonster/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "OptinMonster" ], @@ -17327,6 +27750,9 @@ "website": "https://optinmonster.com" }, "Oracle Application Express": { + "cats": [ + 51 + ], "js": [ "apex.libversions", "apex_img_dir" @@ -17335,19 +27761,31 @@ "website": "https://apex.oracle.com" }, "Oracle Application Server": { + "cats": [ + 22 + ], "headers": { "server": "oracle[- ]application[- ]server(?: containers for j2ee)?(?:[- ](\\d[\\da-z./]+))?\\;version:\\1" }, "website": "https://www.oracle.com/technetwork/middleware/ias/overview/index.html" }, "Oracle BlueKai": { + "cats": [ + 86 + ], "js": [ "bluekailoaded" ], + "scriptSrc": [ + "tags\\.(?:bluekai|bkrtx)\\.com/" + ], "description": "Oracle BlueKai is a cloud-based big data platform that enables companies to personalise online, offline, and mobile marketing campaigns.", "website": "https://www.oracle.com/cx/marketing/data-management-platform" }, "Oracle Commerce": { + "cats": [ + 6 + ], "headers": { "x-atg-version": "(?:atgplatform/([\\d.]+))?\\;version:\\1" }, @@ -17355,6 +27793,9 @@ "website": "https://www.oracle.com/applications/customer-experience/commerce/products/commerce-platform/index.html" }, "Oracle Commerce Cloud": { + "cats": [ + 6 + ], "headers": { "oraclecommercecloud-version": "^(.+)$\\;version:\\1" }, @@ -17362,6 +27803,9 @@ "website": "https://cloud.oracle.com/commerce-cloud" }, "Oracle Dynamic Monitoring Service": { + "cats": [ + 19 + ], "headers": { "x-oracle-dms-ecid": "" }, @@ -17372,31 +27816,62 @@ "website": "https://oracle.com" }, "Oracle HTTP Server": { + "cats": [ + 22 + ], "headers": { "server": "oracle-http-server(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://oracle.com" }, "Oracle Infinity": { + "cats": [ + 10 + ], + "scriptSrc": [ + "c\\.oracleinfinity\\.io" + ], "description": "Oracle Infinity is a digital analytics platform for tracking, measuring, and optimizing the performance and visitor behavior of enterprise websites and mobile apps.", "website": "https://www.oracle.com/cx/marketing/digital-intelligence/" }, "Oracle Maxymiser": { + "cats": [ + 74, + 76 + ], "js": [ "maxy", "mmsystem.getconfig" ], + "scriptSrc": [ + "service\\.maxymiser\\.net" + ], "description": "Oracle Maxymiser is a real-time behavioral targeting, in-session personalisation, and product recommendations platform.", "website": "https://www.oracle.com/uk/cx/marketing/personalization-testing" }, "Oracle Moat Measurement": { + "cats": [ + 10 + ], + "scriptSrc": [ + "moatads\\.com" + ], "description": "Oracle Moat delivers solutions that are critical to measuring advertising effectiveness, including verification and attention, reach, and frequency as well as sales lift measurement.", "website": "https://www.oracle.com/cx/advertising/measurement/" }, "Oracle Recommendations On Demand": { + "cats": [ + 10 + ], + "scriptSrc": [ + "atgsvcs.+atgsvcs\\.js" + ], "website": "https://www.oracle.com/us/products/applications/commerce/recommendations-on-demand/index.html" }, "Oracle Web Cache": { + "cats": [ + 23 + ], "headers": { "server": "oracle(?:as)?[- ]web[- ]cache(?:[- /]([\\da-z./]+))?\\;version:\\1" }, @@ -17404,6 +27879,9 @@ "website": "https://oracle.com" }, "Oracle WebLogic Server": { + "cats": [ + 22 + ], "implies": [ "Java" ], @@ -17411,22 +27889,38 @@ "website": "https://www.oracle.com/java/weblogic/" }, "Orankl": { + "cats": [ + 90 + ], "js": [ "orankl", "oranklinit" ], + "scriptSrc": [ + "www\\.orankl\\.com/" + ], "description": "Orankl is a provider email marketing and review services.", "website": "https://www.orankl.com" }, "OrbitFox": { + "cats": [ + 87, + 5 + ], "description": "OrbitFox is a multi-featured WordPress plugin that works with the Elementor, Beaver Builder and Gutenberg site-building utilities by Themeisle.", "website": "https://themeisle.com/plugins/orbit-fox-companion" }, "Orchard Core": { + "cats": [ + 1 + ], "headers": { "x-generator": "^orchard$", "x-powered-by": "orchardcore" }, + "scriptSrc": [ + "/orchardcore\\." + ], "meta": { "generator": [ "orchard" @@ -17439,6 +27933,9 @@ "website": "https://orchardcore.net" }, "Orckestra": { + "cats": [ + 6 + ], "headers": { "x-orckestra-commerce": ".net client", "x-powered-by": "orckestra" @@ -17455,6 +27952,9 @@ "website": "https://www.orckestra.com" }, "Order Deadline": { + "cats": [ + 100 + ], "js": [ "orderdeadlineappbyeesl" ], @@ -17465,6 +27965,9 @@ "website": "https://apps.shopify.com/order-deadline" }, "OrderCast": { + "cats": [ + 6 + ], "implies": [ "Python", "React" @@ -17473,6 +27976,9 @@ "website": "https://www.ordercast.io" }, "OrderLogic app": { + "cats": [ + 100 + ], "js": [ "orderlogic.alerts_key", "orderlogic.cartdata", @@ -17485,6 +27991,9 @@ "website": "https://apps.shopify.com/orderlogic" }, "OrderYOYO": { + "cats": [ + 6 + ], "js": [ "smartbanneroy" ], @@ -17492,16 +28001,28 @@ "website": "https://orderyoyo.com" }, "Ordergroove": { + "cats": [ + 41 + ], "headers": { "content-security-policy": "\\.ordergroove\\.com" }, + "scriptSrc": [ + "\\.ordergroove\\.com/" + ], "description": "Ordergroove provides a SaaS (Software as a Service) based subscription and membership commerce platform.", "website": "https://www.ordergroove.com/" }, "Ordersify Product Alerts": { + "cats": [ + 100 + ], "js": [ "ordersify_bis.stockremainingsetting" ], + "scriptSrc": [ + "cdn\\.ordersify\\.com/sdk/productalerts-shopify\\.js" + ], "implies": [ "Shopify" ], @@ -17509,10 +28030,16 @@ "website": "https://ordersify.com/products/product-alerts" }, "OroCommerce": { + "cats": [ + 6 + ], "html": [ "\u003cscript [^\u003e]+data-requiremodule=\"oro/", "\u003cscript [^\u003e]+data-requiremodule=\"oroui/" ], + "scriptSrc": [ + "oro\\.min\\.js\\?version=([\\d.]+)\\;version:\\1" + ], "implies": [ "MySQL", "PHP" @@ -17520,21 +28047,36 @@ "website": "https://oroinc.com" }, "Osano": { + "cats": [ + 67 + ], "js": [ "osano" ], + "scriptSrc": [ + "cmp\\.osano\\.com/" + ], "description": "Osano is a data privacy platform that helps your website become compliant with laws such as GDPR and CCPA.", "website": "https://www.osano.com" }, "Osterreichische Post": { + "cats": [ + 99 + ], "description": "Österreichische Post is an Austrian logistics and postal services provider.", "website": "https://www.post.at" }, "OutSystems": { + "cats": [ + 47 + ], "js": [ "outsystems", "outsystemsdebugger" ], + "scriptSrc": [ + "scripts/outsystems(?:[\\w]+)?\\.js" + ], "implies": [ "IIS", "Windows Server" @@ -17543,20 +28085,36 @@ "website": "https://www.outsystems.com" }, "OutTheBoxThemes Panoramic": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/panoramic/.+custom\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Panoramic is a fully responsive WordPress theme with a homepage slider by OutTheBoxThemes.", "website": "https://www.outtheboxthemes.com/wordpress-themes/panoramic" }, "Outbrain": { + "cats": [ + 5, + 36 + ], "js": [ "ob_adv_id", "ob_releasever", "obapi.version", "outbrainpermalink" ], + "scriptSrc": [ + "\\.outbrain\\.com/" + ], "description": "Outbrain is a web advertising platform that displays boxes of links, known as chumboxes, to pages within websites.", "website": "https://www.outbrain.com" }, "Outlook Web App": { + "cats": [ + 30 + ], "js": [ "isowapremiumbrowser" ], @@ -17573,6 +28131,9 @@ "website": "https://help.outlook.com" }, "Oxatis": { + "cats": [ + 6 + ], "meta": { "generator": [ "^oxatis\\s\\(www\\.oxatis\\.com\\)$" @@ -17582,18 +28143,34 @@ "website": "https://www.oxatis.com/" }, "Oxi Social Login": { + "cats": [ + 69 + ], + "scriptSrc": [ + "social-login\\.oxiapps\\.com" + ], "description": "Oxi Social Login provides one click login with services like Facebook, Google and many more.", "website": "https://www.oxiapps.com/" }, "Oxygen": { + "cats": [ + 51, + 87 + ], "html": [ "\u003cbody class=(?:\"|')[^\"']*oxygen-body", "\u003clink [^\u003e]*href=(?:\"|')[^\u003e]*wp-content/plugins/oxygen/" ], + "scriptSrc": [ + "wp-content/plugins/oxygen" + ], "description": "Oxygen Builder is a tool to build a WordPress website.", "website": "https://oxygenbuilder.com" }, "PCRecruiter": { + "cats": [ + 101 + ], "js": [ "pcrbaseurl", "pcrdialog", @@ -17603,6 +28180,9 @@ "website": "https://www.pcrecruiter.net" }, "PDF.js": { + "cats": [ + 19 + ], "js": [ "_pdfjscompatibilitychecked", "pdfjs", @@ -17616,6 +28196,9 @@ "website": "https://mozilla.github.io/pdf.js/" }, "PHP": { + "cats": [ + 27 + ], "cookies": { "phpsessid": "" }, @@ -17627,6 +28210,9 @@ "website": "https://php.net" }, "PHP-Nuke": { + "cats": [ + 1 + ], "html": [ "\u003c[^\u003e]+powered by php-nuke" ], @@ -17641,13 +28227,22 @@ "website": "https://phpnuke.org" }, "PHPDebugBar": { + "cats": [ + 47 + ], "js": [ "phpdebugbar", "phpdebugbar" ], + "scriptSrc": [ + "debugbar.*\\.js" + ], "website": "https://phpdebugbar.com/" }, "PHPFusion": { + "cats": [ + 1 + ], "headers": { "x-phpfusion": "(.+)$\\;version:\\1", "x-powered-by": "phpfusion (.+)$\\;version:\\1" @@ -17663,15 +28258,24 @@ "website": "https://phpfusion.com" }, "PIXIjs": { + "cats": [ + 25 + ], "js": [ "pixi", "pixi.version", "pixi_webworker_url" ], + "scriptSrc": [ + "pixi(?:\\.min|-legacy)?\\.js$" + ], "description": "PIXIjs is a free open-source 2D engine used to make animated websites and HTML5 games.", "website": "https://www.pixijs.com" }, "POLi Payment": { + "cats": [ + 41 + ], "js": [ "wc_ga_pro.available_gateways.poli" ], @@ -17679,14 +28283,23 @@ "website": "https://www.polipayments.com" }, "POWR": { + "cats": [ + 5 + ], "js": [ "loadpowr", "powr_receivers" ], + "scriptSrc": [ + "www\\.powr\\.io/powr\\.js" + ], "description": "POWR is a cloud-based system of plugins that work on almost any website.", "website": "https://www.powr.io" }, "PRONOTE": { + "cats": [ + 21 + ], "headers": { "server": "^pronote\\s[\\d]{4}\\s-\\s([\\d\\.]+)\\;version:\\1" }, @@ -17699,28 +28312,51 @@ "website": "https://www.index-education.com/fr/logiciel-gestion-vie-scolaire.php" }, "PWA": { + "cats": [ + 19 + ], "description": "Progressive Web Apps (PWAs) are web apps built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device, all with a single codebase.", "website": "https://web.dev/progressive-web-apps/" }, "PWA Studio": { + "cats": [ + 108 + ], "js": [ "__fetchlocaledata__", "fetchrootcomponent" ], + "scripts": [ + "rootcmp_cms_page" + ], "description": "PWA Studio is a collection of tools that lets developers build complex Progressive Web Applications on top of Magento 2 or Adobe Commerce stores.", "website": "https://developer.adobe.com/commerce/pwa-studio/" }, "Pace": { + "cats": [ + 41, + 91 + ], "js": [ "pacepay", "rely_month_installment", "rely_shop_currency", "rely_shop_money_format" ], + "scriptSrc": [ + "pay\\.pacenow\\.co" + ], "description": "PacePay offers a BNPL (Buy now pay later) solution for merchants.", "website": "https://pacenow.co/" }, "Packlink PRO": { + "cats": [ + 100, + 99 + ], + "scriptSrc": [ + "packlink-spf-pro\\.appspot\\.com/.+myshopify\\.com" + ], "implies": [ "Shopify" ], @@ -17728,44 +28364,77 @@ "website": "https://apps.shopify.com/packlink-pro" }, "Paddle": { + "cats": [ + 41 + ], "js": [ "paddle.checkout", "paddlescriptlocation" ], + "scriptSrc": [ + "cdn\\.paddle\\.com/paddle/paddle\\.js" + ], "description": "Paddle is a billing and payment gateway for B2B SaaS companies.", "website": "https://paddle.com/" }, "PagSeguro": { + "cats": [ + 41 + ], "js": [ "_pagsegurodirectpayment", "pagsegurodirectpayment" ], + "scriptSrc": [ + "\\.pagseguro\\.uol\\.com\\.br/" + ], "description": "PagSeguro is an online or mobile payment-based ecommerce service for commercial operations.", "website": "https://pagseguro.uol.com.br" }, "Pagar.me": { + "cats": [ + 41 + ], "js": [ "pagarme.balance", "pagarmecheckout" ], + "scriptSrc": [ + "assets\\.pagar\\.me/" + ], "description": "Pagar.me is a Portuguese-language online payments solution for businesses in Brazil.", "website": "https://pagar.me" }, "Page Builder Framework": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/page-builder-framework/.+site-min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Page Builder Framework is a lightweight (less than 50kb on the frontend) and highly customizible WordPress theme.", "website": "https://wp-pagebuilderframework.com" }, "PageFly": { + "cats": [ + 51 + ], "js": [ "__pagefly_setting__" ], "headers": { "x-powered-by": "pagefly" }, + "scriptSrc": [ + "cdn\\.pagefly\\.io" + ], "description": "PageFly is an app for Shopify that allows you to build landing pages, product pages, blogs, and FAQs.", "website": "https://pagefly.io" }, "Pagefai CMS": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "pagefai cms" }, @@ -17773,6 +28442,9 @@ "website": "https://www.pagefai.com" }, "Pagekit": { + "cats": [ + 1 + ], "meta": { "generator": [ "pagekit" @@ -17781,6 +28453,10 @@ "website": "https://pagekit.com" }, "Pagely": { + "cats": [ + 62, + 88 + ], "headers": { "server": "^pagely" }, @@ -17791,6 +28467,9 @@ "website": "https://pagely.com/" }, "Pagevamp": { + "cats": [ + 1 + ], "js": [ "pagevamp" ], @@ -17800,20 +28479,47 @@ "website": "https://www.pagevamp.com" }, "Paidy": { + "cats": [ + 41, + 91 + ], "js": [ "constants.paidy" ], + "scriptSrc": [ + "apps\\.paidy\\.com" + ], "description": "Paidy is basically a two-sided payments service, acting as a middleman between consumers and merchants in Japan.", "website": "https://paidy.com" }, "Paloma": { + "cats": [ + 100 + ], "js": [ "paloma.createcookie" ], + "scriptSrc": [ + "\\.getpaloma\\.com/" + ], "description": "Paloma helps ecommerce businesses sell directly to customers in messaging channels, with automated personal shopping conversations.", "website": "https://www.getpaloma.com" }, + "Panda CSS": { + "cats": [ + 66 + ], + "css": [ + "--made-with-panda" + ], + "description": "Panda is a styling engine that generates styling primitives to author atomic CSS and recipes in a type-safe and readable manner.", + "website": "https://panda-css.com/" + }, "Panelbear": { + "cats": [ + 10, + 13 + ], "js": [ "panelbear" ], @@ -17821,6 +28527,9 @@ "website": "https://panelbear.com" }, "Pantheon": { + "cats": [ + 62 + ], "headers": { "server": "^pantheon", "x-pantheon-styx-hostname": "", @@ -17836,6 +28545,9 @@ "website": "https://pantheon.io/" }, "Paradox": { + "cats": [ + 101 + ], "js": [ "_applybase", "oliviachatbaseurl" @@ -17844,17 +28556,29 @@ "website": "https://www.paradox.ai" }, "Parcelforce": { + "cats": [ + 99 + ], "description": "Parcelforce is a courier and logistics service in the United Kingdom.", "website": "https://www.parcelforce.com" }, "ParkingCrew": { + "cats": [ + 19 + ], "js": [ "pcrewadloaded" ], + "scripts": [ + "var\\slink\\s=\\s'www\\.parkingcrew\\.net'" + ], "description": "ParkingCrew is a direct navigation monetisation provider.", "website": "https://www.parkingcrew.com" }, "Parmin Cloud": { + "cats": [ + 63 + ], "headers": { "x-powered-by": "^parmincloud$" }, @@ -17862,6 +28586,9 @@ "website": "https://parmin.cloud" }, "Pars Elecom Portal": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "pars elecom portal" }, @@ -17878,23 +28605,39 @@ "website": "https://parselecom.net" }, "Parse.ly": { + "cats": [ + 10 + ], "js": [ "parsely" ], "website": "https://www.parse.ly" }, "Partial.ly": { + "cats": [ + 41, + 91 + ], "js": [ "partiallybutton" ], + "scriptSrc": [ + "partial\\.ly" + ], "description": "Partial.ly payment plan software lets businesses offer customizable payment plans to their customers.", "website": "https://partial.ly/" }, "Partnerize": { + "cats": [ + 71 + ], "description": "Partnerize is the only partnership management solution for marketers seeking high quality, scalable subsidies to primary channels.", "website": "https://prf.hn" }, "Parttrap ONE": { + "cats": [ + 6 + ], "js": [ "pt.analytics.additem", "pt.sections.checkout", @@ -17909,6 +28652,9 @@ "website": "https://www.parttrap.com" }, "Partytown": { + "cats": [ + 92 + ], "js": [ "partytown" ], @@ -17916,17 +28662,39 @@ "website": "https://partytown.builder.io/" }, "Passage": { + "cats": [ + 69 + ], + "scriptSrc": [ + "\\.1password\\.com/" + ], "description": "Passage, a feature provided by 1Password, enables easy implementation of passwordless authentication methods on websites and apps.", "website": "https://passage.1password.com" }, "Paths.js": { + "cats": [ + 25 + ], + "scriptSrc": [ + "paths(?:\\.min)?\\.js" + ], "website": "https://github.com/andreaferretti/paths-js" }, "Patreon": { + "cats": [ + 5, + 41 + ], + "scriptSrc": [ + "patreon-connect/assets/.+ver=([\\d.]+)\\;version:\\1" + ], "description": "Patreon is an American membership platform that provides business tools for content creators to run a subscription service.", "website": "https://www.patreon.com" }, "Pattern by Etsy": { + "cats": [ + 6 + ], "js": [ "etsy" ], @@ -17934,24 +28702,43 @@ "website": "https://www.etsy.com/pattern" }, "Pay It Later": { + "cats": [ + 91 + ], "js": [ "payitlater" ], + "scriptSrc": [ + "/wp-content/plugins/payitlater-gateway-for-woocommerce/(?:.+\\?ver=([\\d\\.]+))?\\;version:\\1" + ], "description": "Pay It Later collect payments in weekly instalments from you when you make a purchase online, so you can buy now and pay it later.", "website": "https://www.payitlater.com.au" }, "PayBright": { + "cats": [ + 41, + 91 + ], "js": [ "_paybright_config" ], + "scriptSrc": [ + "app\\.paybright\\.com" + ], "description": "PayBright is a Canadian fintech company that offers short-term interest-free installment loans for online shopping to consumers at checkout.", "website": "https://paybright.com" }, "PayFast": { + "cats": [ + 41 + ], "description": "PayFast is a payments processing service for South Africans \u0026 South African websites.", "website": "https://www.payfast.co.za/" }, "PayGreen": { + "cats": [ + 41 + ], "js": [ "paygreenjs" ], @@ -17959,14 +28746,30 @@ "website": "https://www.paygreen.io" }, "PayJustNow": { + "cats": [ + 91 + ], + "scriptSrc": [ + "\\.payjustnow\\.com/" + ], "description": "PayJustNow is a buy now, pay later checkout option for ecommerce sites.", "website": "https://payjustnow.com" }, "PayKickStart": { + "cats": [ + 5, + 71 + ], + "scriptSrc": [ + "app\\.paykickstart\\.com" + ], "description": "PayKickstart is an online shopping cart and affiliate management platform with built-in conversion enhancing features like one-click upsells for credit card/paypal, order bumps, custom checkout pages/widgets/embed forms, coupon management, auto-complete shipping fields, subscription saver sequences, and more.", "website": "https://paykickstart.com" }, "PayPal": { + "cats": [ + 41 + ], "js": [ "__paypal_global__", "checkout.enabledpayments.paypal", @@ -17980,6 +28783,9 @@ "headers": { "content-security-policy": "\\.paypal\\.com" }, + "scriptSrc": [ + "paypalobjects\\.com" + ], "meta": { "id": [ "in-context-paypal-metadata" @@ -17989,10 +28795,16 @@ "website": "https://paypal.com" }, "PayPal Credit": { + "cats": [ + 91 + ], "js": [ "paypalcreditpopover", "paypaloffersobject" ], + "scriptSrc": [ + "\\.paypalobjects\\.com/.+/smart-credit-message@([\\d\\.]+)\\.js\\;version:\\1" + ], "implies": [ "PayPal" ], @@ -18000,6 +28812,14 @@ "website": "https://www.paypal.com/uk/webapps/mpp/paypal-virtual-credit" }, "PayPal Marketing Solutions": { + "cats": [ + 10, + 32 + ], + "scriptSrc": [ + "\\.paypal\\.com/tagmanager/pptm\\.js", + "\\.paypalobjects\\.com/muse/" + ], "implies": [ "PayPal" ], @@ -18007,6 +28827,9 @@ "website": "https://developer.paypal.com/docs/marketing-solutions" }, "PayWhirl": { + "cats": [ + 41 + ], "js": [ "paywhirlforshopifysettings" ], @@ -18014,18 +28837,39 @@ "website": "https://app.paywhirl.com/" }, "Payflex": { + "cats": [ + 41, + 91 + ], + "scriptSrc": [ + "partpayassets\\.blob\\.core\\.windows\\.net" + ], "description": "Payflex offers an online payment gateway solution to South African merchants that allows shoppers to pay over 6 weeks, interest-free.", "website": "https://payflex.co.za/" }, "Payl8r": { + "cats": [ + 41, + 91 + ], + "scriptSrc": [ + "payl8r\\.com" + ], "description": "PayL8r.com offers repayment plans and online finance which allow you to purchase products online.", "website": "https://payl8r.com/" }, "Paylocity": { + "cats": [ + 101 + ], "description": "Paylocity is an American company which provides cloud-based payroll and human capital management software.", "website": "https://www.paylocity.com" }, "Paymenter": { + "cats": [ + 1, + 6 + ], "cookies": { "paymenter_session": "" }, @@ -18038,6 +28882,9 @@ "website": "https://paymenter.org" }, "Payplug": { + "cats": [ + 41 + ], "js": [ "payplug.card", "payplug_ajax_url", @@ -18047,33 +28894,61 @@ "website": "https://www.payplug.com" }, "Paysafe": { + "cats": [ + 41 + ], "js": [ "paysafe", "paysafe.checkout", "paysafe.fields", "paysafe.threedsecure" ], + "scriptSrc": [ + "/hosted\\.paysafe\\.com/" + ], "description": "Paysafe is a payment platform that enables businesses and consumers to connect and transact by payment processing, digital wallet, and online cash solutions.", "website": "https://www.paysafe.com/en" }, "PebblePost": { + "cats": [ + 77 + ], + "scriptSrc": [ + "cdn\\.pbbl\\.co/" + ], "description": "PebblePost provides marketers a way to transform recent online data into intelligent direct mail programs that perform.", "website": "https://www.pebblepost.com" }, "Peek": { + "cats": [ + 5, + 72 + ], "js": [ "_peekconfig", "peek", "peekjsapi" ], + "scriptSrc": [ + "js\\.peek\\.\\w+" + ], "description": "Peek is a online booking system for tour and activity providers.", "website": "https://www.peek.com/" }, "PeerBoard": { + "cats": [ + 2 + ], + "scriptSrc": [ + "\\.peerboard\\.com/" + ], "description": "PeerBoard is a plug-and-play community solution, which helps groups, clubs, startups, marketplaces and businesses create discussion forums.", "website": "https://peerboard.com" }, "PeerTube": { + "cats": [ + 2 + ], "meta": { "og:platform": [ "^peertube$" @@ -18083,6 +28958,9 @@ "website": "https://joinpeertube.org/" }, "Pelican": { + "cats": [ + 57 + ], "html": [ "powered by \u003ca href=\"[^\u003e]+getpelican\\.com", "powered by \u003ca href=\"https?://pelican\\.notmyidea\\.org" @@ -18093,6 +28971,10 @@ "website": "https://blog.getpelican.com/" }, "PencilBlue": { + "cats": [ + 1, + 11 + ], "headers": { "x-powered-by": "pencilblue" }, @@ -18102,26 +28984,45 @@ "website": "https://github.com/pencilblue/pencilblue" }, "Pendo": { + "cats": [ + 10, + 58 + ], "js": [ "pendo.host", "pendo.version" ], + "scriptSrc": [ + "\\.pendo\\.io/" + ], "description": "Pendo is a product analytics platform used in release to enrich the product experience and provide insights to the product management team.", "website": "https://www.pendo.io" }, "Pepperjam": { + "cats": [ + 71 + ], "js": [ "pepperjam", "pepperjamtracking" ], + "scriptSrc": [ + "\\.pepperjam\\.com/" + ], "description": "Pepperjam is an affiliate marketing solutions provider.", "website": "https://www.pepperjam.com" }, "Percona": { + "cats": [ + 34 + ], "description": "Percona server is an opensource, fully compatible, enhanced drop-in replacement for MySQL, providing superior performance, scalability, and instrumentation.", "website": "https://www.percona.com" }, "Percussion": { + "cats": [ + 1 + ], "html": [ "\u003c[^\u003e]+class=\"perc-region\"" ], @@ -18133,22 +29034,46 @@ "website": "https://percussion.com" }, "PerfectApps Swift": { + "cats": [ + 100, + 92 + ], "js": [ "ps_apiuri", "ps_storeurl" ], + "scriptSrc": [ + "swift\\.perfectapps\\.io/" + ], "description": "Swift is a page speed solution for ecommerce store owners built by PerfectApps.", "website": "https://apps.shopify.com/swift" }, "Perfex CRM": { + "cats": [ + 53 + ], + "scriptSrc": [ + "/assets/themes/perfex/js/global\\.min\\.js(?:\\?v=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Perfex CRM is self hosted customer relationship management software that is a great fit for almost any company, freelancer or many other uses.", "website": "https://www.perfexcrm.com" }, "Perfmatters": { + "cats": [ + 87, + 92 + ], + "scriptSrc": [ + "/wp-content/(?:plugins|cache|uploads)/perfmatters/" + ], "description": "Perfmatters is a performance optimisation plugin for WordPress websites.", "website": "https://perfmatters.io" }, "Performance Lab": { + "cats": [ + 87, + 92 + ], "meta": { "generator": [ "^performance lab ?([\\d.]+)?\\;version:\\1" @@ -18158,6 +29083,9 @@ "website": "https://wordpress.org/plugins/performance-lab/" }, "PerimeterX": { + "cats": [ + 16 + ], "cookies": { "_px3": "", "_pxff_cc": "", @@ -18167,18 +29095,33 @@ "js": [ "_pxappid" ], + "scriptSrc": [ + "client\\.a\\.pxi\\.pub/" + ], "description": "PerimeterX is a provider of scalable, behavior-based threat protection technology for the web, cloud, and mobile.", "website": "https://www.perimeterx.com" }, "Periodic": { + "cats": [ + 72 + ], + "scriptSrc": [ + "/integrations/embed/periodic-embed-resize\\.js" + ], "description": "Periodic is a white-label scheduling system.", "website": "https://periodic.is" }, "Peripl": { + "cats": [ + 10 + ], "description": "Peripl is a French software company that provides cloud-based software solutions for business management, including accounting, invoicing, payroll, and project management.", "website": "https://www.peripl.fr" }, "Perl": { + "cats": [ + 27 + ], "headers": { "server": "\\bperl\\b(?: ?/?v?([\\d.]+))?\\;version:\\1" }, @@ -18186,42 +29129,79 @@ "website": "https://perl.org" }, "Permutive": { + "cats": [ + 19 + ], "js": [ "permutive" ], + "scriptSrc": [ + "cdn\\.permutive\\.com" + ], "description": "Permutive is a publisher-focused data management platform.", "website": "https://permutive.com" }, "PersonaClick": { + "cats": [ + 76 + ], "js": [ "personaclick", "personaclick_callback" ], + "scriptSrc": [ + "cdn\\.personaclick\\.com/v([\\d.]+)\\.js\\;version:\\1" + ], "description": "PersonaClick is a provide personalisation, recommandation and multi channel services.", "website": "https://www.personaclick.com" }, "Personio": { + "cats": [ + 101 + ], + "scriptSrc": [ + "\\.cdn\\.personio\\." + ], "description": "Personio is the all-in-one HR software for small- and medium-sized companies with 10 to 2000 employees.", "website": "https://www.personio.com" }, "Personizely": { + "cats": [ + 76 + ], "js": [ "personizely" ], + "scriptSrc": [ + "static\\.personizely\\.net/" + ], "description": "Personizely is a conversion marketing toolkit which helps websites and ecommerce stores better engage with visitors using website widgets and personalisation.", "website": "https://www.personizely.net" }, "Perzonalization": { + "cats": [ + 76 + ], + "scriptSrc": [ + "cdn\\.perzonalization\\.com" + ], "description": "Perzonalization is a AI powered personalization engine for eCommerce", "website": "https://www.perzonalization.com/" }, "Phabricator": { + "cats": [ + 13, + 47 + ], "cookies": { "phsid": "" }, "html": [ "\u003c[^\u003e]+(?:class|id)=\"phabricator-" ], + "scriptSrc": [ + "/phabricator/[a-f0-9]{8}/rsrc/js/phui/[a-z-]+\\.js$" + ], "implies": [ "PHP" ], @@ -18229,6 +29209,9 @@ "website": "https://phacility.com" }, "Phaser": { + "cats": [ + 12 + ], "js": [ "phaser", "phaser.version" @@ -18236,9 +29219,15 @@ "website": "https://phaser.io" }, "Phenomic": { + "cats": [ + 57 + ], "html": [ "\u003c[^\u003e]+id=\"phenomic(?:root)?\"" ], + "scriptSrc": [ + "/phenomic\\.browser\\.[a-f0-9]+\\.js" + ], "implies": [ "React" ], @@ -18246,6 +29235,9 @@ "website": "https://phenomic.io/" }, "Philomena": { + "cats": [ + 2 + ], "meta": { "generator": [ "^philomena$" @@ -18259,10 +29251,19 @@ "website": "https://github.com/derpibooru/philomena" }, "Phlox": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/phlox(?:-pro)?/" + ], "description": "Phlox is a modern, lightweight and customizable WordPress theme gratify for almost any type of website.", "website": "https://www.phlox.pro" }, "Phoenix": { + "cats": [ + 18 + ], "meta": { "generator": [ "^phoenix" @@ -18276,6 +29277,9 @@ "website": "https://github.com/Sazito/phoenix/" }, "Phoenix Framework": { + "cats": [ + 18 + ], "js": [ "phoenix.channel" ], @@ -18286,6 +29290,9 @@ "website": "https://www.phoenixframework.org" }, "Phoenix LiveView": { + "cats": [ + 18 + ], "js": [ "livesocket.socket" ], @@ -18296,6 +29303,9 @@ "website": "https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html" }, "Phoenix Site": { + "cats": [ + 1 + ], "cookies": { "phoenix_p_session": "" }, @@ -18306,10 +29316,24 @@ "website": "https://phoenixsite.nl" }, "Photo Gallery": { + "cats": [ + 87, + 7 + ], + "scriptSrc": [ + "/wp-content/plugins/photo-gallery/.+scripts\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Photo Gallery plugin is a feature-rich, yet easy-to-use WordPress tool, which lets you add mobile-friendly image galleries and gallery groups to your website by 10Web.", "website": "https://10web.io/plugins/wordpress-photo-gallery" }, "PhotoShelter": { + "cats": [ + 1, + 6 + ], + "scriptSrc": [ + "\\.psecn\\.photoshelter\\.com/" + ], "implies": [ "MySQL", "PHP", @@ -18319,19 +29343,32 @@ "website": "https://www.photoshelter.com" }, "PhotoShelter for Brands": { + "cats": [ + 95 + ], "description": "PhotoShelter for Brands is a cloud-based media management system for companies and organizations.", "website": "https://brands.photoshelter.com" }, "PhotoSwipe": { + "cats": [ + 7, + 59 + ], "js": [ "photoswipe", "photoswipeparsehash", "photoswipeui_default" ], + "scriptSrc": [ + "photoswipe/([\\d\\.]+)/photoswipe\\.min\\.js\\;version:\\1" + ], "description": "PhotoSwipe is an open-source gallery to support JavaScript-based image zooming.", "website": "https://photoswipe.com" }, "Photoslurp": { + "cats": [ + 96 + ], "js": [ "photoslurp", "photoslurp_script", @@ -18342,6 +29379,9 @@ "website": "https://hi.photoslurp.com" }, "Phusion Passenger": { + "cats": [ + 22 + ], "headers": { "server": "phusion passenger ([\\d.]+)\\;version:\\1", "x-powered-by": "phusion passenger(?:\\(r\\))? ?([\\d.]+)?\\;version:\\1" @@ -18350,17 +29390,30 @@ "website": "https://phusionpassenger.com" }, "Piano": { + "cats": [ + 76 + ], "js": [ "gcidatapiano", "pianoespconfig" ], + "scriptSrc": [ + "\\.piano\\.io", + "\\.tinypass\\.com" + ], "description": "Piano is a enterprise SaaS company which specializing in advanced media business processes and ecommerce optimisation.", "website": "https://piano.io" }, "PickyStory": { + "cats": [ + 100 + ], "js": [ "pickystory.overridestore" ], + "scriptSrc": [ + "cdn\\.pickystory\\.com/" + ], "implies": [ "Shopify" ], @@ -18368,23 +29421,42 @@ "website": "https://pickystory.com" }, "Pico": { + "cats": [ + 53 + ], "js": [ "pico" ], + "scriptSrc": [ + "widget\\.pico\\.tools" + ], "website": "https://trypico.com" }, "Pico CSS": { + "cats": [ + 66 + ], "description": "Pico CSS is a minimal CSS framework for semantic HTML, without using classes.", "website": "https://picocss.com" }, "Picreel": { + "cats": [ + 77, + 5 + ], "js": [ "picreel" ], + "scriptSrc": [ + "\\.picreel\\.com" + ], "description": "Picreel is a conversion optimisation software.", "website": "https://www.picreel.com" }, "Picturepark": { + "cats": [ + 95 + ], "js": [ "pictureparkconfiguration" ], @@ -18392,13 +29464,23 @@ "website": "https://picturepark.com" }, "Piman": { + "cats": [ + 68 + ], "description": "Piman is an open-source accessibility UI framework create by Blueplanet Inc.", "website": "https://piman.cc" }, "Pimcore": { + "cats": [ + 1, + 6 + ], "headers": { "x-powered-by": "^pimcore$" }, + "scriptSrc": [ + "/pimcorecore/js/targeting\\.js" + ], "implies": [ "PHP" ], @@ -18406,17 +29488,32 @@ "website": "https://pimcore.com/en/digital-experience-platform" }, "Pin Payments": { + "cats": [ + 41 + ], + "scriptSrc": [ + "api\\.pinpayments\\.com" + ], "description": "Pin Payments is an all-in-one online payment system. It offers merchants a simple JSON API, secure credit card storage, multi-currency capabilities, bank account compatibility, onsite payment processing and automatic fund transfer to specified bank accounts.", "website": "https://www.pinpayments.com/" }, "Pingdom RUM": { + "cats": [ + 78 + ], "js": [ "_prum" ], + "scriptSrc": [ + "rum-static\\.pingdom\\.net" + ], "description": "Pingdom RUM(Real User Monitoring) is a feature of the Pingdom website monitoring and performance testing service. RUM enables you to collect and analyse data on how real users are experiencing your website.", "website": "https://www.pingdom.com/real-user-monitoring/" }, "Pingdom Uptime Monitoring": { + "cats": [ + 13 + ], "meta": { "title": [ "^pingdom public reports overview$" @@ -18426,6 +29523,9 @@ "website": "https://www.pingdom.com/product/uptime-monitoring/" }, "Pingoteam": { + "cats": [ + 1 + ], "meta": { "designer": [ "pingoteam" @@ -18437,6 +29537,9 @@ "website": "https://www.pingoteam.ir/" }, "PinnacleCart": { + "cats": [ + 6 + ], "js": [ "user_delete_address", "user_delete_payment_profile" @@ -18445,14 +29548,26 @@ "website": "https://www.pinnaclecart.com" }, "Pinterest": { + "cats": [ + 5 + ], + "scriptSrc": [ + "//assets\\.pinterest\\.com/js/pinit\\.js" + ], "description": "Pinterest is an image sharing and social media service designed to enable saving and discovery of information.", "website": "https://pinterest.com" }, "Pinterest Ads": { + "cats": [ + 36 + ], "description": "Pinterest Ads is an online advertising platform developed by Pinterest.", "website": "https://ads.pinterest.com/" }, "Pinterest Conversion Tag": { + "cats": [ + 10 + ], "js": [ "pintrk" ], @@ -18460,6 +29575,10 @@ "website": "https://www.pinterest.com.au/business/" }, "Pipedrive": { + "cats": [ + 52, + 53 + ], "js": [ "leadbooster" ], @@ -18467,6 +29586,9 @@ "website": "https://www.pipedrive.com/" }, "Piwigo": { + "cats": [ + 7 + ], "meta": { "generator": [ "^piwigo\\s" @@ -18479,14 +29601,29 @@ "website": "https://piwigo.com" }, "Piwik PRO Core": { + "cats": [ + 10 + ], + "scriptSrc": [ + "\\.piwik\\.pro/" + ], "description": "Piwik PRO Core is a free alternative to Google Analytics that is privacy \u0026 compliance focused.", "website": "https://piwik.pro" }, "Pixc": { + "cats": [ + 19 + ], + "scriptSrc": [ + "//pixc\\.com/" + ], "description": "Pixc is human powered image editing platform.", "website": "https://pixc.com" }, "PixelFed": { + "cats": [ + 2 + ], "implies": [ "Laravel" ], @@ -18494,15 +29631,25 @@ "website": "https://pixelfed.org" }, "PixelYourSite": { + "cats": [ + 87, + 10 + ], "js": [ "pys.facebook", "pys_generate_token", "pysoptions" ], + "scriptSrc": [ + "/wp-content/plugins/pixelyoursite/" + ], "description": "PixelyourSite is now probably the most complex tracking tool for WordPress, managing the Facebook Pixel, Google Analytics, Google Ads Remarketing, Pinterest Tag, Bing Tag, and virtually any other script.", "website": "https://www.pixelyoursite.com" }, "Pixieset Store": { + "cats": [ + 6 + ], "js": [ "pixiesetproducteditor", "pixiesetproductoptionselection" @@ -18511,6 +29658,10 @@ "website": "https://pixieset.com" }, "Pixieset Website": { + "cats": [ + 1, + 51 + ], "meta": { "generator": [ "^pixieset$" @@ -18520,16 +29671,25 @@ "website": "https://pixieset.com" }, "Pixlee TurnTo": { + "cats": [ + 96 + ], "js": [ "pixlee", "pixlee_analytics", "turnto", "turntoconfig" ], + "scriptSrc": [ + "assets\\.pixlee\\.com" + ], "description": "Pixlee TurnTo is a social UGC, ratings and reviews, and influencer marketing platform for community-driven brands.", "website": "https://pixlee.com" }, "Pixnet": { + "cats": [ + 1 + ], "js": [ "pix.mib" ], @@ -18537,20 +29697,34 @@ "website": "https://www.pixnet.net" }, "PizzaNetz": { + "cats": [ + 1, + 93 + ], "description": "PizzaNetz is an ordering system and shop system for pizzerias, Chinese restaurant and kebabs.", "website": "https://www.pizzanetz.de" }, "Plaid": { + "cats": [ + 41, + 19 + ], "js": [ "plaid.version" ], "headers": { "content-security-policy": "cdn\\.plaid\\.com/" }, + "scriptSrc": [ + "\\.plaid\\.com/" + ], "description": "Plaid is a fintech company that facilitates communication between financial services apps and users' banks and credit card providers.", "website": "https://plaid.com" }, "Planet": { + "cats": [ + 49 + ], "meta": { "generator": [ "^planet(?:/([\\d.]+))?\\;version:\\1" @@ -18560,6 +29734,9 @@ "website": "https://planetplanet.org" }, "Plasmic": { + "cats": [ + 51 + ], "js": [ "__next_data__.props.pageprops.plasmicdata" ], @@ -18567,6 +29744,9 @@ "website": "https://www.plasmic.app" }, "Platform.sh": { + "cats": [ + 62 + ], "headers": { "x-platform-cluster": "", "x-platform-processor": "", @@ -18576,30 +29756,55 @@ "website": "https://platform.sh" }, "PlatformOS": { + "cats": [ + 1, + 62 + ], "headers": { "x-powered-by": "^platformos$" }, "website": "https://www.platform-os.com" }, "Platforma LP": { + "cats": [ + 51 + ], + "scriptSrc": [ + "\\.lpcdn\\.site/" + ], "description": "Platforma LP is a web design and development platform that provides ready-to-use website templates for various industries and purposes. It is a collection of over 500 website templates that can be customised and edited according to user needs.", "website": "https://platformalp.ru" }, "PlatinMarket": { + "cats": [ + 6 + ], "js": [ "platinmarket" ], + "scriptSrc": [ + "//platincdn\\.com/" + ], "description": "PlatinMarket is an ecommerce platform that provides solutions for online businesses to create and manage their online stores.", "website": "https://www.platinmarket.com" }, "Plausible": { + "cats": [ + 10 + ], "js": [ "plausible" ], + "scriptSrc": [ + "plausible\\.io/js/plausible\\.js" + ], "description": "Plausible is an open-source alternative to Google Analytics.", "website": "https://plausible.io/" }, "Play": { + "cats": [ + 18 + ], "cookies": { "play_session": "" }, @@ -18609,14 +29814,23 @@ "website": "https://www.playframework.com" }, "Plaza": { + "cats": [ + 103 + ], "description": "Plaza is a ecommerce platform that allows brands and retailers to communicate with customers via live video.", "website": "https://www.useplaza.com" }, "Pleroma": { + "cats": [ + 2 + ], "description": "Pleroma is a free, federated social networking server built on open protocols.", "website": "https://pleroma.social/" }, "Plesk": { + "cats": [ + 9 + ], "js": [ "plesk.form" ], @@ -18624,6 +29838,9 @@ "x-powered-by": "^plesk(?:l|w)in", "x-powered-by-plesk": "^plesk" }, + "scriptSrc": [ + "common\\.js\\?plesk" + ], "meta": { "plesk-build": [] }, @@ -18631,6 +29848,9 @@ "website": "https://www.plesk.com" }, "Pligg": { + "cats": [ + 1 + ], "js": [ "pligg_" ], @@ -18645,6 +29865,12 @@ "website": "https://pligg.com" }, "Plone": { + "cats": [ + 1 + ], + "scriptSrc": [ + "^/\\+\\+resource\\+\\+" + ], "meta": { "generator": [ "plone" @@ -18657,15 +29883,25 @@ "website": "https://plone.org/" }, "Plotly": { + "cats": [ + 25 + ], "js": [ "plotly.version" ], + "scriptSrc": [ + "https?://cdn\\.plot\\.ly/plotly" + ], "implies": [ "D3" ], "website": "https://plot.ly/javascript/" }, "Plug\u0026Pay": { + "cats": [ + 6, + 41 + ], "cookies": { "plug_pay_session": "" }, @@ -18676,22 +29912,37 @@ "website": "https://plugandpay.nl" }, "Plyr": { - "js": [ - "plyr" + "cats": [ + 14 ], "css": [ "--plyr-progress" ], + "js": [ + "plyr" + ], + "scriptSrc": [ + "cdn\\.plyr\\.io/([0-9.]+)/.+\\.js\\;version:\\1" + ], "description": "Plyr is a simple, lightweight, accessible and customizable HTML5, YouTube and Vimeo media player that supports modern browsers.", "website": "https://plyr.io" }, "Po.st": { + "cats": [ + 5 + ], "js": [ "pwidget_config" ], "website": "https://www.po.st/" }, "Pocket": { + "cats": [ + 5 + ], + "scriptSrc": [ + "widgets\\.getpocket\\.com/" + ], "meta": { "pocket-site-verification'": [] }, @@ -18699,16 +29950,26 @@ "website": "https://getpocket.com" }, "Podia": { + "cats": [ + 21, + 6 + ], "cookies": { "_podia_storefront_visitor_id": "" }, "js": [ "podia.checkout" ], + "scriptSrc": [ + "cdn\\.podia\\.com" + ], "description": "Podia is a platform to host and sell online courses, memberships, and digital downloads.", "website": "https://www.podia.com" }, "Podigee": { + "cats": [ + 5 + ], "js": [ "podigeepodcastplayers" ], @@ -18716,18 +29977,34 @@ "website": "https://www.podigee.com" }, "Podium": { + "cats": [ + 5, + 52 + ], "js": [ "podiumwebchat", "podiumwebsitewidgetloaded" ], + "scriptSrc": [ + "\\.podium\\.com/" + ], "description": "Podium is a customer communication platform for businesses who interact with customers on a local level.", "website": "https://www.podium.com" }, "Podsights": { + "cats": [ + 36 + ], + "scriptSrc": [ + "cdn\\.pdst\\.fm" + ], "description": "Podsights is attribution technology platform that brands and agencies use to measure and scale their podcast advertising", "website": "https://podsights.com/" }, "Pojo.me": { + "cats": [ + 68 + ], "js": [ "pojoa11yoptions" ], @@ -18735,14 +30012,30 @@ "website": "https://pojo.me/plugins/accessibility/" }, "Poloriz": { + "cats": [ + 76 + ], + "scriptSrc": [ + "widget\\.poloriz\\.com/" + ], "description": "Poloriz's technology automatically creates a personalised, full-screen, mobile-first, cross-selling user experience for shoppers.", "website": "https://www.poloriz.com" }, "Polyfill": { + "cats": [ + 59 + ], + "scriptSrc": [ + "polyfill\\.io/v([\\d\\.]+)\\;version:\\1" + ], "description": "Polyfill is a service which accepts a request for a set of browser features and returns only the polyfills that are needed by the requesting browser.", "website": "https://polyfill.io" }, "Polylang": { + "cats": [ + 87, + 89 + ], "cookies": { "pll_language": "[a-z]{2}" }, @@ -18753,15 +30046,25 @@ "website": "https://wordpress.org/plugins/polylang" }, "Polymer": { + "cats": [ + 12 + ], "js": [ "polymer.version" ], "html": [ "(?:\u003cpolymer-[^\u003e]+|\u003clink[^\u003e]+rel=\"import\"[^\u003e]+/polymer\\.html\")" ], + "scriptSrc": [ + "polymer\\.js" + ], "website": "https://polymer-project.org" }, "Popmenu": { + "cats": [ + 1, + 93 + ], "cookies": { "popmenu-token": "" }, @@ -18777,51 +30080,93 @@ "website": "https://get.popmenu.com" }, "Popper": { + "cats": [ + 19 + ], "js": [ "createpopper", "popper.applystyles", "popper.defaults" ], + "scriptSrc": [ + "/popper(?:\\.min)?\\.js(?:/([0-9.]+))?\\;version:\\1", + "popperjs(?:/|-)core(?:@|-)([\\d\\.]+)\\;version:\\1" + ], "description": "Popper is a positioning engine, its purpose is to calculate the position of an element to make it possible to position it near a given reference element.", "website": "https://popper.js.org" }, "PopularFX": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/popularfx/.+\\?ver=([\\d\\.]+)\\;version:\\1" + ], "description": "PopularFX is a fully customizable responsive WordPress theme. It comes with drag and drop page builder.", "website": "https://popularfx.com" }, "Popup Maker": { + "cats": [ + 87 + ], "js": [ "pum_popups" ], + "scriptSrc": [ + "/wp-content/plugins/popup-maker/(?:.+site(?:\\.min)?\\.js\\?.+ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Popup Maker is a plugin that lets you create popup windows for your WordPress website.", "website": "https://wppopupmaker.com" }, "Post Affiliate Pro": { + "cats": [ + 71 + ], "js": [ "postaffaction", "postaffcookie", "postaffinfo", "postafftracker" ], + "scriptSrc": [ + "(?:affiliate|associate)\\..+/scripts/trackjs\\.js", + "postaffiliatepro\\.com/scripts/trackjs\\.js" + ], "description": "Post Affiliate Pro is a software built for online stores and ecommerce websites that need to track and monitor their affiliate network.", "website": "https://www.postaffiliatepro.com" }, "PostHog": { + "cats": [ + 10 + ], "js": [ "posthog" ], + "scriptSrc": [ + "app\\.posthog\\.com/" + ], "description": "PostHog is the open-source, all-in-one product analytics platform.", "website": "https://posthog.com" }, "PostNL": { + "cats": [ + 99 + ], "description": "PostNL (formerly TNT) is a mail, parcel and ecommerce corporation with operations in the Netherlands, Germany, Italy, Belgium, and the United Kingdom.", "website": "https://postnl.post" }, "Poste Italiane": { + "cats": [ + 99 + ], "description": "Poste Italiane is the Italian postal service provider.", "website": "https://www.poste.it" }, "Posterous": { + "cats": [ + 1, + 11 + ], "js": [ "posterous" ], @@ -18831,41 +30176,71 @@ "website": "https://posterous.com" }, "PostgreSQL": { + "cats": [ + 34 + ], "description": "PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance.", "website": "https://www.postgresql.org/" }, "Postpay": { + "cats": [ + 91 + ], "js": [ "postpay", "postpayjsconfig", "wc_postpay_init_params" ], + "scriptSrc": [ + "cdn\\.postpay\\.io/(?:.+\\?ver=([\\d\\.]+))?\\;version:\\1" + ], "description": "Postpay is a payment solution that allows you to split your purchase amount into instalments.", "website": "https://postpay.io" }, "Postscript": { + "cats": [ + 32 + ], "js": [ "postscript.getsubscriberid", "postscript.issubscriberinputchecked" ], + "scriptSrc": [ + "sdk\\.postscript\\.io/" + ], "description": "Postscript is an SMS and MMS marketing platform for Shopify stores.", "website": "https://www.postscript.io" }, "Potions": { + "cats": [ + 76 + ], "js": [ "potions.version" ], + "scriptSrc": [ + "\\.get-potions\\.com/" + ], "description": "Potions is a personalisation technology for customising the ecommerce experience for site visitors without the use of cookies.", "website": "https://get-potions.com" }, "PowerReviews": { + "cats": [ + 90 + ], "js": [ "powerreviews" ], + "scriptSrc": [ + "ui\\.powerreviews\\.com" + ], "description": "Powerreviews is a provider of UGC solutions like ratings and reviews.", "website": "https://www.powerreviews.com/" }, "PowerSchool": { + "cats": [ + 21 + ], "headers": { "content-security-policy": "\\.powerschool\\.com" }, @@ -18878,9 +30253,18 @@ "website": "https://www.powerschool.com" }, "Powerboutique": { + "cats": [ + 6 + ], + "scriptSrc": [ + "powerboutique" + ], "website": "https://www.powerboutique.com/" }, "Powergap": { + "cats": [ + 6 + ], "html": [ "\u003ca[^\u003e]+title=\"powergap", "\u003cinput type=\"hidden\" name=\"shopid\"" @@ -18888,33 +30272,62 @@ "website": "https://powergap.de" }, "Preact": { + "cats": [ + 59 + ], "description": "Preact is a JavaScript library that describes itself as a fast 3kB alternative to React with the same ES6 API.", "website": "https://preactjs.com" }, "Prebid": { + "cats": [ + 36 + ], "js": [ "pbjs", "pbjs.version", "prebid_timeout" ], + "scriptSrc": [ + "/prebid\\.js", + "adnxs\\.com/[^\"]*(?:prebid|/pb\\.js)" + ], "description": "Prebid is an open-source header bidding wrapper. It forms the core of our Nucleus ad platform, helping maximize revenue and performance for publishers.", "website": "https://prebid.org" }, "Prediggo": { + "cats": [ + 76, + 32 + ], "js": [ "prediggo", "prediggosearchformexternalac" ], + "scriptSrc": [ + "js/prediggo/(?:[\\w]+)\\.js" + ], "description": "Prediggo is an ecommerce personalisation and marketing automation software provider.", "website": "https://prediggo.com" }, "Prefix-Free": { + "cats": [ + 19 + ], "js": [ "prefixfree" ], + "scriptSrc": [ + "prefixfree\\.js" + ], "website": "https://leaverou.github.io/prefixfree/" }, "Preline UI": { + "cats": [ + 66 + ], + "scriptSrc": [ + "/preline\\.js" + ], "implies": [ "Tailwind CSS" ], @@ -18922,17 +30335,29 @@ "website": "https://preline.co" }, "Premio Chaty": { + "cats": [ + 87 + ], "js": [ "chaty_settings.chaty_widgets", "chaty_settings.object_settings" ], + "scriptSrc": [ + "/wp-content/plugins/chaty/" + ], "description": "Chat with your website visitors via their favorite channels with Chaty by Premio.", "website": "https://premio.io/downloads/chaty" }, "Prepr": { + "cats": [ + 1 + ], "cookies": { "__prepr_uid": "" }, + "scriptSrc": [ + "\\.prepr\\.io/" + ], "meta": { "prepr:id": [] }, @@ -18940,26 +30365,47 @@ "website": "https://prepr.io" }, "Press Customizr": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/customizr/.+js(?:\\?ver=([\\d\\.]+))?\\;version:\\1" + ], "description": "Press Customizr is a multipurpose WordPress theme suitable for small businesses and ecommerce sites.", "website": "https://presscustomizr.com/customizr" }, "Press Hueman": { + "cats": [ + 80 + ], "js": [ "huparams" ], + "scriptSrc": [ + "/wp-content/themes/hueman/.+scripts\\.min\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1" + ], "description": "Press Hueman is a mobile friendly WordPress theme for blogs, magazines and business websites.", "website": "https://presscustomizr.com/hueman" }, "PressMaximum Customify": { + "cats": [ + 80 + ], "js": [ "customify", "customify_is_mobile", "customify_js" ], + "scriptSrc": [ + "/wp-content/themes/customify/.+theme\\.min\\.js(?:.+ver=([\\d\\.]+))?\\;version:\\1" + ], "description": "PressMaximum Customify is lightweight, responsive and flexible multipurpose WordPress theme.", "website": "https://pressmaximum.com/customify" }, "Pressable": { + "cats": [ + 62 + ], "headers": { "host-header": "^pressable" }, @@ -18970,6 +30416,9 @@ "website": "https://pressable.com" }, "PrestaShop": { + "cats": [ + 6 + ], "cookies": { "prestashop": "" }, @@ -19001,17 +30450,30 @@ "website": "https://www.prestashop.com" }, "Pretty Links": { + "cats": [ + 87, + 71 + ], "description": "Pretty Links is a WordPress plugin URL shortener, link cloaker, branded link, and QR code generator.", "website": "https://prettylinks.com" }, "PriceSpider": { + "cats": [ + 97 + ], "js": [ "pricespider.version" ], + "scriptSrc": [ + "cdn\\.pricespider\\.com/" + ], "description": "PriceSpider is an advanced retail data technology company that provides insights about consumer purchasing behavior.", "website": "https://www.pricespider.com" }, "PrimeNG": { + "cats": [ + 66 + ], "css": [ "\\.p-(?:toast|calendar|dialog-mask|menuitem-text)(?:-content)?\\{" ], @@ -19019,6 +30481,9 @@ "website": "https://www.primefaces.org" }, "PrimeReact": { + "cats": [ + 66 + ], "css": [ "\\.p-(?:toast|calendar|dialog-mask|menuitem-text)(?:-content)?\\{" ], @@ -19026,6 +30491,9 @@ "website": "https://www.primefaces.org" }, "PrimeVue": { + "cats": [ + 66 + ], "css": [ "\\.p-(?:toast|calendar|dialog-mask|menuitem-text)(?:-content)?\\{" ], @@ -19033,15 +30501,27 @@ "website": "https://www.primefaces.org" }, "Primis": { + "cats": [ + 36 + ], "js": [ "sekindodisplayedplacement", "sekindoflowingplayeron", "sekindonativeskinapi" ], + "scriptSrc": [ + "\\.sekindo\\.com" + ], "description": "Primis is a video discovery platform for publishers.", "website": "https://www.primis.tech" }, "Printful": { + "cats": [ + 76 + ], + "scriptSrc": [ + "static\\.cdn\\.printful\\.com" + ], "implies": [ "Cart Functionality" ], @@ -19049,31 +30529,59 @@ "website": "https://www.printful.com/" }, "Priority Hints": { + "cats": [ + 92 + ], "description": "Priority Hints exposes a mechanism for developers to signal a relative priority for browsers to consider when fetching resources.", "website": "https://wicg.github.io/priority-hints/" }, "Prism": { + "cats": [ + 19 + ], "js": [ "apex.libversions.prismjs", "prism" ], + "scriptSrc": [ + "prism\\.js" + ], "description": "Prism is an extensible syntax highlighter.", "website": "https://prismjs.com" }, "Prismic": { + "cats": [ + 1 + ], + "scriptSrc": [ + "\\.prismic\\.io/" + ], "description": "Prismic is a headless CMS for Jamstack.", "website": "https://prismic.io" }, "Privy": { + "cats": [ + 32, + 75 + ], "js": [ "privy", "privysettings", "privywidget" ], + "scriptSrc": [ + "\\.privy\\.com/" + ], "description": "Privy is a all-in-one marketing automation platform for ecommerce.", "website": "https://www.privy.com" }, "Privy App": { + "cats": [ + 100 + ], + "scriptSrc": [ + "//shopify\\.privy\\.com/" + ], "implies": [ "Privy" ], @@ -19081,6 +30589,9 @@ "website": "https://apps.shopify.com/privy" }, "ProcessWire": { + "cats": [ + 1 + ], "js": [ "processwire" ], @@ -19094,10 +30605,20 @@ "website": "https://processwire.com/" }, "Product Hunt": { + "cats": [ + 19 + ], "description": "Product Hunt is a community-based website that allows makers and marketers to launch their products or services and get in touch with their first real users.", "website": "https://www.producthunt.com" }, "Product Personalizer": { + "cats": [ + 100, + 76 + ], + "scriptSrc": [ + "/product-personalizer/pplr_common\\.js" + ], "implies": [ "Shopify" ], @@ -19105,19 +30626,34 @@ "website": "https://productpersonalizer.com" }, "ProfilePress": { + "cats": [ + 87 + ], "cookies": { "ppwp_wp_session": "" }, + "scriptSrc": [ + "/wp-content/plugins/wp-user-avatar(?:-pro)?/.+frontend\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "ProfilePress is a WordPress registration plugin that lets you create login forms, registration forms, user profiles, and more.", "website": "https://profilepress.net" }, "Profitwell": { + "cats": [ + 10 + ], "js": [ "profitwell" ], + "scriptSrc": [ + "profitwell\\.js" + ], "website": "https://www.profitwell.com/" }, "Progress MOVEit": { + "cats": [ + 19 + ], "headers": { "x-moveitisapi-version": "^(.+)$\\;version:\\1" }, @@ -19133,6 +30669,9 @@ "website": "https://www.progress.com/moveit" }, "Progress Sitefinity": { + "cats": [ + 1 + ], "js": [ "sfdataintell" ], @@ -19148,22 +30687,43 @@ "website": "https://www.sitefinity.com" }, "Progress WS_FTP": { + "cats": [ + 19 + ], + "scriptSrc": [ + "/thinclient/(?:wtm|webresource)(?:\\.axd|/public)\\;confidence:60" + ], "description": "Progress WS_FTP is a file transfer client software developed by Progress Software Corporation, supporting FTP, FTPS, SFTP, and HTTPS protocols with features like drag-and-drop support, file synchronization, and encrypted data transmission.", "website": "https://www.progress.com/ws_ftp" }, "Project Wonderful": { + "cats": [ + 36 + ], "js": [ "pw_adloader" ], "html": [ "\u003cdiv[^\u003e]+id=\"pw_adbox_" ], + "scriptSrc": [ + "^https?://(?:www\\.)?projectwonderful\\.com/(?:pwa\\.js|gen\\.php)" + ], "website": "https://projectwonderful.com" }, "Projesoft": { + "cats": [ + 6 + ], + "scriptSrc": [ + "projesoft\\.js" + ], "website": "https://www.projesoft.com.tr" }, "PromoBuilding": { + "cats": [ + 51 + ], "cookies": { "promobuilding_session": "" }, @@ -19180,34 +30740,72 @@ "website": "https://promobuilding.ru" }, "Proton Mail": { + "cats": [ + 30 + ], "description": "Proton Mail is the world’s largest secure email service with over 70 million users. Available on Web, iOS, Android, and desktop. Protected by Swiss privacy law.", "website": "https://proton.me/mail" }, "Prototype": { + "cats": [ + 12 + ], "js": [ "prototype.version" ], + "scriptSrc": [ + "(?:prototype|protoaculous)(?:-([\\d.]*[\\d]))?.*\\.js\\;version:\\1" + ], "description": "Prototype is a JavaScript Framework that aims to ease development of web applications.", "website": "https://www.prototypejs.org" }, "Protovis": { + "cats": [ + 25 + ], "js": [ "protovis" ], + "scriptSrc": [ + "protovis.*\\.js" + ], "website": "https://mbostock.github.io/protovis" }, "ProvenExpert": { + "cats": [ + 5 + ], + "scriptSrc": [ + "provenexpert\\.\\w+/widget" + ], "description": "ProvenExpert is a review based marketing platform that allows users to create customer surveys, provides aggregate reviews and ratings.", "website": "https://www.provenexpert.com" }, "Provide Support": { + "cats": [ + 52 + ], + "scriptSrc": [ + "\\.providesupport\\.com" + ], "description": "Provide Support is a SaaS for customer service that includes live chat, real-time website monitoring, chat statistics.", "website": "https://www.providesupport.com" }, "Proximis": { + "cats": [ + 5, + 6 + ], + "scriptSrc": [ + "widget-commerce(?:\\.min)?\\.js" + ], "website": "https://www.proximis.com" }, "Proximis Unified Commerce": { + "cats": [ + 6, + 1 + ], "js": [ "__change" ], @@ -19226,6 +30824,9 @@ "website": "https://www.proximis.com" }, "Proxmox Mail Gateway": { + "cats": [ + 16 + ], "js": [ "pmg-mail-tracker", "pmg-spam-archive" @@ -19234,6 +30835,9 @@ "website": "https://proxmox.com/en/proxmox-mail-gateway" }, "Proxmox VE": { + "cats": [ + 60 + ], "headers": { "server": "pve-api-daemon/[\\d\\.]+" }, @@ -19241,6 +30845,9 @@ "website": "https://proxmox.com/en/proxmox-ve" }, "Pterodactyl Panel": { + "cats": [ + 9 + ], "cookies": { "pterodactyl_session": "" }, @@ -19254,21 +30861,39 @@ "website": "https://pterodactyl.io" }, "PubGuru": { + "cats": [ + 36 + ], "js": [ "pg.version" ], + "scriptSrc": [ + "cdn\\.pubguru\\.com/" + ], "description": "PubGuru is a header wrapper and ad ops platform.", "website": "https://pubguru.com" }, "PubLive": { + "cats": [ + 1 + ], "description": "PubLive is a headless CMS for online publishers.", "website": "https://thepublive.com" }, "PubMatic": { + "cats": [ + 36 + ], + "scriptSrc": [ + "https?://[^/]*\\.pubmatic\\.com" + ], "description": "PubMatic is a company that develops and implements online advertising software and strategies for the digital publishing and advertising industry.", "website": "https://www.pubmatic.com/" }, "PubSubJS": { + "cats": [ + 59 + ], "js": [ "pubsub", "pubsub.version" @@ -19277,6 +30902,9 @@ "website": "https://github.com/mroderick/PubSubJS" }, "Public CMS": { + "cats": [ + 1 + ], "cookies": { "publiccms_user": "" }, @@ -19289,6 +30917,9 @@ "website": "https://www.publiccms.com" }, "Pulse Secure": { + "cats": [ + 46 + ], "cookies": { "dssignin": "" }, @@ -19296,6 +30927,9 @@ "website": "https://www.pulsesecure.net/products/remote-access-overview/" }, "Pure CSS": { + "cats": [ + 66 + ], "html": [ "\u003cdiv[^\u003e]+class=\"[^\"]*pure-u-(?:sm-|md-|lg-|xl-)?\\d-\\d", "\u003clink[^\u003e]+(?:([\\d.])+/)?pure(?:-min)?\\.css\\;version:\\1" @@ -19304,14 +30938,23 @@ "website": "https://purecss.io" }, "Pure Chat": { + "cats": [ + 52 + ], "js": [ "pcwidget", "purechatapi" ], + "scriptSrc": [ + "app\\.purechat\\.com" + ], "description": "Pure Chat is a live chat solution for small to mid-sized teams.", "website": "https://www.purechat.com" }, "PureCars": { + "cats": [ + 6 + ], "js": [ "_purecars" ], @@ -19319,6 +30962,12 @@ "website": "https://www.purecars.com" }, "PurpleAds": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.purpleads\\.io/" + ], "meta": { "purpleads-verification": [] }, @@ -19326,6 +30975,13 @@ "website": "https://purpleads.io" }, "PushDaddy Whatsapp Chat": { + "cats": [ + 100, + 98 + ], + "scriptSrc": [ + "cdn\\.shopify\\.com/.+/pushdaddy_v([\\d\\.]+).*\\.js\\;version:\\1" + ], "implies": [ "Shopify", "WhatsApp Business Chat" @@ -19334,17 +30990,36 @@ "website": "https://apps.shopify.com/whatsapp-chat-for-support" }, "PushEngage": { + "cats": [ + 32 + ], + "scriptSrc": [ + "clientcdn\\.pushengage\\.\\w+/core" + ], "description": "PushEngage is a browser push notification platform that helps content website managers engage visitors by automatically segmenting and sending web push messages.", "website": "https://www.pushengage.com" }, "PushOwl": { + "cats": [ + 32 + ], "js": [ "pushowl" ], + "scriptSrc": [ + "cdn\\.pushowl\\.com" + ], "description": "PushOwl is a push notification platform for ecommerce stores.", "website": "https://pushowl.com" }, "PushOwl Web Push Notifications": { + "cats": [ + 98, + 100 + ], + "scriptSrc": [ + "/sdks/pushowl-shopify\\.js" + ], "implies": [ "PushOwl" ], @@ -19352,28 +31027,55 @@ "website": "https://apps.shopify.com/pushowl" }, "PushPushGo": { + "cats": [ + 32 + ], + "scriptSrc": [ + "\\.pushpushgo\\.com/" + ], "description": "PushPushGo is a GDPR-ready platform which enables startups, SMBs and corporations to create and send automatic web push notification campaigns on desktop and via mobile to manage various scenarios including abandoned carts, segmentation, cross-selling, customer engagement, and return rates.", "website": "https://pushpushgo.com" }, "Pushnami": { + "cats": [ + 32 + ], + "scriptSrc": [ + "api\\.pushnami\\.com" + ], "description": "Pushnami is an AI-powered messaging platform that uses intelligent analytics to deliver superior push, social, and email performance.", "website": "https://pushnami.com" }, "Pushpay": { + "cats": [ + 111 + ], + "scriptSrc": [ + "//pushpay\\.com/" + ], "description": "Pushpay is a digital giving and engagement platform designed to help churches manage processes related to donations and fundraising.", "website": "https://pushpay.com" }, "PyScript": { + "cats": [ + 19 + ], "description": "PyScript is a python script that can be run in the browser using a mix of Python and standard HTML.", "website": "https://pyscript.net" }, "Pygments": { + "cats": [ + 19 + ], "html": [ "\u003clink[^\u003e]+pygments\\.css[\"']" ], "website": "https://pygments.org" }, "PyroCMS": { + "cats": [ + 1 + ], "cookies": { "pyrocms": "" }, @@ -19386,6 +31088,9 @@ "website": "https://pyrocms.com" }, "Python": { + "cats": [ + 27 + ], "headers": { "server": "(?:^|\\s)python(?:/([\\d.]+))?\\;version:\\1" }, @@ -19393,6 +31098,10 @@ "website": "https://python.org" }, "PythonAnywhere": { + "cats": [ + 62, + 88 + ], "headers": { "server": "^pythonanywhere$" }, @@ -19403,6 +31112,9 @@ "website": "https://www.pythonanywhere.com" }, "Q4": { + "cats": [ + 53 + ], "js": [ "q4app.a11yannouncement", "q4defaults.fancysignup" @@ -19411,52 +31123,105 @@ "website": "https://www.q4inc.com/products/investor-relations-websites/default.aspx" }, "Q4 Cookie Monster": { + "cats": [ + 5, + 67 + ], + "scriptSrc": [ + "widgets\\.q4app\\.com/widgets/q4\\.cookiemonster\\.([\\d\\.]+)\\.min\\.js\\;version:\\1" + ], "description": "Q4 Cookie Monster is an cookie compliance widget built by Q4.", "website": "https://q4mobile.github.io/q4widgets-jquery-ui/doc_html/q4.cookieMonster.html" }, "QUIC.cloud": { + "cats": [ + 92, + 23, + 31 + ], "description": "QUIC.cloud is a content delivery network (CDN) and optimisation service that uses the QUIC protocol, a next-generation internet transport protocol developed by Google, to deliver content faster and more securely over the internet.", "website": "https://www.quic.cloud" }, "Qgiv": { + "cats": [ + 111 + ], + "scriptSrc": [ + "//secure\\.qgiv\\.com/" + ], "description": "Qgiv is an online fundraising platform helping nonprofit, faith-based, healthcare, and education organisations raise funds.", "website": "https://www.qgiv.com" }, "Qikify": { + "cats": [ + 100 + ], + "scriptSrc": [ + "sdk\\.qikify\\.com/" + ], "description": "Qikify is a trusted Shopify Expert providing services for over 35,000 Shopify merchants through Shopify Apps or custom modifications.", "website": "https://qikify.com" }, "Qstomizer": { + "cats": [ + 76 + ], "js": [ "jqueryqsmz", "loadscript_qsmz", "qstomizer_script" ], + "scriptSrc": [ + "/qsmz-scripttag/qstomizer_st(?:\\.min)?\\.js" + ], "description": "Qstomizer app is the app for Shopify and Woocomerce that allows you to add a visual custom product designer to your shop.", "website": "https://www.qstomizer.com" }, "Qualaroo": { + "cats": [ + 73 + ], "js": [ "qualaroo_dnt" ], + "scriptSrc": [ + "\\.qualaroo\\.com" + ], "description": "Qualaroo provides surveys on websites and apps to get user feedback.", "website": "https://qualaroo.com" }, "Qualified": { + "cats": [ + 52, + 32 + ], "js": [ "qualifiedobject" ], + "scriptSrc": [ + "\\.qualified\\.com/" + ], "description": "Qualified is a B2B marketer that allows buyers and sales reps to connect through real-time website conversations.", "website": "https://www.qualified.com" }, "Qualtrics": { + "cats": [ + 73 + ], "js": [ "qsi.clientsidetargeting" ], + "scriptSrc": [ + "\\.qualtrics\\.com/" + ], "description": "Qualtrics is an cloud-based platform for creating and distributing web-based surveys.", "website": "https://www.qualtrics.com" }, "Quanta": { + "cats": [ + 78, + 10 + ], "cookies": { "_qta_rum": "" }, @@ -19464,40 +31229,77 @@ "quanta.app_id", "quantatagrumspeedindex" ], + "scriptSrc": [ + "\\.quanta\\.io/(?:.+/quanta-rum-v([\\d\\.]+)\\.min\\.js)?\\;version:\\1" + ], "description": "Quanta is web performance management solution. Quanta offers the only analytics solution specifically designed to enable business and technical members of ecommerce teams to collaborate effectively with the end in mind: use web performance to directly impact online revenue at all times.", "website": "https://www.quanta.io" }, "Quantcast Choice": { + "cats": [ + 67 + ], + "scriptSrc": [ + "quantcast\\.mgr\\.consensu\\.org" + ], "description": "Quantcast Choice is a free consent management platform to meet key privacy requirements stemming from ePrivacy Directive, GDPR, and CCPA.", "website": "https://www.quantcast.com/products/choice-consent-management-platform" }, "Quantcast Measure": { + "cats": [ + 10 + ], "js": [ "quantserve" ], + "scriptSrc": [ + "\\.quantserve\\.com/quant\\.js" + ], "description": "Quantcast Measure is an audience insights and analytics tool.", "website": "https://www.quantcast.com/products/measure-audience-insights" }, "Quantum Metric": { + "cats": [ + 10 + ], + "scriptSrc": [ + "cdn\\.quantummetric\\.com" + ], "description": "Quantum Metric is a continuous product design platform that helps organizations build better products faster.", "website": "https://www.quantummetric.com/" }, "Quasar": { + "cats": [ + 12 + ], "description": "Quasar is an open-source Vue.js based framework.", "website": "https://quasar.dev" }, "Qubit": { + "cats": [ + 74, + 76 + ], "js": [ "__qubit", "onqubitready" ], + "scriptSrc": [ + "static\\.goqubit\\.com" + ], "description": "Qubit is a SaaS based persuasive personalisation at scale services.", "website": "https://www.qubit.com" }, "Question2Answer": { + "cats": [ + 15 + ], "html": [ "\u003c!-- powered by question2answer" ], + "scriptSrc": [ + "\\./qa-content/qa-page\\.js\\?([0-9.]+)\\;version:\\1" + ], "implies": [ "PHP" ], @@ -19505,14 +31307,23 @@ "website": "https://www.question2answer.org" }, "Queue-it": { + "cats": [ + 92 + ], "js": [ "queueit.javascript.version", "queueit_clientside_config" ], + "scriptSrc": [ + "\\.queue-it\\.net/" + ], "description": "Queue-it is a virtual waiting room platform designed to protect your website and mobile app from slowdowns or crashes during end-user peaks.", "website": "https://queue-it.com" }, "Quick.CMS": { + "cats": [ + 1 + ], "html": [ "\u003ca href=\"[^\u003e]+opensolution\\.org/\"\u003ecms by" ], @@ -19524,6 +31335,9 @@ "website": "https://opensolution.org" }, "Quick.Cart": { + "cats": [ + 6 + ], "html": [ "\u003ca href=\"[^\u003e]+opensolution\\.org/\"\u003e(?:shopping cart by|sklep internetowy)" ], @@ -19535,10 +31349,22 @@ "website": "https://opensolution.org" }, "QuickSell": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.quicksell\\.co/" + ], "description": "QuickSell is a sales acceleration platform helping businesses transform conversations to conversions by leveraging personal commerce.", "website": "https://quicksell.co" }, "Quickbutik": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.quickbutik\\.com/" + ], "meta": { "author": [ "^quickbutik$" @@ -19548,18 +31374,31 @@ "website": "https://quickbutik.com" }, "Quicklink": { + "cats": [ + 59, + 92 + ], "js": [ "drupalsettings.quicklink", "quicklink" ], + "scriptSrc": [ + "quicklink@([\\d.]+)/dist/quicklink.*\\.js\\;version:\\1" + ], "description": "Quicklink is a JS library which aims to be a drop-in solution for sites to prefetch links based on what is in the user's viewport.", "website": "https://getquick.link/" }, "Quicq": { + "cats": [ + 92 + ], "description": "Quicq is an image optimisation tool by Afosto.", "website": "https://afosto.com/apps/quicq" }, "Quill": { + "cats": [ + 24 + ], "js": [ "quill" ], @@ -19567,6 +31406,9 @@ "website": "https://quilljs.com" }, "Quintype": { + "cats": [ + 1 + ], "cookies": { "qtype-session": "" }, @@ -19577,17 +31419,30 @@ "website": "https://www.quintype.com" }, "Quora Pixel": { + "cats": [ + 10 + ], "js": [ "qp.qp" ], + "scriptSrc": [ + "\\.quora\\.com/" + ], "description": "Quora Pixel is a tool that is placed in your website code to track traffic and conversions.", "website": "https://quoraadsupport.zendesk.com/hc/en-us/categories/115001573928-Pixels-Tracking" }, "Qwik": { + "cats": [ + 18 + ], "description": "Qwik is designed for the fastest possible page load time, by delivering pure HTML with near 0 JavaScript.", "website": "https://qwik.builder.io" }, "RBS Change": { + "cats": [ + 1, + 6 + ], "html": [ "\u003chtml[^\u003e]+xmlns:change=" ], @@ -19602,6 +31457,9 @@ "website": "https://www.rbschange.fr" }, "RCMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "^(?:rcms|reallycms)" @@ -19610,13 +31468,22 @@ "website": "https://www.rcms.fi" }, "RD Station": { + "cats": [ + 32 + ], "js": [ "rdstation" ], + "scriptSrc": [ + "d335luupugsy2\\.cloudfront\\.net/js/loader-scripts/.*-loader\\.js" + ], "description": "RD Station is a platform that helps medium and small businesses manage and automate their Digital Marketing strategy.", "website": "https://rdstation.com.br" }, "RDoc": { + "cats": [ + 4 + ], "js": [ "rdoc_rel_prefix" ], @@ -19632,6 +31499,9 @@ "website": "https://github.com/ruby/rdoc" }, "REDAXO": { + "cats": [ + 1 + ], "js": [ "redaxo" ], @@ -19642,28 +31512,49 @@ "website": "https://redaxo.org" }, "REG.RU": { + "cats": [ + 88 + ], "description": "REG.RU is a web hosting provider and internet domain registrar.", "website": "https://www.reg.ru" }, "RND": { + "cats": [ + 6 + ], + "scriptSrc": [ + "/scripts/plugins/rnd-mobilemenu/" + ], "description": "RND is a software technology used for companies to set up ecommerce infrastructure.", "website": "https://www.rnd.com.tr/en/" }, "RSS": { + "cats": [ + 19 + ], "description": "RSS is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.", "website": "https://www.rssboard.org/rss-specification" }, "RTB House": { + "cats": [ + 77 + ], "description": "RTB House is a company that provides learning-powered retargeting solutions for brands and agencies.", "website": "https://www.rtbhouse.com" }, "RX Web Server": { + "cats": [ + 22 + ], "headers": { "x-powered-by": "rx-web" }, "website": "https://developers.rokitax.co.uk/projects/rxweb" }, "RackCache": { + "cats": [ + 23 + ], "headers": { "x-rack-cache": "" }, @@ -19674,6 +31565,9 @@ "website": "https://github.com/rtomayko/rack-cache" }, "Radix UI": { + "cats": [ + 66 + ], "css": [ "--radix-accordion-content-height", "--radix-context-menu-content-available-height", @@ -19698,10 +31592,19 @@ "website": "https://www.radix-ui.com" }, "Rain": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.rainpos\\.com/" + ], "description": "Rain is a cloud-based point of sale (POS) system for small to midsized retailers.", "website": "https://www.rainpos.com" }, "RainLoop": { + "cats": [ + 30 + ], "js": [ "rainloop", "rainloopi18n" @@ -19712,6 +31615,9 @@ "html": [ "\u003clink[^\u003e]href=\"rainloop/v/([0-9.]+)/static/apple-touch-icon\\.png/\u003e\\;version:\\1" ], + "scriptSrc": [ + "^rainloop/v/([0-9.]+)/\\;version:\\1" + ], "meta": { "rlappversion": [ "^([0-9.]+)$\\;version:\\1" @@ -19724,6 +31630,9 @@ "website": "https://www.rainloop.net/" }, "RaiseDonors": { + "cats": [ + 111 + ], "meta": { "author": [ "^raisedonors$" @@ -19733,6 +31642,9 @@ "website": "https://explore.raisedonors.com" }, "Raisely": { + "cats": [ + 111 + ], "js": [ "__raiselydebug", "raiselycomponents", @@ -19742,6 +31654,9 @@ "website": "https://raisely.com" }, "Rakuten": { + "cats": [ + 71 + ], "cookies": { "rakuten-source": "" }, @@ -19749,33 +31664,68 @@ "rakutenranmid", "rakutensource" ], + "scriptSrc": [ + "\\.linksynergy\\.com", + "tag\\.rmp\\.rakuten\\.com" + ], "description": "Rakuten (formerly Ebates) allows you to earn cash-back rewards.", "website": "https://www.rakuten.com/" }, "Rakuten Advertising": { + "cats": [ + 36 + ], + "scriptSrc": [ + "tag\\.rmp\\.rakuten\\.com" + ], "website": "https://rakutenadvertising.com/" }, "Rakuten Digital Commerce": { + "cats": [ + 6 + ], "js": [ "rakutenapplication" ], "website": "https://digitalcommerce.rakuten.com.br" }, "Ramda": { + "cats": [ + 59 + ], + "scriptSrc": [ + "ramda.*\\.js" + ], "website": "https://ramdajs.com" }, "RankMath SEO": { + "cats": [ + 87, + 54 + ], + "scriptSrc": [ + "/wp-content/plugins/seo-by-rank-math(?:-pro)?/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "RankMath SEO is a search engine optimisation plugin for WordPress.", "website": "https://rankmath.com" }, "Raphael": { + "cats": [ + 25 + ], "js": [ "raphael.version" ], + "scriptSrc": [ + "raphael(?:-([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1" + ], "description": "Raphael is a cross-browser JavaScript library that draws Vector graphics for websites.", "website": "https://dmitrybaranovskiy.github.io/raphael/" }, "RapidSec": { + "cats": [ + 16 + ], "headers": { "content-security-policy": "\\.rapidsec\\.net", "content-security-policy-report-only": "\\.rapidsec\\.net", @@ -19785,22 +31735,39 @@ "website": "https://rapidsec.com" }, "RapidSpike": { + "cats": [ + 13, + 78 + ], "js": [ "rspike_timing" ], + "scriptSrc": [ + "\\.rapidspike\\.com/" + ], "description": "RapidSpike is an uptime and performance monitoring service for web sites and applications.", "website": "https://www.rapidspike.com" }, "Raptor": { + "cats": [ + 76 + ], "js": [ "onraptorloaded", "raptor", "raptorbase64" ], + "scriptSrc": [ + "api\\.raptorsmartadvisor\\.com", + "msecnd\\.net/script/raptor-([\\d.]+)\\.js\\;version:\\1" + ], "description": "Raptor is a personalisation engine based on machine learning that analyses and learns about the user's behavior and unique browser history.", "website": "https://raptorsmartadvisor.com" }, "Raspbian": { + "cats": [ + 28 + ], "headers": { "server": "raspbian", "x-powered-by": "raspbian" @@ -19809,10 +31776,19 @@ "website": "https://www.raspbian.org/" }, "RateParity": { + "cats": [ + 5 + ], + "scriptSrc": [ + "code\\.rateparity\\.com/" + ], "description": "RateParity is a conversion rate optimisation platform for hotels.", "website": "https://www.rateparity.com" }, "Rawabit": { + "cats": [ + 51 + ], "cookies": { "rawabit_session": "" }, @@ -19825,22 +31801,38 @@ "website": "https://www.rawabit.me" }, "Raychat": { + "cats": [ + 52 + ], "js": [ "raychat" ], + "scriptSrc": [ + "app\\.raychat\\.io/scripts/js" + ], "description": "Raychat is a free customer messaging platform.", "website": "https://raychat.io" }, "Raygun": { + "cats": [ + 78, + 13 + ], "js": [ "raygun", "raygunenabled", "raygunfactory" ], + "scriptSrc": [ + "\\.raygun\\.io" + ], "description": "Raygun is a cloud-based networking monitoring and bug tracking application.", "website": "https://raygun.com" }, "Rayo": { + "cats": [ + 1 + ], "js": [ "rayo" ], @@ -19856,20 +31848,38 @@ "website": "https://www.rayo.ir" }, "Razorpay": { + "cats": [ + 41 + ], "js": [ "razorpay" ], + "scriptSrc": [ + "checkout\\.razorpay\\.com" + ], "description": "Razorpay is a provider of an online payment gateway that allows businesses to accept, process, and disburse payments.", "website": "https://razorpay.com/" }, "Re:amaze": { + "cats": [ + 52 + ], "js": [ "reamaze.version" ], + "scriptSrc": [ + "\\.reamaze\\.com/" + ], "description": "Re:amaze is a multi-brand customer service, live chat, and help desk solution.", "website": "https://www.reamaze.com" }, "ReCaptcha v2 for Contact Form 7": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/wpcf7-recaptcha/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "Contact Form 7" ], @@ -19877,6 +31887,12 @@ "website": "https://wordpress.org/plugins/wpcf7-recaptcha/" }, "ReConvert": { + "cats": [ + 100 + ], + "scriptSrc": [ + "\\.stilyoapps\\.com/reconvert/assets/js/store_reconvert_node\\.js" + ], "implies": [ "Shopify" ], @@ -19884,12 +31900,18 @@ "website": "https://www.reconvert.io" }, "ReDoc": { + "cats": [ + 4 + ], "js": [ "redoc.version" ], "html": [ "\u003credoc " ], + "scriptSrc": [ + "/redoc\\.(?:min\\.)?js" + ], "implies": [ "React" ], @@ -19897,6 +31919,9 @@ "website": "https://github.com/Rebilly/ReDoc" }, "React": { + "cats": [ + 12 + ], "js": [ "__react_on_rails_event_handlers_ran_once__", "react.version", @@ -19905,6 +31930,11 @@ "html": [ "\u003c[^\u003e]+data-react" ], + "scriptSrc": [ + "/([\\d\\.]+)/react(?:\\.min)?\\.js\\;version:\\1", + "^react\\b.*\\.js", + "react(?:-with-addons)?[.-](\\d+(?:\\.\\d+)+)[^/]*\\.js\\;version:\\1" + ], "meta": { "description": [ "^web site created using create-react-app$" @@ -19914,6 +31944,9 @@ "website": "https://reactjs.org" }, "React Bricks": { + "cats": [ + 1 + ], "implies": [ "React" ], @@ -19921,6 +31954,12 @@ "website": "https://reactbricks.com" }, "React Redux": { + "cats": [ + 12 + ], + "scriptSrc": [ + "/react-redux(@|/)([\\d.]+)(?:/[a-z]+)?/react-redux(?:.min)?\\.js\\;version:\\2" + ], "implies": [ "React", "Redux" @@ -19929,6 +31968,12 @@ "website": "https://react-redux.js.org/" }, "React Router": { + "cats": [ + 12 + ], + "scriptSrc": [ + "(?:/react-router(@|/)([\\d.]+)(?:/[a-z]+)?)?/react-router(?:\\.min)?\\.js\\;version:\\2" + ], "implies": [ "React" ], @@ -19936,6 +31981,10 @@ "website": "https://reactrouter.com" }, "Reactive": { + "cats": [ + 1, + 6 + ], "meta": { "generator": [ "reactive" @@ -19948,10 +31997,20 @@ "website": "https://reactiveonline.io" }, "ReadAloud": { + "cats": [ + 5 + ], "description": "The SiteSpeaker text-to-speech widget is embedded into your posts and give users an alternate way to consume your content as audio.", "website": "https://www.readaloudwidget.com" }, "ReadMe": { + "cats": [ + 4, + 1 + ], + "scriptSrc": [ + "/cdn\\.readme\\.io/js/" + ], "meta": { "readme-deploy": [ "^[\\d\\.]+$" @@ -19964,14 +32023,23 @@ "website": "https://readme.com" }, "ReadSpeaker": { + "cats": [ + 5 + ], "js": [ "readspeaker", "readspeaker.meta.version" ], + "scriptSrc": [ + "\\.readspeaker\\.com/" + ], "description": "ReadSpeaker is an intuitive text-to-speech API that converts text into natural-sounding audio files for websites and applications.", "website": "https://www.readspeaker.com" }, "Readymag": { + "cats": [ + 51 + ], "meta": { "generator": [ "^readymag$" @@ -19981,10 +32049,16 @@ "website": "https://readymag.com" }, "Really Simple CAPTCHA": { + "cats": [ + 87 + ], "description": "Really Simple CAPTCHA does not work alone and is intended to work with other plugins. It is originally created for Contact Form 7, however, you can use it with your own plugin.", "website": "https://wordpress.org/plugins/really-simple-captcha" }, "RebelMouse": { + "cats": [ + 1 + ], "headers": { "x-rebelmouse-cache-control": "", "x-rebelmouse-surrogate-control": "" @@ -19995,9 +32069,16 @@ "website": "https://www.rebelmouse.com/" }, "Rebuy": { + "cats": [ + 76, + 100 + ], "js": [ "rebuyconfig" ], + "scriptSrc": [ + "rebuyengine\\.com" + ], "implies": [ "Cart Functionality" ], @@ -20005,25 +32086,47 @@ "website": "https://rebuyengine.com/" }, "Recapture": { + "cats": [ + 98 + ], + "scriptSrc": [ + "cdn\\.recapture\\.io/.+\\?v=\\d+(?:\u0026ver=([\\d\\.]+)?)?\\;version:\\1" + ], "description": "Recapture is an abandoned cart recovery and email marketing solution.", "website": "https://recapture.io" }, "Recart": { + "cats": [ + 98 + ], "js": [ "__recart", "recart" ], + "scriptSrc": [ + "api\\.recart\\.com" + ], "description": "Recart is a tool to engage users who abandoned their shopping cart via Facebook Messenger.", "website": "https://recart.com/" }, "Recent Posts Widget With Thumbnails": { + "cats": [ + 87 + ], "description": "Recent Posts Widget With Thumbnails is based on the well-known WordPress default widget 'Recent Posts' and extended to display more informations about the posts.", "website": "https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/" }, "Recharge": { + "cats": [ + 41 + ], "js": [ "rechargewidget" ], + "scriptSrc": [ + "\\.rechargecdn\\.com/", + "rechargeassets-bootstrapheroes-rechargeapps\\.netdna-ssl\\.com" + ], "implies": [ "Cart Functionality" ], @@ -20031,6 +32134,9 @@ "website": "https://rechargepayments.com" }, "Recharts": { + "cats": [ + 25 + ], "implies": [ "React" ], @@ -20038,10 +32144,22 @@ "website": "https://recharts.org/" }, "Recite Me": { + "cats": [ + 68 + ], + "scriptSrc": [ + "api\\.reciteme\\.com/asset/js" + ], "description": "Recite Me is a web accessibility overlay that claims to allow website visitors to customize a site in a way that works for them.", "website": "https://reciteme.com/" }, "Recomify": { + "cats": [ + 100 + ], + "scriptSrc": [ + "app\\.recomify\\.com/" + ], "implies": [ "Shopify" ], @@ -20049,6 +32167,13 @@ "website": "https://www.recomify.com" }, "RecoverMyCart": { + "cats": [ + 76, + 100 + ], + "scriptSrc": [ + "cdn\\.recovermycart\\.com" + ], "implies": [ "Shopify" ], @@ -20056,6 +32181,9 @@ "website": "https://app.recovermycart.com/" }, "Recruitee": { + "cats": [ + 101 + ], "js": [ "rtapp.mapboxtoken" ], @@ -20063,20 +32191,35 @@ "website": "https://recruitee.com" }, "Recurate": { + "cats": [ + 19 + ], + "scripts": [ + "\"(?:vendor|title)?\"\\:\"recurate\"" + ], "description": "Recurate is a tech-enabled resale service that empowers brands \u0026 retailers to establish their own integrated resale platforms directly on their ecommerce sites.", "website": "https://www.recurate.com" }, "Recurly": { + "cats": [ + 41 + ], "js": [ "recurly.version" ], "html": [ "\u003cinput[^\u003e]+data-recurly" ], + "scriptSrc": [ + "js\\.recurly\\.com" + ], "description": "Recurly provides enterprise-class subscription billing and recurring payment management for thousands of businesses worldwide.", "website": "https://recurly.com" }, "Red Hat": { + "cats": [ + 28 + ], "headers": { "server": "red hat", "x-powered-by": "red hat" @@ -20085,14 +32228,23 @@ "website": "https://www.redhat.com" }, "Red Hat Gluster": { + "cats": [ + 48 + ], "description": "Gluster is a free and open source scalable network filesystem.", "website": "https://www.gluster.org" }, "Red je Pakketje": { + "cats": [ + 99 + ], "description": "Red je Pakketje is a Dutch company specialised in same-day-delivery.", "website": "https://redjepakketje.nl" }, "RedCart": { + "cats": [ + 6 + ], "cookies": { "rc2c-erotica": "\\d+" }, @@ -20103,6 +32255,9 @@ "website": "https://redcart.pl" }, "RedShop": { + "cats": [ + 6 + ], "implies": [ "Amazon S3", "Next.js", @@ -20113,6 +32268,9 @@ "website": "https://www.redshop.io" }, "Reddit": { + "cats": [ + 2 + ], "js": [ "reddit" ], @@ -20125,14 +32283,26 @@ "website": "https://code.reddit.com" }, "Reddit Ads": { + "cats": [ + 36 + ], + "scriptSrc": [ + "www\\.redditstatic\\.com" + ], "description": "Reddit Ads is an online advertising offering from Reddit.", "website": "https://advertising.reddithelp.com/" }, "Redis": { + "cats": [ + 34 + ], "description": "Redis is an in-memory data structure project implementing a distributed, in-memory key–value database with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indexes.", "website": "https://redis.io" }, "Redis Object Cache": { + "cats": [ + 23 + ], "html": [ "\u003c!--\\s+performance optimized by redis object cache" ], @@ -20143,6 +32313,9 @@ "website": "https://wprediscache.com" }, "Redmine": { + "cats": [ + 13 + ], "cookies": { "_redmine_session": "" }, @@ -20161,14 +32334,29 @@ "website": "https://www.redmine.org" }, "Redonner": { + "cats": [ + 84 + ], + "scriptSrc": [ + "\\.redonner\\.fr/" + ], "description": "This company promotes the collection and recycling of textiles by rewarding each donation of clothing made on its website with 'Re' points, allowing you to benefit from advantages and discounts at more than 70 partner brands.", "website": "https://www.redonner.fr" }, "Redux": { + "cats": [ + 12 + ], + "scriptSrc": [ + "/redux(@|/)([\\d.]+)(?:/[a-z]+)?/redux(?:.min)?\\.js\\;version:\\2" + ], "description": "Redux is a predictable state container for JavaScript applications.", "website": "https://redux.js.org" }, "Redux Framework": { + "cats": [ + 87 + ], "meta": { "framework": [ "redux\\s([\\d\\.]+)\\;version:\\1" @@ -20181,6 +32369,10 @@ "website": "https://redux.io" }, "RedwoodJS": { + "cats": [ + 12, + 18 + ], "implies": [ "GraphQL", "React", @@ -20190,6 +32382,9 @@ "website": "https://redwoodjs.com" }, "Reelevant": { + "cats": [ + 76 + ], "js": [ "reel.companyid" ], @@ -20200,32 +32395,61 @@ "website": "https://try.reelevant.com" }, "Reevoo": { + "cats": [ + 90 + ], "js": [ "reevooaccesscode", "reevooapi", "reevooloader.tracking", "reevoourl" ], + "scriptSrc": [ + "\\.reevoo\\.com/" + ], "description": "Reevoo is a provider of UGC solutions like reviews.", "website": "https://www.reevoo.com" }, "ReferralCandy": { + "cats": [ + 94, + 84 + ], + "scriptSrc": [ + "\\.referralcandy\\.com/" + ], "description": "ReferralCandy is a marketing platform that gets shoppers to refer their friends.", "website": "https://www.referralcandy.com" }, "Refersion": { + "cats": [ + 71, + 36 + ], + "scriptSrc": [ + "\\.refersion\\.com" + ], "description": "Refersion is an affiliate management app.", "website": "https://refersion.com" }, "Reflektion": { + "cats": [ + 76 + ], "js": [ "rfk_deploy_time", "rfkparams" ], + "scriptSrc": [ + "\\.cloudfront\\.net/js/reflektion\\.js" + ], "description": "Reflektion is a customer centric personalisation platform that optimizes customer experiences on an individual basis in real time.", "website": "https://reflektion.com" }, "Refundid": { + "cats": [ + 102 + ], "js": [ "launchrefundidpopup" ], @@ -20233,20 +32457,36 @@ "website": "https://refundid.com" }, "Regiondo": { + "cats": [ + 5, + 72 + ], + "scriptSrc": [ + "cdn\\.regiondo\\.net" + ], "description": "Regiondo is a online booking system for tour and activity providers.", "website": "https://www.regiondo.com" }, "Reinvigorate": { + "cats": [ + 10 + ], "js": [ "reinvigorate" ], "website": "https://www.reinvigorate.net" }, "Relais Colis": { + "cats": [ + 99 + ], "description": "Relais Colis is a French parcel delivery network.", "website": "https://www.relaiscolis.com" }, "Relewise": { + "cats": [ + 76 + ], "js": [ "relewiseconfig", "relewisetracking" @@ -20255,6 +32495,9 @@ "website": "https://relewise.com" }, "Remarkable Commerce": { + "cats": [ + 6 + ], "js": [ "remarkable.basketitems" ], @@ -20262,6 +32505,10 @@ "website": "https://remarkable.net/" }, "Remix": { + "cats": [ + 18, + 22 + ], "js": [ "__remixcontext" ], @@ -20272,10 +32519,19 @@ "website": "https://remix.run/" }, "Remixd": { + "cats": [ + 5 + ], + "scriptSrc": [ + "tags\\.remixd\\.com/player" + ], "description": "Remixd is a platform that enables podcast creators to efficiently produce and share their podcasts with a worldwide audience. The platform provides various tools and features to support podcast creation, hosting, and distribution, such as podcast hosting, analytics, monetisation, and social media integration.", "website": "https://www.remixd.com" }, "Render": { + "cats": [ + 62 + ], "headers": { "x-render-origin-server": "render" }, @@ -20283,6 +32539,10 @@ "website": "https://render.com" }, "Render Better": { + "cats": [ + 92, + 100 + ], "js": [ "renderbetter" ], @@ -20290,6 +32550,10 @@ "website": "https://www.renderbetter.com" }, "Replicache": { + "cats": [ + 12, + 23 + ], "headers": { "x-replicache-requestid": "" }, @@ -20297,6 +32561,9 @@ "website": "https://replicache.dev/" }, "Replit": { + "cats": [ + 47 + ], "headers": { "expect-ct": "\\.repl\\.it/", "replit-cluster": "" @@ -20305,28 +32572,57 @@ "website": "https://replit.com" }, "Reputon": { + "cats": [ + 90, + 100 + ], + "scriptSrc": [ + "\\.reputon\\.com/" + ], "description": "Reputon is an customer reviews Shopify app.", "website": "https://reputon.com" }, "RequireJS": { + "cats": [ + 12 + ], "js": [ "requirejs.version" ], + "scriptSrc": [ + "require.*\\.js" + ], "description": "RequireJS is a JavaScript library and file loader which manages the dependencies between JavaScript files and in modular programming.", "website": "https://requirejs.org" }, "ResDiary": { + "cats": [ + 93 + ], + "scriptSrc": [ + "\\.resdiary\\.\\w+/" + ], "description": "ResDiary, is a online reservation system for hospitality operators.", "website": "https://www.resdiary.com" }, "Resengo": { + "cats": [ + 93 + ], "js": [ "wpjsonpresengoreservationwidget" ], + "scriptSrc": [ + "www\\.resengo\\.\\w+" + ], "description": "Resengo is a restaurant table booking widget.", "website": "https://wwc.resengo.com" }, "Reserve In-Store": { + "cats": [ + 100, + 93 + ], "js": [ "reserveinstore.version", "reserveinstorejsurl" @@ -20338,10 +32634,20 @@ "website": "https://www.reserveinstore.com" }, "Reservio": { + "cats": [ + 93, + 72 + ], + "scriptSrc": [ + "static\\.reservio\\.com" + ], "description": "Reservio is a cloud-based appointment scheduling and online booking solution.", "website": "https://www.reservio.com" }, "Resin": { + "cats": [ + 22 + ], "headers": { "server": "^resin(?:/(\\s*))?\\;version:\\1" }, @@ -20351,13 +32657,22 @@ "website": "https://caucho.com" }, "Resmio": { + "cats": [ + 93 + ], "js": [ "resmiobutton" ], + "scriptSrc": [ + "static\\.resmio\\.\\w+/static/" + ], "description": "Resmio is a restaurant table booking widget.", "website": "https://www.resmio.com" }, "Resova": { + "cats": [ + 72 + ], "js": [ "baseurl", "initresova" @@ -20366,15 +32681,25 @@ "website": "https://resova.com" }, "Responsive Lightbox \u0026 Gallery": { + "cats": [ + 87, + 7 + ], "js": [ "rl_hide_image", "rl_view_image", "rlargs.activegalleries" ], + "scriptSrc": [ + "/wp-content/plugins/responsive-lightbox/.+front\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Responsive Lightbox \u0026 Gallery plugin is a lightweight WordPress gallery plugin by Digital Factory.", "website": "https://dfactory.eu/products/responsive-lightbox-gallery-extensions/" }, "ResponsiveVoice": { + "cats": [ + 19 + ], "js": [ "responsivevoice.version" ], @@ -20382,13 +32707,22 @@ "website": "https://responsivevoice.org" }, "Resy": { + "cats": [ + 93 + ], "js": [ "resywidget" ], + "scriptSrc": [ + "widgets\\.resy\\.\\w+" + ], "description": "Resy is an technology and media company that provides an app and back-end management software for restaurant reservations.", "website": "https://resy.com" }, "Retail Rocket": { + "cats": [ + 76 + ], "cookies": { "rr-testcookie": "testvalue", "rrpvid": "^\\d+$" @@ -20400,22 +32734,41 @@ "rrlibrary", "rrpartnerid" ], + "scriptSrc": [ + "cdn\\.retailrocket\\.net" + ], "description": "Retail Rocket is a big data-based personalisation platform for ecommerce websites.", "website": "https://retailrocket.net" }, "Return Prime": { + "cats": [ + 100, + 102 + ], + "scriptSrc": [ + "//return-prime-proxy-prod\\.s3[^ ]*\\.amazonaws\\.com/" + ], "description": "Return Prime is an application to manage returns for Shopify stores.", "website": "https://www.returnprime.com/" }, "ReturnGO": { + "cats": [ + 102 + ], "js": [ "returngocanberun", "returngointegrationdata" ], + "scriptSrc": [ + "\\.returngo\\.ai/" + ], "description": "ReturnGO's AI-driven returns management platform significantly improves customer lifetime value and post-purchase experience.", "website": "https://returngo.ai" }, "Returnly": { + "cats": [ + 102 + ], "js": [ "returnly.containerswitcher", "returnly.internaleventtracker" @@ -20424,6 +32777,9 @@ "website": "https://returnly.com" }, "Retype": { + "cats": [ + 57 + ], "meta": { "generator": [ "retype\\s([\\d\\.]+)?\\;version:\\1" @@ -20436,10 +32792,16 @@ "website": "https://retype.com" }, "RevJet": { + "cats": [ + 36 + ], "description": "RevJet is the first comprehensive Ad Experience Platform, for every audience, channel, format, inventory, and device.", "website": "https://www.revjet.com" }, "RevLifter": { + "cats": [ + 76 + ], "cookies": { "revlifter": "" }, @@ -20447,19 +32809,31 @@ "revlifter", "revlifterobject" ], + "scriptSrc": [ + "assets\\.revlifter\\.io" + ], "description": "RevLifter is an AI-powered coupon technology which allows brands to offer personalised incentives to their customers based on real-time basket data.", "website": "https://www.revlifter.com" }, "Reveal.js": { + "cats": [ + 12 + ], "js": [ "reveal.version" ], + "scriptSrc": [ + "(?:^|/)reveal(?:\\.min)?\\.js" + ], "implies": [ "Highlight.js" ], "website": "https://lab.hakim.se/reveal-js" }, "Revel": { + "cats": [ + 18 + ], "cookies": { "revel_flash": "", "revel_session": "" @@ -20470,10 +32844,19 @@ "website": "https://revel.github.io" }, "RevenueHunt": { + "cats": [ + 71 + ], + "scriptSrc": [ + "admin\\.revenuehunt\\.com/" + ], "description": "RevenueHunt is an affiliate marketing and advertising company specializing in paid surveys and cost per lead campaigns.", "website": "https://revenuehunt.com" }, "Revieve": { + "cats": [ + 76 + ], "js": [ "revieve.__esmodule", "revieveconfig.onclickproduct" @@ -20482,13 +32865,22 @@ "website": "https://www.revieve.com" }, "ReviewSolicitors": { + "cats": [ + 90 + ], "js": [ "rs.getwidgethtml" ], + "scriptSrc": [ + "\\.reviewsolicitors\\.co\\.uk/" + ], "description": "ReviewSolicitors is a free and independent client-led review platform focusing on the UK legal market.", "website": "https://www.reviewsolicitors.co.uk" }, "Reviews.io": { + "cats": [ + 90 + ], "js": [ "reviewsio_hasvoted", "reviewsio_sharelink" @@ -20497,10 +32889,19 @@ "website": "https://www.reviews.io" }, "RevolverMaps": { + "cats": [ + 35 + ], + "scriptSrc": [ + "\\.revolvermaps\\.com" + ], "description": "RevolverMaps is a collection of real-time visitor statistics widgets for website or blog. Interactive visitor mappings to a globe rendered by the Revolver Engine.", "website": "https://www.revolvermaps.com" }, "Revv": { + "cats": [ + 111 + ], "meta": { "revv-api-domain": [] }, @@ -20508,60 +32909,111 @@ "website": "https://revv.com" }, "Revy": { + "cats": [ + 100 + ], "js": [ "revyapp", "revybundle", "revyupsell" ], + "scriptSrc": [ + "api\\.revy\\.io/" + ], "description": "Revy is dedicated to build Shopify Apps to generate more sales for merchants.", "website": "https://revy.io" }, "Rewardful": { + "cats": [ + 71 + ], "js": [ "rewardful" ], + "scriptSrc": [ + "r\\.wdfl\\.co" + ], "description": "Rewardful is a way for SaaS companies to setup affiliate and referral programs with Stripe.", "website": "https://www.getrewardful.com/" }, "Rezdy": { + "cats": [ + 5, + 72 + ], + "scriptSrc": [ + "rezdy\\.\\w+/pluginjs" + ], "description": "Rezdy is an online booking software for tours and attractions.", "website": "https://www.rezdy.com" }, "Rezgo": { + "cats": [ + 5, + 72 + ], "description": "Rezgo is a tour operator software that provides online booking system.", "website": "https://www.rezgo.com" }, "Rich Plugins Reviews": { + "cats": [ + 87, + 90 + ], + "scriptSrc": [ + "/wp-content/plugins/widget-google-reviews/" + ], "description": "Rich Plugins Reviews is a WordPress plugin that integrates verified reviews from trusted sources such as Google and Facebook.", "website": "https://richplugins.com/business-reviews-bundle-wordpress-plugin" }, "RichRelevance": { + "cats": [ + 76 + ], "js": [ "rr.u", "rr_v" ], + "scriptSrc": [ + "\\.richrelevance\\.com/" + ], "description": "RichRelevance is a cloud-based omnichannel personalisation platform built to help Retailers, B2B, financial services, travel and hospitality, and branded manufacturers personalise their customer experiences.", "website": "https://richrelevance.com" }, "Richpanel": { + "cats": [ + 53 + ], "js": [ "richpanel.plugin_api_url", "richpanel_messenger_url", "richpanelappproxy" ], + "scriptSrc": [ + "\\.richpanel\\.com/" + ], "description": "Richpanel is a purpose-built CRM and customer support platform for ecommerce and DTC brands.", "website": "https://www.richpanel.com" }, "Rickshaw": { + "cats": [ + 25 + ], "js": [ "rickshaw" ], + "scriptSrc": [ + "rickshaw(?:\\.min)?\\.js" + ], "implies": [ "D3" ], "website": "https://code.shutterstock.com/rickshaw/" }, "RightJS": { + "cats": [ + 12 + ], "js": [ "rightjs" ], @@ -20569,12 +33021,21 @@ "website": "https://github.com/rightjs" }, "Riot": { + "cats": [ + 12 + ], "js": [ "riot" ], + "scriptSrc": [ + "riot(?:\\+compiler)?(?:\\.min)?\\.js" + ], "website": "https://riot.js.org/" }, "Ripple": { + "cats": [ + 12 + ], "headers": { "x-sdp-app-type": "ripple" }, @@ -20587,14 +33048,25 @@ "website": "https://dpc-sdp.github.io/sdp-docs/ripple/" }, "Rise.ai": { + "cats": [ + 84, + 94 + ], "js": [ "rise.shop", "risestorefront" ], + "scriptSrc": [ + "strn\\.rise-ai\\.com/" + ], "description": "Rise.ai is a strategic re-engagement solution that provides brands and retailers with a unique currency of their own.", "website": "https://rise.ai" }, "Riskified": { + "cats": [ + 10, + 16 + ], "js": [ "riskifiedbeaconload", "riskx" @@ -20610,6 +33082,9 @@ "website": "https://www.riskified.com/" }, "RiteCMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "^ritecms(?: (.+))?\\;version:\\1" @@ -20622,6 +33097,9 @@ "website": "https://ritecms.com" }, "Rive": { + "cats": [ + 25 + ], "js": [ "rive.rive" ], @@ -20629,6 +33107,9 @@ "website": "https://rive.app" }, "RoadRunner": { + "cats": [ + 22 + ], "headers": { "server": "roadrunner" }, @@ -20639,6 +33120,10 @@ "website": "https://roadrunner.dev" }, "Roadiz CMS": { + "cats": [ + 1, + 11 + ], "headers": { "x-powered-by": "roadiz cms" }, @@ -20654,6 +33139,9 @@ "website": "https://www.roadiz.io" }, "Robin": { + "cats": [ + 6 + ], "js": [ "_robin_getrobinjs", "robin_settings", @@ -20662,6 +33150,11 @@ "website": "https://www.robinhq.com" }, "RockRMS": { + "cats": [ + 1, + 11, + 32 + ], "meta": { "generator": [ "^rock v([0-9.]+)\\;version:\\1" @@ -20676,13 +33169,22 @@ "website": "https://www.rockrms.com" }, "Rockerbox": { + "cats": [ + 32 + ], "js": [ "rb.source" ], + "scriptSrc": [ + "wxyz\\.rb\\.js" + ], "description": "Rockerbox is a provider of multi-touch attribution software.", "website": "https://www.rockerbox.com" }, "Rocket.Chat": { + "cats": [ + 52 + ], "js": [ "rocketchat.livechat" ], @@ -20690,6 +33192,13 @@ "website": "https://rocket.chat" }, "Rocketfy": { + "cats": [ + 6, + 51 + ], + "scriptSrc": [ + "\\.rocketfy\\.mx/" + ], "meta": { "generator": [ "^rocketfy\\smaker\\s-\\sv([\\d\\.]+)$\\;version:\\1" @@ -20703,6 +33212,10 @@ "website": "https://rocketfy.mx" }, "Roistat": { + "cats": [ + 10, + 74 + ], "js": [ "roistathost", "roistatprojectid" @@ -20711,16 +33224,31 @@ "website": "https://roistat.com/" }, "Rokt": { + "cats": [ + 76 + ], "headers": { "content-security-policy": "\\.rokt\\.com" }, + "scriptSrc": [ + "\\.rokt\\.com/" + ], "description": "Rokt is an ecommerce marketing technology that gives customers a personalised and relevant experience while buying online.", "website": "https://www.rokt.com" }, "Rollbar": { + "cats": [ + 13 + ], + "scriptSrc": [ + "rollbar\\.js/([0-9.]+)\\;version:\\1" + ], "website": "https://rollbar.com/" }, "Rosti": { + "cats": [ + 88 + ], "headers": { "x-rosti": "" }, @@ -20728,6 +33256,9 @@ "website": "https://rosti.cz" }, "Rotic": { + "cats": [ + 52 + ], "js": [ "rotic.setting" ], @@ -20735,6 +33266,9 @@ "website": "https://rotic.io" }, "RoundCube": { + "cats": [ + 30 + ], "js": [ "rcmail", "roundcube" @@ -20749,17 +33283,29 @@ "website": "https://roundcube.net" }, "Route": { + "cats": [ + 107 + ], "js": [ "routeapp" ], + "scriptSrc": [ + "//cdn.routeapp.io/" + ], "description": "Route is a delivery and shipping tracking app", "website": "https://route.com/" }, "Royal Mail": { + "cats": [ + 99 + ], "description": "Royal Mail is a British multinational postal service and courier company.", "website": "https://www.royalmail.com" }, "Rubedo": { + "cats": [ + 1 + ], "js": [ "rubedoconfig" ], @@ -20772,10 +33318,19 @@ "website": "https://github.com/WebTales/rubedo" }, "Rubicon Project": { + "cats": [ + 36 + ], + "scriptSrc": [ + "https?://[^/]*\\.rubiconproject\\.com" + ], "description": "Rubicon Project is an advertising automation platform enabling publishers to transact advertising brands.", "website": "https://rubiconproject.com/" }, "Ruby": { + "cats": [ + 27 + ], "headers": { "server": "(?:mongrel|ruby(?:/([\\d\\.]+))?)\\;version:\\1" }, @@ -20783,13 +33338,22 @@ "website": "https://ruby-lang.org" }, "Ruby Receptionists": { + "cats": [ + 5 + ], "js": [ "rubyapi" ], + "scriptSrc": [ + "chatwidget\\.ruby\\.com" + ], "description": "Ruby Receptionists is a Portland, Oregon based virtual answering service for small businesses.", "website": "https://www.ruby.com" }, "Ruby on Rails": { + "cats": [ + 18 + ], "cookies": { "_session_id": "\\;confidence:75" }, @@ -20802,6 +33366,9 @@ "server": "mod_(?:rails|rack)", "x-powered-by": "mod_(?:rails|rack)" }, + "scriptSrc": [ + "/assets/application-[a-z\\d]{32}/\\.js\\;confidence:50" + ], "meta": { "csrf-param": [ "^authenticity_token$\\;confidence:50" @@ -20814,13 +33381,22 @@ "website": "https://rubyonrails.org" }, "Rudderstack": { + "cats": [ + 97 + ], "js": [ "rudderanalytics" ], + "scriptSrc": [ + "cdn\\.rudderlabs\\.com" + ], "description": "Rudderstack is a customer data platform (CDP) that helps you collect, clean, and control your customer data.", "website": "https://rudderstack.com/" }, "Rumble": { + "cats": [ + 14 + ], "js": [ "rumble.gdpr", "rumble.resize" @@ -20829,38 +33405,66 @@ "website": "https://rumble.com" }, "Rust": { + "cats": [ + 27 + ], "description": "Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency.", "website": "https://www.rust-lang.org" }, "RxJS": { + "cats": [ + 12 + ], "js": [ "rx.compositedisposable", "rx.symbol" ], + "scriptSrc": [ + "rx(?:\\.\\w+)?(?:\\.compat|\\.global)?(?:\\.min)?\\.js" + ], "description": "RxJS is a reactive library used to implement reactive programming to deal with async implementation, callbacks, and event-based programs.", "website": "https://reactivex.io" }, "Ryviu": { + "cats": [ + 90 + ], "js": [ "ryviu_global_settings" ], + "scriptSrc": [ + "cdn\\.ryviu\\.com" + ], "description": "Ryviu is customer product reviews app for building social proof for store.", "website": "https://www.ryviu.com/" }, "SALESmanago": { + "cats": [ + 97, + 32 + ], "js": [ "salesmanagoobject" ], + "scriptSrc": [ + "\\.salesmanago\\.com/" + ], "description": "SALESmanago is a no-code marketing automation and customer data platform designed for mid-sized buinesses and enterprises.", "website": "https://www.salesmanago.com" }, "SAP": { + "cats": [ + 53 + ], "headers": { "server": "sap netweaver application server" }, "website": "https://sap.com" }, "SAP Commerce Cloud": { + "cats": [ + 6 + ], "cookies": { "_hybris": "" }, @@ -20885,26 +33489,47 @@ "website": "https://www.sap.com/products/commerce-cloud.html" }, "SAP Customer Data Cloud Sign-in": { + "cats": [ + 69 + ], + "scriptSrc": [ + "\\.gigya\\.com/js/gigya\\.js" + ], "website": "https://www.sap.com/uk/acquired-brands/what-is-gigya.html" }, "SAP Upscale Commerce": { + "cats": [ + 6 + ], "description": "SAP Upscale Commerce is a SaaS solution for small-to-medium organizations selling directly to consumers.", "website": "https://www.sapstore.com/solutions/47000/SAP-Upscale-Commerce" }, "SDL Tridion": { + "cats": [ + 1 + ], "html": [ "\u003cimg[^\u003e]+_tcm\\d{2,3}-\\d{6}\\." ], "website": "https://www.sdl.com/products/tridion" }, "SEMrush": { + "cats": [ + 32 + ], "js": [ "semrush" ], + "scriptSrc": [ + "www\\.semrush\\.com" + ], "description": "SEMrush is an all-in-one tool suite for improving online visibility and discovering marketing insights.", "website": "https://www.semrush.com" }, "SEOmatic": { + "cats": [ + 54 + ], "meta": { "generator": [ "^seomatic$" @@ -20917,10 +33542,16 @@ "website": "https://plugins.craftcms.com/seomatic" }, "SEUR": { + "cats": [ + 99 + ], "description": "SEUR is a Spanish shipments and express transport company.", "website": "https://www.seur.com" }, "SHE Media": { + "cats": [ + 36 + ], "js": [ "blogherads.adq", "shemedia" @@ -20929,6 +33560,9 @@ "website": "https://www.shemedia.com" }, "SIDEARM Sports": { + "cats": [ + 1 + ], "js": [ "sidearmcomponents", "sidearmsports" @@ -20940,12 +33574,21 @@ "website": "https://sidearmsports.com/websites" }, "SIMsite": { + "cats": [ + 1 + ], + "scriptSrc": [ + "/sim(?:site|core)/js" + ], "meta": { "sim.medium": [] }, "website": "https://simgroep.nl/internet/portfolio-contentbeheer_41623/" }, "SNO Flex": { + "cats": [ + 80 + ], "js": [ "sno_infographics_ajax_object" ], @@ -20953,6 +33596,9 @@ "website": "https://snosites.com" }, "SOBI 2": { + "cats": [ + 19 + ], "html": [ "(?:\u003c!-- start of sigsiu online business index|\u003cdiv[^\u003e]* class=\"sobi2)" ], @@ -20962,12 +33608,18 @@ "website": "https://www.sigsiu.net/sobi2.html" }, "SPDY": { + "cats": [ + 19 + ], "headers": { "x-firefox-spdy": "\\d\\.\\d" }, "website": "https://chromium.org/spdy" }, "SPIP": { + "cats": [ + 1 + ], "headers": { "composed-by": "spip ([\\d.]+) @\\;version:\\1", "x-spip-cache": "" @@ -20984,6 +33636,9 @@ "website": "https://www.spip.net" }, "SPNEGO": { + "cats": [ + 16 + ], "headers": { "www-authenticate": "^negotiate" }, @@ -20991,6 +33646,9 @@ "website": "https://tools.ietf.org/html/rfc4559" }, "SQL Buddy": { + "cats": [ + 3 + ], "html": [ "(?:\u003ctitle\u003esql buddy\u003c/title\u003e|\u003c[^\u003e]+onclick=\"sidemainclick\\(\"home\\.php)" ], @@ -21001,13 +33659,29 @@ "website": "https://www.sqlbuddy.com" }, "SQLite": { + "cats": [ + 34 + ], "website": "https://www.sqlite.org" }, "STN Video": { + "cats": [ + 36, + 14 + ], + "scripts": [ + "embed\\.sendtonews\\.com/" + ], + "scriptSrc": [ + "embed\\.sendtonews\\.com/" + ], "description": "STN Video is a online video platform that solves digital video for publishers, content creators, and advertisers.", "website": "https://www.stnvideo.com" }, "STUDIO": { + "cats": [ + 51 + ], "meta": { "generator": [ "^studio$" @@ -21024,6 +33698,9 @@ "website": "https://studio.design" }, "SUSE": { + "cats": [ + 28 + ], "headers": { "server": "suse(?:/?\\s?-?([\\d.]+))?\\;version:\\1", "x-powered-by": "suse(?:/?\\s?-?([\\d.]+))?\\;version:\\1" @@ -21032,34 +33709,62 @@ "website": "https://suse.com" }, "SVG Support": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/svg-support/" + ], "description": "SVG Support is a WordPress plugin which allows you to safely upload SVG files to your media library and use them like any other image.", "website": "https://github.com/wp-plugins/svg-support" }, "SWC": { + "cats": [ + 19 + ], "description": "SWC is an extensible Rust-based platform for the next generation of fast developer tools.", "website": "https://swc.rs" }, "SWFObject": { + "cats": [ + 19 + ], "js": [ "swfobject" ], + "scriptSrc": [ + "swfobject.*\\.js" + ], "description": "SWFObject is an open-source JavaScript library used to embed Adobe Flash content onto web pages.", "website": "https://github.com/swfobject/swfobject" }, "SaaSquatch": { + "cats": [ + 94, + 84 + ], "js": [ "saasquatch_tenant_alias", "squatch.ctawidget", "squatchquery" ], + "scriptSrc": [ + "(?:\\.cloudfront\\.net/assets/javascripts/(?:v2/)?|/sas)squatch\\.min\\.js" + ], "description": "SaaSquatch is a cloud-based loyalty, referral and rewards marketing platform.", "website": "https://www.saasquatch.com" }, "Saba.Host": { + "cats": [ + 88 + ], "description": "Saba.Host is a total web-hosting solutions. It provides shared hosting, WordPress hosting, dedicated server, virtual private server (VPS), SSL and more.", "website": "https://saba.host" }, "SabaVision": { + "cats": [ + 36 + ], "js": [ "__sabavision_get_add_timeout", "sabavisionelement", @@ -21073,6 +33778,9 @@ "website": "https://www.sabavision.com" }, "Saber": { + "cats": [ + 57 + ], "html": [ "\u003cdiv [^\u003e]*id=\"_saber\"" ], @@ -21088,6 +33796,9 @@ "website": "https://saber.land/" }, "Sails.js": { + "cats": [ + 18 + ], "cookies": { "sails.sid": "" }, @@ -21100,6 +33811,11 @@ "website": "https://sailsjs.org" }, "Sailthru": { + "cats": [ + 32, + 75, + 76 + ], "cookies": { "sailthru_pageviews": "" }, @@ -21109,6 +33825,9 @@ "sailthrunewsletterregistration", "tracksailthruuser" ], + "scriptSrc": [ + "ak\\.sail-horizon\\.com" + ], "meta": { "sailthru.image.full": [], "sailthru.title": [] @@ -21117,6 +33836,9 @@ "website": "https://www.sailthru.com" }, "Sakai": { + "cats": [ + 21 + ], "cookies": { "sakaiid": "" }, @@ -21129,14 +33851,23 @@ "website": "https://www.sakailms.org" }, "Sakura Internet": { + "cats": [ + 88 + ], "description": "Sakura Internet is a web hosting provider that has been operating for almost 30 years.", "website": "https://www.sakura.ad.jp" }, "SaleCycle": { + "cats": [ + 76 + ], "description": "SaleCycle is a UK based global behavioral marketing firm.", "website": "https://www.salecycle.com" }, "Saleor": { + "cats": [ + 6 + ], "js": [ "___next_data__.runtimeconfig.saleor", "__next_data__.runtimeconfig.saleor" @@ -21148,25 +33879,48 @@ "website": "https://saleor.io" }, "SalesFire": { + "cats": [ + 76, + 29 + ], "js": [ "loadsalesfire" ], + "scriptSrc": [ + "cdn\\.salesfire\\.co\\.uk/" + ], "description": "SalesFire is a SaaS company specialising in conversion rate optimisation, intelligent personalisation and on-site search solutions.", "website": "https://www.salesfire.co.uk" }, "SalesReps.io": { + "cats": [ + 10 + ], + "scriptSrc": [ + "api\\.salesreps\\.io/" + ], "description": "SalesReps.io is a sales representative performance and commission reporting software provider.", "website": "https://salesreps.io" }, "Salesfloor": { + "cats": [ + 5, + 6 + ], "js": [ "nmconfig.salesfloor_env", "salesfloorhost" ], + "scriptSrc": [ + "\\.salesfloor\\.net/" + ], "description": "Salesfloor is a mobile clienteling and virtual selling platform designed for store associates to connect with customers-beyond the store and a mpos platform for frictionless in-store experiences.", "website": "https://salesfloor.net" }, "Salesforce": { + "cats": [ + 53 + ], "cookies": { "com.salesforce": "" }, @@ -21183,14 +33937,24 @@ "website": "https://www.salesforce.com" }, "Salesforce Audience Studio": { + "cats": [ + 86, + 97 + ], "js": [ "krux", "updatekruxcookie" ], + "scriptSrc": [ + "\\.krxd\\.net/" + ], "description": "Salesforce Audience Studio is a customer data marketplace that only other platform users can access.", "website": "https://www.salesforce.com/products/marketing-cloud/data-management" }, "Salesforce Commerce Cloud": { + "cats": [ + 6 + ], "cookies": { "dw_dnt": "", "dwsid": "" @@ -21201,6 +33965,9 @@ "headers": { "server": "demandware ecommerce server" }, + "scriptSrc": [ + "/demandware\\.static/" + ], "implies": [ "Salesforce" ], @@ -21208,18 +33975,34 @@ "website": "https://demandware.com" }, "Salesforce Desk": { + "cats": [ + 53 + ], + "scriptSrc": [ + "^/s/sfsites/aurafw/" + ], "description": "Salesforce Desk(Desk.com) is software as a service (SaaS) tool on the help desk.", "website": "https://www.salesforce.com/solutions/small-business-solutions/help-desk-software/" }, "Salesforce Interaction Studio": { + "cats": [ + 76, + 86 + ], "js": [ "evergage", "evergagehidesections" ], + "scriptSrc": [ + "cdn\\.evgnet\\.com" + ], "description": "Salesforce Interaction Studio (formerly Evergage) is a cloud-based software that allows users to collect, analyze, and respond to user behavior on their websites and web applications in real-time.", "website": "https://www.salesforce.com/products/marketing-cloud/customer-interaction" }, "Salesforce Marketing Cloud Account Engagement": { + "cats": [ + 32 + ], "js": [ "piaid", "picid", @@ -21236,6 +34019,9 @@ "website": "https://www.salesforce.com/products/marketing-cloud/marketing-automation" }, "Salesforce Marketing Cloud Email Studio": { + "cats": [ + 75 + ], "headers": { "content-security-policy": "\\.exacttarget\\.com/" }, @@ -21243,9 +34029,16 @@ "website": "https://www.salesforce.com/products/marketing-cloud/email-marketing" }, "Salesforce Service Cloud": { + "cats": [ + 52, + 53 + ], "js": [ "embedded_svc" ], + "scriptSrc": [ + "service\\.force\\.com" + ], "implies": [ "Salesforce" ], @@ -21253,6 +34046,9 @@ "website": "https://www.salesforce.com/au/products/service-cloud/" }, "Salesloft": { + "cats": [ + 32 + ], "js": [ "slscout", "slscoutobject" @@ -21261,10 +34057,16 @@ "website": "https://salesloft.com" }, "Salesnauts": { + "cats": [ + 6 + ], "description": "Salesnauts is a fashion ecommerce platform.", "website": "https://salesnauts.com" }, "Salla": { + "cats": [ + 6 + ], "js": [ "salla.shop", "sallaapplepay" @@ -21277,14 +34079,23 @@ "website": "https://salla.sa" }, "Salonist": { + "cats": [ + 72 + ], "description": "Salonist is a salon management software.", "website": "https://salonist.io" }, "Salsify": { + "cats": [ + 95 + ], "description": "Salsify is a product experience management platform which connects digital asset management, content syndication, and digital catalog capabilities.", "website": "https://www.salsify.com" }, "Saly": { + "cats": [ + 6 + ], "meta": { "application-name": [ "^saly\\sb2b\\splatform$" @@ -21298,6 +34109,9 @@ "website": "https://saly.pl" }, "Sana Commerce": { + "cats": [ + 6 + ], "js": [ "sana.ui" ], @@ -21305,6 +34119,9 @@ "website": "https://www.sana-commerce.com" }, "Sanity": { + "cats": [ + 1 + ], "headers": { "content-security-policy": "cdn\\.sanity\\.io", "x-sanity-shard": "" @@ -21313,6 +34130,9 @@ "website": "https://www.sanity.io" }, "Sapper": { + "cats": [ + 18 + ], "js": [ "__sapper__" ], @@ -21326,6 +34146,9 @@ "website": "https://sapper.svelte.dev" }, "Sapren": { + "cats": [ + 1 + ], "meta": { "generator": [ "^saprenco.com website builder$" @@ -21340,6 +34163,9 @@ "website": "https://www.sapren.net" }, "Sarka-SPIP": { + "cats": [ + 1 + ], "meta": { "generator": [ "sarka-spip(?:\\s([\\d.]+))?\\;version:\\1" @@ -21351,21 +34177,39 @@ "website": "https://sarka-spip.net" }, "Sass": { + "cats": [ + 27 + ], "description": "Sass is an extension of CSS that enables you to use things like variables, nested rules, inline imports and more.", "website": "https://sass-lang.com" }, "Satori": { + "cats": [ + 32 + ], "js": [ "satoriform" ], + "scriptSrc": [ + "satori\\.segs\\.jp/" + ], "description": "Satori provides marketing automation software.", "website": "https://satori.marketing" }, "Satori Studio Bento": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/bento/" + ], "description": "Satori Studio Bento is a powerful yet user-friendly free WordPress theme intended for use in the broadest range of web projects.", "website": "https://satoristudio.net/bento-free-wordpress-theme" }, "Sazito": { + "cats": [ + 6 + ], "js": [ "sazito" ], @@ -21377,18 +34221,37 @@ "website": "https://sazito.com" }, "Scala": { + "cats": [ + 27 + ], "description": "Scala is a general-purpose programming language providing support for both object-oriented programming and functional programming.", "website": "https://www.scala-lang.org" }, "Scalapay": { + "cats": [ + 41, + 91 + ], + "scriptSrc": [ + "cdn\\.scalapay\\.com" + ], "description": "Scalapay is a payment method for e-commerce merchants in Europe that allows customers to buy now and pay later (BNPL).", "website": "https://www.scalapay.com/" }, "Scalefast": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn-prod\\.scalefast\\.com/(?:.+\\.js\\?version=([\\d\\.]+))?\\;version:\\1" + ], "description": "Scalefast is an outsourced ecommerce solution designed to build and manage global ecommerce for brands, with customer loyalty programs.", "website": "https://www.scalefast.com" }, "ScandiPWA": { + "cats": [ + 108 + ], "implies": [ "Magento\\;version:2", "PWA", @@ -21398,10 +34261,19 @@ "website": "https://scandipwa.com" }, "Schedule Engine": { + "cats": [ + 52 + ], + "scriptSrc": [ + "webchat.scheduleengine.net" + ], "description": "Schedule Engine is a customer support solution built for contractors.", "website": "https://www.scheduleengine.com/" }, "Scientific Linux": { + "cats": [ + 28 + ], "headers": { "server": "scientific linux", "x-powered-by": "scientific linux" @@ -21410,24 +34282,42 @@ "website": "https://scientificlinux.org" }, "Scissor Themes Writee": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/writee(?:-pro)?/" + ], "description": "Writee is an elegant free personal WordPress blog theme and well suited for personal, food, travel, fashion, corporate, or any other amazing blog.", "website": "https://www.scissorthemes.com/themes/writee-free" }, "Scoop.it": { + "cats": [ + 96 + ], "description": "Scoop.it is a content marketing software company based in San Francisco which provide content curation platform.", "website": "https://www.scoop.it" }, "Scorpion": { + "cats": [ + 1 + ], "js": [ "process.userdata" ], "html": [ "\u003c[^\u003e]+id=\"hsscorpion" ], + "scriptSrc": [ + "cdn.cxc.scorpion.direct" + ], "description": "Scorpion is a marketing and technology provider.", "website": "https://www.scorpion.co/" }, "Scrivito": { + "cats": [ + 1 + ], "js": [ "scrivito", "scrivito" @@ -21441,6 +34331,9 @@ "website": "https://www.scrivito.com" }, "ScrollMagic": { + "cats": [ + 59 + ], "js": [ "scrollmagic", "scrollmagic.version" @@ -21453,6 +34346,9 @@ "website": "https://scrollmagic.io" }, "Scully": { + "cats": [ + 57 + ], "js": [ "scullyio" ], @@ -21468,20 +34364,32 @@ "website": "https://scully.io" }, "SeQura": { + "cats": [ + 91 + ], "js": [ "sequra", "sequraconfiguration", "sequraproducts" ], + "scriptSrc": [ + "live\\.sequracdn\\.com/" + ], "description": "SeQura is a FinTech company based in Barcelona, providing digital flexible payment solutions, with a geographical focus on Southern Europe and Latin America.", "website": "https://www.sequra.es" }, "Seal Subscriptions": { + "cats": [ + 100 + ], "js": [ "sealsubs.checkout", "sealsubscriptions_settings_updated", "sealsubsloaded" ], + "scriptSrc": [ + "\\.sealsubscriptions\\.com/" + ], "implies": [ "Shopify" ], @@ -21489,6 +34397,9 @@ "website": "https://www.sealsubscriptions.com" }, "SeamlessCMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "^seamless\\.?cms" @@ -21497,6 +34408,9 @@ "website": "https://www.seamlesscms.com" }, "SearchFit": { + "cats": [ + 6 + ], "js": [ "sfui.checkout" ], @@ -21509,13 +34423,22 @@ "website": "https://www.searchfit.com" }, "Searchanise": { + "cats": [ + 29 + ], "js": [ "searchanise" ], + "scriptSrc": [ + "searchanise(?:-.+\\.kxcdn)?\\.com/" + ], "description": "Searchanise is a complete search and filter solution for ecommerce.", "website": "https://start.searchanise.com" }, "SearchiQ": { + "cats": [ + 29 + ], "js": [ "siq_version", "siqconfig.version" @@ -21524,18 +34447,30 @@ "website": "https://www.searchiq.co" }, "Searchspring": { + "cats": [ + 29 + ], "js": [ "searchspring", "searchspringconf", "searchspringinit" ], + "scriptSrc": [ + "cdn\\.searchspring\\.net" + ], "description": "Searchspring is a site search and merchandising platform designed to help ecommerce.", "website": "https://searchspring.com" }, "Secomapp": { + "cats": [ + 100 + ], "js": [ "secomapp" ], + "scriptSrc": [ + "cdn\\.secomapp\\.com/" + ], "implies": [ "Shopify" ], @@ -21543,10 +34478,16 @@ "website": "https://www.secomapp.com" }, "Sectigo": { + "cats": [ + 70 + ], "description": "Sectigo provides SSL certificate and computer security products.", "website": "https://sectigo.com/" }, "Section.io": { + "cats": [ + 31 + ], "headers": { "section-io-id": "", "section-io-origin-status": "", @@ -21556,6 +34497,10 @@ "website": "https://www.section.io" }, "Sections.design Shopify App Optimization": { + "cats": [ + 92, + 100 + ], "implies": [ "Shopify" ], @@ -21563,44 +34508,88 @@ "website": "https://github.com/mirceapiturca/Sections/tree/master/App%20Optimization" }, "SeedProd Coming Soon": { + "cats": [ + 87, + 51 + ], + "scriptSrc": [ + "/wp-content/plugins/coming-soon/" + ], "description": "SeedProd Coming Soon is a page builder allows you to add a new website under construction page to your WordPress site without hiring a developer.", "website": "https://www.seedprod.com/features/coming-soon-page-templates-for-wordpress" }, "Seers": { + "cats": [ + 67 + ], + "scriptSrc": [ + "seersco.com/script/cb\\.js" + ], "website": "https://www.seersco.com" }, "Segmanta": { + "cats": [ + 73 + ], "js": [ "segmanta__dynamic_embed_config", "segmanta__user_metadata" ], + "scriptSrc": [ + "pge\\.segmanta\\.com/widget_embed_js(?:/widgetembed-v([\\d.]+)\\.min\\.js)?\\;version:\\1" + ], "description": "Segmanta is a mobile-first survey platform designed for product feedback, brand awareness and concept testing research.", "website": "https://segmanta.com" }, "Segment": { + "cats": [ + 97 + ], "js": [ "__segment_inspector__", "analytics.snippet_version", "analytics.version" ], + "scriptSrc": [ + "/segment-wrapper\\.min\\.js", + "cdn\\.segment\\.com/analytics\\.js" + ], "description": "Segment is a customer data platform (CDP) that helps you collect, clean, and control your customer data.", "website": "https://segment.com" }, "Segment Consent Manager ": { + "cats": [ + 67 + ], "js": [ "consentmanager.version" ], + "scriptSrc": [ + "@segment/consent-manager@([\\d.]+)\\;version:\\1" + ], "description": " Segment Consent Manager is a tool that automates the process of requesting consent for data usage, stores data on user privacy preferences, and updates these preferences when users request changes.", "website": "https://segment.com/blog/how-to-build-consent-management-into-your-site-in-less-than-a-week" }, "SegmentStream": { + "cats": [ + 10 + ], "js": [ "segmentstream.version" ], + "scriptSrc": [ + "cdn\\.segmentstream\\.com" + ], "description": "SegmentStream is a AI-powered marketing analytics platform built for data-driven CMOs, web analysts and performance marketing teams.", "website": "https://segmentstream.com" }, "Seko OmniReturns": { + "cats": [ + 102 + ], + "scriptSrc": [ + "//cdn\\.omniparcelreturns\\.com/" + ], "implies": [ "MySQL", "PHP" @@ -21609,9 +34598,15 @@ "website": "https://www.sekologistics.com/us/global-cross-border-returns" }, "Select2": { + "cats": [ + 59 + ], "js": [ "jquery.fn.select2" ], + "scriptSrc": [ + "select2(?:\\.min|\\.full)?\\.js" + ], "implies": [ "jQuery" ], @@ -21619,6 +34614,9 @@ "website": "https://select2.org/" }, "Selectize": { + "cats": [ + 59 + ], "js": [ "selectize", "selectize" @@ -21630,6 +34628,9 @@ "website": "https://selectize.dev" }, "Sellacious": { + "cats": [ + 6 + ], "js": [ "sellaciousviewcartaio" ], @@ -21640,6 +34641,9 @@ "website": "https://www.sellacious.com" }, "Selldone": { + "cats": [ + 6 + ], "js": [ "webpackchunkselldone" ], @@ -21657,10 +34661,19 @@ "website": "https://selldone.com" }, "SellersCommerce": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.sellerscommerce\\.com/" + ], "description": "SellersCommerce is a medium ecommerce software company that provides b2b ecommerce platform to retail companies.", "website": "https://www.sellerscommerce.com" }, "Selless": { + "cats": [ + 6 + ], "js": [ "__next_data__.assetprefix" ], @@ -21668,13 +34681,22 @@ "website": "https://selless.com" }, "Sellfy": { + "cats": [ + 6 + ], "js": [ "_sellfy.version" ], + "scriptSrc": [ + "sellfy\\.com/js/" + ], "description": "Sellfy is an ecommerce platform designed specifically for selling digital products, such as music, illustrations, photos, books or videos in digital files.", "website": "https://sellfy.com" }, "Sellingo": { + "cats": [ + 6 + ], "js": [ "sellingoquantitycalc" ], @@ -21682,58 +34704,122 @@ "website": "https://sellingo.pl" }, "Sellix": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn\\.sellix\\.io/static/js/embed\\.js" + ], "description": "Sellix is an ecommerce payment processor. It accepts PayPal, PerfectMoney and popular cryptocurrencies.", "website": "https://sellix.io/" }, "Sellsy": { + "cats": [ + 53 + ], "js": [ "sellsysnippet" ], + "scriptSrc": [ + "\\.sellsy\\.com/" + ], "description": "Sellsy is a cloud-based sales management solution for small to midsize businesses", "website": "https://go.sellsy.com" }, "Selly": { + "cats": [ + 6 + ], + "scriptSrc": [ + "embed\\.selly\\.(?:gg|io)" + ], "description": "Selly is an ecommerce platform for selling digital goods.", "website": "https://selly.io/" }, "Semantic UI": { + "cats": [ + 66 + ], "html": [ "\u003clink[^\u003e]+semantic(?:\\.min)\\.css\"" ], + "scriptSrc": [ + "/semantic(?:-([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1" + ], "description": "Semantic UI is a front-end development framework, powered by LESS and jQuery.", "website": "https://semantic-ui.com/" }, "Sematext Experience": { + "cats": [ + 78 + ], + "scriptSrc": [ + "\\.sematext\\.com/experience\\.js" + ], "description": "Sematext Experience for Real User Monitoring Analyze data collected from real-user sessions, detect anomalies, send alerts in real-time, and enhance overall customer digital experience.", "website": "https://sematext.com/experience" }, "Semplice": { + "cats": [ + 80, + 51 + ], "js": [ "semplice.template_dir" ], + "scriptSrc": [ + "/wp-content/themes/semplice(?:\\d+)?(?:-child)?(?:-theme)?/" + ], "description": "Semplice is a Wordpress-based website builder made by designers for designers.", "website": "https://www.semplice.com" }, "Sencha Touch": { + "cats": [ + 12, + 26 + ], + "scriptSrc": [ + "sencha-touch.*\\.js" + ], "description": "Sencha Touch is a user interface (UI) JavaScript library, or web framework, specifically built for the Mobile Web.", "website": "https://www.sencha.com/products/touch" }, "SendPulse": { + "cats": [ + 32, + 75 + ], + "scriptSrc": [ + "\\.sendpulse\\.com/" + ], "description": "SendPulse is an email marketing platform with additional channels: SMS, web push notifications, Facebook and WhatsApp chatbots.", "website": "https://sendpulse.com" }, "Sendgrid": { + "cats": [ + 75 + ], "description": "SendGrid is a cloud-based email delivery platform for transactional and marketing emails.", "website": "https://sendgrid.com/" }, "Sendinblue": { + "cats": [ + 32, + 75 + ], "js": [ "sendinblue" ], + "scriptSrc": [ + "sib(?:automation|forms)\\.com/" + ], "description": "Sendinblue is an email marketing solution for small and medium-sized businesses that want to send and automate email marketing campaigns.", "website": "https://www.sendinblue.com" }, "Sensors Data": { + "cats": [ + 10 + ], "cookies": { "sensorsdata2015jssdkcross": "", "sensorsdata2015session": "" @@ -21742,9 +34828,15 @@ "sa.lib_version", "sensorsdata_app_js_bridge_call_js" ], + "scriptSrc": [ + "sensorsdata" + ], "website": "https://www.sensorsdata.cn" }, "Sentry": { + "cats": [ + 13 + ], "js": [ "__sentry__", "raven.config", @@ -21756,10 +34848,17 @@ "\u003cscript[^\u003e]*\u003e\\s*raven\\.config\\('[^']*', \\{\\s+release: '([0-9\\.]+)'\\;version:\\1", "\u003cscript[^\u003e]*src=\"[^\"]*browser\\.sentry\\-cdn\\.com/([0-9.]+)/bundle(?:\\.tracing)?(?:\\.min)?\\.js\\;version:\\1" ], + "scriptSrc": [ + "browser\\.sentry\\-cdn\\.com/([0-9.]+)/bundle(?:\\.tracing)?(?:\\.min)?\\.js\\;version:\\1" + ], "description": "Sentry is an open-source platform for workflow productivity, aggregating errors from across the stack in real time.", "website": "https://sentry.io/" }, "Seravo": { + "cats": [ + 62, + 88 + ], "headers": { "x-powered-by": "^seravo" }, @@ -21769,6 +34868,10 @@ "website": "https://seravo.com" }, "Serendipity": { + "cats": [ + 1, + 11 + ], "meta": { "generator": [ "serendipity(?: v\\.([\\d.]+))?\\;version:\\1" @@ -21783,13 +34886,23 @@ "website": "https://s9y.org" }, "Service Management Group": { + "cats": [ + 73 + ], "js": [ "smgetrackparams" ], + "scriptSrc": [ + "\\.smg\\.com/" + ], "description": "Service Management Group offers customer experience measurement, employee engagement, social monitoring, publishing, and brand research services.", "website": "https://www.smg.com" }, "Service Provider Pro": { + "cats": [ + 41, + 53 + ], "cookies": { "spp_csrf": "\\;confidence:25", "spp_orderform": "", @@ -21798,6 +34911,10 @@ "js": [ "spporderform" ], + "scriptSrc": [ + "\\.spp\\.io/js/", + "js/spp_clients\\.js\\;confidence:50" + ], "meta": { "server": [ "app.spp.co" @@ -21807,29 +34924,54 @@ "website": "https://spp.co" }, "ServiceNow": { + "cats": [ + 19 + ], "description": "ServiceNow is a cloud computing platform to help companies manage digital workflows for enterprise operations.", "website": "https://www.servicenow.com" }, "Setmore": { + "cats": [ + 5, + 72 + ], "js": [ "setmorepopup" ], + "scriptSrc": [ + "/setmore-appointments/script/", + "my\\.setmore\\.\\w+/" + ], "description": "Setmore is a cloud-based appointment scheduling solution.", "website": "https://www.setmore.com" }, "SevenRooms": { + "cats": [ + 5, + 72 + ], "js": [ "sevenroomswidget" ], + "scriptSrc": [ + "sevenrooms\\.\\w+/widget/embed\\.js" + ], "description": "SevenRooms is an fully-integrated reservation, seating and restaurant management system.", "website": "https://sevenrooms.com" }, "Sezzle": { + "cats": [ + 41, + 91 + ], "js": [ "awesomesezzle", "rendersezzleiframe", "sezzle_footer_images" ], + "scriptSrc": [ + "widget\\.sezzle\\.(?:in|com)" + ], "meta": { "sezzle_cid": [] }, @@ -21837,6 +34979,9 @@ "website": "https://sezzle.com/" }, "Shaka Player": { + "cats": [ + 14 + ], "js": [ "shaka.player.version" ], @@ -21844,27 +34989,50 @@ "website": "https://github.com/shaka-project/shaka-player" }, "Shanon": { + "cats": [ + 32 + ], + "scriptSrc": [ + "\\.shanon-services\\.com" + ], "description": "Shanon provides marketing automation software.", "website": "https://www.shanon.co.jp" }, "Shapecss": { + "cats": [ + 66 + ], "js": [ "shapecss" ], "html": [ "\u003clink[^\u003e]* href=\"[^\"]*shapecss(?:\\.min)?\\.css" ], + "scriptSrc": [ + "/([\\d.]+)/shapecss(?:\\.min)?\\.js\\;version:\\1", + "shapecss.*\\.js", + "shapecss[-.]([\\d.]*\\d)[^/]*\\.js\\;version:\\1" + ], "website": "https://shapecss.com" }, "ShareThis": { + "cats": [ + 5 + ], "js": [ "__sharethis__docready", "sharethis" ], + "scriptSrc": [ + "\\.sharethis\\.com/" + ], "description": "ShareThis provides free engagement and growth tools (e.g., share buttons, follow buttons, and reaction buttons) for site owners.", "website": "https://sharethis.com" }, "Shareaholic": { + "cats": [ + 5 + ], "js": [ "shareaholic" ], @@ -21872,28 +35040,55 @@ "website": "https://www.shareaholic.com/" }, "Sharethrough": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.sharethrough\\.com/" + ], "description": "Sharethrough is a software company that powers in-feed advertising for brands and publishers.", "website": "https://www.sharethrough.com" }, "Sharetribe": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.sharetribe\\.com/" + ], "description": "Sharetribe is cloud-based platform for small to medium businesses, which helps businesses to create and manage custom online marketplaces.", "website": "https://www.sharetribe.com" }, "SharpSpring": { + "cats": [ + 32 + ], "js": [ "sharpspring_tracking_installed" ], + "scriptSrc": [ + "\\.marketingautomation\\.services.+(?:ver=)([\\d.]+)\\;version:\\1" + ], "description": "SharpSpring is a cloud-based marketing tool that offers customer relationship management, marketing automation, mobile and social marketing, sales team automation, customer service and more, all within one solution.", "website": "https://sharpspring.com" }, "SharpSpring Ads": { + "cats": [ + 77 + ], "js": [ "_pa" ], + "scriptSrc": [ + "\\.perfectaudience\\.com" + ], "description": "SharpSpring Ads is an all-in-one retargeting platform.", "website": "https://sharpspring.com/ads" }, "SheerID": { + "cats": [ + 19 + ], "js": [ "sheerid", "sheerid" @@ -21902,10 +35097,16 @@ "content-security-policy": "\\.sheerid\\.com", "content-security-policy-report-only": "\\.sheerid\\.com" }, + "scripts": [ + "\"sheeridendpoint\":" + ], "description": "SheerID is a highly specialised solution offering online verification support for retailers, marketers and service providers.", "website": "https://www.sheerid.com/" }, "Shelf": { + "cats": [ + 33 + ], "headers": { "server": "dart:io with shelf", "x-powered-by": "dart with package:shelf" @@ -21917,6 +35118,9 @@ "website": "https://pub.dev/packages/shelf" }, "ShellInABox": { + "cats": [ + 46 + ], "js": [ "shellinabox" ], @@ -21928,6 +35132,10 @@ "website": "https://shellinabox.com" }, "Shift4Shop": { + "cats": [ + 1, + 6 + ], "cookies": { "3dvisit": "" }, @@ -21937,29 +35145,50 @@ "headers": { "x-powered-by": "3dcart" }, + "scriptSrc": [ + "(?:twlh(?:track)?\\.asp|3d_upsell\\.js)" + ], "description": "Shift4Shop, formerly known as 3Dcart, is an ecommerce software provider for online businesses.", "website": "https://www.shift4shop.com" }, "Shiny": { + "cats": [ + 18 + ], "js": [ "shiny.addcustommessagehandler" ], "website": "https://shiny.rstudio.com" }, "ShinyStat": { + "cats": [ + 10 + ], "js": [ "sssdk" ], "html": [ "\u003cimg[^\u003e]*\\s+src=['\"]?https?://www\\.shinystat\\.com/cgi-bin/shinystat\\.cgi\\?[^'\"\\s\u003e]*['\"\\s/\u003e]" ], + "scriptSrc": [ + "^https?://codice(?:business|ssl|pro|isp)?\\.shinystat\\.com/cgi-bin/getcod\\.cgi" + ], "website": "https://shinystat.com" }, "ShipStation": { + "cats": [ + 99 + ], "description": "ShipStation is a web-based shipping software designed to help ecommerce businesses streamline their shipping processes. It allows businesses to import, manage, and ship their orders from multiple sales channels, including marketplaces, shopping carts, and ecommerce platforms.", "website": "https://www.shipstation.com" }, "ShipTection": { + "cats": [ + 100 + ], + "scriptSrc": [ + "app\\.shiptection\\.com/" + ], "implies": [ "Shopify" ], @@ -21967,6 +35196,9 @@ "website": "https://wamapps.io/pages/shiptection-protection" }, "ShippyPro": { + "cats": [ + 102 + ], "js": [ "shippyproreturnform" ], @@ -21974,14 +35206,26 @@ "website": "https://www.shippypro.com" }, "Shoefitr.io": { + "cats": [ + 76 + ], "description": "Shoefitr.io is data-based shoe size advice service where we measure the length, width, ball, and instep.", "website": "https://www.shoefitr.io" }, "Shogun Frontend": { + "cats": [ + 108 + ], "description": "Shogun Frontend is an all-in-one ecommerce frontend platform. Shogun Frontend pairs with leading backends: Shopify, BigCommerce, Magento (Adobe Commerce), and more.", "website": "https://getshogun.com/frontend" }, "Shogun Landing Page Builder": { + "cats": [ + 100 + ], + "scriptSrc": [ + "\\.getshogun\\.com/.+\\.myshopify\\.com" + ], "implies": [ "Shogun Page Builder" ], @@ -21989,6 +35233,9 @@ "website": "https://apps.shopify.com/shogun" }, "Shogun Page Builder": { + "cats": [ + 51 + ], "js": [ "shogunanalytics" ], @@ -21996,13 +35243,22 @@ "website": "https://getshogun.com/page-builder" }, "Shop Pay": { + "cats": [ + 41 + ], "js": [ "shopifypay.apihost" ], + "scriptSrc": [ + "cdn\\.shopify\\.com/shopifycloud/shopify_pay/" + ], "description": "Shop Pay is an accelerated checkout that lets customers save their email address, credit card, and shipping and billing information so they can complete their transaction faster the next time they are directed to the Shopify checkout.", "website": "https://shop.app" }, "Shop Pay Installments": { + "cats": [ + 91 + ], "implies": [ "Affirm", "Shop Pay" @@ -22011,6 +35267,10 @@ "website": "https://shoppay.affirm.com" }, "ShopBase": { + "cats": [ + 6, + 106 + ], "js": [ "sbsdk.checkout.setenableabtestcustomer" ], @@ -22021,6 +35281,9 @@ "website": "https://www.shopbase.com" }, "ShopGold": { + "cats": [ + 6 + ], "cookies": { "egold": "^\\w+$", "popup_shopgold": "", @@ -22030,6 +35293,9 @@ "website": "https://www.shopgold.pl" }, "ShopPad Infinite Options": { + "cats": [ + 100 + ], "js": [ "shoppad.apps.infiniteoptions" ], @@ -22040,10 +35306,19 @@ "website": "https://apps.shopify.com/custom-options" }, "ShopWired": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.amazonaws\\.com/shopwired-theme-assets/" + ], "description": "ShopWired is a UK based, fully hosted ecommerce platform that is focused on the UK market.", "website": "https://www.shopwired.co.uk" }, "Shopaholic": { + "cats": [ + 6 + ], "cookies": { "shopaholic_cart_id": "" }, @@ -22054,10 +35329,16 @@ "website": "https://shopaholic.one" }, "Shopapps": { + "cats": [ + 100 + ], "js": [ "istockurl", "iwishurl" ], + "scriptSrc": [ + "cdn\\.myshopapps\\.com/" + ], "implies": [ "Shopify" ], @@ -22065,6 +35346,9 @@ "website": "https://www.shopapps.in" }, "Shopatron": { + "cats": [ + 6 + ], "js": [ "shpturl" ], @@ -22072,6 +35356,9 @@ "\u003cbody class=\"shopatron", "\u003cimg[^\u003e]+mediacdn\\.shopatron\\.com\\;confidence:50" ], + "scriptSrc": [ + "mediacdn\\.shopatron\\.com" + ], "meta": { "keywords": [ "shopatron" @@ -22080,18 +35367,27 @@ "website": "https://ecommerce.shopatron.com" }, "Shopcada": { + "cats": [ + 6 + ], "js": [ "shopcada" ], "website": "https://shopcada.com" }, "Shoper": { + "cats": [ + 6 + ], "js": [ "shoper" ], "website": "https://www.shoper.pl" }, "Shopery": { + "cats": [ + 6 + ], "headers": { "x-shopery": "" }, @@ -22103,6 +35399,9 @@ "website": "https://shopery.com" }, "Shopfa": { + "cats": [ + 6 + ], "js": [ "shopfa" ], @@ -22117,6 +35416,9 @@ "website": "https://shopfa.com" }, "ShopiMind": { + "cats": [ + 32 + ], "js": [ "_spmq.id_cart", "_spmq.spm_ident" @@ -22125,6 +35427,9 @@ "website": "https://www.shopimind.com" }, "Shopify": { + "cats": [ + 6 + ], "cookies": { "_shopify_s": "", "_shopify_y": "" @@ -22139,6 +35444,13 @@ "x-shopid": "\\;confidence:50", "x-shopify-stage": "" }, + "scripts": [ + "shopifytag" + ], + "scriptSrc": [ + "cdn\\.shopify\\.com", + "sdks\\.shopifycdn\\.com" + ], "meta": { "shopify-checkout-api-token": [], "shopify-digital-wallet": [] @@ -22147,13 +35459,26 @@ "website": "https://shopify.com" }, "Shopify Buy Button": { + "cats": [ + 100 + ], "js": [ "shopifybuy" ], + "scriptSrc": [ + "sdk\\. shopifycdn\\.com/buy-button/latest/" + ], "description": "Shopify Buy Button is an app from Shopify which allows merchant to embed buy functionality for any product or collection into another website or blog.", "website": "https://apps.shopify.com/buy-button" }, "Shopify Chat": { + "cats": [ + 52, + 100 + ], + "scriptSrc": [ + "cdn\\.shopify\\.com/shopifycloud/shopify_chat/" + ], "implies": [ "Shopify" ], @@ -22161,6 +35486,13 @@ "website": "https://www.shopify.com/inbox" }, "Shopify Consent Management": { + "cats": [ + 67, + 100 + ], + "scriptSrc": [ + "cookie_consent_shopify\\.js" + ], "implies": [ "Shopify" ], @@ -22168,6 +35500,13 @@ "website": "https://apps.shopify.com/customer-privacy-banner" }, "Shopify Geolocation App": { + "cats": [ + 100, + 79 + ], + "scriptSrc": [ + "geolocation-recommendations\\.shopifycloud\\.com/" + ], "implies": [ "Shopify" ], @@ -22175,9 +35514,16 @@ "website": "https://apps.shopify.com/geolocation" }, "Shopify Product Reviews": { + "cats": [ + 90, + 100 + ], "js": [ "spr" ], + "scriptSrc": [ + "productreviews\\.shopifycdn\\.com" + ], "implies": [ "Shopify" ], @@ -22185,10 +35531,16 @@ "website": "https://apps.shopify.com/product-reviews" }, "Shopistry": { + "cats": [ + 1 + ], "description": "Shopistry is a data-driven, headless customer management system.", "website": "https://www.shopistry.com/" }, "Shoplazza": { + "cats": [ + 6 + ], "cookies": { "shoplazza_source": "" }, @@ -22200,6 +35552,9 @@ "website": "https://www.shoplazza.com" }, "Shopline": { + "cats": [ + 6 + ], "js": [ "shopline", "shoplytics" @@ -22208,13 +35563,22 @@ "website": "https://shoplineapp.com/" }, "Shoplo": { + "cats": [ + 6 + ], "js": [ "shoploajax" ], + "scriptSrc": [ + "cdn\\.shoplo\\.\\w+/" + ], "description": "Shoplo is an all-in-one ecommerce platform.", "website": "https://www.shoplo.com" }, "Shopmatic": { + "cats": [ + 6 + ], "meta": { "shopmatic-facebook-pixels-id": [] }, @@ -22222,6 +35586,9 @@ "website": "https://goshopmatic.com" }, "Shoporama": { + "cats": [ + 6 + ], "meta": { "generator": [ "shoporama" @@ -22230,10 +35597,16 @@ "website": "https://www.shoporama.dk" }, "Shoppiko": { + "cats": [ + 6 + ], "description": "Shoppiko is an ecommerce platform solution in India, which provides ecommerce website or ecommerce mobile application.", "website": "https://shoppiko.com" }, "ShoppingFeeder": { + "cats": [ + 19 + ], "js": [ "sfdrorderdata", "sfdruniqid" @@ -22242,13 +35615,22 @@ "website": "https://sfdr.co" }, "ShoppingGives": { + "cats": [ + 5 + ], "js": [ "sgobservables.getcharities" ], + "scriptSrc": [ + "cdn\\.shoppinggives\\.com/" + ], "description": "ShoppingGives is a B2B social ecommerce platform that allows companies of all sizes to make charitable donations through their customers' purchases.", "website": "https://shoppinggives.com" }, "Shoppub": { + "cats": [ + 6 + ], "js": [ "shoppub.store" ], @@ -22261,34 +35643,59 @@ "website": "https://www.shoppub.com.br" }, "Shoppy": { + "cats": [ + 6 + ], "js": [ "shoppy" ], + "scriptSrc": [ + "\\.shoppy\\.gg" + ], "description": "Shoppy is an all-in-one payment processing and ecommerce solution.", "website": "https://shoppy.gg" }, "Shoprenter": { + "cats": [ + 6 + ], "js": [ "shoprenter.customer" ], + "scriptSrc": [ + "\\.cdn\\.shoprenter\\.hu/" + ], "description": "Shoprenter offers a platform for building and running an ecommerce store.", "website": "https://www.shoprenter.hu" }, "Shoprunner": { + "cats": [ + 107, + 102 + ], "js": [ "_shoprunner_com", "_shoprunner_com.version" ], + "scriptSrc": [ + "/shoprunner/shoprunner_init\\.js" + ], "description": "ShopRunner is a service offering consumers free two-day shipping and returns on online orders placed with certain retailers.", "website": "https://www.shoprunner.com" }, "Shoptet": { + "cats": [ + 6 + ], "js": [ "shoptet" ], "html": [ "\u003clink [^\u003e]*href=\"https?://cdn\\.myshoptet\\.com/" ], + "scriptSrc": [ + "^https?://cdn\\.myshoptet\\.com/" + ], "meta": { "web_author": [ "^shoptet" @@ -22301,6 +35708,9 @@ "website": "https://www.shoptet.cz" }, "Shopware": { + "cats": [ + 6 + ], "js": [ "shopstudiogoogletagmanagercloudgtagcallback" ], @@ -22313,6 +35723,11 @@ "html": [ "\u003ctitle\u003eshopware ([\\d\\.]+) [^\u003c]+\\;version:\\1" ], + "scriptSrc": [ + "(?:(shopware)|/web/cache/[0-9]{10}_.+)\\.js\\;version:\\1?4:5", + "/engine/shopware/", + "/jquery\\.shopware\\.min\\.js" + ], "meta": { "application-name": [ "shopware" @@ -22328,6 +35743,10 @@ "website": "https://www.shopware.com" }, "ShortPixel Image Optimizer": { + "cats": [ + 87, + 92 + ], "js": [ "sppictest" ], @@ -22335,10 +35754,22 @@ "website": "https://shortpixel.com" }, "Shortcodes Ultimate": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/shortcodes-ultimate/.+index\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Shortcodes Ultimate is a comprehensive collection of visual components for WordPress.", "website": "https://getshortcodes.com" }, "Shortly": { + "cats": [ + 100 + ], + "scriptSrc": [ + "//shortly\\.shop/" + ], "implies": [ "Shopify" ], @@ -22346,20 +35777,38 @@ "website": "https://apps.shopify.com/shortly" }, "ShoutOut": { + "cats": [ + 71 + ], + "scriptSrc": [ + "\\.shoutout\\.global/" + ], "description": "ShoutOut is a multi-level marketing SaaS solution that allows tracking of affiliates.", "website": "https://www.shoutout.global" }, "Showit": { + "cats": [ + 51 + ], "js": [ "showit.default.siteid" ], + "scriptSrc": [ + "lib\\.showit\\.co/engine/([\\d\\.]+)/\\;version:\\1" + ], "description": "Showit is a drag-and-drop, no-code website builder for photographers and creative professionals.", "website": "https://showit.co" }, "Shuttle": { + "cats": [ + 1 + ], "js": [ "shuttle.frontapp" ], + "scriptSrc": [ + "shuttle(?:-assets-new|-storage)\\.s3\\.amazonaws\\.com" + ], "implies": [ "Amazon Web Services", "Laravel", @@ -22369,28 +35818,53 @@ "website": "https://www.devisto.com" }, "Sift": { + "cats": [ + 10, + 16 + ], "js": [ "__siftflashcb", "_sift" ], + "scriptSrc": [ + "cdn\\.sift(?:science)?\\.com/s\\.js" + ], "description": "Sift is a CA-based fraud prevention company.", "website": "https://sift.com/" }, "Signal": { + "cats": [ + 32, + 42 + ], "js": [ "signaldata" ], + "scriptSrc": [ + "//s\\.btstatic\\.com/tag\\.js", + "//s\\.thebrighttag\\.com/iframe\\?" + ], "description": "Signal is a cross-platform encrypted messaging service.", "website": "https://www.signal.co/" }, "Signifyd": { + "cats": [ + 10, + 16 + ], "js": [ "signifyd_global" ], + "scriptSrc": [ + "\\.signifyd\\.com" + ], "description": "Signifyd is a provider of an enterprise-grade fraud technology solution for ecommerce stores.", "website": "https://www.signifyd.com" }, "Silverstripe": { + "cats": [ + 1 + ], "html": [ "powered by \u003ca href=\"[^\u003e]+silverstripe" ], @@ -22406,19 +35880,32 @@ "website": "https://www.silverstripe.org/" }, "Simbel": { + "cats": [ + 6 + ], "headers": { "powered": "simbel" }, "website": "https://simbel.com.ar/" }, "Simon": { + "cats": [ + 97 + ], "js": [ "simondata" ], + "scriptSrc": [ + "static\\.simonsignal\\.com" + ], "description": "Simon is a customer data platform (CDP) that helps you collect, clean, and control your customer data.", "website": "https://www.simondata.com/" }, "Simpl": { + "cats": [ + 41, + 91 + ], "js": [ "simplsettings" ], @@ -22426,13 +35913,24 @@ "website": "https://getsimpl.com" }, "Simple Analytics": { + "cats": [ + 10 + ], "js": [ "sa_event" ], + "scriptSrc": [ + "simpleanalytics\\.com", + "simpleanalytics\\.io", + "simpleanalyticscdn\\.com" + ], "description": "Simple Analytics is a privacy-friendly Google Analytics alternative.", "website": "https://simpleanalytics.com" }, "Simple Machines Forum": { + "cats": [ + 2 + ], "js": [ "smf_avatarresize", "smf_default_theme_url", @@ -22445,12 +35943,18 @@ "website": "https://www.simplemachines.org" }, "SimpleHTTP": { + "cats": [ + 22 + ], "headers": { "server": "simplehttp(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://example.com" }, "SimpleSAMLphp": { + "cats": [ + 69 + ], "cookies": { "simplesaml": "", "simplesamlsessionid": "" @@ -22462,13 +35966,22 @@ "website": "https://simplesamlphp.org" }, "Simplero": { + "cats": [ + 32 + ], "js": [ "simplero" ], + "scriptSrc": [ + "\\.simplero\\.com/" + ], "description": "Simplero is an all-in-one marketing software.", "website": "https://simplero.com" }, "Simplero Websites": { + "cats": [ + 21 + ], "cookies": { "_simplero_session_id": "" }, @@ -22479,10 +35992,22 @@ "website": "https://simplero.com/websites" }, "Simpli.fi": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.simpli\\.fi" + ], "description": "Simpli.fi is a programmatic advertising and agency management software.", "website": "https://simpli.fi/" }, "Simplio Upsells": { + "cats": [ + 100 + ], + "scriptSrc": [ + "//upsell\\.simplio\\.app/" + ], "implies": [ "Shopify" ], @@ -22490,16 +36015,28 @@ "website": "https://apps.shopify.com/simple-promotions-and-upsells" }, "Simplo7": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn\\.simplo7\\.\\w+/" + ], "description": "Simplo7 is an all-in-one ecommerce product.", "website": "https://www.simplo7.com.br" }, "Simplébo": { + "cats": [ + 1 + ], "headers": { "x-servedby": "simplebo" }, "website": "https://www.simplebo.fr" }, "Simvoly": { + "cats": [ + 51 + ], "js": [ "simvoly" ], @@ -22507,33 +36044,64 @@ "website": "https://simvoly.com" }, "Sinatra": { + "cats": [ + 80 + ], "js": [ "sinatra_vars.nonce", "sinatraslideup" ], + "scriptSrc": [ + "/wp-content/themes/sinatra/.+sinatra\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Sinatra is a lightweight and highly customizable multi-purpose WordPress theme.", "website": "https://try.sinatrawp.com" }, "Sirclo": { + "cats": [ + 6 + ], "headers": { "x-powered-by": "sirclo" }, + "scriptSrc": [ + "template\\.sirclocdn\\.com/" + ], "description": "Sirclo offers online business solutions.", "website": "https://sirclo.com/" }, "Sirdata": { + "cats": [ + 97, + 67, + 86 + ], "js": [ "sddan.cmp", "sddan.cmploaded" ], + "scriptSrc": [ + "(?:choices|cache)\\.consentframework\\.com/", + "js\\.sddan\\.com/" + ], "description": "Sirdata is a self-service, third party data-collecting platform that specialises in the collection of behavioural data, predictive targeting and selling of audience segments.", "website": "https://www.sirdata.com" }, "Sirge": { + "cats": [ + 10, + 100 + ], + "scriptSrc": [ + "cdn\\.app\\.sirge\\.com/" + ], "description": "Sirge is an analytics platform that tracks website visits, customer behavior, and provides insights to optimise return on ad spend (ROAS) and conversions.", "website": "https://www.sirge.com" }, "Sirvoy": { + "cats": [ + 72 + ], "js": [ "sirvoybookingwidget" ], @@ -22541,6 +36109,10 @@ "website": "https://sirvoy.com" }, "Site Kit": { + "cats": [ + 10, + 87 + ], "meta": { "generator": [ "^site kit by google ?([\\d.]+)?\\;version:\\1" @@ -22550,9 +36122,18 @@ "website": "https://sitekit.withgoogle.com/" }, "Site Meter": { + "cats": [ + 10 + ], + "scriptSrc": [ + "sitemeter\\.com/js/counter\\.js\\?site=" + ], "website": "https://www.sitemeter.com" }, "Site Search 360": { + "cats": [ + 29 + ], "js": [ "ss360config" ], @@ -22560,16 +36141,25 @@ "website": "https://www.sitesearch360.com/" }, "Site24x7": { + "cats": [ + 78 + ], "js": [ "s247rum", "s247rumqueueimpl", "site24x7rum", "site24x7rumerror" ], + "scriptSrc": [ + "\\.site24x7rum\\.com" + ], "description": "Site24x7 is a cloud-based website and server monitoring platform.", "website": "https://www.site24x7.com" }, "SiteEdit": { + "cats": [ + 1 + ], "meta": { "generator": [ "siteedit" @@ -22578,6 +36168,10 @@ "website": "https://www.siteedit.ru" }, "SiteGround": { + "cats": [ + 62, + 88 + ], "headers": { "host-header": "192fc2e7e50945beb8231a492d6a8024|b7440e60b07ee7b8044761568fab26e8|624d5be7be38418a3e2a818cc8b7029b|6b7412fb82ca5edfd0917e3957f05d89" }, @@ -22585,38 +36179,83 @@ "website": "https://www.siteground.com" }, "SiteGuard WP Plugin": { + "cats": [ + 87, + 16 + ], "description": "SiteGurad WP Plugin is the plugin specialised for the protection against the attack to the management page and login.", "website": "https://www.jp-secure.com/siteguard_wp_plugin_en" }, "SiteJabber": { + "cats": [ + 90 + ], + "scriptSrc": [ + "biz\\.sitejabber\\.com" + ], "description": "Sitejabber is the leading destination for customer ratings and reviews of businesses. Consumers find ratings and read reviews to ensure they buy from the best companies.", "website": "https://www.sitejabber.com/" }, "SiteManager": { + "cats": [ + 1 + ], "js": [ "sm_cookiesmodal", "sm_modal" ], + "scriptSrc": [ + "s\\d+\\.sitemn\\.gr/" + ], "description": "SiteManager is a collaborative no-code/low-code web design platform for agencies and marketing teams.", "website": "https://www.sitemanager.io" }, "SiteMinder": { + "cats": [ + 5, + 72 + ], + "scriptSrc": [ + "widget\\.siteminder\\.com" + ], "description": "SiteMinder is a appointment booking solution designed for hotels.", "website": "https://www.siteminder.com" }, "SiteOrigin Page Builder": { + "cats": [ + 87, + 51 + ], + "scriptSrc": [ + "/wp-content/plugins/siteorigin-panels/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Page Builder by SiteOrigin makes it easy to build responsive grid-based page content that adapts to mobile devices with pixel perfect accuracy.", "website": "https://siteorigin.com/page-builder" }, "SiteOrigin Vantage": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/vantage/" + ], "description": "SiteOrigin Vantage is a response, multi-purpose theme carefully developed with seamless integration into an array of amazing third-party plugins.", "website": "https://siteorigin.com/theme/vantage" }, "SiteOrigin Widgets Bundle": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/so-widgets-bundle/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "SiteOrigin Widgets Bundle is a WordPress plugin that gives you all the elements you need to build modern, responsive, and engaging website pages.", "website": "https://siteorigin.com/widgets-bundle" }, "SitePad": { + "cats": [ + 57 + ], "meta": { "generator": [ "^sitepad(?:\\s([\\d\\.]+))?$\\;version:\\1" @@ -22629,24 +36268,42 @@ "website": "https://sitepad.com" }, "SiteSpect": { + "cats": [ + 74 + ], "js": [ "ss_dom_var" ], + "scriptSrc": [ + "/__ssobj/core\\.js" + ], "description": "SiteSpect is the A/B testing and optimisation solution.", "website": "https://www.sitespect.com" }, "SiteVibes": { + "cats": [ + 10 + ], "js": [ "sitevibesmanager" ], + "scriptSrc": [ + "app\\.sitevibes\\.com/" + ], "description": "SiteVibes is a cloud-based user generated content and visual marketing platform.", "website": "https://sitevibes.com" }, "SiteW": { + "cats": [ + 51 + ], "description": "SiteW is a French-based company that offers a website building service.", "website": "https://www.en.sitew.com" }, "Sitecore": { + "cats": [ + 1 + ], "cookies": { "sc_analytics_global_cookie": "", "sc_expview": "", @@ -22663,6 +36320,12 @@ "website": "https://www.sitecore.com/" }, "Sitecore Engagement Cloud": { + "cats": [ + 97 + ], + "scriptSrc": [ + "/sitecore-engage-v\\.([\\d\\.]+)\\.min\\.js\\;version:\\1" + ], "implies": [ "Sitecore" ], @@ -22670,6 +36333,9 @@ "website": "https://www.sitecore.com/products/engagement-cloud" }, "Sitecore Experience Edge": { + "cats": [ + 23 + ], "implies": [ "GraphQL", "Sitecore Experience Platform" @@ -22678,10 +36344,20 @@ "website": "https://doc.sitecore.com/xp/en/developers/101/developer-tools/experience-edge-for-xm-apis.html" }, "Sitecore Experience Platform": { + "cats": [ + 1 + ], "description": "Sitecore Experience Platform is a digital platform used by businesses to create, manage, and deliver personalised content and experiences to users across different channels.", "website": "https://www.sitecore.com/products/sitecore-experience-platform" }, "Siteglide": { + "cats": [ + 1, + 53 + ], + "scriptSrc": [ + "siteglide\\.js" + ], "implies": [ "PlatformOS" ], @@ -22689,13 +36365,22 @@ "website": "https://www.siteglide.com" }, "Siteimprove": { + "cats": [ + 10 + ], "js": [ "_sz.analytics.heatmap" ], + "scriptSrc": [ + "(?:\\.|//)siteimprove(?:analytics)?\\.com/js/siteanalyze" + ], "description": "Siteimprove is a digital analytics and content QA platform.", "website": "https://www.siteimprove.com" }, "Sitepark IES": { + "cats": [ + 1 + ], "meta": { "generator": [ "^sitepark\\sinformation\\senterprise\\sserver\\s-\\sies\\sgenerator\\sv([\\d\\.]+)$\\;version:\\1" @@ -22709,6 +36394,9 @@ "website": "https://www.sitepark.com/oeffentlicher-sektor/produkte/cms-technologie.php" }, "Sitepark InfoSite": { + "cats": [ + 1 + ], "meta": { "generator": [ "^infosite\\s([\\d\\.]+)\\s-\\ssitepark\\sinformation\\senterprise\\sserver$\\;version:\\1" @@ -22721,13 +36409,25 @@ "website": "https://www.sitepark.com/mittelstand/content-management-system/index.php" }, "Sitevision CMS": { + "cats": [ + 1 + ], "cookies": { "sitevisionltm": "" }, + "scriptSrc": [ + "sitevision/system-resource/(?:[\\w\\d]+)/envision/envision\\.js\\;confidence:50", + "sitevision/system-resource/(?:[\\w\\d]+)/js/appregistry\\.js\\;confidence:25", + "sitevision/system-resource/(?:[\\w\\d]+)/js/docready-min\\.js\\;confidence:25", + "sitevision/system-resource/(?:[\\w\\d]+)/webapps/webapp_sdk-min\\.js\\;confidence:50" + ], "description": "Sitevision CMS is a platform for web publishing that consists of flexible and pre-made modules. Available as self-hosed software and Cloud SaaS.", "website": "https://www.sitevision.se" }, "Sivuviidakko": { + "cats": [ + 1 + ], "meta": { "generator": [ "sivuviidakko" @@ -22736,6 +36436,9 @@ "website": "https://sivuviidakko.fi" }, "Sizebay": { + "cats": [ + 76 + ], "js": [ "sizebay", "sizebayparams" @@ -22744,26 +36447,47 @@ "website": "https://sizebay.com" }, "Sizmek": { + "cats": [ + 36 + ], "html": [ "(?:\u003ca [^\u003e]*href=\"[^/]*//[^/]*serving-sys\\.com/|\u003cimg [^\u003e]*src=\"[^/]*//[^/]*serving-sys\\.com/)" ], + "scriptSrc": [ + "serving-sys\\.com/" + ], "website": "https://sizmek.com" }, "Skai": { + "cats": [ + 10 + ], "js": [ "ktag_constants" ], + "scripts": [ + "\\.xg4ken\\.com" + ], "description": "Skai (formerly Kenshoo) is a marketing activation solution for brands and agencies.", "website": "https://skai.io" }, "Skedify": { + "cats": [ + 72 + ], "js": [ "skedify.plugin.version" ], + "scriptSrc": [ + "plugin\\.skedify\\.io" + ], "description": "Skedify is an appointment booking solution created for enterprises.", "website": "https://calendly.com/" }, "Skilldo": { + "cats": [ + 1 + ], "headers": { "cms-name": "^skilldo$", "cms-version": "([\\d\\.]+)\\;version:\\1\\;confidence:0" @@ -22776,6 +36500,9 @@ "website": "https://developers.sikido.vn/docs/cms/" }, "Skilljar": { + "cats": [ + 21 + ], "js": [ "skilljar_dashboard_globals", "skilljarcatalogpage", @@ -22786,15 +36513,27 @@ "website": "https://www.skilljar.com/" }, "Skimlinks": { + "cats": [ + 71 + ], "js": [ "__skim_js_global__", "addskimlinks", "skimlinksapi" ], + "scriptSrc": [ + "\\.skimresources\\.com" + ], "description": "Skimlinks is a content monetization platform for online publishers.", "website": "https://skimlinks.com" }, "Skio": { + "cats": [ + 100 + ], + "scriptSrc": [ + "cdn\\.skio\\.com/" + ], "implies": [ "Shopify" ], @@ -22802,6 +36541,10 @@ "website": "https://skio.com" }, "Skolengo": { + "cats": [ + 1, + 21 + ], "meta": { "generator": [ "skolengo" @@ -22819,6 +36562,9 @@ "website": "https://www.skolengo.com" }, "Sky-Shop": { + "cats": [ + 6 + ], "js": [ "l.continue_shopping" ], @@ -22836,9 +36582,15 @@ "website": "https://sky-shop.pl" }, "SkyVerge": { + "cats": [ + 41 + ], "js": [ "sv_wc_payment_gateway_payment_form_param" ], + "scriptSrc": [ + "sv-wc-payment-gateway-payment-form\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1" + ], "implies": [ "WooCommerce" ], @@ -22846,6 +36598,9 @@ "website": "https://www.skyverge.com" }, "Skyflow": { + "cats": [ + 16 + ], "js": [ "skyflow.elementtype.card_number", "skyflow.validationruletype" @@ -22854,10 +36609,19 @@ "website": "https://www.skyflow.com" }, "Slate": { + "cats": [ + 53 + ], + "scriptSrc": [ + "slate-technolutions-net\\.cdn\\.technolutions\\.net/" + ], "description": "Slate is a CRM system designed specifically for higher education institutions, which helps them to manage student interactions, track admissions, and analyze student data in a flexible and user-friendly way.", "website": "https://technolutions.com" }, "Sleeknote": { + "cats": [ + 32 + ], "js": [ "sleeknote.sleeknotes", "sleeknotemarketingconsent", @@ -22868,23 +36632,42 @@ "website": "https://sleeknote.com" }, "Sleekplan": { + "cats": [ + 13 + ], + "scriptSrc": [ + "\\.sleekplan\\.com/" + ], "description": "Sleekplan is a customer feedback and product management platform that enables businesses to collect, analyse, and act upon user feedback, prioritise feature requests, track bugs, and collaborate on product development.", "website": "https://sleekplan.com" }, "Slice": { + "cats": [ + 93 + ], "description": "Slice is an online food ordering platform for independent pizzerias.", "website": "https://slicelife.com/owners" }, "Slick": { + "cats": [ + 59 + ], "html": [ "\u003clink [^\u003e]+(?:/([\\d.]+)/)?slick-theme\\.css\\;version:\\1" ], + "scriptSrc": [ + "(?:/([\\d.]+))?/slick(?:\\.min)?\\.js\\;version:\\1" + ], "implies": [ "jQuery" ], "website": "https://kenwheeler.github.io/slick" }, "SlickStack": { + "cats": [ + 47, + 9 + ], "headers": { "x-powered-by": "slickstack" }, @@ -22895,6 +36678,9 @@ "website": "https://slickstack.io" }, "Slider Captcha": { + "cats": [ + 16 + ], "js": [ "slidercaptcha" ], @@ -22905,6 +36691,10 @@ "website": "https://github.com/ArgoZhang/SliderCaptcha" }, "Slider Revolution": { + "cats": [ + 5, + 7 + ], "js": [ "revapi1", "revapi2", @@ -22914,6 +36704,9 @@ "revslider_showdoublejqueryerror", "rs_modules.main.version" ], + "scriptSrc": [ + "/wp-content/plugins/revslider/" + ], "meta": { "generator": [ "powered\\sby\\sslider revolution\\s([\\d\\.]+)\\;version:\\1" @@ -22923,39 +36716,72 @@ "website": "https://www.sliderrevolution.com" }, "Slimbox": { + "cats": [ + 59 + ], "html": [ "\u003clink [^\u003e]*href=\"[^/]*slimbox(?:-rtl)?\\.css" ], + "scriptSrc": [ + "slimbox\\.js" + ], "implies": [ "MooTools" ], "website": "https://www.digitalia.be/software/slimbox" }, "Slimbox 2": { + "cats": [ + 59 + ], "html": [ "\u003clink [^\u003e]*href=\"[^/]*slimbox2(?:-rtl)?\\.css" ], + "scriptSrc": [ + "slimbox2\\.js" + ], "implies": [ "jQuery" ], "website": "https://www.digitalia.be/software/slimbox2" }, "Smart Ad Server": { + "cats": [ + 36 + ], "js": [ "smartadserver" ], + "scriptSrc": [ + "\\.sascdn\\.com/" + ], "description": "Smart Ad Server is an adserving and RTB platform.", "website": "https://smartadserver.com" }, "Smart Slider 3": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/smart-slider-3(?:-pro)?/" + ], "description": "Smart Slider 3 is a responsive, SEO optimised WordPress plugin.", "website": "https://smartslider3.com" }, "SmartRecruiters": { + "cats": [ + 101 + ], + "scriptSrc": [ + "\\.smartrecruiters\\.com/" + ], "description": "SmartRecruiters is a web-based talent acquisition platform.", "website": "https://www.smartrecruiters.com" }, "SmartSite": { + "cats": [ + 1 + ], "html": [ "\u003c[^\u003e]+/smartsite\\.(?:dws|shtml)\\?id=" ], @@ -22967,6 +36793,9 @@ "website": "https://www.seneca.nl/pub/Smartsite/Smartsite-Smartsite-iXperion" }, "SmartWeb": { + "cats": [ + 6 + ], "meta": { "generator": [ "^smartweb$" @@ -22976,30 +36805,51 @@ "website": "https://www.smartweb.dk" }, "Smarter Click": { + "cats": [ + 77 + ], "js": [ "$smcinstall", "$smct5", "$smctdata" ], + "scriptSrc": [ + "\\.?smct\\.(?:io|co)/" + ], "description": "Smarter Click is a marketing technology company.", "website": "https://smarterclick.com" }, "Smartling": { + "cats": [ + 89 + ], "js": [ "populatesmartlingddl" ], + "scriptSrc": [ + "\\.smartling\\.com/" + ], "description": "Smartling is a cloud-based translation management system.", "website": "https://www.smartling.com" }, "Smartlook": { + "cats": [ + 10 + ], "js": [ "smartlook", "smartlook_key" ], + "scriptSrc": [ + "\\.smartlook\\.com/" + ], "description": "Smartlook is a qualitative analytics solution for websites and mobile apps.", "website": "https://www.smartlook.com" }, "Smartstore": { + "cats": [ + 6 + ], "cookies": { "smartstore.customer": "", "smartstore.visitor": "" @@ -23020,40 +36870,73 @@ "website": "https://www.smartstore.com" }, "Smartstore Page Builder": { - "html": [ - "\u003csection[^\u003e]+class=\"g-stage" + "cats": [ + 1 ], "css": [ "\\.g-stage \\.g-stage-root" ], + "html": [ + "\u003csection[^\u003e]+class=\"g-stage" + ], "implies": [ "Microsoft ASP.NET" ], "website": "https://www.smartstore.com" }, "Smartstore biz": { + "cats": [ + 6 + ], + "scriptSrc": [ + "smjslib\\.js" + ], "website": "https://smartstore.com" }, "Smartsupp": { + "cats": [ + 52 + ], "js": [ "$smartsupp.options.widgetversion", "smartsupp" ], + "scriptSrc": [ + "\\.smartsuppchat\\.com" + ], "description": "Smartsupp is a live chat tool that offers visitor recording feature.", "website": "https://www.smartsupp.com" }, "Smash Balloon Instagram Feed": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/instagram-feed/" + ], "description": "Instagram Feed displays Instagram posts from your Instagram accounts, either in the same single feed or in multiple different ones. Created by Smash Balloon.", "website": "https://smashballoon.com/instagram-feed" }, "Smile": { + "cats": [ + 84 + ], "js": [ "smile.channel_key" ], + "scriptSrc": [ + "\\.(?:smile|sweettooth)\\.io/" + ], "description": "Smile is a provider of ecommerce loyalty programs.", "website": "https://smile.io" }, "Smile App": { + "cats": [ + 100 + ], + "scriptSrc": [ + "js\\.smile\\.io/.+smile-shopify\\.js" + ], "implies": [ "Smile" ], @@ -23061,10 +36944,19 @@ "website": "https://apps.shopify.com/smile-io" }, "SmtpJS": { + "cats": [ + 75 + ], + "scriptSrc": [ + "/smtpjs\\.com/(?:v([\\d\\.]+)/)?smtp\\.js\\;version:\\1" + ], "description": "SmtpJS is a free library you can use for sending emails from JavaScript.", "website": "https://smtpjs.com" }, "SmugMug": { + "cats": [ + 7 + ], "js": [ "_smugsp" ], @@ -23075,6 +36967,10 @@ "website": "https://www.smugmug.com" }, "Snap": { + "cats": [ + 18, + 22 + ], "headers": { "server": "snap/([.\\d]+)\\;version:\\1" }, @@ -23084,20 +36980,35 @@ "website": "https://snapframework.com" }, "Snap Pixel": { + "cats": [ + 36 + ], "js": [ "__snappixel", "snaptr.pixelidlist" ], + "scriptSrc": [ + "intg\\.snapchat\\.com/" + ], "description": "Snap Pixel is a piece of JavaScript code that helps advertisers measure the cross-device impact of campaigns.", "website": "https://businesshelp.snapchat.com/s/article/snap-pixel-about" }, "Snap.svg": { + "cats": [ + 59 + ], "js": [ "snap.version" ], + "scriptSrc": [ + "snap\\.svg(?:-min)?\\.js" + ], "website": "https://snapsvg.io" }, "SnapEngage": { + "cats": [ + 52 + ], "js": [ "snapengage", "snapengage_mobile", @@ -23110,39 +37021,73 @@ "website": "https://snapengage.com/" }, "SnapWidget": { + "cats": [ + 5 + ], + "scriptSrc": [ + "snapwidget\\.com/" + ], "description": "SnapWidget is a set of interactive Instagram, Twitter and 500px widgets.", "website": "https://snapwidget.com" }, "Snipcart": { + "cats": [ + 6 + ], "cookies": { "snipcart-cart": "" }, + "scriptSrc": [ + "https://cdn\\.snipcart\\.com/themes/v([\\w.]+)/default/snipcart\\.js\\;version:\\1" + ], "description": "Snipcart is a shopping cart platform that can be integrated into any website with simple HTML and JavaScript.", "website": "https://snipcart.com" }, "SniperFast": { + "cats": [ + 29 + ], "js": [ "sniper_search_key", "sniperenablesearch", "sniperfast_page_id" ], + "scriptSrc": [ + "\\.sniperfast\\.com" + ], "description": "SniperFast is instant search system for ecommerce sites.", "website": "https://www.sniperfast.com" }, "Sniply": { + "cats": [ + 96 + ], "js": [ "sniply.create_sniply_bar" ], + "scriptSrc": [ + "gosniply\\.com/" + ], "description": "Sniply is a special URL shortener that allows to add a call-to-action to any landing page.", "website": "https://sniply.io" }, "Snoobi": { + "cats": [ + 10 + ], "js": [ "snoobi" ], + "scriptSrc": [ + "snoobi\\.com/snoop\\.php" + ], "website": "https://www.snoobi.com" }, "Snowplow Analytics": { + "cats": [ + 10, + 63 + ], "cookies": { "_sp_id": "", "sp": "\\;confidence:50" @@ -23151,10 +37096,21 @@ "globalsnowplownamespace", "snowplow" ], + "scriptSrc": [ + "cdn\\.jsdelivr\\.net/gh/snowplow/sp-js-assets@(?:.+)/sp\\.js", + "cdn\\.jsdelivr\\.net/npm/@snowplow/javascript-tracker@(?:.+)/dist/sp\\.js", + "cdnjs\\.cloudflare\\.com/ajax/libs/snowplow/(?:.+)/sp.*\\.js", + "d1fc8wv8zag5ca\\.cloudfront\\.net/.+/sp\\.js", + "sp\\.js\\;confidence:50", + "unpkg.com/@snowplow/javascript-tracker@(?:.+)/dist/sp.*\\.js" + ], "description": "Snowplow is an open-source behavioral data management platform for businesses.", "website": "https://snowplowanalytics.com" }, "SobiPro": { + "cats": [ + 19 + ], "js": [ "sobiprourl" ], @@ -23164,32 +37120,64 @@ "website": "https://sigsiu.net/sobipro.html" }, "Social9": { + "cats": [ + 5 + ], + "scriptSrc": [ + "social9\\.com/.+\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1" + ], "description": "Social9 is a social sharing widgets and plugins.", "website": "https://social9.com" }, "SocialJuice": { + "cats": [ + 90, + 5 + ], "description": "SocialJuice is a simple tool to collect video testimonials or textual testimonials from your clients.", "website": "https://socialjuice.io" }, "SocialLadder": { + "cats": [ + 32 + ], + "scriptSrc": [ + "socialladder\\.rkiapps\\.com/" + ], "description": "SocialLadder is a complete end-to-end creator management solution for brands looking to maximize and scale their brand ambassador, influencer, and affiliate marketing efforts.", "website": "https://socialladderapp.com" }, "Societe des Avis Garantis": { + "cats": [ + 87, + 90 + ], + "scriptSrc": [ + "/wp-content/plugins/ag-core/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Societe des Avis Garantis is a French company that provides customer review and rating services for businesses through its online platform.", "website": "https://www.societe-des-avis-garantis.fr" }, "Socket.io": { + "cats": [ + 12 + ], "js": [ "io.socket", "io.version" ], + "scriptSrc": [ + "socket\\.io.*\\.js" + ], "implies": [ "Node.js" ], "website": "https://socket.io" }, "SoftTr": { + "cats": [ + 6 + ], "meta": { "author": [ "softtr e-ticaret sitesi yazılımı" @@ -23198,14 +37186,26 @@ "website": "https://www.softtr.com" }, "Softr": { + "cats": [ + 51 + ], "description": "Softr is a tool designed to help users build custom websites, web apps, clients portals, or internal tools using Airtable or Google Sheets data.", "website": "https://www.softr.io" }, "Soisy": { + "cats": [ + 91 + ], + "scriptSrc": [ + "cdn\\.soisy\\.it/" + ], "description": "Soisy is a buy now, pay later solution provider.", "website": "https://www.soisy.it" }, "SolidJS": { + "cats": [ + 12 + ], "js": [ "solid$$" ], @@ -23213,6 +37213,14 @@ "website": "https://www.solidjs.com/" }, "SolidPixels": { + "cats": [ + 1, + 6, + 4 + ], + "scriptSrc": [ + "^https?://cdn\\.solidpixels\\.net/" + ], "meta": { "web_author": [ "^solidpixels" @@ -23225,6 +37233,10 @@ "website": "https://www.solidpixels.net" }, "SolidStart": { + "cats": [ + 18, + 22 + ], "js": [ "_$hy.init" ], @@ -23235,6 +37247,9 @@ "website": "https://start.solidjs.com" }, "Solodev": { + "cats": [ + 1 + ], "headers": { "solodev_session": "" }, @@ -23247,6 +37262,9 @@ "website": "https://www.solodev.com" }, "Solr": { + "cats": [ + 34 + ], "implies": [ "Lucene" ], @@ -23254,6 +37272,9 @@ "website": "https://lucene.apache.org/solr/" }, "Solusquare OmniCommerce Cloud": { + "cats": [ + 6 + ], "cookies": { "_solusquare": "" }, @@ -23268,15 +37289,25 @@ "website": "https://www.solusquare.com" }, "Solve Media": { + "cats": [ + 16, + 36 + ], "js": [ "_acpuzzle", "_adcopy-puzzle-image-image", "acpuzzle", "adcopy-puzzle-image-image" ], + "scriptSrc": [ + "^https?://api\\.solvemedia\\.com/" + ], "website": "https://solvemedia.com" }, "Solvemate": { + "cats": [ + 52 + ], "js": [ "solvemate.config.solvematecdn", "solvematecli", @@ -23286,13 +37317,22 @@ "website": "https://www.solvemate.com" }, "Solvvy": { + "cats": [ + 52 + ], "js": [ "solvvy" ], + "scriptSrc": [ + "cdn\\.solvvy\\.com/" + ], "description": "Solvvy provides live chat and chatbot services.", "website": "https://solvvy.com/" }, "SonarQubes": { + "cats": [ + 47 + ], "js": [ "sonarmeasures", "sonarrequest" @@ -23301,6 +37341,9 @@ "\u003clink href=\"/css/sonar\\.css\\?v=([\\d.]+)\\;version:\\1", "\u003ctitle\u003esonarqube\u003c/title\u003e" ], + "scriptSrc": [ + "^/js/bundles/sonar\\.js?v=([\\d.]+)$\\;version:\\1" + ], "meta": { "application-name": [ "^sonarqubes$" @@ -23313,24 +37356,42 @@ "website": "https://www.sonarqube.org/" }, "Sonobi": { + "cats": [ + 36 + ], "description": "Sonobi is an ad technology developer that designs advertising tools and solutions for the media publishers, brand advertisers and media agencies.", "website": "https://sonobi.com" }, "Sortable": { + "cats": [ + 36 + ], "js": [ "deployads" ], + "scriptSrc": [ + "\\.deployads\\.com/" + ], "description": "Sortable is a broad-spectrum platform that helps publishers unify demand partners, data, and tools.", "website": "https://sortable.com" }, "Sorted Return": { + "cats": [ + 102 + ], "js": [ "clicksit_window_on_load" ], + "scriptSrc": [ + "return\\.clicksit\\.com/" + ], "description": "Sorted is a global SaaS company that provides data-driven software for checkouts, warehouses, and shipping.", "website": "https://sorted.com/give-your-customers-a-5-returns-experience/" }, "SoteShop": { + "cats": [ + 6 + ], "cookies": { "soteshop": "^\\w+$" }, @@ -23341,6 +37402,9 @@ "website": "https://www.soteshop.com/" }, "Sotel": { + "cats": [ + 1 + ], "meta": { "generator": [ "sotel" @@ -23349,6 +37413,9 @@ "website": "https://www.soteledu.com/en/" }, "Sotoon": { + "cats": [ + 31 + ], "headers": { "server": "^sotoon$" }, @@ -23356,13 +37423,22 @@ "website": "https://sotoon.ir" }, "SoundCloud": { + "cats": [ + 5 + ], "js": [ "sc.widget.events.play" ], + "scriptSrc": [ + "\\.sndcdn\\.com/" + ], "description": "SoundCloud widget gives you the ability to upload, manage and share tracks.", "website": "https://developers.soundcloud.com/docs/api/html5-widget" }, "SoundManager": { + "cats": [ + 59 + ], "js": [ "baconplayer", "soundmanager", @@ -23371,37 +37447,61 @@ "website": "https://www.schillmania.com/projects/soundmanager2" }, "Sourcepoint": { + "cats": [ + 67 + ], "cookies": { "_sp_enable_dfp_personalized_ads": "" }, "js": [ "tealium_sourcepoint" ], + "scripts": [ + "sourcepoint_mms_domain" + ], "description": "Sourcepoint is the data privacy software company for the digital marketing ecosystem.", "website": "https://sourcepoint.com" }, "Sovrn": { + "cats": [ + 36 + ], "js": [ "sovrn", "sovrn_render" ], + "scriptSrc": [ + "\\.(?:linksmart|lijit)\\.com/" + ], "description": "Sovrn is a advertising products and services provider for publishers.", "website": "https://www.sovrn.com" }, "Sovrn//Commerce": { + "cats": [ + 71 + ], "js": [ "vglnk", "vl_cb", "vl_disable" ], + "scriptSrc": [ + "(?:^[^/]*//[^/]*viglink\\.com/api/|vglnk\\.js)" + ], "description": "Sovrn//Commerce is a content monetization tool for publishers.", "website": "https://www.sovrn.com/publishers/commerce/" }, "SparkPost": { + "cats": [ + 75 + ], "description": "SparkPost is an email infrastructure provider.", "website": "https://www.sparkpost.com/" }, "Spatie Laravel Cookie Consent": { + "cats": [ + 67 + ], "js": [ "laravelcookieconsent" ], @@ -23412,6 +37512,12 @@ "website": "https://github.com/spatie/laravel-cookie-consent" }, "Spatie Media Library Pro": { + "cats": [ + 66 + ], + "scripts": [ + "media\\-library\\-pro\\-core" + ], "implies": [ "Laravel" ], @@ -23419,6 +37525,9 @@ "website": "https://medialibrary.pro" }, "Spatie Support Bubble": { + "cats": [ + 52 + ], "implies": [ "Laravel", "Tailwind CSS" @@ -23427,6 +37536,12 @@ "website": "https://github.com/spatie/laravel-support-bubble" }, "Spectra": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/ultimate-addons-for-gutenberg/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "Gutenberg" ], @@ -23434,6 +37549,9 @@ "website": "https://wpspectra.com" }, "Speed Kit": { + "cats": [ + 92 + ], "js": [ "speedkit" ], @@ -23441,23 +37559,48 @@ "website": "https://www.speedkit.com" }, "SpeedCurve": { + "cats": [ + 78 + ], "js": [ "lux.version", "lux_t_end", "lux_t_start" ], + "scriptSrc": [ + "\\.speedcurve\\.com" + ], "description": "SpeedCurve is a front-end performance monitoring service.", "website": "https://www.speedcurve.com" }, "SpeedSize": { + "cats": [ + 92 + ], + "scripts": [ + "data-speedsize-(?:srcset|src|params)?" + ], + "scriptSrc": [ + "/speedsize(?:-sw)?\\.js\\;confidence:90", + "\\.speedsize\\.com/" + ], "description": "SpeedSize is an AI-based media-compression technology that can auto-detect and compress all of a website's images and videos down to 99% of their original size without lowering the image quality.", "website": "https://speedsize.com" }, "Speedimize": { + "cats": [ + 92 + ], + "scriptSrc": [ + "cdn\\.shopify\\.com/.+/assets/speedimize\\.js" + ], "description": "Speedimize is a Shopify agency that focuses on website speed optimisation and performance issues.", "website": "https://speedimize.io" }, "Sphinx": { + "cats": [ + 4 + ], "js": [ "documentation_options" ], @@ -23468,14 +37611,30 @@ "website": "https://www.sphinx-doc.org/" }, "SpiceThemes SpicePress": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/spicepress(?:-pro)?/" + ], "description": "SpicePress is a responsive and fully customizable business template by SpiceThemes.", "website": "https://spicethemes.com/spicepress-wordpress-theme" }, "Spin-a-Sale": { + "cats": [ + 100, + 5 + ], + "scriptSrc": [ + "client\\.spinasale\\.com/" + ], "description": "Spin-a-Sale adds the intensity of gamification to your site. Spin-a-Sale overlay displays a special prize wheel for visitors that you can fully configure.", "website": "https://spinasale.com" }, "Spinnakr": { + "cats": [ + 10 + ], "js": [ "_spinnakr_site_id" ], @@ -23483,6 +37642,9 @@ "website": "https://www.spinnakr.com" }, "SpiritShop": { + "cats": [ + 6 + ], "cookies": { "spiritshop_id": "" }, @@ -23494,6 +37656,9 @@ "website": "https://spiritshop.com.br" }, "Splide": { + "cats": [ + 59 + ], "js": [ "splide.name", "splide.states" @@ -23502,42 +37667,74 @@ "website": "https://splidejs.com" }, "Split": { + "cats": [ + 85, + 74 + ], "js": [ "split_shopper_client", "split_visitor_client", "splitio", "splitio_api_key" ], + "scriptSrc": [ + "\\.split\\.io/(?:sdk/split-([\\d\\.]+)\\.min\\.js)?\\;version:\\1" + ], "description": "Split is a feature delivery platform that powers feature flag management, software experimentation, and continuous delivery.", "website": "https://www.split.io" }, "SplitIt": { + "cats": [ + 41, + 91 + ], "js": [ "splitit", "wc_ga_pro.available_gateways.splitit" ], + "scriptSrc": [ + "\\.production\\.splitit\\.com/" + ], "description": "SplitIt is a payment solution that divides a purchase into smaller monthly installments.", "website": "https://www.splitit.com" }, "Splitbee": { + "cats": [ + 10 + ], "js": [ "splitbee" ], + "scriptSrc": [ + "^https://cdn\\.splitbee\\.io/sb\\.js" + ], "website": "https://splitbee.io" }, "SplittyPay": { + "cats": [ + 91 + ], "description": "SplittyPay is an alternative payment platform designed for group reservations and purchases.", "website": "https://www.splittypay.com" }, "Splunk RUM": { + "cats": [ + 78 + ], "js": [ "plumbr._core.selfurl", "plumbr._core.version" ], + "scriptSrc": [ + "browser\\.plumbr\\.io/pa(?:-early)?\\.js" + ], "description": "Splunk RUM is a real-time, front-end user monitoring and troubleshooting.", "website": "https://www.splunk.com/en_us/observability/real-user-monitoring.html" }, "Splunkd": { + "cats": [ + 19 + ], "headers": { "server": "splunkd" }, @@ -23545,20 +37742,37 @@ "website": "https://splunk.com" }, "SpotHopper": { + "cats": [ + 51, + 32, + 75 + ], "js": [ "spothopper" ], + "scriptSrc": [ + "static\\.spotapps\\.co/" + ], "description": "SpotHopper is an all-in-one marketing and online revenue platform for restaurants.", "website": "https://www.spothopperapp.com" }, "SpotX": { + "cats": [ + 36 + ], "js": [ "spotx.version" ], + "scriptSrc": [ + "js\\.spotx\\.tv" + ], "description": "SpotX is a video advertising platform.", "website": "https://www.spotx.tv" }, "Spotify Web API": { + "cats": [ + 19 + ], "js": [ "getspotifydata", "spotify_tracks", @@ -23568,17 +37782,30 @@ "website": "https://developer.spotify.com/documentation/web-api" }, "Spotify Widgets": { + "cats": [ + 5 + ], "description": "Spotify Widgets provide an embeddable view of a track, artist, album, user, playlist, podcast or episode for use within your web project.", "website": "https://developer.spotify.com/documentation/widgets" }, "Spotii": { + "cats": [ + 41, + 91 + ], "js": [ "spotiiconfig" ], + "scriptSrc": [ + "widget\\.spotii\\.me" + ], "description": "Spotii is a tech-enabled payments platform where anyone can Shop Now and Pay Later with absolutely zero interest or cost.", "website": "https://www.spotii.com/" }, "Spree": { + "cats": [ + 6 + ], "html": [ "(?:\u003clink[^\u003e]*/assets/store/all-[a-z\\d]{32}\\.css[^\u003e]+\u003e|\u003cscript\u003e\\s*spree\\.(?:routes|translations|api_key))" ], @@ -23588,17 +37815,30 @@ "website": "https://spreecommerce.org" }, "Sprig": { + "cats": [ + 73, + 10 + ], "js": [ "userleap" ], + "scriptSrc": [ + "cdn\\.userleap\\.com/" + ], "description": "Sprig is a UX analysis and management tool to understand what motivates customers to sign up, engage, and remain loyal to products.", "website": "https://sprig.com" }, "Sprig plugin": { + "cats": [ + 19 + ], "description": "Sprig is a free plugin for Craft CMS that allows you to create reactive components from Twig templates ​or PHP classes.", "website": "https://putyourlightson.com/plugins/sprig" }, "Spring": { + "cats": [ + 18 + ], "headers": { "x-application-context": "" }, @@ -23608,21 +37848,36 @@ "website": "https://spring.io/" }, "Spring for creators": { + "cats": [ + 6 + ], "js": [ "webpackjsonpteespring-custom-storefront" ], + "scriptSrc": [ + "\\.creator-spring\\.com/" + ], "description": "Spring for creators (formerly Teespring) is a creator-centric social ecommerce platform.", "website": "https://www.spri.ng" }, "SprintHub": { + "cats": [ + 32 + ], "js": [ "sprinthub", "sprinthubloaded" ], + "scriptSrc": [ + "\\.sprinthub\\.io/" + ], "description": "SprintHub is an all-in-one marketing platform.", "website": "https://lp.sprinthub.com" }, "SpriteSpin": { + "cats": [ + 59 + ], "js": [ "spritespin" ], @@ -23630,6 +37885,10 @@ "website": "https://github.com/giniedp/spritespin" }, "Spryker": { + "cats": [ + 6, + 62 + ], "js": [ "spryker.config" ], @@ -23642,9 +37901,15 @@ "website": "https://www.spryker.com" }, "SpurIT": { + "cats": [ + 5 + ], "js": [ "spurit.global.version" ], + "scriptSrc": [ + "cdn-spurit\\.com/shopify-apps/" + ], "implies": [ "Shopify" ], @@ -23652,9 +37917,16 @@ "website": "https://spur-i-t.com" }, "SpurIT Abandoned Cart Reminder": { + "cats": [ + 98, + 100 + ], "js": [ "acr_spurit_params.foldercss" ], + "scriptSrc": [ + "cdn-spurit\\.com/shopify-apps/abandoned-cart-reminder/" + ], "implies": [ "Shopify" ], @@ -23662,9 +37934,17 @@ "website": "https://spur-i-t.com/shopify-apps/abandoned-cart-reminder/" }, "SpurIT Loyalty App": { + "cats": [ + 84, + 94, + 100 + ], "js": [ "spurit.loyaltypoints" ], + "scriptSrc": [ + "cdn-spurit\\.com/shopify-apps/loyaltypoints/" + ], "implies": [ "Shopify" ], @@ -23672,6 +37952,13 @@ "website": "https://spur-i-t.com/shopify-apps/loyalty-points-manager" }, "SpurIT Partial Payments App": { + "cats": [ + 41, + 100 + ], + "scriptSrc": [ + "cdn-spurit\\.com/shopify-apps/split-payments/" + ], "implies": [ "Shopify" ], @@ -23679,9 +37966,16 @@ "website": "https://spur-i-t.com/shopify-apps/split-partial-payments/" }, "SpurIT Recurring Payments App": { + "cats": [ + 41, + 100 + ], "js": [ "spurit.recurringinvoices" ], + "scriptSrc": [ + "cdn-spurit\\.com/shopify-apps/recurring-invoices/" + ], "implies": [ "Shopify" ], @@ -23689,6 +37983,10 @@ "website": "https://spur-i-t.com/shopify-apps/recurring-order-subscription" }, "Sqreen": { + "cats": [ + 16, + 19 + ], "headers": { "x-protected-by": "^sqreen$" }, @@ -23696,10 +37994,22 @@ "website": "https://sqreen.io" }, "Squadata": { + "cats": [ + 77 + ], + "scriptSrc": [ + "//asset\\.easydmp\\.net/" + ], "description": "Squadata provides data based marketing and advertising solutions including email retargeting, CRM onboarding, data monetisation, data management platform.", "website": "https://www.squadata.net" }, "Squadded": { + "cats": [ + 5 + ], + "scriptSrc": [ + "static\\.squadded\\.co" + ], "implies": [ "Cart Functionality" ], @@ -23707,15 +38017,24 @@ "website": "https://www.squadded.co" }, "Square": { + "cats": [ + 41 + ], "js": [ "__bootstrap_state__.storeinfo.square_application_id", "sqpaymentform", "square.analytics" ], + "scriptSrc": [ + "js\\.squareup\\.com" + ], "description": "Square is a mobile payment company that offers business software, payment hardware products and small business services.", "website": "https://squareup.com/" }, "Square Online": { + "cats": [ + 6 + ], "js": [ "app_origin" ], @@ -23726,6 +38045,9 @@ "website": "https://squareup.com/us/en/online-store" }, "Squarespace": { + "cats": [ + 1 + ], "js": [ "squarespace", "static.squarespace_context.templateversion" @@ -23737,6 +38059,9 @@ "website": "https://www.squarespace.com" }, "Squarespace Commerce": { + "cats": [ + 6 + ], "js": [ "squarespace_rollups.squarespace-commerce", "static.squarespace_context.templateversion" @@ -23744,6 +38069,9 @@ "headers": { "server": "squarespace" }, + "scriptSrc": [ + "assets\\.squarespace\\.\\w+/universal/scripts-compressed/commerce-\\w+-min\\.[\\w+\\-]+\\.js" + ], "implies": [ "Squarespace" ], @@ -23751,14 +38079,23 @@ "website": "https://www.squarespace.com/ecommerce-website" }, "Squeezely": { + "cats": [ + 97 + ], "js": [ "sqzlcommon.getvariantname", "sqzlpersonalization" ], + "scriptSrc": [ + "//squeezely\\.tech/" + ], "description": "Squeezely is a customer data platform (CDP) that provides technical capabilities for data collection, segmentation, audience targeting, campaign orchestration, and analytics, empowering businesses to personalise customer experiences and optimise marketing efforts.", "website": "https://www.squeezely.tech" }, "SquirrelMail": { + "cats": [ + 30 + ], "js": [ "squirrelmail_loginpage_onload" ], @@ -23772,12 +38109,18 @@ "website": "https://squirrelmail.org" }, "Squiz Matrix": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "squiz matrix" }, "html": [ "\u003c!--\\s+running (?:mysource|squiz) matrix" ], + "scriptSrc": [ + "/__data/assets/(js_file_folder|git_bridge|js_file)/" + ], "meta": { "generator": [ "squiz matrix" @@ -23790,13 +38133,22 @@ "website": "https://www.squiz.net/matrix" }, "Stack Analytix": { + "cats": [ + 10 + ], "js": [ "stackanalysis" ], + "scriptSrc": [ + "api\\.stackanalytix\\.com" + ], "description": "Stack Analytix offers heatmaps, session recording, conversion analysis and user engagement tools.", "website": "https://www.stackanalytix.com" }, "StackCommerce": { + "cats": [ + 6 + ], "js": [ "stacksonar" ], @@ -23804,6 +38156,9 @@ "website": "https://www.stackcommerce.com/" }, "StackPath": { + "cats": [ + 31 + ], "headers": { "x-backend-server": "hosting\\.stackcp\\.net$", "x-provided-by": "^stackcdn(?: ([\\d.]+))?\\;version:\\1" @@ -23812,6 +38167,10 @@ "website": "https://www.stackpath.com" }, "Stackable": { + "cats": [ + 87, + 51 + ], "js": [ "stackable.resturl", "stackableanimations" @@ -23823,13 +38182,22 @@ "website": "https://wpstackable.com" }, "Stackbit": { + "cats": [ + 51 + ], "js": [ "__next_data__.props.pageprops.withstackbit" ], + "scriptSrc": [ + "\\.stackbit\\.com" + ], "description": "Stackbit is a visual experience platform for building decoupled websites.", "website": "https://www.stackbit.com" }, "StackerHQ": { + "cats": [ + 51 + ], "js": [ "stacker.install_feature" ], @@ -23837,25 +38205,48 @@ "website": "https://www.stackerhq.com" }, "Stackify": { + "cats": [ + 13, + 78 + ], + "scriptSrc": [ + "\\.stackify\\.com/" + ], "description": "Stackify offers the only solution that fully integrates application performance monitoring with errors and logs.", "website": "https://stackify.com" }, "Stage Try": { + "cats": [ + 91 + ], "js": [ "stage_cart_change_events", "stage_cart_total_price" ], + "scriptSrc": [ + "\\.stagetry\\.io/" + ], "description": "Stage Try is an end-to-end ecommerce platform amplifying AOV and conversions of online stores.", "website": "https://stagetry.com" }, "Stamped": { + "cats": [ + 90 + ], "js": [ "stampedfn" ], + "scriptSrc": [ + "\\.stamped\\.io/" + ], "description": "Stamped is a provider of reviews and ratings solution.", "website": "https://stamped.io/" }, "Starhost": { + "cats": [ + 51, + 62 + ], "headers": { "cache-control": "starhost", "x-starhost": "" @@ -23864,6 +38255,9 @@ "website": "https://starhost.verbosec.com" }, "Starlet": { + "cats": [ + 22 + ], "headers": { "server": "^plack::handler::starlet" }, @@ -23873,6 +38267,9 @@ "website": "https://metacpan.org/pod/Starlet" }, "Statamic": { + "cats": [ + 1 + ], "js": [ "statamic" ], @@ -23887,25 +38284,44 @@ "website": "https://statamic.com" }, "Statcounter": { + "cats": [ + 10 + ], "js": [ "_statcounter", "sc_project", "sc_security" ], + "scriptSrc": [ + "statcounter\\.com/counter/counter" + ], "website": "https://www.statcounter.com" }, "Statically": { + "cats": [ + 31 + ], "headers": { "server": "^statically$" }, + "scriptSrc": [ + "cdn\\.statically\\.io/" + ], "description": "Statically is a free, fast and modern CDN for open-source projects, WordPress, images, and any static assets.", "website": "https://statically.io" }, "Statping": { + "cats": [ + 13 + ], "description": "Statping is an open-source status monitoring tool that helps you to monitor and analyse the performance of your websites, applications, and services. It can monitor multiple endpoints such as HTTP, HTTPS, TCP, DNS, and more.", "website": "https://github.com/statping/statping" }, "Statsig": { + "cats": [ + 10, + 85 + ], "js": [ "statsig", "statsiginitialized", @@ -23918,10 +38334,19 @@ "website": "https://statsig.com/" }, "Status.io": { + "cats": [ + 13 + ], + "scriptSrc": [ + "static\\.status\\.io/" + ], "description": "Status.io is a hosted system status page manager with features such as customised incident tracking, subscriber notifications, and more.", "website": "https://status.io" }, "StatusCast": { + "cats": [ + 13 + ], "js": [ "statuscast.libs.datatables", "statuscast.ui" @@ -23930,10 +38355,19 @@ "website": "https://statuscast.com/status-page/" }, "Statuspal": { + "cats": [ + 13 + ], + "scriptSrc": [ + "//statuspal\\.io/" + ], "description": "Statuspal is a hosted status page and monitoring software for businesses of all kinds.", "website": "https://statuspal.io" }, "Staytus": { + "cats": [ + 13 + ], "meta": { "generator": [ "^staytus/([\\d\\.]+)$\\;version:\\1" @@ -23943,10 +38377,19 @@ "website": "https://staytus.co" }, "SteelHouse": { + "cats": [ + 77 + ], + "scriptSrc": [ + "\\.steelhousemedia\\.com/(?:spx\\?dxver=([\\d.]+))?\\;version:\\1" + ], "description": "SteelHouse is an advertising software company which provides services for brands, agencies, and direct marketers.", "website": "https://steelhouse.com" }, "Stencil": { + "cats": [ + 18 + ], "js": [ "stencil.inspect" ], @@ -23954,6 +38397,9 @@ "website": "https://stenciljs.com" }, "Stimulus": { + "cats": [ + 12 + ], "html": [ "\u003c[^\u003e]+data-controller" ], @@ -23961,6 +38407,12 @@ "website": "https://stimulusjs.org/" }, "StimulusReflex": { + "cats": [ + 18 + ], + "scripts": [ + "\\.stimulate" + ], "implies": [ "Ruby on Rails", "Stimulus" @@ -23969,6 +38421,10 @@ "website": "https://docs.stimulusreflex.com" }, "Stitches": { + "cats": [ + 12, + 47 + ], "meta": { "generator": [ "^c-[a-za-z]{5}$" @@ -23978,16 +38434,25 @@ "website": "https://stitches.dev" }, "StoreHippo": { + "cats": [ + 6 + ], "description": "StoreHippo is a SaaS based ecommerce platform.", "website": "https://www.storehippo.com" }, "Storeden": { + "cats": [ + 6 + ], "headers": { "x-powered-by": "storeden" }, "website": "https://www.storeden.com" }, "Storefront UI": { + "cats": [ + 66 + ], "implies": [ "Vue.js" ], @@ -23995,6 +38460,9 @@ "website": "https://vuestorefront.io/storefront-ui" }, "Storeino": { + "cats": [ + 6 + ], "js": [ "storeinoapp" ], @@ -24012,18 +38480,36 @@ "website": "https://www.storeino.com" }, "Storeplum": { + "cats": [ + 6 + ], "description": "Storeplum is a no-code ecommerce platform.", "website": "https://www.storeplum.com" }, "StorifyMe": { + "cats": [ + 5 + ], + "scriptSrc": [ + "cdn\\.storifyme\\.com/" + ], "description": "StorifyMe is a storytelling platform for creating and distributing web stories on social networks and the open web.", "website": "https://www.storifyme.com" }, "StoryStream": { + "cats": [ + 96 + ], + "scriptSrc": [ + "apps\\.storystream\\.ai/" + ], "description": "StoryStream is a content curation platform that specialises in user generated content.", "website": "https://storystream.ai" }, "Storyblok": { + "cats": [ + 1 + ], "js": [ "storyblokbridge", "storyblokregisterevent" @@ -24036,6 +38522,10 @@ "website": "https://www.storyblok.com" }, "Storybook": { + "cats": [ + 47, + 66 + ], "js": [ "__storybook_addons" ], @@ -24043,6 +38533,12 @@ "website": "https://storybook.js.org" }, "Strapdown.js": { + "cats": [ + 12 + ], + "scriptSrc": [ + "strapdown\\.js" + ], "implies": [ "Bootstrap", "Google Code Prettify" @@ -24050,6 +38546,9 @@ "website": "https://strapdownjs.com" }, "Strapi": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "^strapi" }, @@ -24057,17 +38556,30 @@ "website": "https://strapi.io" }, "Strato": { + "cats": [ + 88, + 62 + ], "description": "Strato is an internet hosting service provider headquartered in Berlin, Germany which provide dedicated server hosting, a website builder and a cloud storage services.", "website": "https://www.strato.com" }, "Strato Website": { + "cats": [ + 1 + ], "js": [ "strftime.configuration" ], + "scriptSrc": [ + "strato-editor\\.com/" + ], "description": "Strato Website is a website builder by Strato hosting provider.", "website": "https://www.strato.de/homepage-baukasten" }, "Strattic": { + "cats": [ + 88 + ], "headers": { "x-powered-by": "strattic" }, @@ -24078,12 +38590,18 @@ "website": "https://www.strattic.com/" }, "Strikingly": { + "cats": [ + 1 + ], "html": [ "\u003c!-- powered by strikingly\\.com" ], "website": "https://strikingly.com" }, "Stripe": { + "cats": [ + 41 + ], "cookies": { "__stripe_mid": "", "__stripe_sid": "" @@ -24096,10 +38614,16 @@ "html": [ "\u003cinput[^\u003e]+data-stripe" ], + "scriptSrc": [ + "js\\.stripe\\.com" + ], "description": "Stripe offers online payment processing for internet businesses as well as fraud prevention, invoicing and subscription management.", "website": "https://stripe.com" }, "StrutFit": { + "cats": [ + 76 + ], "js": [ "rerenderstrutfit" ], @@ -24107,24 +38631,43 @@ "website": "https://www.strut.fit" }, "Stylitics": { + "cats": [ + 32 + ], "js": [ "stylitics", "stylitics" ], + "scriptSrc": [ + "/stylitics/js/stylitics\\.js\\?ver=v([\\d.]+)\\;version:\\1", + "\\.stylitics\\.com/v([\\d.]+)\\;version:\\1" + ], "description": "Stylitics is a cloud-based SaaS platform for retailers to automate and distribute visual content at scale.", "website": "https://stylitics.com" }, "Sub2Tech": { + "cats": [ + 97 + ], "js": [ "sub2.codebaseversion" ], + "scriptSrc": [ + "cdn\\.sub2tech\\.com/" + ], "description": "Sub2Tech is combining real time customer data with industry-leading technology.", "website": "https://www.sub2tech.com" }, "Subbly": { + "cats": [ + 6 + ], "js": [ "subblyproducturlbase" ], + "scriptSrc": [ + "static\\.subbly\\.me/assets/" + ], "meta": { "generator": [ "^subbly$" @@ -24134,20 +38677,35 @@ "website": "https://www.subbly.co" }, "Sublime": { + "cats": [ + 36 + ], "js": [ "loadsublimeskinz" ], + "scriptSrc": [ + "\\.ayads\\.co/" + ], "description": "Sublime (formerly Sublime Skinz) operator of an advertising agency intended to offer skin-based advertising services to clients.", "website": "https://www.sublime.xyz" }, "SublimeVideo": { + "cats": [ + 14 + ], "js": [ "sublimevideo" ], + "scriptSrc": [ + "cdn\\.sublimevideo\\.net/js/[a-z\\d]+\\.js" + ], "description": "SublimeVideo is a framework for HTML5 Video Player.", "website": "https://sublimevideo.net" }, "Subrion": { + "cats": [ + 1 + ], "headers": { "x-powered-cms": "subrion cms" }, @@ -24162,6 +38720,9 @@ "website": "https://subrion.com" }, "Substack": { + "cats": [ + 11 + ], "headers": { "x-cluster": "substack", "x-served-by": "substack" @@ -24170,6 +38731,10 @@ "website": "https://substack.com/" }, "Sucuri": { + "cats": [ + 31, + 16 + ], "headers": { "x-sucuri-cache:": "", "x-sucuri-id": "" @@ -24178,10 +38743,19 @@ "website": "https://sucuri.net/" }, "Suiteshare": { + "cats": [ + 52 + ], + "scriptSrc": [ + "static\\.suiteshare\\.com" + ], "description": "Suiteshare powers conversational shopping experiences.", "website": "https://suiteshare.com/" }, "Sulu": { + "cats": [ + 1 + ], "js": [ "sulu_config.suluversion" ], @@ -24195,6 +38769,9 @@ "website": "https://sulu.io" }, "SummerCart": { + "cats": [ + 6 + ], "js": [ "scevents" ], @@ -24205,18 +38782,35 @@ "website": "https://www.summercart.com" }, "Summernote": { + "cats": [ + 20 + ], + "scriptSrc": [ + "/(?:s|s)ummernote(?:\\.min)?\\.js", + "/summernote(?:@|-)([\\d\\.]+)/\\;version:\\1" + ], "description": "Summernote is an open-source JavaScript library that offers a feature-rich WYSIWYG editor for web applications, allowing users to create and edit formatted content in a familiar word processor-like interface.", "website": "https://summernote.org" }, "Sumo": { + "cats": [ + 5, + 32 + ], "js": [ "sumo", "sumome" ], + "scriptSrc": [ + "\\.sumo(?:me)?\\.com/" + ], "description": "Sumo is a plugin offering set of marketing tools to automate a website's growth. These tools help drive extra traffic, engage visitors, increase email subscribers and build community.", "website": "https://sumo.com" }, "SunOS": { + "cats": [ + 28 + ], "headers": { "server": "sunos( [\\d\\.]+)?\\;version:\\1", "servlet-engine": "sunos( [\\d\\.]+)?\\;version:\\1" @@ -24225,6 +38819,9 @@ "website": "https://oracle.com/solaris" }, "Suncel": { + "cats": [ + 1 + ], "js": [ "__next_data__.props.pageprops.suncel" ], @@ -24232,6 +38829,9 @@ "website": "https://suncel.io" }, "Supabase": { + "cats": [ + 47 + ], "js": [ "__nuxt__.config.public.supabase", "__nuxt__.config.public.supabase_url" @@ -24243,6 +38843,9 @@ "website": "https://supabase.com" }, "Super Builder": { + "cats": [ + 51 + ], "implies": [ "Next.js", "Notion" @@ -24251,10 +38854,23 @@ "website": "https://super.so" }, "Super Socializer": { + "cats": [ + 69, + 87 + ], + "scriptSrc": [ + "plugins/super-socializer/.+?ver=([\\d.]+)\\;version:\\1" + ], "description": "Super Socializer is a multipurpose social media plugin for WordPress.", "website": "https://super-socializer-wordpress.heateor.com" }, "SuperLemon app": { + "cats": [ + 100 + ], + "scriptSrc": [ + "/files/superlemon_.+\\.js" + ], "implies": [ "WhatsApp Business Chat" ], @@ -24262,6 +38878,9 @@ "website": "https://apps.shopify.com/whatsapp-chat-button" }, "SuperPWA": { + "cats": [ + 87 + ], "js": [ "superpwa_sw" ], @@ -24273,9 +38892,21 @@ "website": "https://superpwa.com" }, "Supersized": { + "cats": [ + 25 + ], + "scriptSrc": [ + "supersized(?:\\.([\\d.]*[\\d]))?.*\\.js\\;version:\\1" + ], "website": "https://buildinternet.com/project/supersized" }, "Superspeed": { + "cats": [ + 92 + ], + "scriptSrc": [ + "superspeed\\.gadget-edge\\.com" + ], "implies": [ "Shopify" ], @@ -24283,6 +38914,10 @@ "website": "https://apps.shopify.com/superspeed-free-speed-boost" }, "Support Hero": { + "cats": [ + 4, + 13 + ], "js": [ "supporthero", "supportherowidget" @@ -24291,16 +38926,25 @@ "website": "https://www.supporthero.com/" }, "Survicate": { + "cats": [ + 73 + ], "js": [ "survicate" ], "headers": { "content-security-policy": "api\\.survicate\\.com" }, + "scriptSrc": [ + "\\.survicate\\.com/" + ], "description": "Survicate is an all-in-one customer feedback tool that allows you collect feedback.", "website": "https://survicate.com" }, "Svbtle": { + "cats": [ + 11 + ], "meta": { "generator": [ "^svbtle\\.com$" @@ -24309,10 +38953,16 @@ "website": "https://www.svbtle.com" }, "Svelte": { + "cats": [ + 12 + ], "description": "Svelte is a free and open-source front end compiler created by Rich Harris and maintained by the Svelte core team members.", "website": "https://svelte.dev" }, "SvelteKit": { + "cats": [ + 66 + ], "meta": { "generator": [ "sveltekit" @@ -24327,32 +38977,62 @@ "website": "https://kit.svelte.dev" }, "Swagger UI": { + "cats": [ + 4 + ], "js": [ "swaggeruibundle", "swaggeruistandalonepreset" ], + "scriptSrc": [ + "(?:/([\\d.]+))?/swagger-ui-bundle\\.js\\;version:\\1" + ], "description": "Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate documentation from a Swagger-compliant API.", "website": "https://swagger.io/tools/swagger-ui" }, "Swagify": { + "cats": [ + 10 + ], "js": [ "swagify" ], + "scriptSrc": [ + "api\\.swagifyapp\\.com/" + ], "description": "Swagify allows you to upsell, cross-sell, and promote, by creating as many completely customizable offers as you want.", "website": "https://swagifyapp.com" }, "SweetAlert": { + "cats": [ + 59 + ], + "scriptSrc": [ + "sweet(?:-)?alert(?:\\.min)?\\.js" + ], "description": "SweetAlert is a JavaScript library that provides alternative alert and modal dialog boxes for web applications, with customisable features, aiming to improve the user interface of the default browser dialogs.", "website": "https://sweetalert.js.org" }, "SweetAlert2": { + "cats": [ + 59 + ], "js": [ "sweetalert2" ], + "scriptSrc": [ + "/npm/sweetalert2@([\\d.]+)\\;version:\\1", + "limonte-sweetalert2/([\\d.]+)/sweetalert2(?:\\.all)(?:\\.min)\\.js", + "sweetalert2(?:\\.all)?(?:\\.min)?\\.js", + "sweetalert2@([\\d.]+)/dist/sweetalert2(?:\\.all)(?:\\.min)\\.js" + ], "description": "SweetAlert2 is a JavaScript library that provides customisable, visually appealing, and responsive alert and modal dialog boxes for web applications.", "website": "https://sweetalert2.github.io/" }, "Swell": { + "cats": [ + 6 + ], "cookies": { "swell-session": "" }, @@ -24363,24 +39043,45 @@ "website": "https://www.swell.is" }, "Swiffy Slider": { + "cats": [ + 59 + ], + "scriptSrc": [ + "/npm/swiffy-slider@([\\d\\.]+)/\\;version:\\1" + ], "description": "Swiffy Slider is a wrapper defined in html with slides, navigation and indicators as its children.", "website": "https://swiffyslider.com" }, "Swiftype": { + "cats": [ + 29 + ], "js": [ "swiftype" ], + "scriptSrc": [ + "swiftype\\.com/embed\\.js$" + ], "description": "Swiftype provides search software for organisations, websites, and computer programs.", "website": "https://swiftype.com" }, "Swiper": { + "cats": [ + 59 + ], "js": [ "swiper" ], + "scriptSrc": [ + "swiper(?:\\.min)?\\.js" + ], "description": "Swiper is a JavaScript library that creates modern touch sliders with hardware-accelerated transitions.", "website": "https://swiperjs.com" }, "Swym Wishlist Plus": { + "cats": [ + 100 + ], "js": [ "swappname", "swymcart.attributes" @@ -24392,6 +39093,13 @@ "website": "https://swym.it/apps/wishlist/" }, "Sylius": { + "cats": [ + 6 + ], + "scriptSrc": [ + "syliusgtmenhancedecommerceplugin", + "syliusshop/script\\.js" + ], "implies": [ "Symfony" ], @@ -24399,6 +39107,9 @@ "website": "https://sylius.com" }, "Symfony": { + "cats": [ + 18 + ], "cookies": { "sf_redirect": "" }, @@ -24412,6 +39123,9 @@ "website": "https://symfony.com" }, "Sympa": { + "cats": [ + 30 + ], "html": [ "\u003ca href=\"https?://www\\.sympa\\.org\"\u003e\\s*powered by sympa\\s*\u003c/a\u003e" ], @@ -24427,19 +39141,38 @@ "website": "https://www.sympa.org/" }, "Syndeca": { + "cats": [ + 10, + 76 + ], "js": [ "syndecaanalyticsobject" ], + "scriptSrc": [ + "\\.syndeca\\.com/" + ], "description": "Syndeca is a visual commerce platform that allows brands to quickly create engaging, actionable campaigns.", "website": "https://www.syndeca.com" }, "Synerise": { + "cats": [ + 10 + ], + "scriptSrc": [ + "snrcdn\\.net/sdk/(3\\.0)/synerise-javascript-sdk\\.min\\.js\\;version:\\1" + ], "website": "https://synerise.com/" }, "Synology DiskStation": { + "cats": [ + 48 + ], "html": [ "\u003cnoscript\u003e\u003cdiv class='syno-no-script'" ], + "scriptSrc": [ + "webapi/entry\\.cgi\\?api=syno\\.(?:core|filestation)\\.desktop\\." + ], "meta": { "application-name": [ "synology diskstation" @@ -24452,6 +39185,9 @@ "website": "https://synology.com" }, "SyntaxHighlighter": { + "cats": [ + 19 + ], "js": [ "syntaxhighlighter" ], @@ -24461,25 +39197,44 @@ "website": "https://github.com/syntaxhighlighter" }, "Systeme.io": { + "cats": [ + 32 + ], + "scriptSrc": [ + "//systeme\\.io/" + ], "description": "Systeme.io is an all-in-one marketing platform that helps businesses create and launch sales funnels, affiliate programs, email marketing campaigns, online courses, blogs, and websites.", "website": "https://systeme.io" }, "Syte": { + "cats": [ + 76, + 29 + ], "js": [ "syteapi.getbinimagebb", "syteapp.analytics", "sytepixel" ], + "scriptSrc": [ + "cdn\\.syteapi\\.com/" + ], "description": "Syte is a provider of visual AI technology that aims to improve retailers' site navigation, product discovery, and user experience by powering solutions that engage and convert shoppers.", "website": "https://www.syte.ai" }, "T-Soft": { + "cats": [ + 6 + ], "html": [ "\u003ca href=\"http://www\\.tsoft\\.com\\.tr\" target=\"_blank\" title=\"t-soft e-ticaret sistemleri\"\u003e" ], "website": "https://www.tsoft.com.tr/" }, "T1 Comercios": { + "cats": [ + 19 + ], "meta": { "generator": [ "^t1comercios$" @@ -24489,6 +39244,9 @@ "website": "https://www.t1comercios.com" }, "T1 Envios": { + "cats": [ + 99 + ], "meta": { "generator": [ "^t1envios$" @@ -24498,6 +39256,9 @@ "website": "https://t1envios.com" }, "T1 Paginas": { + "cats": [ + 6 + ], "meta": { "generator": [ "^t1paginas$" @@ -24512,6 +39273,9 @@ "website": "https://t1paginas.com" }, "T1 Pagos": { + "cats": [ + 41 + ], "meta": { "generator": [ "^t1pagos$" @@ -24521,6 +39285,9 @@ "website": "https://www.t1pagos.com" }, "TCAdmin": { + "cats": [ + 9 + ], "js": [ "tcadmin" ], @@ -24528,14 +39295,29 @@ "website": "https://www.tcadmin.com" }, "TDesign": { + "cats": [ + 66 + ], + "scriptSrc": [ + "tdesign\\.gtimg\\.com/" + ], "description": "TDesign launched by Tencent contains rich and reusable design component resources, such as color system, text system, motion design, etc.", "website": "https://tdesign.tencent.com" }, "THG Ingenuity": { + "cats": [ + 6 + ], + "scriptSrc": [ + "thehut-.*\\.js" + ], "description": "THG Ingenuity is completely unique in that it's both a peer-to-peer ecommerce retailer and a service provider to global cross-border commerce operations.", "website": "https://www.thgingenuity.com" }, "THRON": { + "cats": [ + 95 + ], "js": [ "thronhlsjs", "thronplayer" @@ -24544,6 +39326,9 @@ "website": "https://www.thron.com" }, "TN Express Web": { + "cats": [ + 1 + ], "cookies": { "tnew": "" }, @@ -24554,22 +39339,41 @@ "website": "https://www.tessituranetwork.com" }, "TNS Payments": { + "cats": [ + 41 + ], + "scriptSrc": [ + "secure\\.ap\\.tnspayments\\.com" + ], "description": "TNS Payments, is designed to deliver payment transaction information to banks, merchants, processors and other payment institutions.", "website": "https://tnsi.com/products/payments/" }, "TRISOshop": { + "cats": [ + 6 + ], "description": "TRISOshop is an ecommerce platform.", "website": "https://www.trisoshop.pl" }, "TRUENDO": { + "cats": [ + 67 + ], "js": [ "truendo", "truendocookiecontrolcallback" ], + "scriptSrc": [ + "cdn\\.priv\\.center/", + "cdn\\.truendo\\.com/" + ], "description": "TRUENDO is a GDPR compliance software.", "website": "https://truendo.com" }, "TVSquared": { + "cats": [ + 36 + ], "js": [ "_tvq", "tv2track" @@ -24578,12 +39382,18 @@ "website": "https://www.tvsquared.com" }, "TWiki": { + "cats": [ + 8 + ], "cookies": { "twikisid": "" }, "html": [ "\u003cimg [^\u003e]*(?:title|alt)=\"this site is powered by the twiki collaboration platform" ], + "scriptSrc": [ + "(?:twikijavascripts|twikilib(?:\\.min)?\\.js)" + ], "implies": [ "Perl" ], @@ -24591,6 +39401,12 @@ "website": "https://twiki.org" }, "TYPO3 CMS": { + "cats": [ + 1 + ], + "scriptSrc": [ + "^/?typo3(?:conf|temp)/" + ], "meta": { "generator": [ "typo3\\s+(?:cms\\s+)?(?:[\\d.]+)?(?:\\s+cms)?" @@ -24603,33 +39419,64 @@ "website": "https://typo3.org/" }, "Tabarnapp": { + "cats": [ + 100 + ], "js": [ "tabarnapp_loaded_ad" ], + "scriptSrc": [ + "cdn\\.tabarn\\.app/" + ], "description": "Tabarnapp is a platform for Shopify apps and themes.", "website": "https://tabarnapp.com" }, "Tabby": { + "cats": [ + 41, + 91 + ], "js": [ "tabby", "tabbypromo" ], + "scriptSrc": [ + "checkout\\.tabby\\.ai" + ], "description": "Tabby is a Buy now pay later solution from Middle East.", "website": "https://tabby.ai/" }, "TableBooker": { + "cats": [ + 93 + ], + "scriptSrc": [ + "reservations\\.tablebooker\\.\\w+/" + ], "description": "Tablebooker is an online reservation system for restaurants.", "website": "https://www.tablebooker.com" }, "TableCheck": { + "cats": [ + 93 + ], + "scriptSrc": [ + "tc_widget\\.js" + ], "description": "TableCheck is a restaurant table booking widget.", "website": "https://www.tablecheck.com" }, "TablePress": { + "cats": [ + 87 + ], "description": "TablePress is a free and open source plugin for the WordPress publishing platform. It enables you to create and manage tables on your website, without any coding knowledge.", "website": "https://tablepress.org" }, "Taboola": { + "cats": [ + 36 + ], "cookies": { "taboola_session_id": "" }, @@ -24638,10 +39485,16 @@ "taboola_view_id", "trcimpl.global" ], + "scriptSrc": [ + "\\.taboola\\.com" + ], "description": "Taboola is a content discovery \u0026 native advertising platform for publishers and advertisers.", "website": "https://www.taboola.com" }, "Tachyons": { + "cats": [ + 66 + ], "js": [ "webpackchunkgatsby_starter_blog_tachyons" ], @@ -24649,6 +39502,12 @@ "website": "https://tachyons.io" }, "Tada": { + "cats": [ + 100 + ], + "scriptSrc": [ + "cdn\\.trytada\\.com/" + ], "implies": [ "Shopify" ], @@ -24656,31 +39515,60 @@ "website": "https://trytada.com" }, "TagPro": { + "cats": [ + 42 + ], "js": [ "initadprotags" ], + "scriptSrc": [ + "tagpro\\.adpromedia\\.net/" + ], "description": "TagPro is software that updates and allows you to manage tags within websites, identifying various types of variables to optimise loads for advertising.", "website": "https://tagpro.adpromedia.net" }, "Tagboard": { + "cats": [ + 96 + ], + "scriptSrc": [ + "\\.tagboard\\.com/" + ], "description": "Tagboard is a platform which allows users to aggregate data from major social networking websites and embed, repost and redisplay it on various media.", "website": "https://tagboard.com" }, "Tagembed": { + "cats": [ + 96, + 5 + ], "js": [ "tagembedwidget" ], + "scriptSrc": [ + "//widget\\.tagembed\\.com/" + ], "description": "Tagembed is a social media aggregator that collects and displays engaging user-generated content from any social media network such as Instagram, Facebook, Twitter, Youtube, Tiktok, Google Reviews, Airbnb, and 18+ networks.", "website": "https://tagembed.com" }, "Taggbox": { + "cats": [ + 5 + ], "js": [ "taggboxajaxurl" ], + "scriptSrc": [ + "\\.taggbox\\.com", + "taggbox\\.com/app/js/embed\\.min\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1" + ], "description": "Taggbox is an UGC platform to collect, curate, manage rights, and publish user-generated content marketing campaigns across multiple channels.", "website": "https://taggbox.com/" }, "Taiga": { + "cats": [ + 13 + ], "js": [ "taigaconfig" ], @@ -24691,20 +39579,35 @@ "website": "https://taiga.io" }, "Tail": { + "cats": [ + 97 + ], + "scriptSrc": [ + "\\.tailtarget\\.com/" + ], "description": "Tail is a customer data management platform.", "website": "https://www.tail.digital" }, "Tailwind CSS": { - "js": [ - "tailwind" + "cats": [ + 66 ], "css": [ "--tw-(?:rotate|translate|space-x|text-opacity|border-opacity)" ], + "js": [ + "tailwind" + ], + "scriptSrc": [ + "\\.tailwindcss(?:tailwind-config-cdn)?\\.(?:com|js)" + ], "description": "Tailwind is a utility-first CSS framework.", "website": "https://tailwindcss.com/" }, "TakeDrop": { + "cats": [ + 6 + ], "js": [ "webpackjsonptakedrop-react" ], @@ -24712,6 +39615,11 @@ "website": "https://takedrop.pl" }, "Talkable": { + "cats": [ + 74, + 84, + 94 + ], "js": [ "talkable.config.version" ], @@ -24719,10 +39627,19 @@ "website": "https://www.talkable.com" }, "Tallentor": { + "cats": [ + 10 + ], + "scriptSrc": [ + "tallentor\\.com/js/script_tracker\\.js" + ], "description": "Tallentor is a subscription-based software website analytics, heatmap, channel chat intergration.", "website": "https://tallentor.com" }, "Tallentor Widget": { + "cats": [ + 52 + ], "cookies": { "tallentor_widget": "" }, @@ -24730,26 +39647,45 @@ "website": "https://tallentor.com" }, "Tally": { + "cats": [ + 73 + ], "js": [ "tally" ], + "scriptSrc": [ + "//tally\\.so/" + ], "description": "Tally is the simplest way to create free forms \u0026 surveys. Create any type of form in seconds, without knowing how to code, and for free.", "website": "https://tally.so/" }, "Tamago": { + "cats": [ + 5 + ], "html": [ "\u003clink [^\u003e]*href=\"http://tamago\\.temonalab\\.com" ], "website": "https://tamago.temonalab.com" }, "Tamara": { + "cats": [ + 41, + 91 + ], "js": [ "tamaraproductwidget" ], + "scriptSrc": [ + "cdn\\.tamara\\.co" + ], "description": "Tamara ia a BNPL (Buy now pay later) provider in Saudi Arabia.", "website": "https://tamara.co/" }, "Tangled Network": { + "cats": [ + 88 + ], "headers": { "x-hosting-provider": "tangled network" }, @@ -24757,28 +39693,52 @@ "website": "https://tanglednetwork.com" }, "Tapad": { + "cats": [ + 36 + ], "description": "Tapad is a venture-funded startup company that develops and markets software and services for cross-device advertising and content delivery.", "website": "https://www.tapad.com" }, "Tapcart": { + "cats": [ + 19 + ], "js": [ "tapcartwebbanner" ], + "scriptSrc": [ + "cdn\\.tapcart\\.com/" + ], "description": "Tapcart is a mobile commerce SaaS platform that integrates directly with Shopify.", "website": "https://tapcart.com" }, "Tapfiliate": { + "cats": [ + 71 + ], "js": [ "tapfiliateobject" ], + "scriptSrc": [ + "\\.tapfiliate\\.com/" + ], "description": "Tapfiliate is a cloud-based affiliate marketing software that helps businesses to create, track, and optimise their own affiliate marketing programs.", "website": "https://tapfiliate.com" }, "Target2Sell": { + "cats": [ + 76 + ], + "scriptSrc": [ + "static\\.target2sell\\.com" + ], "description": "Target2Sell is a personalisation solution for ecommerce sites.", "website": "https://www.target2sell.com/" }, "Tatari": { + "cats": [ + 36 + ], "js": [ "tatari" ], @@ -24786,13 +39746,22 @@ "website": "https://www.tatari.tv" }, "Tawk.to": { + "cats": [ + 52 + ], "cookies": { "tawkconnectiontime": "" }, + "scriptSrc": [ + "//embed\\.tawk\\.to" + ], "description": "Tawk.to is a free messaging app to monitor and chat with the visitors to a website, mobile app.", "website": "https://tawk.to" }, "Teachable": { + "cats": [ + 21 + ], "cookies": { "_gat_teachabletracker": "\\d+" }, @@ -24801,6 +39770,9 @@ "teachableicons", "trackteachablegaevent" ], + "scriptSrc": [ + "\\.teachablecdn\\.com" + ], "meta": { "asset_host": [ "\\.teachablecdn\\.com" @@ -24810,25 +39782,51 @@ "website": "https://teachable.com" }, "Teads": { + "cats": [ + 36 + ], + "scriptSrc": [ + "teads\\.tv" + ], "description": "Teads is a technology provider that sells ads on publisher websites.", "website": "https://www.teads.com" }, "Tealium": { + "cats": [ + 42, + 97 + ], "js": [ "tealiumenabled" ], + "scriptSrc": [ + "/tealium/utag\\.js$", + "^(?:https?:)?//tags\\.tiqcdn\\.com/" + ], "description": "Tealium provides a sales enterprise tag management system and marketing software.", "website": "https://tealium.com" }, "Tealium AudienceStream": { + "cats": [ + 86 + ], + "scriptSrc": [ + "\\.tealiumiq\\.com" + ], "description": "Tealium AudienceStream is an omnichannel customer segmentation and real-time action engine.", "website": "https://tealium.com/products/audiencestream" }, "Tealium Consent Management": { + "cats": [ + 67 + ], "description": "Tealium Consent Management adds consent and data privacy support.", "website": "https://docs.tealium.com/platforms/getting-started/consent-management" }, "TeamBrain": { + "cats": [ + 5 + ], "js": [ "teambrainexternalapp" ], @@ -24836,6 +39834,9 @@ "website": "https://www.teambrain.io" }, "TeamCity": { + "cats": [ + 44 + ], "html": [ "\u003cspan class=\"versiontag\"\u003e\u003cspan class=\"vword\"\u003eversion\u003c/span\u003e ([\\d\\.]+)\\;version:\\1" ], @@ -24857,6 +39858,9 @@ "website": "https://www.jetbrains.com/teamcity/" }, "Teamtailor": { + "cats": [ + 101 + ], "js": [ "teamtailor.ziggeo" ], @@ -24864,10 +39868,16 @@ "website": "https://www.teamtailor.com" }, "Tebex": { + "cats": [ + 6 + ], "headers": { "tb-cache-country": "^\\w+$\\;confidence:50", "tb-cache-group": "^webstore$\\;confidence:50" }, + "scripts": [ + "\\.tebexlogin" + ], "implies": [ "MySQL", "PHP", @@ -24877,6 +39887,9 @@ "website": "https://www.tebex.io" }, "Telescope": { + "cats": [ + 1 + ], "js": [ "telescope" ], @@ -24887,9 +39900,22 @@ "website": "https://telescopeapp.org" }, "Tencent Analytics (腾讯分析)": { + "cats": [ + 10 + ], + "scriptSrc": [ + "tajs\\.qq\\.com/stats" + ], "website": "https://ta.qq.com/" }, "Tencent Cloud": { + "cats": [ + 31, + 62 + ], + "scriptSrc": [ + "\\.tencent-cloud\\.(?:cn|com)/" + ], "meta": { "copyright": [ "^.+tencent\\scloud\\.$" @@ -24899,13 +39925,27 @@ "website": "https://intl.cloud.tencent.com" }, "Tencent QQ": { + "cats": [ + 52 + ], "description": "Tencent QQ also known as QQ, is an instant messaging software service and web portal developed by the Chinese tech giant Tencent.", "website": "https://im.qq.com" }, "Tencent Waterproof Wall": { + "cats": [ + 9, + 16 + ], + "scriptSrc": [ + "/tcaptcha\\.js", + "captcha\\.qq\\.com/.*" + ], "website": "https://007.qq.com/" }, "Tengine": { + "cats": [ + 22 + ], "headers": { "server": "tengine" }, @@ -24913,18 +39953,36 @@ "website": "https://tengine.taobao.org" }, "Termly": { + "cats": [ + 67 + ], + "scriptSrc": [ + "app\\.termly\\.io/embed\\.min\\.js" + ], "description": "Termly provides free website policy resources and web-based policy creation software.", "website": "https://termly.io/" }, "Tern": { + "cats": [ + 100 + ], + "scriptSrc": [ + "live\\.tern-returns\\.eastsideapps\\.io/" + ], "description": "Tern is a plug and play ecommerce app, built for Shopify, that offers merchants the ability to provide a seamless trade-in service.", "website": "https://www.tern.eco" }, "TerriaJS": { + "cats": [ + 35 + ], "description": "TerriaJS is an open-source framework for web-based geospatial catalogue explorers.", "website": "https://terria.io/" }, "Tessitura": { + "cats": [ + 53 + ], "html": [ "\u003c!--[^\u003e]+tessitura version: (\\d*\\.\\d*\\.\\d*)?\\;version:\\1" ], @@ -24936,18 +39994,33 @@ "website": "https://www.tessituranetwork.com" }, "TestFreaks": { + "cats": [ + 90 + ], "js": [ "applytestfreaks", "testfreaks" ], + "scriptSrc": [ + "\\.testfreaks\\.com/" + ], "description": "TestFreaks is an impartial source that provides product and seller review content for ecommerce websites.", "website": "https://www.testfreaks.com" }, "Texthelp": { + "cats": [ + 68 + ], + "scriptSrc": [ + "browsealoud\\.com/.*/browsealoud\\.js" + ], "description": "TextHelp is a literacy, accessibility and dyslexia software developer for people with reading and writing difficulties.", "website": "https://www.texthelp.com/en-gb/products/browsealoud/" }, "Textpattern CMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "textpattern" @@ -24960,6 +40033,9 @@ "website": "https://textpattern.com" }, "The Arena Group": { + "cats": [ + 36 + ], "meta": { "generator": [ "^tempest\\s-\\smaven\\.io$" @@ -24969,6 +40045,9 @@ "website": "https://thearenagroup.net" }, "The Church Co": { + "cats": [ + 51 + ], "meta": { "generator": [ "^thechurchco\\s([\\d\\.]+)$\\;version:\\1" @@ -24978,14 +40057,24 @@ "website": "https://thechurchco.com" }, "The Events Calendar": { + "cats": [ + 87 + ], "js": [ "tribe_l10n_datatables", "tribecalendar" ], + "scriptSrc": [ + "/wp-content/plugins/the-events-calendar(?:-pro)?/" + ], "description": "The Events Calendar is a free event management plugin for WordPress.", "website": "https://theeventscalendar.com" }, "The Hotels Network": { + "cats": [ + 10, + 76 + ], "js": [ "thn.data.version" ], @@ -24993,10 +40082,17 @@ "content-security-policy": "\\.thehotelsnetwork\\.com", "content-security-policy-report-only": "\\.thehotelsnetwork\\.com" }, + "scriptSrc": [ + "\\.thehotelsnetwork\\.com/" + ], "description": "The Hotels Network provides a SaaS software that enhances hotelier websites with predictive marketing personalisation and user behavior analytics.", "website": "https://thehotelsnetwork.com" }, "The SEO Framework": { + "cats": [ + 54, + 87 + ], "html": [ "\u003c!--[^\u003e]+the seo framework by sybre waaijer" ], @@ -25004,14 +40100,27 @@ "website": "https://theseoframework.com" }, "The Theme Foundry Make": { + "cats": [ + 80 + ], "js": [ "makedynamicstylesheet", "makefrontend" ], + "scriptSrc": [ + "/wp-content/themes/make(?:-child)?/.+frontend\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Make is a free, open-source builder WordPress theme by The Theme Foundry.", "website": "https://thethemefoundry.com/wordpress-themes/make" }, "The.com": { + "cats": [ + 18, + 51 + ], + "scriptSrc": [ + "the-dotcom-public-cdn\\.s3\\.amazonaws\\.com/" + ], "implies": [ "Amazon S3", "React" @@ -25020,10 +40129,17 @@ "website": "https://www.the.com" }, "Thefork": { + "cats": [ + 93 + ], "description": "Thefork is a restaurant booking, managing system.", "website": "https://www.thefork.com" }, "Thelia": { + "cats": [ + 1, + 6 + ], "html": [ "\u003c(?:link|style|script)[^\u003e]+/assets/frontoffice/" ], @@ -25034,77 +40150,161 @@ "website": "https://thelia.net" }, "Theme Freesia Edge": { + "cats": [ + 80 + ], "js": [ "edge_slider_value" ], + "scriptSrc": [ + "/wp-content/themes/edge(?:-plus)?/" + ], "description": "Edge is a responsive blogger WordPress theme by Theme Freesia.", "website": "https://themefreesia.com/themes/edge" }, "Theme Freesia Photograph": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/photograph(?:-plus)?/" + ], "description": "Photograph is a WordPress theme exclusively built for photographer, blogger, portfolio, photography agency or photo studio websites.", "website": "https://themefreesia.com/themes/Photograph" }, "Theme Freesia ShoppingCart": { + "cats": [ + 80 + ], "js": [ "shoppingcart_slider_value" ], + "scriptSrc": [ + "/wp-content/themes/shoppingcart(?:-plus)?/" + ], "description": "ShoppingCart is a WordPress theme especially build for store and ecommerce by Theme Freesia.", "website": "https://themefreesia.com/themes/shoppingcart" }, "Theme Horse Attitude": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/attitude(?:-pro)?/" + ], "description": "Attitude is a simple, clean and responsive retina ready WordPress theme by Theme Horse.", "website": "https://www.themehorse.com/themes/attitude" }, "Theme Horse NewsCard": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/newscard(?:-pro)?/" + ], "description": "NewsCard is a multi-purpose magazine/news WordPress theme by Theme Horse.", "website": "https://www.themehorse.com/themes/newscard" }, "Theme Vision Agama": { + "cats": [ + 80 + ], "js": [ "agama", "agama_pro" ], + "scriptSrc": [ + "/wp-content/themes/agama(?:-pro)?/.+functions\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Agama is a free multi-purpose WordPress theme by Theme Vision.", "website": "https://theme-vision.com/agama" }, "Theme4Press Evolve": { + "cats": [ + 80 + ], "js": [ "evolve_js_local_vars" ], + "scriptSrc": [ + "/wp-content/themes/evolve(?:-plus)?/" + ], "description": "Theme4Press Evolve is an multipurpose and minimal WordPress theme.", "website": "https://theme4press.com/evolve-multipurpose-wordpress-theme" }, "ThemeGrill Accelerate": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/accelerate(?:-pro)?/" + ], "description": "ThemeGrill Accelerate is free minimal WordPress theme.", "website": "https://themegrill.com/themes/accelerate" }, "ThemeGrill Cenote": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/cenote(?:-pro)?/" + ], "description": "ThemeGrill Cenote is a creative blogging WordPress theme, fully compatible with WooCommerce and popular page builders.", "website": "https://themegrill.com/themes/cenote" }, "ThemeGrill ColorMag": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/colormag(?:-pro)?/" + ], "description": "ThemeGrill ColorMag is most popular magazine-newspaper style WordPress theme.", "website": "https://themegrill.com/themes/colormag" }, "ThemeGrill Flash": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/flash(?:-pro)?/" + ], "description": "ThemeGrill Flash is one of the most flexible multipurpose WordPress themes.", "website": "https://themegrill.com/themes/flash" }, "ThemeGrill Radiate": { + "cats": [ + 80 + ], "js": [ "radiatescriptparam" ], + "scriptSrc": [ + "/wp-content/themes/radiate(?:-pro)?/" + ], "description": "ThemeGrill Radiate is a simple and minimal WordPress theme focused on blogging.", "website": "https://themegrill.com/themes/radiate" }, "ThemeGrill Spacious": { + "cats": [ + 80 + ], "js": [ "spacious_slider_value" ], + "scriptSrc": [ + "/wp-content/themes/spacious(?:-pro)?/" + ], "description": "ThemeGrill Spacious is beautiful small to medium business responsive WordPress theme.", "website": "https://themegrill.com/themes/spacious" }, "ThemeGrill eStore": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/e(?:s|s)tore(?:-pro)?/" + ], "meta": { "generator": [ "estore v\\.([\\d\\.]+)\\;version:\\1" @@ -25117,40 +40317,73 @@ "website": "https://themegrill.com/themes/estore" }, "ThemeIsle Menu Icons": { + "cats": [ + 87 + ], "description": "ThemeIsle Menu Icons plugin gives you the ability to add icons to your menu items, similar to the look of the latest dashboard menu.", "website": "https://wordpress.org/plugins/menu-icons" }, "ThemeZee Donovan": { + "cats": [ + 80 + ], "js": [ "donovan_menu_title", "donovanscreenreadertext" ], + "scriptSrc": [ + "/wp-content/themes/donovan/" + ], "description": "ThemeZee Donovan is a flexible, yet easy-to-use blogging WordPress theme.", "website": "https://themezee.com/themes/donovan" }, "ThemeZee Poseidon": { + "cats": [ + 80 + ], "js": [ "poseidonscreenreadertext" ], + "scriptSrc": [ + "/wp-content/themes/poseidon/" + ], "description": "ThemeZee Poseidon is an elegant designed WordPress theme featuring a splendid fullscreen image slideshow.", "website": "https://themezee.com/themes/poseidon" }, "ThemeZee Wellington": { + "cats": [ + 80 + ], "js": [ "wellingtonscreenreadertext" ], + "scriptSrc": [ + "/wp-content/themes/wellington/" + ], "description": "Wellington is a clean and simple magazine WordPress theme by ThemeZee.", "website": "https://themezee.com/themes/wellington" }, "Themeansar Newsberg": { + "cats": [ + 80 + ], "description": "Themeansar Newsberg is a fast, clean, modern-looking, responsive news magazine WordPress theme.", "website": "https://themeansar.com/free-themes/newsberg" }, "Themeansar Newsup": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/newsup(?:-pro)?/" + ], "description": "Themeansar Newsup is a fast, clean, modern-looking responsive news magazine WordPress theme.", "website": "https://themeansar.com/free-themes/newsup" }, "Themebeez Cream Magazine": { + "cats": [ + 80 + ], "js": [ "cream_magazine_script_obj" ], @@ -25158,69 +40391,149 @@ "website": "https://themebeez.com/themes/cream-magazine" }, "Themebeez Orchid Store": { + "cats": [ + 80 + ], "js": [ "orchid_store_obj" ], + "scriptSrc": [ + "/wp-content/themes/orchid-store(?:-child)?/.+bundle\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Orchid Store is a clean, flexible, stylish and dynamic ecommerce WordPress theme by Themebeez.", "website": "https://themebeez.com/themes/orchid-store" }, "Themegraphy Graphy": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/graphy(?:-pro)?/" + ], "description": "Themegraphy Graphy is now compatible with WordPress 5.0 and Gutenberg blog-oriented WordPress theme.", "website": "https://themegraphy.com/wordpress-themes/graphy" }, "Themes4Wp Bulk": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/bulk(?:-pro)?/.+customscript\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Themes4Wp Bulk is a modern and responsive multipurpose WordPress theme.", "website": "https://themes4wp.com/theme/bulk" }, "ThemezHut Bam": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/bam(?:-pro)?/" + ], "description": "ThemezHut Bam is a great flexible WordPress theme for blogging sites.", "website": "https://themezhut.com/themes/bam" }, "ThemezHut HitMag": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/hitmag(?:-pro)?/" + ], "description": "ThemezHut HitMag is a stylish and powerful WordPress theme crafted for magazines, newspapers or personal blogs.", "website": "https://themezhut.com/themes/hitmag" }, "Themonic Iconic One": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/iconic-one(?:-[\\w]+)?/" + ], "description": "Themonic Iconic One is a premium quality WordPress theme with pixel perfect typography and responsiveness and is built for speed.", "website": "https://themonic.com/iconic-one" }, "Thesis": { + "cats": [ + 10 + ], "js": [ "thix.history", "thix.t" ], + "scriptSrc": [ + "thix\\.ttsep\\.com/" + ], "description": "Thesis is a conversion rate optimisation company.", "website": "https://www.thesistesting.com" }, "ThimPress Course Review": { + "cats": [ + 87 + ], "description": "Course Review is a WordPress plugin by ThimPress. Course Review gives students the opportunity to evaluate and provide feedback in order to improve the course.", "website": "https://wordpress.org/plugins/learnpress-course-review" }, "ThimPress Course Wishlist": { + "cats": [ + 87 + ], "description": "Course Wishlist is a WordPress plugin by ThimPress. Course Wishlist bring wishlist feature for LearnPress.", "website": "https://wordpress.org/plugins/learnpress-wishlist" }, "ThimPress Gradebook": { + "cats": [ + 87 + ], "description": "Gradebook is a WordPress plugin by ThimPress. Gradebook add-on for LearnPress makes it easier to track the students learning progress and result.", "website": "https://thimpress.com/product/gradebook-add-on-for-learnpress" }, "ThimPress LearnPress": { + "cats": [ + 87, + 21 + ], + "scriptSrc": [ + "/wp-content/plugins/learnpress/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "LearnPress is a WordPress LMS plugin by ThimPress.", "website": "https://wordpress.org/plugins/learnpress" }, "Thimatic": { + "cats": [ + 90, + 100 + ], + "scriptSrc": [ + "thimatic-apps\\.com/product_review/.*?v=([\\d.]+)\\;version:\\1" + ], "description": "Thimatic is a Shopify app for product reviews.", "website": "https://thimatic-apps.com/" }, "Think Up Themes Consulting": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/consulting(?:-pro)?/" + ], "description": "Think Up Themes Consulting is a multipurpose WordPress theme that is available for free download and also offers a pro version.", "website": "https://www.thinkupthemes.com/themes/consulting" }, "Think Up Themes Minamaze": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/minamaze(?:-pro)?/" + ], "description": "Think Up Themes Minamaze is a multipurpose WordPress theme that is available for free download and also offers a pro version.", "website": "https://www.thinkupthemes.com/themes/minamaze" }, "ThinkPHP": { + "cats": [ + 18 + ], "cookies": { "thinkphp_show_page_trace": "" }, @@ -25234,6 +40547,9 @@ "website": "https://www.thinkphp.cn" }, "Thinkific": { + "cats": [ + 21 + ], "cookies": { "_thinkific_session": "" }, @@ -25241,22 +40557,42 @@ "thinkific", "thinkificanalytics" ], + "scriptSrc": [ + "cdn(?:-themes)?\\.thinkific\\.com" + ], "description": "Thinkific is a software platform that enables entrepreneurs to create, market, sell, and deliver their own online courses.", "website": "https://www.thinkific.com" }, "ThreatMetrix": { + "cats": [ + 16, + 83 + ], + "scriptSrc": [ + "\\.online-metrix\\.net" + ], "description": "LexisNexis ThreatMetrix is an enterprise solution for online risk and fraud protection ('digital identity intelligence and digital authentication').", "website": "https://risk.lexisnexis.com/products/threatmetrix" }, "Three.js": { + "cats": [ + 25 + ], "js": [ "__three__", "three.revision" ], + "scriptSrc": [ + "three(?:\\.min)?\\.js" + ], "description": "Three.js is a cross-browser JavaScript library and application programming interface used to create and display animated 3D computer graphics in a web browser using WebGL.", "website": "https://threejs.org" }, "Threekit": { + "cats": [ + 105, + 95 + ], "js": [ "threekit.configuratorform", "threekitar", @@ -25266,46 +40602,105 @@ "website": "https://www.threekit.com" }, "Thrive Apprentice": { + "cats": [ + 87, + 21 + ], + "scriptSrc": [ + "/wp-content/plugins/thrive-apprentice/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Thrive Apprentice is a WordPress plugin for creating online courses and also a membership plugin.", "website": "https://thrivethemes.com/apprentice/" }, "Thrive Architect": { + "cats": [ + 87, + 51 + ], + "scriptSrc": [ + "/wp-content/plugins/thrive-visual-editor/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Thrive Architect is the visual page builder for WordPress.", "website": "https://thrivethemes.com/architect/" }, "Thrive Comments": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/thrive-comments/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Thrive Comments plugin replaces the standard WordPress comments from your website.", "website": "https://thrivethemes.com/comments/" }, "Thrive Leads": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/thrive-leads/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Thrive Leads is an all-in-one email list building plugin for WordPress.", "website": "https://thrivethemes.com/leads/" }, "Thrive Quiz Builder": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/thrive-quiz-builder/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Thrive Quiz Builder is a powerful WordPress plugin that can help you to create quizzes for your website or blog.", "website": "https://thrivethemes.com/quizbuilder" }, "Thrive Ultimatum": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/thrive-ultimatum/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Thrive Ultimatum is a WordPress scarcity marketing plugin with built-in templates and campaign tracking tools from developer Thrive Themes.", "website": "https://thrivethemes.com/ultimatum/" }, "ThriveCart": { + "cats": [ + 6 + ], "js": [ "thrivecart" ], + "scriptSrc": [ + "thrivecart\\.js" + ], "description": "ThriveCart is a sales cart solution that lets you create checkout pages for your online products and services.", "website": "https://thrivecart.com" }, "Ticimax": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn\\.ticimax\\.com/" + ], "website": "https://www.ticimax.com" }, "Tictail": { + "cats": [ + 6 + ], "html": [ "\u003clink[^\u003e]*tictail\\.com" ], "website": "https://tictail.com" }, "TiddlyWiki": { + "cats": [ + 1, + 2, + 4, + 8 + ], "js": [ "tiddler" ], @@ -25330,13 +40725,22 @@ "website": "https://tiddlywiki.com" }, "Tidio": { + "cats": [ + 52 + ], "js": [ "tidiochatapi" ], + "scriptSrc": [ + "code\\.tidio\\.co" + ], "description": "Tidio is a customer communication product. It provides multi-channel support so users can communicate with customers on the go. Live chat, messenger, or email are all supported.", "website": "https://www.tidio.com" }, "Tiendanube": { + "cats": [ + 6 + ], "js": [ "ls.store.url" ], @@ -25344,16 +40748,35 @@ "website": "https://www.tiendanube.com" }, "Tiiny Host": { + "cats": [ + 62 + ], + "scriptSrc": [ + "(?://|\\.)tiiny\\.(?:host|site)/" + ], "description": "Tiiny Host is a web hosting service for static sites with support for custom domains, SSL, password protection, and built-in analytics.", "website": "https://tiiny.host" }, "TikTok Pixel": { + "cats": [ + 10 + ], "js": [ "tiktokanalyticsobject" ], "website": "https://ads.tiktok.com" }, "Tiki Wiki CMS Groupware": { + "cats": [ + 1, + 2, + 8, + 11, + 13 + ], + "scriptSrc": [ + "(?:/|_)tiki" + ], "meta": { "generator": [ "^tiki" @@ -25363,6 +40786,9 @@ "website": "https://tiki.org" }, "Tiktak Pro": { + "cats": [ + 6 + ], "meta": { "author": [ "^tiktak-themes$" @@ -25372,13 +40798,22 @@ "website": "https://tiktakpro.tn" }, "Tilda": { + "cats": [ + 1 + ], "html": [ "\u003clink[^\u003e]* href=[^\u003e]+tilda(?:cdn|\\.ws|-blocks)" ], + "scriptSrc": [ + "tilda(?:cdn|\\.ws|-blocks)" + ], "description": "Tilda is a web design tool.", "website": "https://tilda.cc" }, "Tiledesk": { + "cats": [ + 52 + ], "js": [ "tiledesk", "tiledesk", @@ -25389,49 +40824,92 @@ "website": "https://tiledesk.com" }, "Timeplot": { + "cats": [ + 25 + ], "js": [ "timeplot" ], + "scriptSrc": [ + "timeplot.*\\.js" + ], "website": "https://www.simile-widgets.org/timeplot/" }, "Timify": { + "cats": [ + 72 + ], "js": [ "timifywidget" ], + "scriptSrc": [ + "\\.timify\\.com/" + ], "description": "Timify is an online scheduling and resource management software for small, medium and large businesses.", "website": "https://www.timify.com" }, "Tiny Slider": { + "cats": [ + 59 + ], + "scriptSrc": [ + "(?:/([\\d\\.]+)/min/)?tiny-slider(?:\\.min)?\\.js\\;version:\\1" + ], "description": "Tiny Slider is a vanilla javascript slider for all purposes.", "website": "https://github.com/ganlanyuan/tiny-slider" }, "TinyMCE": { + "cats": [ + 24 + ], "js": [ "tinymce", "tinymce.majorversion" ], + "scriptSrc": [ + "/tiny_?mce(?:\\.min)?\\.js" + ], "description": "TinyMCE is an online rich-text editor released as open-source software. TinyMCE is designed to integrate with JavaScript libraries, Vue.js, and AngularJS as well as content management systems such as Joomla!, and WordPress.", "website": "https://www.tiny.cloud/tinymce/" }, "Tinybird": { + "cats": [ + 10 + ], "js": [ "tinybird" ], + "scriptSrc": [ + "\\.tinybird.co/js/index\\.js" + ], "description": "Tinybird is a cloud-native data processing platform that allows developers and data teams to build real-time data pipelines and perform complex data transformations and analysis at scale.", "website": "https://www.tinybird.co/" }, "Tippy.js": { + "cats": [ + 59 + ], "js": [ "tippy.defaultprops" ], + "scriptSrc": [ + "/tippy\\.js(?:@|/)?([\\d\\.]+)?\\;version:\\1" + ], "description": "Tippy.js is the complete tooltip, popover, dropdown, and menu solution for the web, powered by Popper.", "website": "https://atomiks.github.io/tippyjs" }, "Tipsa": { + "cats": [ + 99 + ], "description": "TIPSA is a parcel delivery company in Spain, Portugal and Andorra.", "website": "https://www.tip-sa.com" }, "Tiqets": { + "cats": [ + 5, + 71 + ], "js": [ "__tiqets_loader_reinit" ], @@ -25439,6 +40917,10 @@ "website": "https://www.tiqets.com/affiliate" }, "Tistory": { + "cats": [ + 1, + 11 + ], "js": [ "tistoryblog" ], @@ -25446,6 +40928,9 @@ "website": "https://tistory.com" }, "Titan": { + "cats": [ + 36 + ], "js": [ "titan", "titanenabled" @@ -25453,22 +40938,37 @@ "website": "https://titan360.com" }, "Tolt": { + "cats": [ + 71 + ], "js": [ "tolt_referral", "toltapi", "toltio" ], + "scriptSrc": [ + "\\.tolt\\.io/" + ], "description": "Tolt is an affiliate marketing software designed for SaaS startups.", "website": "https://tolt.io" }, "TomTom Maps": { + "cats": [ + 35 + ], "js": [ "tomtom.map" ], + "scriptSrc": [ + "api\\.tomtom\\.com" + ], "description": "TomTom Maps is a web mapping service.", "website": "https://www.tomtom.com" }, "TomatoCart": { + "cats": [ + 6 + ], "js": [ "ajaxshoppingcart" ], @@ -25480,26 +40980,42 @@ "website": "https://tomatocart.com" }, "TornadoServer": { + "cats": [ + 22 + ], "headers": { "server": "tornadoserver(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://tornadoweb.org" }, "TotalCode": { + "cats": [ + 6 + ], "headers": { "x-powered-by": "^totalcode$" }, "website": "https://www.totalcode.com" }, "Totango": { + "cats": [ + 97 + ], "js": [ "totango", "totangoloader" ], + "scriptSrc": [ + "\\.amazonaws\\.com/totango-cdn/totango\\d\\.js", + "\\.totango\\.com/totango([\\d\\.]+)\\.js\\;version:\\1" + ], "description": "Totango is a customer success platform that helps recurring revenue businesses simplify the complexities of customer success by connecting the dots of customer data, actively monitoring customer health changes, and driving proactive engagements.", "website": "https://www.totango.com" }, "Totara": { + "cats": [ + 21 + ], "cookies": { "totarasession": "" }, @@ -25507,6 +41023,9 @@ "website": "https://www.totaralearning.com" }, "Touch2Success": { + "cats": [ + 6 + ], "meta": { "content": [ "^touch2success$" @@ -25516,6 +41035,9 @@ "website": "https://www.touch2success.com" }, "TownNews": { + "cats": [ + 1 + ], "js": [ "tncms", "tnstats_tracker", @@ -25528,6 +41050,9 @@ "website": "https://townnews.com/" }, "Trac": { + "cats": [ + 13 + ], "html": [ "\u003ca id=\"tracpowered", "powered by \u003ca href=\"[^\"]*\"\u003e\u003cstrong\u003etrac(?:[ /]([\\d.]+))?\\;version:\\1" @@ -25538,14 +41063,27 @@ "website": "https://trac.edgewall.org" }, "TrackJs": { + "cats": [ + 10 + ], "js": [ "trackjs", "trackjs" ], + "scriptSrc": [ + "cdn\\.trackjs\\.com" + ], "description": "TrackJS is an error monitoring agent for production web sites and applications.", "website": "https://trackjs.com" }, "Trackify X": { + "cats": [ + 100, + 10 + ], + "scriptSrc": [ + "trackifyx\\.redretarget\\.com/" + ], "implies": [ "Shopify" ], @@ -25553,14 +41091,26 @@ "website": "https://trackifyapp.com" }, "Tradedoubler": { + "cats": [ + 71 + ], + "scriptSrc": [ + "swrap\\.tradedoubler\\.com" + ], "description": "Tradedoubler is a global affiliate marketing network.", "website": "https://www.tradedoubler.com/" }, "TradingView": { + "cats": [ + 25 + ], "description": "TradingView is used to show world chart, chats and trades markets.", "website": "https://www.tradingview.com" }, "Traek": { + "cats": [ + 10 + ], "js": [ "traek" ], @@ -25568,10 +41118,19 @@ "website": "https://www.traek.io" }, "TrafficStars": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.tsyndicate\\.com/" + ], "description": "TrafficStars is a self-served ad network and ad exchange that operates mainly in adult-related verticals.", "website": "https://trafficstars.com" }, "Transcend": { + "cats": [ + 67 + ], "js": [ "transcend" ], @@ -25579,6 +41138,10 @@ "website": "https://www.transcend.io" }, "Transcy": { + "cats": [ + 89, + 100 + ], "js": [ "_transcy", "transcy_apiuri", @@ -25591,28 +41154,54 @@ "website": "https://transcy.io" }, "Transifex": { + "cats": [ + 12 + ], "js": [ "transifex.live.lib_version" ], "website": "https://www.transifex.com" }, "Transistor.fm": { + "cats": [ + 5 + ], "description": "Transistor.fm is a podcast host, distribution and management platform.", "website": "https://transistor.fm" }, "Translate WordPress": { + "cats": [ + 87, + 89 + ], + "scriptSrc": [ + "/wp-content/plugins/google-language-translator/.+scripts\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Translate WordPress is a website translator plugin which can translate any website to any language automatically. Translate WordPress plugin is now a part of GTranslate family.", "website": "https://gtranslate.io" }, "Transmart": { + "cats": [ + 99 + ], "description": "Transmart is a shipping company in Turkey.", "website": "https://transmartshipping.com" }, "Tray": { + "cats": [ + 6 + ], + "scriptSrc": [ + "tcdn\\.com\\.br" + ], "description": "Tray is an all-in-one ecommerce platform from Brazil.", "website": "https://www.tray.com.br" }, "Trbo": { + "cats": [ + 74, + 76 + ], "cookies": { "trbo_session": "^(?:[\\d]+)$", "trbo_usr": "^(?:[\\d\\w]+)$" @@ -25622,51 +41211,94 @@ "_trbo_start", "_trboq" ], + "scriptSrc": [ + "\\.trbo\\.com" + ], "description": "Trbo is a personalisation, recommendations, A/B testing platform from Germany.", "website": "https://www.trbo.com" }, "Treasure Data": { + "cats": [ + 97 + ], "js": [ "treasure.version" ], + "scriptSrc": [ + "cdn\\.treasuredata\\.com/" + ], "description": "Treasure Data is the only enterprise customer data platform.", "website": "https://www.treasuredata.com" }, "Trengo": { + "cats": [ + 52 + ], "js": [ "trengo.eventbus" ], + "scriptSrc": [ + "\\.widget\\.trengo\\.eu/" + ], "description": "Trengo is an omnichannel communication platform that unifies all messaging channels into one single view.", "website": "https://trengo.com" }, "Triggerbee": { + "cats": [ + 76, + 10 + ], "js": [ "triggerbee" ], + "scriptSrc": [ + "t\\.myvisitors\\.se" + ], "description": "Triggerbee is an onsite personalisation platform that lets you use customer and behavioral data to build and launch personalised campaigns.", "website": "https://triggerbee.com" }, "Trinity Audio": { + "cats": [ + 5 + ], "js": [ "trinity_display", "trinity_player" ], + "scriptSrc": [ + "//trinitymedia\\.ai/" + ], "description": "Trinity Audio's AI-driven solutions help publishers and content creators create a world of smart audio experiences for their audiences, covering every stage of the audio journey from creation to distribution.", "website": "https://www.trinityaudio.ai" }, "Tripadviser.Widget": { + "cats": [ + 5 + ], + "scriptSrc": [ + "tripadvisor\\.[\\w]+/widgetembed" + ], "description": "Tripadvisor embed reviews widget.", "website": "https://www.tripadvisor.com/Widgets" }, "Triple Whale": { + "cats": [ + 10 + ], "description": "The Triple Whale platform combines centralization, visualization, and attribution into a dashboard that presents and illustrates KPIs in an actionable way.", "website": "https://triplewhale.com/" }, "TripleLift": { + "cats": [ + 36 + ], "description": "TripleLift is an advertising technology company providing native programmatic to buyers and sellers.", "website": "https://triplelift.com" }, "Tritac Katana Commerce": { + "cats": [ + 6 + ], "meta": { "powered-by": [ "^katana\\scommerce$" @@ -25676,6 +41308,9 @@ "website": "https://www.tritac.com/nl/producten/katana-commerce/" }, "Trix": { + "cats": [ + 24 + ], "js": [ "trix.version" ], @@ -25683,6 +41318,9 @@ "website": "https://trix-editor.org" }, "Trove Recommerce": { + "cats": [ + 6 + ], "headers": { "x-trove-app-name": "", "x-trove-country-code": "", @@ -25693,18 +41331,41 @@ "website": "https://trove.co" }, "TruValidate": { + "cats": [ + 16, + 83 + ], + "scriptSrc": [ + "ci-mpsnare\\.iovation\\.com", + "mpsnare\\.iesnare\\.com" + ], "description": "TransUnion TruValidate (previously ReputationShield/IDVision from iovation) is an online risk and fraud detection platform.", "website": "https://www.transunion.com/solution/truvalidate" }, "True Fit": { + "cats": [ + 76 + ], + "scriptSrc": [ + "cdn\\.truefitcorp\\.com/(?:.+/([\\d\\.]+))?\\;version:\\1" + ], "description": "True Fit is a data-driven personalisation platform for footwear and apparel retailers.", "website": "https://www.truefit.com" }, "TrueCommerce": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn\\.nexternal\\.com/" + ], "description": "TrueCommerce is an eCommerce platform.", "website": "https://www.truecommerce.com" }, "Truepush": { + "cats": [ + 32 + ], "js": [ "truepush", "truepushversioninfo.key" @@ -25713,6 +41374,9 @@ "website": "https://www.truepush.com" }, "Trumba": { + "cats": [ + 72 + ], "js": [ "$trumba", "$trumba.version", @@ -25722,22 +41386,43 @@ "website": "https://www.trumba.com" }, "Trunkrs": { + "cats": [ + 99 + ], "description": "Trunkrs is a Dutch parcel delivery service.", "website": "https://trunkrs.nl" }, "TrustArc": { + "cats": [ + 67 + ], + "scriptSrc": [ + "consent\\.trustarc\\.com" + ], "description": "TrustArc provides software and services to help corporations update their privacy management processes so they comply with government laws and best practices.", "website": "https://trustarc.com" }, "TrustYou": { + "cats": [ + 5 + ], "description": "TrustYou is guest feedback and hotel reputation software company located in Germany.", "website": "https://www.trustyou.com" }, "Trusted Shops": { + "cats": [ + 90 + ], + "scriptSrc": [ + "widgets\\.trustedshops\\.com/" + ], "description": "Trusted Shops is a company that acts as a 3'rd party representing the common interests of both consumers and retailers.", "website": "https://www.trustedshops.co.uk" }, "Trustindex": { + "cats": [ + 90 + ], "js": [ "trustindex" ], @@ -25745,20 +41430,35 @@ "website": "https://www.trustindex.io" }, "Trustpilot": { + "cats": [ + 90 + ], "js": [ "trustpilot" ], + "scriptSrc": [ + "\\.trustpilot\\.com" + ], "description": "Trustpilot is a Danish consumer review website which provide embed stand-alone applications in your website to show your most recent reviews, TrustScore, and star ratings.", "website": "https://business.trustpilot.com" }, "Trustspot": { + "cats": [ + 90 + ], "js": [ "trustspot_key" ], + "scriptSrc": [ + "trustspot\\.io" + ], "description": "TrustSpot provides a solution to capture ratings \u0026 reviews, video testimonials, photos, social experiences, and product Q\u0026A.", "website": "https://trustspot.io/" }, "Trustvox": { + "cats": [ + 90 + ], "js": [ "_trustvox", "_trustvox_colt", @@ -25771,14 +41471,23 @@ "website": "https://site.trustvox.com.br" }, "TryNow": { + "cats": [ + 91 + ], "js": [ "trynowcheckout", "trynowconfig" ], + "scriptSrc": [ + "\\.trynow\\.net/shopify/([\\d\\.]+)/\\;version:\\1" + ], "description": "TryNow is an ecommerce platform designed to offer a try before you buy experience for shoppers.", "website": "https://www.trynow.io" }, "Tumblr": { + "cats": [ + 11 + ], "headers": { "x-tumblr-user": "" }, @@ -25789,6 +41498,9 @@ "website": "https://www.tumblr.com" }, "Turbo": { + "cats": [ + 92 + ], "js": [ "turbo" ], @@ -25796,111 +41508,217 @@ "website": "https://turbo.hotwired.dev/" }, "Turbolinks": { + "cats": [ + 92 + ], "js": [ "turbolinks" ], + "scriptSrc": [ + "turolinks\\.js" + ], "description": "Turbolinks is a Rails feature, available as a gem and enabled by default in new Rails apps. It is intended to speed up navigating between pages of your application.", "website": "https://github.com/turbolinks/turbolinks" }, "TurfJS": { + "cats": [ + 59 + ], "js": [ "turf.feature", "turf.point", "turf.random" ], + "scriptSrc": [ + "(turf@[\\d.]+)?/?turf\\.min\\.js" + ], "description": "Turf is a modular geospatial engine written in JavaScript.", "website": "https://turfjs.org/" }, "Twenty Eleven": { + "cats": [ + 80 + ], "description": "Twenty Eleven is the default WordPress theme for 2011.", "website": "https://wordpress.org/themes/twentyeleven" }, "Twenty Fifteen": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/twentyfifteen/" + ], "description": "Twenty Fifteen is the default WordPress theme for 2015.", "website": "https://wordpress.org/themes/twentyfifteen" }, "Twenty Fourteen": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/twentyfourteen/" + ], "description": "Twenty Fourteen is the default WordPress theme for 2014.", "website": "https://wordpress.org/themes/twentyfourteen" }, "Twenty Nineteen": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/twentynineteen/" + ], "description": "Twenty Nineteen is the default WordPress theme for 2019.", "website": "https://wordpress.org/themes/twentynineteen" }, "Twenty Seventeen": { + "cats": [ + 80 + ], "js": [ "twentyseventeenscreenreadertext" ], + "scriptSrc": [ + "/wp-content/themes/twentyseventeen/" + ], "description": "Twenty Seventeen is the default WordPress theme for 2017.", "website": "https://wordpress.org/themes/twentyseventeen" }, "Twenty Sixteen": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/twentysixteen/" + ], "description": "Twenty Sixteen is the default WordPress theme for 2016.", "website": "https://wordpress.org/themes/twentysixteen" }, "Twenty Ten": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/twentyten/" + ], "description": "Twenty Ten is the default WordPress theme for 2010.", "website": "https://wordpress.org/themes/twentyten" }, "Twenty Thirteen": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/twentythirteen/" + ], "description": "Twenty Thirteen is the default WordPress theme for 2013.", "website": "https://wordpress.org/themes/twentythirteen" }, "Twenty Twelve": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/twentytwelve/" + ], "description": "Twenty Twelve is the default WordPress theme for 2012.", "website": "https://wordpress.org/themes/twentytwelve" }, "Twenty Twenty": { + "cats": [ + 80 + ], "js": [ "twentytwenty" ], + "scriptSrc": [ + "/wp-content/themes/twentytwenty/" + ], "description": "Twenty Twenty is the default WordPress theme for 2020.", "website": "https://wordpress.org/themes/twentytwenty" }, "Twenty Twenty-One": { + "cats": [ + 80 + ], "js": [ "twentytwentyonecollapsemenuonclickoutside", "twentytwentyoneresponsiveembeds" ], + "scriptSrc": [ + "/wp-content/themes/twentytwentyone/" + ], "description": "Twenty Twenty-One is the default WordPress theme for 2021.", "website": "https://wordpress.org/themes/twentytwentyone" }, "Twenty Twenty-Three": { + "cats": [ + 80 + ], "description": "Twenty Twenty-Three is the default WordPress theme for 2023.", "website": "https://wordpress.org/themes/twentytwentythree" }, "Twenty Twenty-Two": { + "cats": [ + 80 + ], "description": "Twenty Twenty-Two is the default WordPress theme for 2022.", "website": "https://wordpress.org/themes/twentytwentytwo" }, "TwicPics": { + "cats": [ + 31, + 59 + ], "headers": { "server": "^twicpics/\\d+\\.\\d+\\.\\d+$" }, + "scriptSrc": [ + ".+\\.twic\\.pics" + ], "description": "TwicPics offers on-demand responsive image generation.", "website": "https://www.twicpics.com" }, "Twik": { + "cats": [ + 76 + ], "js": [ "twik_id" ], + "scriptSrc": [ + "cdn\\.twik\\.io" + ], "description": "Twik provides a automated, no-configuration business intelligence \u0026 personalization automation engine.", "website": "https://www.twik.io/" }, "Twikoo": { + "cats": [ + 15 + ], "js": [ "twikoo.version" ], + "scriptSrc": [ + "/twikoo/dist/twikoo\\.all\\.min\\.js" + ], "description": "Twikoo is a simple, safe, free comment system.", "website": "https://twikoo.js.org" }, "Twilight CMS": { + "cats": [ + 1 + ], "headers": { "x-powered-cms": "twilight cms" }, "website": "https://www.twilightcms.com" }, "Twilio Authy": { + "cats": [ + 69 + ], "js": [ "authy" ], @@ -25908,6 +41726,9 @@ "website": "https://authy.com" }, "TwistPHP": { + "cats": [ + 18 + ], "headers": { "x-powered-by": "twistphp" }, @@ -25917,12 +41738,18 @@ "website": "https://twistphp.com" }, "TwistedWeb": { + "cats": [ + 22 + ], "headers": { "server": "twistedweb(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://twistedmatrix.com/trac/wiki/TwistedWeb" }, "Twitch Player": { + "cats": [ + 14 + ], "js": [ "twitch.player" ], @@ -25930,29 +41757,56 @@ "website": "https://dev.twitch.tv/docs/embed/video-and-clips/" }, "Twitter": { + "cats": [ + 5 + ], + "scriptSrc": [ + "//platform\\.twitter\\.com/widgets\\.js" + ], "description": "Twitter is a 'microblogging' system that allows you to send and receive short posts called tweets.", "website": "https://twitter.com" }, "Twitter Ads": { + "cats": [ + 36 + ], "js": [ "twttr" ], + "scriptSrc": [ + "static\\.ads-twitter\\.com/uwt\\.js" + ], "description": "Twitter Ads is an advertising platform for Twitter 'microblogging' system.", "website": "https://ads.twitter.com" }, "Twitter Analytics": { + "cats": [ + 10 + ], + "scriptSrc": [ + "analytics\\.twitter\\.com" + ], "description": "Twitter Analytics is a built-in data-tracking platform that shows you insights specific to your Twitter account and activity.", "website": "https://analytics.twitter.com" }, "Twitter Emoji (Twemoji)": { + "cats": [ + 17 + ], "js": [ "twemoji", "twemoji.base" ], + "scriptSrc": [ + "twemoji(?:\\.min)?\\.js" + ], "description": "Twitter Emoji is a set of open-source emoticons and emojis for Twitter, TweetDeck, and also for Android and iOS versions of the application.", "website": "https://twitter.github.io/twemoji/" }, "Twitter Flight": { + "cats": [ + 12 + ], "js": [ "flight" ], @@ -25962,15 +41816,24 @@ "website": "https://flightjs.github.io/" }, "Twitter typeahead.js": { + "cats": [ + 59 + ], "js": [ "typeahead" ], + "scriptSrc": [ + "(?:typeahead|bloodhound)\\.(?:jquery|bundle)?(?:\\.min)?\\.js" + ], "implies": [ "jQuery" ], "website": "https://twitter.github.io/typeahead.js" }, "TypeDoc": { + "cats": [ + 4 + ], "implies": [ "TypeScript" ], @@ -25978,6 +41841,9 @@ "website": "https://typedoc.org" }, "TypePad": { + "cats": [ + 11 + ], "meta": { "generator": [ "typepad" @@ -25987,10 +41853,16 @@ "website": "https://www.typepad.com" }, "TypeScript": { + "cats": [ + 27 + ], "description": "TypeScript is an open-source language which builds on JavaScript by adding static type definitions.", "website": "https://www.typescriptlang.org" }, "Typecho": { + "cats": [ + 11 + ], "js": [ "typechocomment" ], @@ -26006,31 +41878,52 @@ "website": "https://typecho.org/" }, "Typeform": { + "cats": [ + 73 + ], "js": [ "tf.createpopover", "tf.createwidget" ], + "scriptSrc": [ + "embed\\.typeform\\.com/" + ], "description": "Typeform is a Spanish online software as a service (SaaS) company that specialises in online form building and online surveys.", "website": "https://www.typeform.com" }, "Typekit": { + "cats": [ + 17 + ], "js": [ "typekit.config.js" ], "html": [ "\u003clink [^\u003e]*href=\"[^\"]+use\\.typekit\\.(?:net|com)" ], + "scriptSrc": [ + "use\\.typekit\\.com" + ], "description": "Typekit is an online service which offers a subscription library of fonts.", "website": "https://typekit.com" }, "Typof": { + "cats": [ + 6 + ], "cookies": { "typof_session": "\\;confidence:50" }, + "scriptSrc": [ + "portal/js/typof\\.js\\;confidence:50" + ], "description": "Typof is an ecommerce platform for artisans that allows to create a premium website and sell items directly to the consumer.", "website": "https://typof.com" }, "Tyslo EasySell": { + "cats": [ + 100 + ], "js": [ "opentysloform", "tysloapplydiscount", @@ -26044,6 +41937,9 @@ "website": "https://tyslo.com" }, "U-KOMI": { + "cats": [ + 90 + ], "js": [ "getukomislideriteminfo", "ukomiinstalikestep01" @@ -26052,21 +41948,37 @@ "website": "https://u-komi.com/en/" }, "UIKit": { + "cats": [ + 66 + ], "html": [ "\u003c[^\u003e]+class=\"[^\"]*(?:uk-container|uk-section)" ], + "scriptSrc": [ + "uikit.*\\.js" + ], "description": "UIKit is the framework used for developing iOS applications.", "website": "https://getuikit.com" }, "UK Mail": { + "cats": [ + 99 + ], "description": "UK Mail is a postal service company operating in the United Kingdom.", "website": "https://www.ukmail.com" }, "UKFast": { + "cats": [ + 88, + 62 + ], "description": "UKFast is a business-to-business internet hosting company based in Manchester, UK.", "website": "https://www.ukfast.co.uk" }, "UMI.CMS": { + "cats": [ + 1 + ], "headers": { "x-generated-by": "umi\\.cms" }, @@ -26076,6 +41988,9 @@ "website": "https://www.umi-cms.ru" }, "UNIX": { + "cats": [ + 28 + ], "headers": { "server": "unix" }, @@ -26083,27 +41998,49 @@ "website": "https://unix.org" }, "UPS": { + "cats": [ + 99 + ], "description": "UPS is an American multinational shipping \u0026 receiving and supply chain management company.", "website": "https://www.ups.com" }, "USPS": { + "cats": [ + 99 + ], "description": "The United States Postal Service (USPS) is an independent agency of the executive branch of the United States federal government responsible for providing postal service in the United States.", "website": "https://www.usps.com" }, "USWDS": { + "cats": [ + 66 + ], "js": [ "uswdspresent" ], + "scriptSrc": [ + "\\buswds\\b" + ], "description": "USWDS is a design system for the federal government.", "website": "https://designsystem.digital.gov" }, "Ubercart": { + "cats": [ + 6 + ], + "scriptSrc": [ + "uc_cart/uc_cart_block\\.js" + ], "implies": [ "Drupal" ], "website": "https://www.ubercart.org" }, "Ubiliz": { + "cats": [ + 5, + 6 + ], "js": [ "ubilizsettings" ], @@ -26111,6 +42048,9 @@ "website": "https://www.ubiliz.com" }, "Ubuntu": { + "cats": [ + 28 + ], "headers": { "server": "ubuntu", "x-powered-by": "ubuntu" @@ -26119,6 +42059,9 @@ "website": "https://www.ubuntu.com/server" }, "Ueeshop": { + "cats": [ + 6 + ], "js": [ "ueeshop_config" ], @@ -26126,6 +42069,9 @@ "website": "https://www.ueeshop.com" }, "Ultimate Addons for Elementor": { + "cats": [ + 87 + ], "js": [ "uael_particles_script.particles_url" ], @@ -26136,6 +42082,9 @@ "website": "https://ultimateelementor.com" }, "Ultimate Bulletin Board": { + "cats": [ + 2 + ], "meta": { "generator": [ "^ubb\\.threads\\s([\\d\\.]+)$\\;version:\\1" @@ -26148,6 +42097,10 @@ "website": "https://www.ubbcentral.com" }, "Ultimate GDPR \u0026 CCPA": { + "cats": [ + 67, + 87 + ], "js": [ "ct_ultimate_gdpr_cookie" ], @@ -26155,26 +42108,47 @@ "website": "https://www.createit.com/gdpr" }, "UltimatelySocial": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/ultimate-social-media-icons/" + ], "description": "Ultimately Social (Share Buttons \u0026 Sharing Icons) is a plugin that allows you to place fancy social media icons and buttons on your WordPress website.", "website": "https://www.ultimatelysocial.com" }, "UltraCart": { + "cats": [ + 6 + ], "js": [ "uccatalog" ], "html": [ "\u003cform [^\u003e]*action=\"[^\"]*\\/cgi-bin\\/uceditor\\?(?:[^\"]*\u0026)?merchantid=[^\"]" ], + "scriptSrc": [ + "cgi-bin\\/ucjavascript\\?" + ], "website": "https://ultracart.com" }, "Umami": { + "cats": [ + 10 + ], "js": [ "umami" ], + "scriptSrc": [ + "umami\\.js" + ], "description": "Umami is a self-hosted web analytics solution. It's goal is to provide a friendlier, privacy-focused alternative to Google Analytics and a free, open-sourced alternative to paid solutions.", "website": "https://umami.is/" }, "Umbraco": { + "cats": [ + 1 + ], "cookies": { "merchello": "\\;version:7" }, @@ -26188,6 +42162,9 @@ "headers": { "x-umbraco-version": "^(.+)$\\;version:\\1" }, + "scripts": [ + "/umbraco/api/" + ], "meta": { "generator": [ "umbraco" @@ -26200,9 +42177,15 @@ "website": "https://umbraco.com/" }, "UmiJs": { + "cats": [ + 12 + ], "js": [ "g_umi.version" ], + "scriptSrc": [ + "/umi(\\.[\\w\\d]{8})?\\.js" + ], "implies": [ "Node.js" ], @@ -26210,10 +42193,19 @@ "website": "https://umijs.org" }, "Umso": { + "cats": [ + 51 + ], + "scripts": [ + "ispriorblockingenabled\\;confidence:75" + ], "description": "Umso is a website builder for Startups.", "website": "https://www.umso.com" }, "Unas": { + "cats": [ + 6 + ], "cookies": { "unasid": "", "unasserviceproxyid": "" @@ -26226,28 +42218,55 @@ "website": "https://unas.hu" }, "Unbounce": { + "cats": [ + 20, + 51 + ], "headers": { "x-unbounce-pageid": "" }, + "scriptSrc": [ + "ubembed\\.com" + ], "description": "Unbounce is a tool to build landing pages.", "website": "https://unbounce.com" }, "Unbxd": { + "cats": [ + 76, + 29 + ], "js": [ "unbxd.version" ], + "scriptSrc": [ + "\\.cloudfront\\.net/unbxdanalytics\\.js", + "unbxd\\.s\\d\\.amazonaws\\.com" + ], "description": "Unbxd is an ecommerce product discovery platform that applies artificial intelligence and advanced data sciences to connect shoppers to the products they are most likely to buy.", "website": "https://unbxd.com" }, "Underscore.js": { + "cats": [ + 59 + ], "js": [ "_.restarguments", "_.version" ], + "scriptSrc": [ + "underscore.*\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1" + ], "description": "Underscore.js is a JavaScript library which provides utility functions for common programming tasks. It is comparable to features provided by Prototype.js and the Ruby language, but opts for a functional programming design instead of extending object prototypes.", "website": "https://underscorejs.org" }, "Understrap": { + "cats": [ + 80 + ], + "scriptSrc": [ + "wp-content/themes/understrap(?:[masterchild-]+)?(?:[masterchild-]+)?/" + ], "implies": [ "Bootstrap", "Underscore.js" @@ -26256,6 +42275,9 @@ "website": "https://understrap.com" }, "UniFi OS": { + "cats": [ + 28 + ], "js": [ "unificonstant.version" ], @@ -26263,9 +42285,19 @@ "website": "https://www.ui.com/" }, "Uniconsent": { + "cats": [ + 67 + ], + "scriptSrc": [ + "cmp\\.uniconsent\\.mgr\\.consensu\\.org/dfp\\.js" + ], "website": "https://www.uniconsent.com/" }, "Unicorn Platform": { + "cats": [ + 1, + 51 + ], "js": [ "unicornplatform" ], @@ -26273,6 +42305,9 @@ "website": "https://unicornplatform.com" }, "UnoCSS": { + "cats": [ + 66 + ], "css": [ "--un-(?:rotate|translate|space-x|text-opacity|border-opacity)" ], @@ -26280,10 +42315,19 @@ "website": "https://uno.antfu.me/" }, "Unpkg": { + "cats": [ + 31 + ], + "scriptSrc": [ + "unpkg\\.com/" + ], "description": "Unpkg is a content delivery network for everything on npm.", "website": "https://unpkg.com" }, "Unruly": { + "cats": [ + 36 + ], "js": [ "unruly.native" ], @@ -26291,24 +42335,45 @@ "website": "https://unruly.co" }, "UpSellit": { + "cats": [ + 98 + ], "js": [ "usi_analytics", "usi_app", "usi_commons", "usi_cookies" ], + "scriptSrc": [ + "www\\.upsellit\\.com/" + ], "description": "UpSellit is a performance based lead and cart abandonment recovery solutions.", "website": "https://us.upsellit.com" }, "UpSolution Zephyr": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/zephyr/.+us\\.theme\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Zephyr is a WordPress theme developed by UpSolution, a software development company based in Ukraine that specialises in creating themes and plugins for WordPress.", "website": "https://zephyr.us-themes.com" }, "Upfluence": { + "cats": [ + 71 + ], + "scriptSrc": [ + "\\.upfluence\\.co/" + ], "description": "Upfluence is the all-in-one affiliate and influencer marketing platform for ecommerce and direct-to-consumer brands.", "website": "https://www.upfluence.com" }, "Uploadcare": { + "cats": [ + 31 + ], "js": [ "uploadcare.version" ], @@ -26316,28 +42381,53 @@ "website": "https://uploadcare.com" }, "Upptime": { + "cats": [ + 13 + ], "description": "Upptime is the open-source uptime monitor and status page, powered entirely by GitHub Actions, Issues, and Pages.", "website": "https://upptime.js.org" }, "Upserve": { + "cats": [ + 93 + ], + "scriptSrc": [ + "app\\.upserve\\.com/" + ], "description": "Upserve is a restaurant management solution featuring an Android or iOS-based point-of-sale system, online ordering, contactless payments, automated inventory management, sales analytics, and more.", "website": "https://onlineordering.upserve.com" }, "UptimeRobot": { + "cats": [ + 13 + ], "headers": { "content-security-policy": "\\.uptimerobot\\.com" }, + "scriptSrc": [ + "\\.uptimerobot\\.com/" + ], "description": "UptimeRobot is a web-based software that is designed to monitor the sites frequently to check whether any site is down owing to server problem or any bug in coding.", "website": "https://uptimerobot.com" }, "Uptrends": { + "cats": [ + 78, + 13 + ], "js": [ "utboomr.version" ], + "scriptSrc": [ + "\\.uptrendsdata\\.com/" + ], "description": "Uptrends is a website and web performance monitoring solution.", "website": "https://www.uptrends.com" }, "Upvoty": { + "cats": [ + 47 + ], "js": [ "upvoty" ], @@ -26347,13 +42437,22 @@ "website": "https://upvoty.com" }, "UsableNet": { + "cats": [ + 68 + ], "js": [ "enableusablenetassistive" ], + "scriptSrc": [ + "\\.usablenet\\.com/pt/" + ], "description": "UsableNet is a technology for web accessibility and digital transformation, providing end-to-end services.", "website": "https://usablenet.com" }, "Uscreen": { + "cats": [ + 14 + ], "js": [ "analyticshost" ], @@ -26361,60 +42460,121 @@ "website": "https://uscreen.tv/" }, "User Accessibility": { + "cats": [ + 68 + ], + "scriptSrc": [ + "//system\\.user-a\\.co\\.il/" + ], "description": "User Accessibility is a solution incorporating automated site scanning and machine learning for future updates, while utilising JS to conform to WECAG standards for improved website and application accessibility.", "website": "https://user-a.co.il" }, "UserLike": { + "cats": [ + 52 + ], "js": [ "__userlike_mount_guard__", "userlike", "userlikeinit" ], + "scriptSrc": [ + "//userlike-cdn-widgets\\.", + "api\\.userlike\\.com", + "userlike\\.min\\.js", + "userlikelib\\.min\\.js" + ], "description": "Userlike is a cloud-based live chat solution that can be integrated with existing websites.", "website": "https://userlike.com" }, "UserReport": { + "cats": [ + 13, + 73 + ], + "scriptSrc": [ + "\\.userreport\\.com/" + ], "description": "UserReport is an online survey and feedback management platform.", "website": "https://www.userreport.com" }, "UserRules": { + "cats": [ + 13 + ], "js": [ "_usrp" ], "website": "https://www.userrules.com" }, "UserVoice": { + "cats": [ + 13, + 73 + ], "js": [ "uservoice" ], + "scriptSrc": [ + "\\.uservoice\\.com/" + ], "description": "UserVoice is a management to collect and analyse feedback from customers.", "website": "https://uservoice.com" }, "UserWay": { + "cats": [ + 68 + ], + "scriptSrc": [ + "cdn\\.userway\\.org/widget.*\\.js" + ], "description": "UserWay is a web accessibility overlay for websites that claims to improve compliance with accessibility standards.", "website": "https://userway.org/" }, "UserZoom": { + "cats": [ + 74, + 10 + ], + "scriptSrc": [ + "\\.userzoom\\.com/" + ], "description": "UserZoom is a cloud-based user experience solution.", "website": "https://www.userzoom.com" }, "Usercentrics": { + "cats": [ + 67 + ], "js": [ "usercentrics.appversion" ], + "scriptSrc": [ + "\\.usercentrics\\.eu/.+\\.js" + ], "description": "Usercentrics is a SaaS enterprise solution for Consent Management (CMP) that helps enterprise customers to obtain, manage and document the user consent.", "website": "https://usercentrics.com" }, "Userflow": { + "cats": [ + 58 + ], "js": [ "userflow.endallflows", "userflow.endchecklist", "userflowjs_queue" ], + "scriptSrc": [ + "\\.userflow\\.com/" + ], "description": "Userflow is a user onboarding software for building product tours and onboarding checklists, tailored to your app and your users.", "website": "https://userflow.com" }, "Userpilot": { + "cats": [ + 58, + 97 + ], "js": [ "userpilot.triggerbyid", "userpilotinitiatorsdk", @@ -26424,12 +42584,19 @@ "website": "https://userpilot.com" }, "Ushahidi": { + "cats": [ + 1, + 35 + ], "cookies": { "ushahidi": "" }, "js": [ "ushahidi" ], + "scriptSrc": [ + "/js/ushahidi\\.js$" + ], "implies": [ "MySQL", "OpenLayers", @@ -26439,13 +42606,22 @@ "website": "https://www.ushahidi.com" }, "Usizy": { + "cats": [ + 76 + ], "js": [ "usizyuniversal" ], + "scriptSrc": [ + "static\\.usizy\\.es/" + ], "description": "Usizy is the top size recommendation and prediction solution for ecommerce using machine learning, big data, and isomoprhic algorythms.", "website": "https://usizy.com" }, "Uvicorn": { + "cats": [ + 22 + ], "headers": { "server": "uvicorn" }, @@ -26455,6 +42631,12 @@ "website": "https://www.uvicorn.org/" }, "Uvodo": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn\\.uvo\\.do/" + ], "implies": [ "MySQL", "PHP", @@ -26464,17 +42646,33 @@ "website": "https://uvodo.com" }, "VAPTCHA": { + "cats": [ + 16 + ], "js": [ "vaptcha" ], + "scriptSrc": [ + "\\.vaptcha\\.com/v([\\d\\.]+)\\.js\\;version:\\1" + ], "description": "VAPTCHA is the abbreviation of (Variation Analysis based Public Turing Test to Tell Computers and Humans Apart), also known as gesture verification code, is a human-machine verification solution based on artificial intelligence and big data.", "website": "https://en.vaptcha.com" }, "VDX.tv": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.exponential\\.com", + "\\.tribalfusion\\.com/" + ], "description": "VDX.tv (formerly Exponential) is a global advertising technology company that is transforming the way brands connect with relevant audiences in today's converging video landscape.", "website": "https://vdx.tv" }, "VIVVO": { + "cats": [ + 1 + ], "cookies": { "vivvosessionid": "" }, @@ -26484,23 +42682,41 @@ "website": "https://vivvo.net" }, "VK Pixel": { + "cats": [ + 10 + ], + "scriptSrc": [ + "vk\\.com/js/api/openapi\\.js" + ], "description": "VK is a Russian online social media and social networking service.", "website": "https://vk.com/" }, "VKUI": { + "cats": [ + 66 + ], "description": "VKUI is a set of React components with which you can create interfaces that are visually indistinguishable from our iOS and Android applications.", "website": "https://vkcom.github.io/VKUI" }, "VP-ASP": { + "cats": [ + 6 + ], "html": [ "\u003ca[^\u003e]+\u003epowered by vp-asp shopping cart\u003c/a\u003e" ], + "scriptSrc": [ + "vs350\\.js" + ], "implies": [ "Microsoft ASP.NET" ], "website": "https://www.vpasp.com" }, "VTEX": { + "cats": [ + 6 + ], "cookies": { "vtex_session": "", "vtexfingerprint": "", @@ -26518,26 +42734,46 @@ "website": "https://vtex.com/" }, "VWO": { + "cats": [ + 10, + 74 + ], "js": [ "__vwo", "_vwo_code", "_vwo_settings_timer", "vwo" ], + "scriptSrc": [ + "/visual-website-optimizer/([\\d\\.])\\;version:\\1", + "dev\\.visualwebsiteoptimizer\\.com/" + ], "description": "VWO is a website testing and conversion optimisation platform.", "website": "https://vwo.com" }, "VWO Engage": { + "cats": [ + 32 + ], "js": [ "_pushcrewdebuggingqueue" ], + "scriptSrc": [ + "cdn\\.pushcrew\\.\\w+" + ], "description": "VWO Engage is a part of the VWO Platform, which is a web-based push notification platform used by SaaS and B2B marketers, online content publishers, and ecommerce store owners.", "website": "https://vwo.com/engage" }, "Vaadin": { + "cats": [ + 18 + ], "js": [ "vaadin" ], + "scriptSrc": [ + "vaadinbootstrap\\.js(?:\\?v=([\\d.]+))?\\;version:\\1" + ], "implies": [ "Java" ], @@ -26545,14 +42781,30 @@ "website": "https://vaadin.com" }, "ValueCommerce": { + "cats": [ + 71 + ], + "scriptSrc": [ + "\\.valuecommerce\\.com" + ], "description": "ValueCommerce is a pay-per-performance advertising affiliate marketing network.", "website": "https://www.valuecommerce.co.jp" }, "Vanco Payment Solutions": { + "cats": [ + 111, + 41 + ], + "scriptSrc": [ + "\\.eservicepayments\\.com/" + ], "description": "Vanco Payment Solutions provides credit card processing to nonprofits.", "website": "https://www.vancopayments.com" }, "Vanilla": { + "cats": [ + 2 + ], "headers": { "x-powered-by": "vanilla" }, @@ -26566,6 +42818,9 @@ "website": "https://vanillaforums.org" }, "Vant": { + "cats": [ + 66 + ], "js": [ "vant.version" ], @@ -26576,6 +42831,9 @@ "website": "https://github.com/youzan/vant" }, "Varbase": { + "cats": [ + 1 + ], "js": [ "drupalsettings.ajaxpagestate.libraries" ], @@ -26585,6 +42843,9 @@ "website": "https://www.vardot.com/solutions/varbase" }, "Variti": { + "cats": [ + 16 + ], "headers": { "x-variti-ccr": "" }, @@ -26592,6 +42853,9 @@ "website": "https://variti.io" }, "Varnish": { + "cats": [ + 23 + ], "headers": { "via": "varnish(?: \\(varnish/([\\d.]+)\\))?\\;version:\\1", "x-varnish": "", @@ -26604,6 +42868,9 @@ "website": "https://www.varnish-cache.org" }, "Ve Global": { + "cats": [ + 10 + ], "js": [ "vetagdata.appsservicesurl" ], @@ -26611,10 +42878,16 @@ "website": "https://ve.com" }, "Vectary": { + "cats": [ + 105 + ], "description": "Vectary is fully-featured 3D modeling tool with photorealistic real-time rendering, augmented reality, interactions and animations.", "website": "https://www.vectary.com" }, "Vendre": { + "cats": [ + 6 + ], "js": [ "vendre_config", "vendremap.maps_loaded" @@ -26623,14 +42896,23 @@ "website": "https://vendre.io" }, "Venmo": { + "cats": [ + 41 + ], "description": "Venmo is a mobile payment service owned by PayPal. Venmo account holders can transfer funds to others via a mobile phone app.", "website": "https://venmo.com" }, "VentraIP": { + "cats": [ + 88 + ], "description": "VentraIP is the largest privately owned web host and domain name registrar in Australia.", "website": "https://ventraip.com.au" }, "VentryShield": { + "cats": [ + 16 + ], "cookies": { "ventryshield_pre": "" }, @@ -26642,15 +42924,24 @@ "website": "https://ventryshield.net" }, "Veoxa": { + "cats": [ + 36 + ], "js": [ "vuveoxacontent" ], "html": [ "\u003cimg [^\u003e]*src=\"[^\"]+tracking\\.veoxa\\.com" ], + "scriptSrc": [ + "tracking\\.veoxa\\.com" + ], "website": "https://veoxa.com" }, "Vercel": { + "cats": [ + 62 + ], "headers": { "server": "^now|vercel$", "x-now-trace": "", @@ -26661,29 +42952,60 @@ "website": "https://vercel.com" }, "Vercel Analytics": { + "cats": [ + 10 + ], "js": [ "va" ], + "scriptSrc": [ + "/_vercel/insights/script\\.js", + "/va/script\\.js" + ], "website": "https://vercel.com/analytics" }, "Verifone 2Checkout": { + "cats": [ + 41 + ], + "scripts": [ + "2checkout\\.com" + ], "description": "Verifone is an American multinational corporation headquartered in Coral Springs, Florida, that provides technology for electronic payment transactions and value-added services at the point-of-sale.", "website": "https://www.2checkout.com" }, "VerifyPass": { + "cats": [ + 5, + 76 + ], "js": [ "verifypass_api_instantiator", "verifypass_is_loaded", "verifypass_popup" ], + "scriptSrc": [ + "cdn\\.id\\.services", + "cdn\\.verifypass\\.com" + ], "description": "VerifyPass is a company which provide secure identity proofing, authentication, and group affiliation verification for teachers and students.", "website": "https://verifypass.com" }, "Verizon Media": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.advertising\\.com", + "\\.vidible\\.tv/" + ], "description": "Verizon Media is a tech and media company with global assets for advertisers, consumers and media companies.", "website": "https://www.verizonmedia.com" }, "Verloop": { + "cats": [ + 52 + ], "js": [ "verloop" ], @@ -26691,36 +43013,60 @@ "website": "https://verloop.io/" }, "VerticalScope": { + "cats": [ + 36 + ], "description": "VerticalScope is a Canadian-based technology company that owns and operates a network of online communities and discussion forums focused on a variety of interests and hobbies, such as cars, pets, sports, and technology. VerticalScope generates revenue primarily through advertising, including banner ads, sponsored content, and affiliate marketing.", "website": "https://www.verticalscope.com" }, "Very Good Security": { + "cats": [ + 16 + ], "js": [ "vgscollect" ], "headers": { "content-security-policy": "\\.verygoodvault\\.com" }, + "scriptSrc": [ + "js\\.verygoodvault\\.com/" + ], "description": "Very Good Security (VGS) is a data security and compliance platform that enables developers to securely handle sensitive data by encrypting, tokenising, and transmitting it through an intermediary service.", "website": "https://www.verygoodsecurity.com" }, "Vev": { + "cats": [ + 51 + ], "js": [ "vev.app.compare", "vev.default_app_state" ], + "scriptSrc": [ + "\\.vev\\.design/" + ], "description": "Vev is a cloud-based design and publishing platform that enables users to create interactive digital content without coding, using a drag-and-drop interface and built-in templates and integrations.", "website": "https://www.vev.design" }, "ViaBill": { + "cats": [ + 91 + ], "js": [ "viabilloptions.state.subscriptions", "viabillpricetaginternal.conf.productsbylocale" ], + "scriptSrc": [ + "\\.viabill\\.com/" + ], "description": "ViaBill is a cloud-based payment management solution designed to help small to midsize retailers and webshops.", "website": "https://viabill.com" }, "Viafoura": { + "cats": [ + 86 + ], "js": [ "dfm_viafoura_options", "viafoura.bootstrap", @@ -26730,15 +43076,24 @@ "website": "https://viafoura.com" }, "Vidazoo": { + "cats": [ + 36 + ], "js": [ "__vidazooplayer__", "vidazoo", "vidazoo.version" ], + "scriptSrc": [ + "\\.vidazoo\\.com" + ], "description": "Vidazoo is a video content and yield management platform.", "website": "https://www.vidazoo.com" }, "Video Greet": { + "cats": [ + 100 + ], "js": [ "__vg.video_greet_button_src" ], @@ -26746,28 +43101,44 @@ "website": "https://apps.shopify.com/videogreet-gift-messages" }, "VideoJS": { + "cats": [ + 14 + ], + "css": [ + "\\.video-js\\;confidence:25", + "\\.vjs-big-play-button\\;confidence:75" + ], "js": [ "videojs", "videojs", "videojs.version" ], - "css": [ - "\\.video-js\\;confidence:25", - "\\.vjs-big-play-button\\;confidence:75" + "scriptSrc": [ + "cdnjs\\.cloudflare\\.com\\/ajax\\/libs\\/video\\.js\\/([\\d\\.]+)\\/\\;version:\\1", + "zencdn\\.net/c/video\\.js" ], "description": "Video.js is a JavaScript and CSS library that makes it easier to work with and build on HTML5 video.", "website": "https://videojs.com" }, "Vigbo": { + "cats": [ + 1 + ], "cookies": { "_gphw_mode": "" }, "html": [ "\u003clink[^\u003e]* href=[^\u003e]+(?:\\.vigbo\\.com|\\.gophotoweb\\.com)" ], + "scriptSrc": [ + "(?:\\.vigbo\\.com|\\.gophotoweb\\.com)" + ], "website": "https://vigbo.com" }, "Vigil": { + "cats": [ + 13 + ], "implies": [ "Docker", "Rust" @@ -26776,12 +43147,18 @@ "website": "https://github.com/valeriansaliou/vigil" }, "Vignette": { + "cats": [ + 1 + ], "html": [ "\u003c[^\u003e]+=\"vgn-?ext" ], "website": "https://www.vignette.com" }, "Vimeo": { + "cats": [ + 14 + ], "js": [ "vimeo.player", "vimeoplayer" @@ -26790,6 +43167,9 @@ "website": "https://vimeo.com" }, "Vimeo OTT": { + "cats": [ + 14 + ], "js": [ "_vhx", "vhx.config" @@ -26801,6 +43181,9 @@ "website": "https://vimeo.com/ott" }, "Viqeo": { + "cats": [ + 14 + ], "js": [ "viqeo" ], @@ -26808,20 +43191,38 @@ "website": "https://viqeo.tv" }, "Viral Loops": { + "cats": [ + 94 + ], + "scriptSrc": [ + "app\\.viral-loops\\.com/" + ], "description": "Viral Loops is a viral and referral marketing platform to launch ranking competitions, sweepstakes, pre-launch and referral programs.", "website": "https://viral-loops.com" }, "Virgool": { + "cats": [ + 11 + ], "headers": { "x-powered-by": "^virgool$" }, "website": "https://virgool.io" }, "Virtooal": { + "cats": [ + 105 + ], + "scriptSrc": [ + "\\.virtooal\\.com/" + ], "description": "Virtooal allows shoppers to try on and combine decorative cosmetics, sunglasses, contact lenses, jewellery and fashion accessories using models, their own photo or a live webcam feed.", "website": "https://try.virtooal.com" }, "Virtuagym": { + "cats": [ + 53 + ], "js": [ "open_vg_custom_modal", "trigger_vg_neutral_message", @@ -26831,10 +43232,19 @@ "website": "https://business.virtuagym.com" }, "Virtual Chat": { + "cats": [ + 52 + ], + "scriptSrc": [ + "virtual-chat\\.co\\.il/" + ], "description": "Virtual Chat is a live-chat service for web sites.", "website": "https://www.virtual-chat.co.il" }, "VirtualSpirits": { + "cats": [ + 52 + ], "js": [ "vspiritbutton", "vspirits_chat_client", @@ -26844,6 +43254,9 @@ "website": "https://www.virtualspirits.com" }, "VirtueMart": { + "cats": [ + 6 + ], "html": [ "\u003cdiv id=\"vmmainpage" ], @@ -26853,6 +43266,9 @@ "website": "https://virtuemart.net" }, "Virtuoso": { + "cats": [ + 34 + ], "headers": { "server": "virtuoso/?([0-9.]+)?\\;version:\\1" }, @@ -26867,14 +43283,29 @@ "website": "https://virtuoso.openlinksw.com/" }, "Virtuous": { + "cats": [ + 111 + ], + "scriptSrc": [ + "\\.virtuoussoftware\\.com/" + ], "description": "Virtuous is the responsive fundraising software platform.", "website": "https://virtuous.org" }, "Virtusize": { + "cats": [ + 76 + ], + "scriptSrc": [ + "\\.virtusize\\.jp/" + ], "description": "Virtusize is a personalisation service that provides size and product recommendations specific to a user's size and trend preferences.", "website": "https://www.virtusize.com" }, "Visa": { + "cats": [ + 41 + ], "js": [ "visaapi", "visaimage", @@ -26883,10 +43314,20 @@ "website": "https://www.visa.com" }, "Visa Checkout": { + "cats": [ + 41 + ], + "scriptSrc": [ + "secure\\.checkout\\.visa\\.com" + ], "description": "Visa facilitates electronic funds transfers throughout the world, most commonly through Visa-branded credit cards, debit cards and prepaid cards.", "website": "https://checkout.visa.com" }, "Visely": { + "cats": [ + 100, + 76 + ], "js": [ "visely.recommendationsapi", "viselycartproductids", @@ -26896,6 +43337,9 @@ "website": "https://visely.io" }, "Visual Composer": { + "cats": [ + 51 + ], "meta": { "generator": [ "powered by visual composer website builder" @@ -26909,6 +43353,9 @@ "website": "https://visualcomposer.com" }, "Visual Portfolio": { + "cats": [ + 87 + ], "js": [ "vpdata.screensizes", "vpdata.version" @@ -26917,10 +43364,19 @@ "website": "https://visualportfolio.co" }, "Visual Quiz Builder": { + "cats": [ + 100 + ], + "scriptSrc": [ + "//whai-cdn\\.nyc\\d\\.cdn\\.digitaloceanspaces\\.com/" + ], "description": "Visual Quiz Builder is a Shopify app built by AskWhai.", "website": "https://apps.shopify.com/product-recommendation-quiz" }, "Visualsoft": { + "cats": [ + 6 + ], "cookies": { "vscommerce": "" }, @@ -26934,20 +43390,33 @@ "website": "https://www.visualsoft.co.uk/" }, "Visx": { + "cats": [ + 25 + ], "description": "Visx is a collection of React-based data visualisation tools developed by Airbnb.", "website": "https://airbnb.io/visx/" }, "Vitals": { + "cats": [ + 100, + 32 + ], "js": [ "vitals", "vitals_app_cache_keys_v1", "vitals_country_code", "vitals_product_data" ], + "scriptSrc": [ + "//appsolve\\.io/" + ], "description": "Vitals is an all-in-one Shopify marketing software.", "website": "https://vitals.co" }, "Vite": { + "cats": [ + 19 + ], "js": [ "__vite_is_modern_browser" ], @@ -26955,6 +43424,9 @@ "website": "https://vitejs.dev" }, "VitePress": { + "cats": [ + 57 + ], "js": [ "__vp_hash_map__" ], @@ -26966,6 +43438,12 @@ "website": "https://vitepress.vuejs.org/" }, "Vitrin.me": { + "cats": [ + 51 + ], + "scriptSrc": [ + "\\.vitrin\\.me/" + ], "implies": [ "Django", "Next.js", @@ -26976,14 +43454,23 @@ "website": "https://vitrin.me" }, "Vizury": { + "cats": [ + 32 + ], "js": [ "safarivizury", "vizury_data" ], + "scriptSrc": [ + "\\.vizury\\.com" + ], "description": "Vizury is a ecommerce marketing platform.", "website": "https://www.vizury.com" }, "Vnda": { + "cats": [ + 6 + ], "js": [ "vnda.checkout", "vnda.loadcartpopup" @@ -27001,10 +43488,16 @@ "website": "https://www.vnda.com.br" }, "Vntana": { + "cats": [ + 105 + ], "description": "Vntana (stylised as VNTANA) is an American social augmented reality company.", "website": "https://www.vntana.com" }, "Volusion": { + "cats": [ + 6 + ], "js": [ "volusion" ], @@ -27012,20 +43505,39 @@ "\u003cbody [^\u003e]*data-vn-page-name\\;version:2", "\u003clink [^\u003e]*href=\"[^\"]*/vspfiles/\\;version:1" ], + "scriptSrc": [ + "/volusion\\.js(?:\\?([\\d.]*))?\\;version:\\1" + ], "description": "Volusion is a cloud-based, hosted ecommerce solution.", "website": "https://www.volusion.com" }, "Vonage Video API": { + "cats": [ + 103 + ], + "scriptSrc": [ + "\\.opentok\\.com/" + ], "description": "Vonage Video API platform makes it easy to embed real-time, high-quality interactive video, messaging, screen-sharing, and more into web and mobile apps.", "website": "https://www.vonage.com/communications-apis/video/" }, "Voog.com Website Builder": { + "cats": [ + 1, + 6 + ], "html": [ "\u003cscript [^\u003e]*src=\"[^\"]*voog\\.com/tracker\\.js" ], + "scriptSrc": [ + "voog\\.com/tracker\\.js" + ], "website": "https://www.voog.com/" }, "Voracio": { + "cats": [ + 6 + ], "cookies": { "voracio_csrf_token": "", "voracio_sessionid": "" @@ -27037,6 +43549,9 @@ "website": "https://www.voracio.co.uk" }, "Vtiger": { + "cats": [ + 53 + ], "js": [ "vtiger", "vtiger_base_js", @@ -27046,6 +43561,9 @@ "website": "https://www.vtiger.com" }, "VuFind": { + "cats": [ + 29 + ], "js": [ "vufind.defaultsearchbackend" ], @@ -27058,6 +43576,12 @@ "website": "https://vufind.org" }, "Vue Storefront": { + "cats": [ + 108 + ], + "scriptSrc": [ + "vsf-layout\\;version:1" + ], "meta": { "generator": [ "^vue storefront ([0-9.]+)?$\\;version:\\1" @@ -27070,14 +43594,27 @@ "website": "https://www.vuestorefront.io/" }, "Vue.ai": { + "cats": [ + 76 + ], "js": [ "getvueurlsegments", "vuex" ], + "scriptSrc": [ + "vue_ai\\.js", + "vuex\\.vue\\.ai" + ], "description": "Vue.ai is an AI-powered experience management suite which combines the power of product, customer and business intelligence using computer vision and NLP.", "website": "https://vue.ai" }, "Vue.js": { + "cats": [ + 12 + ], + "css": [ + "\\.vue-notification-group" + ], "js": [ "__vue__", "__vue_hot_map__", @@ -27089,13 +43626,17 @@ "html": [ "\u003c[^\u003e]+\\sdata-v(?:ue)?-" ], - "css": [ - "\\.vue-notification-group" + "scriptSrc": [ + "(?:/([\\d.]+))?/vue(?:\\.min)?\\.js\\;version:\\1", + "vue[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1" ], "description": "Vue.js is an open-source model–view–viewmodel JavaScript framework for building user interfaces and single-page applications.", "website": "https://vuejs.org" }, "Vue2-animate": { + "cats": [ + 19 + ], "implies": [ "Animate.css", "Sass", @@ -27105,6 +43646,9 @@ "website": "https://github.com/asika32764/vue2-animate" }, "VuePress": { + "cats": [ + 57 + ], "js": [ "__vuepress__.version" ], @@ -27120,6 +43664,9 @@ "website": "https://vuepress.vuejs.org/" }, "Vuetify": { + "cats": [ + 66 + ], "css": [ "\\.v-application \\.d-block" ], @@ -27130,6 +43677,9 @@ "website": "https://vuetifyjs.com" }, "Vuex": { + "cats": [ + 59 + ], "js": [ "vuex.version" ], @@ -27140,10 +43690,16 @@ "website": "https://vuex.vuejs.org/" }, "Vultr": { + "cats": [ + 62 + ], "description": "Vultr is a cloud computing service provider.", "website": "https://www.vultr.com" }, "Vuukle": { + "cats": [ + 15 + ], "js": [ "vuukle_config" ], @@ -27151,6 +43707,10 @@ "website": "https://vuukle.com" }, "W3 Total Cache": { + "cats": [ + 23, + 87 + ], "headers": { "x-powered-by": "w3 total cache(?:/([\\d.]+))?\\;version:\\1" }, @@ -27161,13 +43721,25 @@ "website": "https://www.w3-edge.com/wordpress-plugins/w3-total-cache" }, "W3.CSS": { + "cats": [ + 66 + ], "description": "W3.CSS is a CSS framework developed by the World Wide Web Consortium (W3C), the main international standards organisation for the World Wide Web.", "website": "https://www.w3schools.com/w3css/" }, "W3Counter": { + "cats": [ + 10 + ], + "scriptSrc": [ + "w3counter\\.com/tracker\\.js" + ], "website": "https://www.w3counter.com" }, "WEBDEV": { + "cats": [ + 20 + ], "headers": { "webdevsrc": "" }, @@ -27183,6 +43755,9 @@ "website": "https://www.windev.com/webdev/index.html" }, "WEBXPAY": { + "cats": [ + 41 + ], "js": [ "webxpay" ], @@ -27190,6 +43765,9 @@ "website": "https://webxpay.com" }, "WEBrick": { + "cats": [ + 22 + ], "headers": { "server": "^webrick/([\\d\\.]+)\\;version:\\1" }, @@ -27197,13 +43775,22 @@ "website": "https://docs.ruby-lang.org/en/2.4.0/WEBrick.html" }, "WEN Themes Education Hub": { + "cats": [ + 80 + ], "js": [ "educationhubscreenreadertext" ], + "scriptSrc": [ + "/wp-content/themes/education-hub(?:-pro)?/" + ], "description": "WEN Themes Education Hub is a clean and elegant WordPress education theme.", "website": "https://wenthemes.com/item/wordpress-themes/education-hub" }, "WEN Themes Signify Dark": { + "cats": [ + 80 + ], "js": [ "signifyoptions" ], @@ -27211,6 +43798,9 @@ "website": "https://wenthemes.com/item/wordpress-themes/signify-dark" }, "WHMCS": { + "cats": [ + 1 + ], "js": [ "whmcs" ], @@ -27218,10 +43808,20 @@ "website": "https://www.whmcs.com" }, "WP Automatic": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/wp-automatic/" + ], "description": "WP Automatic is a WordPress plugin that automates the process of creating posts on your WordPress site by automatically fetching content from various sources like RSS feeds, Amazon, eBay, ClickBank, and more.", "website": "https://wpautomatic.com" }, "WP Engine": { + "cats": [ + 62, + 88 + ], "headers": { "wpe-backend": "", "x-pass-why": "", @@ -27235,50 +43835,103 @@ "website": "https://wpengine.com" }, "WP Fastest Cache": { + "cats": [ + 87, + 92 + ], "js": [ "wpfcll" ], + "scriptSrc": [ + "/wp-content/cache/wpfc-minified/" + ], "description": "WP Fastest Cache is one of a number of plugins for WordPress designed to accelerate the performance of your website.", "website": "https://www.wpfastestcache.com" }, "WP Featherlight": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wpfeatherlight\\.pkgd\\.min\\.js" + ], "description": "WP Featherlight is a WordPress lightbox plugin for adding a minimal, high-performance, responsive jQuery lightbox to your WordPress website.", "website": "https://wordpress.org/plugins/wp-featherlight" }, "WP Google Map Plugin": { + "cats": [ + 87, + 35 + ], "js": [ "wpgmp_local" ], + "scriptSrc": [ + "/wp-content/plugins/wp-google-map-plugin/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "WP Google Map Plugin allows you to create google maps shortcodes to display responsive google maps on pages, widgets and custom templates.", "website": "https://www.wpmapspro.com" }, "WP Job Openings": { + "cats": [ + 87, + 101 + ], "js": [ "awsmjobs" ], + "scriptSrc": [ + "/wp-content/plugins/wp-job-openings/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "WP Job Openings is a job listing and recruitment plugin for WordPress websites.", "website": "https://wpjobopenings.com" }, "WP Live Visitor Counter": { + "cats": [ + 87, + 5 + ], "description": "WP Live Visitor Counter is a WordPress plugin that displays the number of online visitors on a website in real-time.", "website": "https://wordpress.org/plugins/wp-visitors-widget/" }, "WP Maintenance Mode": { + "cats": [ + 87 + ], "js": [ "wpmm_vars" ], + "scriptSrc": [ + "/wp-content/plugins/wp-maintenance-mode/.+wpmm\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "WP Maintenance Mode is a WordPress plugin which add a maintenance page to your blog.", "website": "https://github.com/andrianvaleanu/WP-Maintenance-Mode" }, "WP Portfolio": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/astra-portfolio/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "WP Portfolio is a premium standalone WordPress plugin designed for creating and showcasing portfolios.", "website": "https://wpportfolio.net" }, "WP Puzzle Basic": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/basic/" + ], "description": "WP Puzzle Basic is fully responsive, clean and minimal WordPress theme.", "website": "https://wp-puzzle.com/basic" }, "WP Rocket": { + "cats": [ + 23, + 87 + ], "js": [ "rocket_lazy", "rocketlazyloadscripts", @@ -27291,10 +43944,17 @@ "html": [ "\u003c!--[^\u003e]+wp rocket" ], + "scriptSrc": [ + "/wp-content/plugins/wp-rocket/" + ], "description": "WP Rocket is a caching and performance optimisation plugin to improve the loading speed of WordPress websites.", "website": "https://wp-rocket.me" }, "WP-Optimize": { + "cats": [ + 87, + 92 + ], "html": [ "\u003c!--[^\u003e]+cached by wp-optimize" ], @@ -27302,22 +43962,41 @@ "website": "https://getwpo.com" }, "WP-PageNavi": { + "cats": [ + 87 + ], "description": "WP-PageNavi is a WordPress plugin which adds a more advanced paging navigation interface to your WordPress blog.", "website": "https://github.com/lesterchan/wp-pagenavi" }, "WP-Royal Ashe": { + "cats": [ + 80 + ], "js": [ "ashepreloader", "ashestickysidebar" ], + "scriptSrc": [ + "/wp-content/themes/ashe(?:-pro-premium)?/" + ], "description": "WP-Royal Ashe is a personal and multi-author WordPress blog theme.", "website": "https://wp-royal.com/themes/item-ashe-free" }, "WP-Royal Bard": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/bard(?:-pro-premium)?/" + ], "description": "WP-Royal Bard is a personal and multi-author WordPress blog theme.", "website": "https://wp-royal.com/themes/item-bard-free" }, "WP-Statistics": { + "cats": [ + 10, + 87 + ], "js": [ "wp_statistics_http", "wps_statistics_object" @@ -27329,6 +44008,10 @@ "website": "https://wp-statistics.com" }, "WPCacheOn": { + "cats": [ + 23, + 87 + ], "headers": { "x-powered-by": "^optimized by wpcacheon" }, @@ -27336,17 +44019,31 @@ "website": "https://wpcacheon.io" }, "WPForms": { + "cats": [ + 87, + 110 + ], "js": [ "wpforms", "wpforms_settings" ], + "scriptSrc": [ + "/wp-content/plugins/wpforms(?:-lite)?/.+(?:frontend\\.min|wpforms)\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "WPForms is a drag and drop WordPress form builder.", "website": "https://wpforms.com" }, "WPML": { + "cats": [ + 87, + 89 + ], "cookies": { "wp-wpml_current_language": "" }, + "scriptSrc": [ + "/wp-content/plugins/sitepress-multilingual-cms/" + ], "meta": { "generator": [ "^wpml\\sver\\:([\\d\\.]+)\\;version:\\1" @@ -27356,10 +44053,19 @@ "website": "https://wpml.org/" }, "WPMU DEV Smush": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/wp-smushit(?:-pro)?/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "WPMU DEV Smush is a WordPress plugin that allows you to optimise images without losing quality.", "website": "https://wpmudev.com/project/wp-smush-pro" }, "WPS Visitor Counter": { + "cats": [ + 87 + ], "js": [ "wpspagevisit" ], @@ -27367,6 +44073,9 @@ "website": "https://wordpress.org/plugins/wps-visitor-counter/" }, "Wagtail": { + "cats": [ + 1 + ], "implies": [ "Django", "Python" @@ -27375,14 +44084,24 @@ "website": "https://wagtail.org" }, "Wair": { + "cats": [ + 76, + 5 + ], "js": [ "predictv3.default.version", "predictwidget" ], + "scriptSrc": [ + "getwair\\.com" + ], "description": "Wair is the widget to personalised fit.", "website": "https://getwair.com" }, "Waitlist": { + "cats": [ + 5 + ], "js": [ "gw_backend_url", "gw_waitlist_name" @@ -27391,10 +44110,19 @@ "website": "https://www.getwaitlist.com" }, "Wakav Performance Monitoring": { + "cats": [ + 78 + ], + "scriptSrc": [ + "rum\\.wakav\\.ir/" + ], "description": "Wakav Performance Monitoring is a real user monitoring (RUM), Web/App performance and availability test platform.", "website": "https://www.wakav.ir" }, "WalkMe": { + "cats": [ + 58 + ], "js": [ "_walkmeconfig", "walkmeapi" @@ -27403,6 +44131,9 @@ "website": "https://www.walkme.com" }, "Wangsu": { + "cats": [ + 31 + ], "js": [ "__cdnroute", "playurl.wangsu" @@ -27411,6 +44142,9 @@ "website": "https://en.wangsu.com" }, "Warp": { + "cats": [ + 22 + ], "headers": { "server": "^warp/(\\d+(?:\\.\\d+)+)?$\\;version:\\1" }, @@ -27420,6 +44154,9 @@ "website": "https://www.stackage.org/package/warp" }, "Wask": { + "cats": [ + 10 + ], "js": [ "wask_analytics" ], @@ -27427,6 +44164,9 @@ "website": "https://www.wask.co" }, "Waveform": { + "cats": [ + 5 + ], "js": [ "waveform" ], @@ -27434,6 +44174,9 @@ "website": "https://music.flatfull.com/waveme/about/" }, "Waveme": { + "cats": [ + 80 + ], "implies": [ "Gutenberg", "Waveform" @@ -27442,10 +44185,19 @@ "website": "https://music.flatfull.com/waveme/about/" }, "WayForPay": { + "cats": [ + 41 + ], + "scriptSrc": [ + "secure\\.wayforpay\\.com" + ], "description": "WayForPay is a payment processing service provider based in Europe.", "website": "https://wayforpay.com" }, "Wazimo": { + "cats": [ + 36 + ], "js": [ "wz.mmconfig.buildversion" ], @@ -27453,6 +44205,9 @@ "website": "https://wazimo.com" }, "WeWeb": { + "cats": [ + 51 + ], "js": [ "wwg_designinfo.wewebpreviewurl" ], @@ -27460,15 +44215,24 @@ "website": "https://www.weweb.io" }, "Weaver Xtreme": { + "cats": [ + 80 + ], "js": [ "weaverxbottomfooter", "weaverxmonitorcontent", "weaverxonresize" ], + "scriptSrc": [ + "/wp-content/themes/weaver-xtreme/.+weaverxjslib-end\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Weaver Xtreme is the orginal options-based WordPress theme.", "website": "https://weavertheme.com" }, "Web Shop Manager": { + "cats": [ + 6 + ], "js": [ "wsm.tracking", "wsm_catalogtabby", @@ -27479,6 +44243,9 @@ "website": "https://webshopmanager.com" }, "Web Stories": { + "cats": [ + 5 + ], "implies": [ "AMP" ], @@ -27486,6 +44253,10 @@ "website": "https://amp.dev/about/stories/" }, "Web Stories for WordPress": { + "cats": [ + 20, + 87 + ], "meta": { "amp-story-generator-name": [ "^web stories for wordpress$" @@ -27501,6 +44272,9 @@ "website": "https://wp.stories.google" }, "Web Wiz Forums": { + "cats": [ + 2 + ], "meta": { "generator": [ "^web\\swiz\\sforums(?:\\s([\\d\\.]+))?$\\;version:\\1" @@ -27513,9 +44287,15 @@ "website": "https://www.webwizforums.com" }, "Web2py": { + "cats": [ + 18 + ], "headers": { "x-powered-by": "web2py" }, + "scriptSrc": [ + "web2py\\.js" + ], "meta": { "generator": [ "^web2py" @@ -27528,6 +44308,9 @@ "website": "https://web2py.com" }, "WebAssembly": { + "cats": [ + 27 + ], "js": [ "wasmbinary", "wasmbinaryfile" @@ -27535,17 +44318,30 @@ "headers": { "content-type": "application/wasm" }, + "scriptSrc": [ + "/wasm_exec\\.js" + ], "description": "WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications.", "website": "https://webassembly.org/" }, "WebEngage": { + "cats": [ + 32, + 76 + ], "js": [ "webengage.__v" ], + "scriptSrc": [ + "\\.webengage\\.co(?:m)?/" + ], "description": "WebEngage is a customer data platform and marketing automation suite.", "website": "https://webengage.com" }, "WebFactory Maintenance": { + "cats": [ + 87 + ], "js": [ "mtnc_front_options" ], @@ -27553,10 +44349,16 @@ "website": "https://wordpress.org/plugins/maintenance" }, "WebFactory Under Construction": { + "cats": [ + 87 + ], "description": "WebFactory Under Construction is a WordPress plugin which allows you to create an under construction page.", "website": "https://wordpress.org/plugins/under-construction-page" }, "WebGUI": { + "cats": [ + 1 + ], "cookies": { "wgsession": "" }, @@ -27571,19 +44373,32 @@ "website": "https://www.webgui.org" }, "WebHostUK": { + "cats": [ + 88 + ], "description": "WebHostUK is a UK based web hosting company offering cheap yet reliable and secure web hosting solutions on both Linux and Windows servers.", "website": "https://www.webhostuk.co.uk" }, "WebMetric": { + "cats": [ + 10 + ], "cookies": { "_wmuid": "" }, "js": [ "_wmid" ], + "scriptSrc": [ + "cdn\\.webmetric\\.ir" + ], "website": "https://webmetric.ir/" }, "WebNode": { + "cats": [ + 1, + 51 + ], "cookies": { "_gat_wnd_header": "" }, @@ -27599,10 +44414,16 @@ "website": "https://www.webnode.com" }, "WebRTC": { + "cats": [ + 19 + ], "description": "WebRTC is an open-source project that enables real-time voice, text and video communications capabilities between web browsers and devices.", "website": "https://webrtc.org" }, "WebSite X5": { + "cats": [ + 20 + ], "meta": { "generator": [ "incomedia website x5 (\\w+ [\\d.]+)\\;version:\\1" @@ -27612,6 +44433,9 @@ "website": "https://websitex5.com" }, "WebToffee Stripe Payment Plugin for WooCommerce": { + "cats": [ + 87 + ], "implies": [ "Stripe", "WooCommerce" @@ -27620,10 +44444,17 @@ "website": "https://www.webtoffee.com/product/woocommerce-stripe-payment-gateway/" }, "WebZi": { + "cats": [ + 1, + 51 + ], "js": [ "webzicart", "webzivalidate" ], + "scriptSrc": [ + "//webzi\\.ir/" + ], "meta": { "generator": [ "^webzi\\.ir\\swebsite\\sbuilder$" @@ -27633,6 +44464,9 @@ "website": "https://webzi.ir" }, "Webasyst Shop-Script": { + "cats": [ + 6 + ], "js": [ "shop_cityselect.lib", "shopordercallconfigstaticurl" @@ -27645,6 +44479,9 @@ "website": "https://www.shop-script.com" }, "Webeyez": { + "cats": [ + 10 + ], "js": [ "___webeyez_cache", "___webeyez_register_error", @@ -27655,6 +44492,9 @@ "website": "https://www.webeyez.com" }, "Webflow": { + "cats": [ + 51 + ], "js": [ "webflow" ], @@ -27667,6 +44507,9 @@ "website": "https://webflow.com" }, "Webflow Ecommerce": { + "cats": [ + 6 + ], "js": [ "__webflow_currency_settings" ], @@ -27674,19 +44517,34 @@ "website": "https://webflow.com/ecommerce" }, "Webgains": { + "cats": [ + 71 + ], "js": [ "itclkq" ], + "scriptSrc": [ + "analytics\\.webgains\\.io" + ], "description": "Webgains is an affiliate marketing network.", "website": "https://www.webgains.com/" }, "Webix": { + "cats": [ + 12 + ], "js": [ "webix" ], + "scriptSrc": [ + "\\bwebix\\.js" + ], "website": "https://webix.com" }, "Weblication": { + "cats": [ + 1 + ], "meta": { "generator": [ "^weblication® cms$" @@ -27700,6 +44558,13 @@ "website": "https://weblication.de" }, "Weblium": { + "cats": [ + 1, + 6 + ], + "scriptSrc": [ + "res2\\.weblium\\.site/common/core\\.min\\.js" + ], "implies": [ "Node.js", "OpenResty", @@ -27709,6 +44574,9 @@ "website": "https://weblium.com" }, "Weblogic Server": { + "cats": [ + 22 + ], "headers": { "server": "^weblogic\\sserver\\s([\\d\\.]+)?\\;version:\\1" }, @@ -27719,6 +44587,9 @@ "website": "https://www.oracle.com/java/weblogic" }, "Webmin": { + "cats": [ + 19 + ], "implies": [ "Perl" ], @@ -27726,6 +44597,10 @@ "website": "https://www.webmin.com" }, "Webolytics": { + "cats": [ + 10, + 71 + ], "js": [ "webolytics_site_tag", "webolytics_webhook_call" @@ -27734,6 +44609,9 @@ "website": "https://www.webolytics.com" }, "Webpack": { + "cats": [ + 19 + ], "js": [ "webpackchunk", "webpackjsonp" @@ -27742,18 +44620,33 @@ "website": "https://webpack.js.org/" }, "Webpushr": { + "cats": [ + 32 + ], "js": [ "webpushr.notificationcard", "webpushr_display_button" ], + "scripts": [ + "cdn\\.webpushr\\.com/app\\.min\\.js" + ], "description": "Webpushr is a web push notification platform that supports mobile and desktop devices.", "website": "https://www.webpushr.com" }, "Webriti Busiprof": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/busiprof(?:-pro)?/" + ], "description": "Busiprof is a fully responsive and translation-ready WordPress theme by Webriti.", "website": "https://webriti.com/busiprof-premium-wordpress-theme-1" }, "WebsPlanet": { + "cats": [ + 1 + ], "meta": { "generator": [ "websplanet" @@ -27762,12 +44655,18 @@ "website": "https://websplanet.com" }, "Websale": { + "cats": [ + 6 + ], "cookies": { "websale_ac": "" }, "website": "https://websale.de" }, "Website Creator": { + "cats": [ + 1 + ], "meta": { "generator": [ "website creator by hosttech" @@ -27782,6 +44681,9 @@ "website": "https://www.hosttech.ch/websitecreator" }, "WebsiteBaker": { + "cats": [ + 1 + ], "meta": { "generator": [ "websitebaker" @@ -27794,6 +44696,9 @@ "website": "https://websitebaker2.org/en/home.php" }, "WebsiteBuilder": { + "cats": [ + 51 + ], "js": [ "_site.urls.dataproxy" ], @@ -27801,6 +44706,9 @@ "website": "https://www.websitebuilder.com" }, "Websocket": { + "cats": [ + 19 + ], "html": [ "\u003c(?:link|a)[^\u003e]+href=[\"']wss?://", "\u003clink[^\u003e]+rel=[\"']web-socket[\"']" @@ -27808,6 +44716,9 @@ "website": "https://en.wikipedia.org/wiki/WebSocket" }, "Webtrends": { + "cats": [ + 10 + ], "js": [ "webtrends", "wtoptimize" @@ -27818,10 +44729,18 @@ "website": "https://worldwide.webtrends.com" }, "Webx": { + "cats": [ + 6 + ], "description": "Webx is a hosted ecommerce solution from Pakistan.", "website": "https://www.webx.pk" }, "Webzie": { + "cats": [ + 1, + 6, + 51 + ], "meta": { "generator": [ "^webzie\\.com\\swebsite\\sbuilder$" @@ -27831,9 +44750,15 @@ "website": "https://www.webzie.com/" }, "Weebly": { + "cats": [ + 1 + ], "js": [ "_w.configdomain" ], + "scriptSrc": [ + "cdn\\d+\\.editmysite\\.com" + ], "implies": [ "MySQL", "PHP" @@ -27842,12 +44767,23 @@ "website": "https://www.weebly.com" }, "Weglot": { + "cats": [ + 89 + ], "headers": { "weglot-translated": "" }, + "scriptSrc": [ + "cdn\\.weglot\\.com", + "wp-content/plugins/weglot" + ], "website": "https://www.weglot.com" }, "Welcart": { + "cats": [ + 6, + 87 + ], "cookies": { "usces_cookie": "" }, @@ -27855,10 +44791,16 @@ "\u003c!-- welcart version : v([\\d.]+)\\;version:\\1", "\u003clink[^\u003e]+?href=\"[^\"]+usces_default(?:\\.min)?\\.css" ], + "scriptSrc": [ + "uscesl10n" + ], "description": "Welcart is a free ecommerce plugin for WordPress with top market share in Japan.", "website": "https://www.welcart.com" }, "WeltPixel Pearl Theme": { + "cats": [ + 19 + ], "js": [ "pearl" ], @@ -27869,33 +44811,60 @@ "website": "https://www.weltpixel.com/magento-2-theme-pearl" }, "Whatfix": { + "cats": [ + 58 + ], "js": [ "_wfx_add_logger", "_wfx_settings", "wfx_is_playing__" ], + "scriptSrc": [ + "\\.whatfix\\.com/" + ], "description": "Whatfix is a SaaS based platform which provides in-app guidance and performance support for web applications and software products.", "website": "https://whatfix.com" }, "WhatsApp Business Chat": { + "cats": [ + 52 + ], "description": "WhatsApp Business is a free to download app available on Android and iPhone using which businesses can connect with their customers.", "website": "https://www.whatsapp.com/business" }, "Wheelio": { + "cats": [ + 5 + ], + "scriptSrc": [ + "wheelioapp\\.azureedge\\.net" + ], "description": "Wheelio is gamified pop-up/widget for ecommerce sites.", "website": "https://wheelio-app.com/" }, "Whistl": { + "cats": [ + 99 + ], "description": "Whistl is a postal delivery company operating in the United Kingdom.", "website": "https://www.whistl.co.uk" }, "Whooshkaa": { + "cats": [ + 5 + ], "html": [ "\u003ciframe src=\"[^\u003e]+whooshkaa\\.com" ], "website": "https://www.whooshkaa.com" }, "WideBundle": { + "cats": [ + 100 + ], + "scriptSrc": [ + "//widebundle\\.com/" + ], "implies": [ "Shopify" ], @@ -27903,28 +44872,49 @@ "website": "https://en.widebundle.com" }, "Widen": { + "cats": [ + 95 + ], "js": [ "widensessiontimer", "widenui" ], + "scriptSrc": [ + "assets/\\d+-\\d+/stack/en/widenjs\\.js" + ], "description": "Widen is a digital asset management and product information management solutions provider.", "website": "https://www.widen.com" }, "WidgetWhats": { + "cats": [ + 52 + ], "js": [ "wwwa_loaded" ], + "scriptSrc": [ + "\\.widgetwhats\\.com/" + ], "description": "WidgetWhats is a fully customizable chat widget with appearance, text, color, button style and position.", "website": "https://widgetwhats.com" }, "Wigzo": { + "cats": [ + 32 + ], "js": [ "wigzo" ], + "scriptSrc": [ + "app\\.wigzo\\.com" + ], "description": "Wigzo is e-commerce marketing automation platform that helps businesses of every size dig deeper into data to find opportunities to increase their sales and revenue.", "website": "https://www.wigzo.com/" }, "Wiki.js": { + "cats": [ + 4 + ], "js": [ "wiki.$_apolloinitdata", "wiki.$apolloprovider" @@ -27936,12 +44926,18 @@ "website": "https://js.wiki" }, "Wikinggruppen": { + "cats": [ + 6 + ], "html": [ "\u003c!-- wikinggruppen" ], "website": "https://wikinggruppen.se/" }, "WikkaWiki": { + "cats": [ + 8 + ], "html": [ "powered by \u003ca href=\"[^\u003e]+wikkawiki" ], @@ -27954,10 +44950,19 @@ "website": "https://wikkawiki.org" }, "WildJar": { + "cats": [ + 10 + ], + "scriptSrc": [ + "trkcall\\.com/scripts" + ], "description": "WildJar is a call tracking and intelligence platform which helps you understand where your leads are coming from, who is calling you, what your conversations are about and connect that data into other platforms.", "website": "https://www.wildjar.com" }, "Windows CE": { + "cats": [ + 28 + ], "headers": { "server": "\\bwince\\b" }, @@ -27965,6 +44970,9 @@ "website": "https://microsoft.com" }, "Windows Server": { + "cats": [ + 28 + ], "headers": { "server": "win32|win64" }, @@ -27972,6 +44980,9 @@ "website": "https://microsoft.com/windowsserver" }, "WineDirect": { + "cats": [ + 6 + ], "js": [ "vin65.checkout", "vin65remote" @@ -27985,13 +44996,23 @@ "website": "https://www.winedirect.com" }, "Wink": { + "cats": [ + 26, + 12 + ], "js": [ "wink.version" ], + "scriptSrc": [ + "(?:_base/js/base|wink).*\\.js" + ], "description": "Wink Toolkit is a JavaScript toolkit used to build mobile web apps.", "website": "https://winktoolkit.org" }, "Winstone Servlet Container": { + "cats": [ + 22 + ], "headers": { "server": "winstone servlet (?:container|engine) v?([\\d.]+)?\\;version:\\1", "x-powered-by": "winstone(?:\\/([\\d.]+))?\\;version:\\1" @@ -27999,22 +45020,38 @@ "website": "https://winstone.sourceforge.net" }, "Wirecard": { + "cats": [ + 41 + ], "js": [ "wirecardhpp", "wirecardpaymentpage" ], + "scriptSrc": [ + "\\.wirecard\\.com/" + ], "description": "Wirecard is a defunct German payment processor and financial services provider.", "website": "https://www.wirecard.com" }, "Wisepops": { + "cats": [ + 5, + 32 + ], "js": [ "wisepops._api", "wisepopsobject" ], + "scriptSrc": [ + "loader\\.wisepops\\.com/get-loader\\.js" + ], "description": "Wisepops is an intelligent popup and marketing automation system that offers marketers a single platform from which to create and manage website popups.", "website": "https://wisepops.com" }, "Wishlist King": { + "cats": [ + 100 + ], "js": [ "appmate.version", "appmate.wk" @@ -28023,19 +45060,36 @@ "website": "https://appmate.io" }, "Wistia": { + "cats": [ + 14 + ], "js": [ "wistia", "wistiaembeds", "wistiautils" ], + "scriptSrc": [ + "\\.wistia\\.com" + ], "description": "Wistia is designed exclusively to serve companies using video on their websites for marketing, support, and sales.", "website": "https://wistia.com" }, "With Reach": { + "cats": [ + 106 + ], + "scriptSrc": [ + "\\.rch\\.io/", + "checkout\\.gointerpay\\.net" + ], "description": "With Reach is a fintech/payments service provider that helps retailers connect with customers around the world.", "website": "https://www.withreach.com" }, "Wix": { + "cats": [ + 1, + 11 + ], "cookies": { "domain": "\\.wix\\.com" }, @@ -28048,6 +45102,9 @@ "x-wix-request-id": "", "x-wix-server-artifact-id": "" }, + "scriptSrc": [ + "static\\.parastorage\\.com" + ], "meta": { "generator": [ "wix\\.com website builder" @@ -28060,16 +45117,28 @@ "website": "https://www.wix.com" }, "Wix Answers": { + "cats": [ + 52 + ], + "scriptSrc": [ + "\\.wixanswers\\.com/" + ], "description": "Wix Answers is a cloud-based help desk software.", "website": "https://www.wixanswers.com" }, "Wix eCommerce": { + "cats": [ + 6 + ], "implies": [ "Wix" ], "website": "https://www.wix.com/freesitebuilder/tae-store" }, "WiziShop": { + "cats": [ + 6 + ], "js": [ "wiziblock_array", "wiziblocks_list", @@ -28082,10 +45151,19 @@ "website": "https://wizishop.com" }, "Wizpay": { + "cats": [ + 91 + ], + "scriptSrc": [ + "wp-content/plugins/creditcorp-wizardpay/.+\\?ver=([\\d\\.]+)\\;version:\\1" + ], "description": "Wizpay is a buy now pay later solution.", "website": "https://www.wizpay.com.au" }, "Wolf CMS": { + "cats": [ + 1 + ], "html": [ "(?:\u003ca href=\"[^\u003e]+wolfcms\\.org[^\u003e]+\u003ewolf cms(?:\u003c/a\u003e)? inside|thank you for using \u003ca[^\u003e]+\u003ewolf cms)" ], @@ -28095,15 +45173,29 @@ "website": "https://www.wolfcms.org" }, "Woltlab Community Framework": { + "cats": [ + 1 + ], + "scriptSrc": [ + "wcf\\..*\\.js" + ], "implies": [ "PHP" ], "website": "https://www.woltlab.com" }, "WooCommerce": { + "cats": [ + 6, + 87 + ], "js": [ "woocommerce_params" ], + "scriptSrc": [ + "/woocommerce(?:\\.min)?\\.js(?:\\?ver=([0-9.]+))?\\;version:\\1", + "woocommerce" + ], "meta": { "generator": [ "woocommerce ([\\d.]+)\\;version:\\1" @@ -28113,14 +45205,30 @@ "website": "https://woocommerce.com" }, "WooCommerce Blocks": { + "cats": [ + 87 + ], "description": "WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.", "website": "https://github.com/woocommerce/woocommerce-gutenberg-products-block" }, "WooCommerce Multilingual": { + "cats": [ + 87, + 89 + ], + "scriptSrc": [ + "/wp-content/plugins/woocommerce-multilingual/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "WooCommerce Multilingual plugin makes it possible to run fully multilingual ecommerce sites using WooCommerce and WPML.", "website": "https://wordpress.org/plugins/woocommerce-multilingual" }, "WooCommerce PayPal Checkout Payment Gateway": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "PayPal" ], @@ -28128,6 +45236,12 @@ "website": "https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout" }, "WooCommerce PayPal Payments": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/woocommerce-paypal-payments/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "PayPal" ], @@ -28135,6 +45249,12 @@ "website": "https://github.com/woocommerce/woocommerce-paypal-payments" }, "WooCommerce Stripe Payment Gateway": { + "cats": [ + 87 + ], + "scriptSrc": [ + "/wp-content/plugins/woocommerce-gateway-stripe/" + ], "implies": [ "Stripe" ], @@ -28142,6 +45262,9 @@ "website": "https://woocommerce.com/products/stripe" }, "WooCommerce Subscriptions": { + "cats": [ + 87 + ], "implies": [ "WooCommerce" ], @@ -28149,13 +45272,25 @@ "website": "https://woocommerce.com/products/woocommerce-subscriptions" }, "Woopra": { + "cats": [ + 10 + ], + "scriptSrc": [ + "static\\.woopra\\.com" + ], "website": "https://www.woopra.com" }, "Woostify": { + "cats": [ + 80 + ], "js": [ "woostify_woocommerce_general", "woostifyconditionscrolling" ], + "scriptSrc": [ + "/wp-content/themes/woostify/" + ], "implies": [ "WooCommerce" ], @@ -28163,17 +45298,33 @@ "website": "https://woostify.com" }, "WoowUp": { + "cats": [ + 53 + ], "js": [ "wu._trackproductvtexfield" ], + "scriptSrc": [ + "assets-cdn\\.woowup\\.com/" + ], "description": "WoowUp is a tool of CRM and predictive marketing.", "website": "https://www.woowup.com" }, "WordAds": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.pubmine\\.com/" + ], "description": "WordAds is an advertising platform run by Automatic that allows bloggers and website owners to place advertisements on their blogs and websites.", "website": "https://wordads.co" }, "WordPress": { + "cats": [ + 1, + 11 + ], "js": [ "wp_username" ], @@ -28185,6 +45336,10 @@ "\u003clink rel=[\"']stylesheet[\"'] [^\u003e]+/wp-(?:content|includes)/", "\u003clink[^\u003e]+s\\d+\\.wp\\.com" ], + "scriptSrc": [ + "/wp-(?:content|includes)/", + "wp-embed\\.min\\.js" + ], "meta": { "generator": [ "^wordpress(?: ([\\d.]+))?\\;version:\\1" @@ -28199,14 +45354,27 @@ "website": "https://wordpress.org" }, "WordPress Default": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/default/" + ], "description": "WordPress Default is a default WordPress theme.", "website": "https://wordpress.org/themes/default" }, "WordPress Multisite": { + "cats": [ + 88 + ], "description": "A multisite network is a collection of sites that all share the same WordPress installation core files. ", "website": "https://wordpress.org/documentation/article/create-a-network/" }, "WordPress Super Cache": { + "cats": [ + 23, + 87 + ], "headers": { "wp-super-cache": "" }, @@ -28217,6 +45385,9 @@ "website": "https://z9.io/wp-super-cache/" }, "WordPress VIP": { + "cats": [ + 62 + ], "headers": { "x-powered-by": "^wordpress vip|wpvip\\.com" }, @@ -28227,6 +45398,9 @@ "website": "https://wpvip.com" }, "WordPress.com": { + "cats": [ + 62 + ], "headers": { "host-header": "wordpress\\.com" }, @@ -28237,17 +45411,34 @@ "website": "https://wordpress.com" }, "Wordfence": { + "cats": [ + 87, + 16 + ], "js": [ "wordfenceajaxwatcher" ], + "scriptSrc": [ + "/wp-content/plugins/wordfence/.+admin\\.ajaxwatcher\\.\\d+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Wordfence is a security plugin for sites that use WordPress. Wordfence includes an endpoint firewall and malware scanner.", "website": "https://www.wordfence.com" }, "Wordfence Login Security": { + "cats": [ + 87, + 16 + ], + "scriptSrc": [ + "/wp-content/plugins/wordfence/.+login\\.\\d+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Wordfence Login Security contains a subset of the functionality found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA.", "website": "https://www.wordfence.com" }, "Workable": { + "cats": [ + 101 + ], "js": [ "webpackchunk_workable_candidate" ], @@ -28255,6 +45446,9 @@ "website": "https://www.workable.com" }, "Workarea": { + "cats": [ + 6 + ], "js": [ "weblinc.cartcount", "workarea" @@ -28268,22 +45462,44 @@ "website": "https://www.workarea.com" }, "World4You": { + "cats": [ + 88 + ], "description": "World4You operates homepage and domain solutions. World4Youu operates data centers in Austria and provides data protection.", "website": "https://www.world4you.com" }, "WorldPay": { + "cats": [ + 41 + ], "description": "WorldPay is a merchant services and payment processing provider offering a payment gateway for online transactions.", "website": "https://online.worldpay.com" }, "WorldShopping": { + "cats": [ + 106 + ], + "scriptSrc": [ + "checkout-api\\.worldshopping\\.jp/(v\\d+)?\\;version:\\1" + ], "description": "WorldShopping makes online purchases in Japan easier for international visitors.", "website": "https://www.worldshopping.global/" }, "Worldz": { + "cats": [ + 5, + 76 + ], + "scriptSrc": [ + "\\.worldztool\\.com/" + ], "description": "Worldz calculates the economic value of a user’s social popularity (qualitatively and quantitatively). In proportion to this value, it provides a personalised discount, which can be applied in exchange for a social sharing by the user on their Instagram or Facebook profile.", "website": "https://www.worldz-business.net" }, "Wowza Video Player": { + "cats": [ + 14 + ], "js": [ "wowzaplayer", "wowzaplayer.jsplayer" @@ -28292,10 +45508,17 @@ "website": "https://www.wowza.com/video/player" }, "Wufoo": { + "cats": [ + 73 + ], "description": "Wufoo is an online form builder that creates forms including contact forms, online payments, online surveys and event registrations.", "website": "https://www.wufoo.com" }, "Wuilt": { + "cats": [ + 1, + 51 + ], "implies": [ "Node.js", "React" @@ -28304,23 +45527,42 @@ "website": "https://wuilt.com" }, "Wunderkind": { + "cats": [ + 32 + ], "js": [ "bouncex" ], "headers": { "content-security-policy": "\\.smarterhq\\.io" }, + "scriptSrc": [ + "\\.bounceexchange\\.com", + "\\.smarterhq\\.io/" + ], "description": "Wunderkind (Formerly BounceX) is a software for behavioural marketing technologies, created to de-anonymise site visitors, analyse their digital behaviour and create relevant digital experiences regardless of channel or device.", "website": "https://www.wunderkind.co" }, "Wurfl": { + "cats": [ + 59 + ], "js": [ "wurfl" ], + "scriptSrc": [ + "\\.wurfl\\.io" + ], "description": "WURFL.js is JavaScript that detects device models of smartphones, tablets, smart TVs and game consoles accessing your website.", "website": "https://web.wurfl.io/" }, "WysiBB": { + "cats": [ + 24 + ], + "scriptSrc": [ + "/jquery\\.wysibb\\.min\\.js" + ], "implies": [ "jQuery" ], @@ -28328,6 +45570,9 @@ "website": "https://wysibb.com" }, "X-Cart": { + "cats": [ + 6 + ], "js": [ "xcart_web_dir", "xliteconfig" @@ -28344,14 +45589,23 @@ "website": "https://kb.x-cart.com" }, "X.ai": { + "cats": [ + 72 + ], "js": [ "xdotaiaction", "xdotaibutton" ], + "scriptSrc": [ + "(?:cdn)?x\\.ai/.*/xdotai-embed\\.js" + ], "description": "X.ai is a scheduling tool that organizes meeting times and improves lead conversion by adding embedded booking buttons to websites or within live chat applications.", "website": "https://x.ai" }, "XAMPP": { + "cats": [ + 22 + ], "html": [ "\u003ctitle\u003exampp(?: version ([\\d\\.]+))?\u003c/title\u003e\\;version:\\1" ], @@ -28369,16 +45623,28 @@ "website": "https://www.apachefriends.org/en/xampp.html" }, "XGen Ai": { + "cats": [ + 76 + ], + "scriptSrc": [ + "//assets\\.xgen\\.dev/" + ], "description": "XGen Ai is a cloud-based customer journey mapping tool that helps businesses manage product recommendations via artificial intelligence (AI).", "website": "https://xgen.ai" }, "XMB": { + "cats": [ + 2 + ], "html": [ "\u003c!-- powered by xmb" ], "website": "https://www.xmbforum.com" }, "XOOPS": { + "cats": [ + 1 + ], "js": [ "xoops" ], @@ -28393,12 +45659,23 @@ "website": "https://xoops.org" }, "XRegExp": { + "cats": [ + 59 + ], "js": [ "xregexp.version" ], + "scriptSrc": [ + "/([\\d.]+)/xregexp(?:\\.min)?\\.js\\;version:\\1", + "xregexp.*\\.js", + "xregexp[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1" + ], "website": "https://xregexp.com" }, "XSLT": { + "cats": [ + 27 + ], "html": [ "\u003cxsl[^\u003e]* version=\"(.+)\"\\;version:\\1" ], @@ -28406,6 +45683,9 @@ "website": "https://www.w3.org/TR/xslt-10" }, "XWiki": { + "cats": [ + 8 + ], "html": [ "\u003chtml[^\u003e]data-xwiki-[^\u003e]\u003e" ], @@ -28421,9 +45701,18 @@ "website": "https://www.xwiki.org" }, "Xajax": { + "cats": [ + 59 + ], + "scriptSrc": [ + "xajax_core.*\\.js" + ], "website": "https://xajax-project.org" }, "Xanario": { + "cats": [ + 6 + ], "meta": { "generator": [ "xanario shopsoftware" @@ -28432,6 +45721,9 @@ "website": "https://xanario.de" }, "XenForo": { + "cats": [ + 2 + ], "cookies": { "xf_csrf": "", "xf_session": "" @@ -28451,6 +45743,9 @@ "website": "https://xenforo.com" }, "Xeora": { + "cats": [ + 18 + ], "headers": { "server": "xeoraengine", "x-powered-by": "xeoracube" @@ -28458,21 +45753,33 @@ "html": [ "\u003cinput type=\"hidden\" name=\"_sys_bind_\\d+\" id=\"_sys_bind_\\d+\" /\u003e" ], + "scriptSrc": [ + "/_bi_sps_v.+\\.js" + ], "implies": [ "Microsoft ASP.NET" ], "website": "https://www.xeora.org" }, "Xitami": { + "cats": [ + 22 + ], "headers": { "server": "xitami(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://xitami.com" }, "Xonic": { + "cats": [ + 6 + ], "html": [ "powered by \u003ca href=\"http://www\\.xonic-solutions\\.de/index\\.php\" target=\"_blank\"\u003exonic-solutions shopsoftware\u003c/a\u003e" ], + "scriptSrc": [ + "core/jslib/jquery\\.xonic\\.js\\.php" + ], "meta": { "keywords": [ "xonic-solutions" @@ -28481,6 +45788,9 @@ "website": "https://www.xonic-solutions.de" }, "XpressEngine": { + "cats": [ + 1 + ], "meta": { "generator": [ "xpressengine" @@ -28489,10 +45799,19 @@ "website": "https://www.xpressengine.com/" }, "Xpresslane": { + "cats": [ + 41 + ], + "scriptSrc": [ + "apps\\.xpresslane\\.in/" + ], "description": "Xpresslane is a checkout platform for ecommerce that focuses on increasing conversion during the checkout process.", "website": "https://www.xpresslane.in" }, "Xretail": { + "cats": [ + 6 + ], "meta": { "author": [ "^xretail team$" @@ -28502,14 +45821,26 @@ "website": "https://xretail.com" }, "Xserver": { + "cats": [ + 88 + ], "description": "Xserver engages in web hosting, web application and internet-related services.", "website": "https://www.xserver.ne.jp" }, "Xtra": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/xtra/.+custom\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "Xtra is a creative, responsive, live drag and drop and easy-to-use WordPress theme for any kind of websites.", "website": "https://xtratheme.com" }, "Xtremepush": { + "cats": [ + 32 + ], "js": [ "xtremepush" ], @@ -28517,6 +45848,9 @@ "website": "https://xtremepush.com" }, "YMQ Product Options Variant Option": { + "cats": [ + 100 + ], "js": [ "ymq_option.v" ], @@ -28527,6 +45861,9 @@ "website": "https://apps.shopify.com/ymq-options" }, "YNAP Ecommerce": { + "cats": [ + 6 + ], "js": [ "ycookieapiurl", "ytos" @@ -28535,14 +45872,23 @@ "website": "https://www.ynap.com/pages/about-us/what-we-do/monobrand/" }, "YUI": { + "cats": [ + 59 + ], "js": [ "yahoo.version", "yui.version" ], + "scriptSrc": [ + "(?:/yui/|yui\\.yahooapis\\.com)" + ], "description": "YUI is a JavaScript and CSS library with more than 30 unique components including low-level DOM utilities and high-level user-interface widgets.", "website": "https://clarle.github.io/yui3" }, "YUI Doc": { + "cats": [ + 4 + ], "html": [ "(?:\u003chtml[^\u003e]* yuilibrary\\.com/rdf/[\\d.]+/yui\\.rdf|\u003cbody[^\u003e]+class=\"yui3-skin-sam)" ], @@ -28550,12 +45896,19 @@ "website": "https://developer.yahoo.com/yui/yuidoc" }, "YaBB": { + "cats": [ + 2 + ], "html": [ "powered by \u003ca href=\"[^\u003e]+yabbforum" ], "website": "https://www.yabbforum.com" }, "Yahoo Advertising": { + "cats": [ + 36, + 77 + ], "js": [ "adxinserthtml", "yahoo_retargeting_pv_id", @@ -28563,10 +45916,16 @@ "yahoo_ydn_conv_transaction_id", "yahoocvload" ], + "scriptSrc": [ + "(?:adinterax|adserver\\.yahoo)\\.com" + ], "description": "Yahoo Advertising includes a comprehensive suite of web, mobile, and video ad products across native, audience, and premium display, which are accessible through a new buying platform.", "website": "https://www.adtech.yahooinc.com" }, "Yahoo! Ecommerce": { + "cats": [ + 6 + ], "js": [ "ystore" ], @@ -28579,22 +45938,40 @@ "website": "https://smallbusiness.yahoo.com/ecommerce" }, "Yahoo! Tag Manager": { + "cats": [ + 42 + ], "html": [ "\u003c!-- (?:end )?yahoo! tag manager --\u003e" ], + "scriptSrc": [ + "b\\.yjtag\\.jp/iframe" + ], "website": "https://tagmanager.yahoo.co.jp/" }, "Yahoo! Web Analytics": { + "cats": [ + 10 + ], "js": [ "ywa" ], + "scriptSrc": [ + "d\\.yimg\\.com/mi/ywa\\.js" + ], "website": "https://web.analytics.yahoo.com" }, "YalinHost": { + "cats": [ + 88 + ], "description": "YalinHost is a web hosting service provider.", "website": "https://yalinhost.com" }, "Yampi Checkout": { + "cats": [ + 41 + ], "js": [ "yampicheckouturl" ], @@ -28602,10 +45979,16 @@ "website": "https://www.yampi.com.br/checkout" }, "Yampi Virtual store": { + "cats": [ + 6 + ], "js": [ "yampi.api_domain", "yampi.cart_token" ], + "scriptSrc": [ + "cdn\\.yampi\\.io/" + ], "implies": [ "Yampi Checkout" ], @@ -28613,6 +45996,9 @@ "website": "https://www.yampi.com.br/loja-virtual" }, "Yandex SmartCaptcha": { + "cats": [ + 16 + ], "headers": { "x-yandex-captcha": "" }, @@ -28620,10 +46006,16 @@ "website": "https://cloud.yandex.com/en/services/smartcaptcha" }, "Yandex.Cloud": { + "cats": [ + 62 + ], "description": "Yandex.Cloud is a public cloud platform where companies can create and develop projects using Yandex's scalable computing power, advanced technologies, and infrastructure.", "website": "https://cloud.yandex.com/en/" }, "Yandex.Cloud CDN": { + "cats": [ + 31 + ], "implies": [ "Yandex.Cloud" ], @@ -28631,6 +46023,9 @@ "website": "https://cloud.yandex.com/en/services/cdn" }, "Yandex.Direct": { + "cats": [ + 36 + ], "js": [ "yandex_ad_format", "yandex_partner_id" @@ -28638,24 +46033,44 @@ "html": [ "\u003cyatag class=\"ya-partner__ads\"\u003e" ], + "scriptSrc": [ + "https?://an\\.yandex\\.ru/" + ], "description": "Yandex Direct is the platform designed for sponsored ad management.", "website": "https://partner.yandex.com" }, "Yandex.Messenger": { + "cats": [ + 5, + 52 + ], "js": [ "yandexchatwidget" ], + "scriptSrc": [ + "chat\\.s3\\.yandex\\.net/widget\\.js" + ], "description": "Yandex.Messenger is an instant messaging application.", "website": "https://dialogs.yandex.ru" }, "Yandex.Metrika": { + "cats": [ + 10 + ], "js": [ "yandex_metrika" ], + "scriptSrc": [ + "cdn\\.jsdelivr\\.net/npm/yandex\\-metrica\\-watch/watch\\.js", + "mc\\.yandex\\.ru/metrika/(?:tag|watch)\\.js" + ], "description": "Yandex.Metrica is a free web analytics service that tracks and reports website traffic.", "website": "https://metrika.yandex.com" }, "Yapla": { + "cats": [ + 111 + ], "js": [ "yaplaconsent.cookiename" ], @@ -28668,6 +46083,9 @@ "website": "https://www.yapla.com" }, "Yaws": { + "cats": [ + 22 + ], "headers": { "server": "yaws(?: ([\\d.]+))?\\;version:\\1" }, @@ -28675,10 +46093,16 @@ "website": "https://github.com/erlyaws/yaws" }, "Ycode": { + "cats": [ + 51 + ], "description": "Ycode is a no-code development platform that allows users to create web and mobile applications without any coding skills.", "website": "https://www.ycode.com" }, "Yektanet": { + "cats": [ + 36 + ], "js": [ "yektanet" ], @@ -28689,14 +46113,26 @@ "website": "https://www.yektanet.com" }, "Yelp Reservations": { + "cats": [ + 93 + ], "description": "Yelp Reservations is a cloud-based restaurant management system.", "website": "https://yelp.com" }, "Yelp Review Badge": { + "cats": [ + 5 + ], + "scriptSrc": [ + "yelp\\.com/biz_badge_js" + ], "description": "Yelp Review Badges showcase business reviews from Yelp on websites.", "website": "https://yelp.com" }, "Yepcomm": { + "cats": [ + 6 + ], "meta": { "author": [ "yepcomm tecnologia" @@ -28708,13 +46144,23 @@ "website": "https://www.yepcomm.com.br" }, "Yett": { + "cats": [ + 67 + ], "js": [ "yett_blacklist" ], + "scriptSrc": [ + "/yett@([\\d\\.]+)/dist/yett\\.min\\.js\\;version:\\1" + ], "description": "Yett is a small webpage library to control the execution of (third party) scripts like analytics.", "website": "https://github.com/elbywan/yett" }, "Yext": { + "cats": [ + 29, + 19 + ], "js": [ "answers._analyticsreporterservice._baseurl", "yext.analytics", @@ -28727,16 +46173,31 @@ "website": "https://www.yext.com" }, "Yieldify": { + "cats": [ + 76 + ], "js": [ "_yieldify" ], + "scriptSrc": [ + "\\.yieldify\\.com" + ], "description": "Yieldify is a customer journey optimisation platform that brings personalisation to the full customer journey.", "website": "https://www.yieldify.com" }, "Yieldlab": { + "cats": [ + 36 + ], + "scriptSrc": [ + "^https?://(?:[^/]+\\.)?yieldlab\\.net/" + ], "website": "https://yieldlab.de" }, "Yii": { + "cats": [ + 18 + ], "cookies": { "yii_csrf_token": "" }, @@ -28745,6 +46206,10 @@ "\u003cinput type=\"hidden\" value=\"[a-za-z0-9]{40}\" name=\"yii_csrf_token\" \\/\u003e", "powered by \u003ca href=\"http://www\\.yiiframework\\.com/\" rel=\"external\"\u003eyii framework\u003c/a\u003e" ], + "scriptSrc": [ + "/assets/[a-za-z0-9]{8}\\/yii\\.js$", + "/yii\\.(?:validation|activeform)\\.js" + ], "implies": [ "PHP" ], @@ -28752,10 +46217,17 @@ "website": "https://www.yiiframework.com" }, "Yoast Duplicate Post": { + "cats": [ + 87 + ], "description": "Yoast Duplicate Post is a WordPress plugin which allows users to clone posts of any type, or copy them to new drafts for further editing.", "website": "https://wordpress.org/plugins/duplicate-post" }, "Yoast SEO": { + "cats": [ + 54, + 87 + ], "html": [ "\u003c!-- this site is optimized with the yoast (?:wordpress )?seo plugin v([^\\s]+) -\\;version:\\1", "\u003c!-- this site is optimized with the yoast seo premium plugin v(?:[^\\s]+) \\(yoast seo v([^\\s]+)\\) -\\;version:\\1" @@ -28767,6 +46239,9 @@ "website": "https://yoast.com/wordpress/plugins/seo/" }, "Yoast SEO Premium": { + "cats": [ + 54 + ], "html": [ "\u003c!-- this site is optimized with the yoast seo premium plugin v([^\\s]+) \\;version:\\1" ], @@ -28774,6 +46249,10 @@ "website": "https://yoast.com/wordpress/plugins/seo/" }, "Yoast SEO for Shopify": { + "cats": [ + 54, + 100 + ], "html": [ "\u003c!-- this site is optimized with yoast seo for shopify --\u003e" ], @@ -28784,21 +46263,42 @@ "website": "https://yoast.com/shopify/apps/yoast-seo/" }, "Yodel": { + "cats": [ + 99 + ], "description": "Yodel is a delivery company for B2B and B2C orders in the United Kingdom.", "website": "https://www.yodel.co.uk/" }, "Yola": { + "cats": [ + 51 + ], + "scriptSrc": [ + "\\.yola(?:cdn)?\\.(?:net|com)/" + ], "description": "Yola is a website builder and website hosting company headquartered in San Francisco.", "website": "https://www.yola.com" }, "YooMoney": { + "cats": [ + 41 + ], "headers": { "content-security-policy": "\\.yoomoney\\.ru" }, + "scriptSrc": [ + "\\.yoomoney\\.ru/" + ], "description": "YooMoney is an IT company working with electronic payments on the Internet, creating and supporting financial services for individuals and businesses.", "website": "https://yoomoney.ru" }, "Yoori": { + "cats": [ + 6 + ], + "scripts": [ + "console\\.log\\(\\'yoori-ecommerce" + ], "implies": [ "Laravel", "MySQL", @@ -28811,21 +46311,36 @@ "website": "https://spagreen.net/yoori-ecommerce-solution" }, "Yotpo Loyalty \u0026 Referrals": { + "cats": [ + 84 + ], "js": [ "swellapi", "swellconfig" ], + "scriptSrc": [ + "cdn(?:-loyalty)?\\.(?:swellrewards|yotpo)\\.com/" + ], "description": "Yotpo is a user-generated content marketing platform.", "website": "https://www.yotpo.com/platform/loyalty/" }, "Yotpo Reviews": { + "cats": [ + 90 + ], "js": [ "yotpo" ], + "scriptSrc": [ + "(?!cdn-loyalty)\\.yotpo\\.com/" + ], "description": "Yotpo is a user-generated content marketing platform.", "website": "https://www.yotpo.com/platform/reviews/" }, "Yotpo SMSBump": { + "cats": [ + 32 + ], "js": [ "smsbumpform" ], @@ -28833,6 +46348,14 @@ "website": "https://www.yotpo.com/platform/smsbump-sms-marketing/" }, "Yottaa": { + "cats": [ + 42, + 74, + 92 + ], + "scriptSrc": [ + "cdn\\.yottaa\\.\\w+/" + ], "meta": { "x-yottaa-metrics": [], "x-yottaa-optimizations": [] @@ -28841,14 +46364,23 @@ "website": "https://www.yottaa.com" }, "YouCam Makeup": { + "cats": [ + 105 + ], "js": [ "ymk.applymakeupbylook", "ymk.caldeltae" ], + "scriptSrc": [ + "plugins-media\\.(?:perfectcorp|makeupar)\\.com/" + ], "description": "YouCam Makeup is a cross-platform virtual makeup solution for omnichannel ecommerce.", "website": "https://www.perfectcorp.com/business/products/virtual-makeup" }, "YouCan": { + "cats": [ + 6 + ], "js": [ "ycpay" ], @@ -28865,11 +46397,17 @@ "website": "https://youcan.shop" }, "YouPay": { + "cats": [ + 100 + ], "js": [ "youpay.buttonwindow", "youpayready", "youpaystatus" ], + "scriptSrc": [ + "app\\.youpay\\.ai/" + ], "implies": [ "Shopify" ], @@ -28877,6 +46415,9 @@ "website": "https://youpay.co" }, "YouTrack": { + "cats": [ + 13 + ], "html": [ "data-reactid=\"[^\"]+\"\u003eyoutrack ([0-9.]+)\u003c\\;version:\\1", "no-title=\"youtrack\"\u003e", @@ -28886,13 +46427,25 @@ "website": "https://www.jetbrains.com/youtrack/" }, "YouTube": { + "cats": [ + 14 + ], "html": [ "\u003c(?:param|embed|iframe)[^\u003e]+youtube(?:-nocookie)?\\.com/(?:v|embed)" ], + "scriptSrc": [ + "\\.youtube\\.com/" + ], "description": "YouTube is a video sharing service where users can create their own profile, upload videos, watch, like and comment on other videos.", "website": "https://www.youtube.com" }, "YunoHost": { + "cats": [ + 28 + ], + "scriptSrc": [ + "/ynh_portal\\.js" + ], "implies": [ "Debian" ], @@ -28900,15 +46453,24 @@ "website": "https://yunohost.org" }, "ZK": { + "cats": [ + 18 + ], "html": [ "\u003c!-- zk [.\\d\\s]+--\u003e" ], + "scriptSrc": [ + "zkau/" + ], "implies": [ "Java" ], "website": "https://zkoss.org" }, "ZURB Foundation": { + "cats": [ + 66 + ], "js": [ "foundation.version" ], @@ -28920,6 +46482,9 @@ "website": "https://foundation.zurb.com" }, "Zabbix": { + "cats": [ + 19 + ], "js": [ "zbxcallpostscripts" ], @@ -28937,6 +46502,9 @@ "website": "https://zabbix.com" }, "Zakeke": { + "cats": [ + 76 + ], "js": [ "zakekeboot", "zakekecustomizelabel", @@ -28947,6 +46515,13 @@ "website": "https://www.zakeke.com" }, "Zakeke Interactive Product Designer": { + "cats": [ + 87, + 76 + ], + "scriptSrc": [ + "/wp-content/plugins/zakeke-interactive-product-designer/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "implies": [ "Zakeke" ], @@ -28954,6 +46529,13 @@ "website": "https://www.zakeke.com" }, "Zakeke Visual Customizer": { + "cats": [ + 100, + 76 + ], + "scriptSrc": [ + "\\.zakeke\\.com/scripts/integration/shopify/" + ], "implies": [ "Zakeke" ], @@ -28961,23 +46543,38 @@ "website": "https://www.zakeke.com" }, "Zakra": { + "cats": [ + 80 + ], "js": [ "zakrafrontend", "zakranavhelper.dimension" ], + "scriptSrc": [ + "/wp-content/themes/zakra/" + ], "description": "Zakra is flexible, fast, lightweight and modern multipurpose WordPress theme that comes with many starter free sites.", "website": "https://zakratheme.com" }, "Zanox": { + "cats": [ + 36 + ], "js": [ "zanox" ], "html": [ "\u003cimg [^\u003e]*src=\"[^\"]+ad\\.zanox\\.com" ], + "scriptSrc": [ + "zanox\\.com/scripts/zanox\\.js$" + ], "website": "https://zanox.com" }, "Zeabur": { + "cats": [ + 62 + ], "headers": { "x-zeabur-request-id": "" }, @@ -28985,6 +46582,9 @@ "website": "https://zeabur.com" }, "Zeald": { + "cats": [ + 6 + ], "cookies": { "zes_backend": "zeald" }, @@ -28992,10 +46592,16 @@ "website": "https://www.zeald.com" }, "Zeleris": { + "cats": [ + 99 + ], "description": "Zeleris provides door to door shipment delivery to Ireland, UK and the EU.", "website": "https://www.zeleris.com" }, "Zen Cart": { + "cats": [ + 6 + ], "meta": { "generator": [ "zen cart" @@ -29004,6 +46610,9 @@ "website": "https://www.zen-cart.com" }, "Zend": { + "cats": [ + 22 + ], "cookies": { "zendserversessid": "" }, @@ -29013,6 +46622,11 @@ "website": "https://zend.com" }, "Zendesk": { + "cats": [ + 4, + 13, + 52 + ], "cookies": { "_help_center_session": "", "_zendesk_cookie": "", @@ -29024,14 +46638,29 @@ "headers": { "x-zendesk-user-id": "" }, + "scriptSrc": [ + "static\\.zdassets\\.com" + ], "description": "Zendesk is a cloud-based help desk management solution offering customizable tools to build customer service portal, knowledge base and online communities.", "website": "https://zendesk.com" }, "Zendesk Chat": { + "cats": [ + 52 + ], + "scriptSrc": [ + "v2\\.zopim\\.com" + ], "description": "Zendesk Chat is a live chat and communication widget.", "website": "https://zopim.com" }, "Zendesk Sunshine Conversations": { + "cats": [ + 52 + ], + "scriptSrc": [ + "cdn\\.smooch\\.io/" + ], "implies": [ "Zendesk" ], @@ -29039,6 +46668,9 @@ "website": "https://www.zendesk.com/platform/conversations" }, "Zenfolio": { + "cats": [ + 7 + ], "js": [ "zenfolio" ], @@ -29046,16 +46678,31 @@ "website": "https://zenfolio.com" }, "Zeotap": { + "cats": [ + 97 + ], + "scriptSrc": [ + "\\.zeotap\\.com" + ], "description": "Zeotap is a customer intelligence platform that helps brands better understand their customers and predict behaviors.", "website": "https://zeotap.com" }, "Zepto": { + "cats": [ + 59 + ], "js": [ "zepto" ], + "scriptSrc": [ + "zepto.*\\.js" + ], "website": "https://zeptojs.com" }, "ZestMoney": { + "cats": [ + 91 + ], "js": [ "zestbind", "zestmerchant", @@ -29065,6 +46712,9 @@ "website": "https://www.zestmoney.in" }, "Zeus Technology": { + "cats": [ + 36 + ], "js": [ "zeus.version", "zeusadunitpath" @@ -29073,6 +46723,9 @@ "website": "https://www.zeustechnology.com" }, "Zid": { + "cats": [ + 6 + ], "cookies": { "zid_catalog_session": "" }, @@ -29084,6 +46737,9 @@ "website": "https://zid.sa" }, "Ziggy": { + "cats": [ + 59 + ], "js": [ "ziggy" ], @@ -29095,6 +46751,9 @@ "website": "https://github.com/tighten/ziggy" }, "Zimbra": { + "cats": [ + 30 + ], "cookies": { "zm_test": "true" }, @@ -29104,6 +46763,9 @@ "website": "https://www.zimbra.com/" }, "ZingChart": { + "cats": [ + 25 + ], "js": [ "zingchart" ], @@ -29111,6 +46773,9 @@ "website": "https://www.zingchart.com" }, "Zinnia": { + "cats": [ + 11 + ], "meta": { "generator": [ "zinnia" @@ -29123,6 +46788,9 @@ "website": "https://django-blog-zinnia.com" }, "Zinrelo": { + "cats": [ + 84 + ], "js": [ "zrl_mi" ], @@ -29130,19 +46798,38 @@ "website": "https://www.zinrelo.com" }, "Zip": { + "cats": [ + 41, + 91 + ], "js": [ "checkout.enabledpayments.zip", "quadpayid", "quadpayshopify" ], + "scriptSrc": [ + "quadpay\\.com", + "static\\.zipmoney\\.com\\.au", + "zip\\.co" + ], "description": "Zip is a payment service that lets you receive your purchase now and spread the total cost over a interest-free payment schedule.", "website": "https://www.zip.co/" }, "Zipify OCU": { + "cats": [ + 100 + ], + "scriptSrc": [ + "/zipify-oneclickupsell-vendor\\.js" + ], "description": "Zipify OCU allows you to add upsells and cross-sells to your checkout sequence.", "website": "https://zipify.com/apps/ocu/" }, "Zipify Pages": { + "cats": [ + 100, + 51 + ], "js": [ "zipifypages" ], @@ -29153,6 +46840,9 @@ "website": "https://zipify.com/apps/pages/" }, "Zipkin": { + "cats": [ + 10 + ], "headers": { "x-b3-flags": "", "x-b3-parentspanid": "", @@ -29163,22 +46853,40 @@ "website": "https://zipkin.io/" }, "Zmags Creator": { + "cats": [ + 95 + ], "js": [ "__zmags" ], + "scriptSrc": [ + "c(?:reator)?\\.zmags\\.com/" + ], "description": "Zmags Creator enables marketers to design and publish endless types of interactive digital experiences without coding.", "website": "https://www.creatorbyzmags.com" }, "Zocdoc": { + "cats": [ + 72 + ], + "scriptSrc": [ + "offsiteschedule\\.zocdoc\\.com" + ], "description": "Zocdoc is a New York City-based company offering an online service that allows people to find and book in-person or telemedicine appointments for medical or dental care.", "website": "https://www.zocdoc.com" }, "Zoey": { + "cats": [ + 6 + ], "js": [ "zoey.developer", "zoey.module", "zoeydev" ], + "scriptSrc": [ + "cdna4\\.zoeysite\\.com" + ], "implies": [ "MySQL", "PHP" @@ -29187,10 +46895,16 @@ "website": "https://www.zoey.com/" }, "Zoho": { + "cats": [ + 53 + ], "description": "Zoho is a web-based online office suite.", "website": "https://www.zoho.com/" }, "Zoho Mail": { + "cats": [ + 75 + ], "implies": [ "Zoho" ], @@ -29198,10 +46912,17 @@ "website": "https://www.zoho.com/mail/" }, "Zoho PageSense": { + "cats": [ + 74, + 76 + ], "js": [ "$pagesense", "pagesense" ], + "scriptSrc": [ + "\\.pagesense\\.(?:cn|io)?" + ], "implies": [ "Zoho" ], @@ -29209,9 +46930,15 @@ "website": "https://www.zoho.com/pagesense/" }, "Zoko": { + "cats": [ + 52 + ], "js": [ "__zoko_app_version" ], + "scriptSrc": [ + "zoko-shopify-prod\\.web\\.app" + ], "implies": [ "WhatsApp Business Chat" ], @@ -29219,6 +46946,9 @@ "website": "https://www.zoko.io/" }, "Zone.js": { + "cats": [ + 12 + ], "js": [ "zone.root" ], @@ -29228,32 +46958,62 @@ "website": "https://github.com/angular/angular/tree/master/packages/zone.js" }, "Zonos": { + "cats": [ + 106 + ], "js": [ "zonos", "zonos", "zonoscheckout" ], + "scriptSrc": [ + "\\.zonos\\.com/" + ], "description": "Zonos is a cross-border ecommerce software and app solution for companies with international business.", "website": "https://zonos.com" }, "ZoodPay": { + "cats": [ + 91 + ], + "scriptSrc": [ + "wp-content/plugins/zoodpay/(?:.+\\?ver=([\\d\\.]+))?\\;version:\\1" + ], "website": "https://www.zoodpay.com" }, "Zoominfo": { + "cats": [ + 10 + ], + "scriptSrc": [ + "ws\\.zoominfo\\.com" + ], "description": "ZoomInfo provides actionable B2B contact and company information for sales and marketing teams.", "website": "https://www.zoominfo.com/" }, "Zoominfo Chat": { + "cats": [ + 52 + ], + "scriptSrc": [ + "madstreetden\\.widget\\.insent\\.ai" + ], "description": "ZoomInfo chat is a live chat solution.", "website": "https://www.zoominfo.com/chat" }, "Zope": { + "cats": [ + 22 + ], "headers": { "server": "^zope/" }, "website": "https://zope.org" }, "Zotabox": { + "cats": [ + 32 + ], "js": [ "zotabox", "zotabox_init" @@ -29262,6 +47022,12 @@ "website": "https://info.zotabox.com" }, "Zozo": { + "cats": [ + 6 + ], + "scriptSrc": [ + "zozo-main\\.min\\.js" + ], "meta": { "generator": [ "zozo ecommerce" @@ -29275,17 +47041,29 @@ "website": "https://zozo.vn" }, "Zuppler": { + "cats": [ + 93 + ], "description": "Zuppler is a complete and branded online ordering solution for restaurants and caterers with multi-locations.", "website": "https://www.zuppler.com" }, "_hyperscript ": { + "cats": [ + 59 + ], "js": [ "_hyperscript" ], + "scriptSrc": [ + "//unpkg\\.com/hyperscript\\.org@([\\d\\.]+)\\;version:\\1" + ], "description": "_​hyperscript is a scripting language for adding interactivity to the front-end.", "website": "https://hyperscript.org" }, "a-blog cms": { + "cats": [ + 1 + ], "meta": { "generator": [ "a-blog cms" @@ -29297,66 +47075,125 @@ "website": "https://www.a-blogcms.jp" }, "a3 Lazy Load": { + "cats": [ + 87, + 92 + ], "js": [ "a3_lazyload_extend_params", "a3_lazyload_params" ], + "scriptSrc": [ + "/wp-content/plugins/a3-lazy-load/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1" + ], "description": "a3 Lazy Load is a mobile oriented, very simple to use plugin that will speed up sites page load speed.", "website": "https://a3rev.com/shop/a3-lazy-load/" }, "aThemes Airi": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/airi/" + ], "description": "aThemes Airi is a powerful yet lightweight and flexible WordPress theme for organization or freelancer.", "website": "https://athemes.com/theme/airi" }, "aThemes Astrid": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/astrid/" + ], "description": "aThemes Astrid is a powerful yet lightweight and flexible WordPress theme.", "website": "https://athemes.com/theme/astrid" }, "aThemes Hiero": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/hiero/" + ], "description": "aThemes Hiero is an awesome magazine theme for your WordPress site feature bold colors and details to the content.", "website": "https://athemes.com/theme/hiero" }, "aThemes Moesia": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/moesia(?:-pro-ii)?/" + ], "description": "aThemes Moesia is the business theme you need in order to build your presence on the Internet.", "website": "https://athemes.com/theme/moesia" }, "aThemes Sydney": { + "cats": [ + 80 + ], + "scriptSrc": [ + "/wp-content/themes/sydney(?:-pro-ii)?/" + ], "description": "aThemes Sydney is a powerful business WordPress theme that provides a fast way for companies or freelancers to create an online presence.", "website": "https://athemes.com/theme/sydney" }, "actionhero.js": { + "cats": [ + 18, + 22 + ], "js": [ "actionheroclient" ], "headers": { "x-powered-by": "actionhero api" }, + "scriptSrc": [ + "actionheroclient\\.js" + ], "implies": [ "Node.js" ], "website": "https://www.actionherojs.com" }, "amCharts": { + "cats": [ + 25 + ], "js": [ "amcharts" ], "html": [ "\u003csvg[^\u003e]*\u003e\u003cdesc\u003ejavascript chart by amcharts ([\\d.]*)\\;version:\\1" ], + "scriptSrc": [ + "amcharts.*\\.js" + ], "description": "amCharts is a JavaScript-based interactive charts and maps programming library and tool.", "website": "https://amcharts.com" }, "amoCRM": { + "cats": [ + 53 + ], "js": [ "amo_pixel_client", "amocrm", "amoformswidget", "amosocialbutton" ], + "scriptSrc": [ + "\\.amocrm\\.(?:ru|com)" + ], "description": "amoCRM is a web-based customer relationship management software solution.", "website": "https://www.amocrm.com" }, "anime.js": { + "cats": [ + 25 + ], "js": [ "anime.version" ], @@ -29364,24 +47201,42 @@ "website": "https://animejs.com/" }, "augmented-ui": { + "cats": [ + 66 + ], "description": "augmented-ui is a UI framework inspired by cyberpunk and sci-fi.", "website": "https://augmented-ui.com" }, "authorize.net": { + "cats": [ + 41 + ], "js": [ "config.authorizenet_public_client_key" ], "headers": { "content-security-policy": "\\.authorize\\.net\\s" }, + "scriptSrc": [ + "\\.authorize\\.net/" + ], "description": "Authorize.net is a secure online payment gateway service that enables businesses to accept payments through various channels, such as ecommerce websites, mobile devices, and retail stores, providing a trusted platform for processing credit card and electronic cheque payments.", "website": "https://www.authorize.net" }, "autoComplete.js": { + "cats": [ + 59 + ], + "scriptSrc": [ + "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1" + ], "description": "autoComplete.js is a simple, pure vanilla Javascript library.", "website": "https://tarekraafat.github.io/autoComplete.js" }, "bSecure": { + "cats": [ + 41 + ], "js": [ "bsecure_js_object" ], @@ -29389,12 +47244,21 @@ "website": "https://www.bsecure.pk" }, "basket.js": { + "cats": [ + 59 + ], "js": [ "basket.isvaliditem" ], "website": "https://addyosmani.github.io/basket.js/" }, "bdok": { + "cats": [ + 6 + ], + "scriptSrc": [ + "cdn\\.ibdok\\.ir/" + ], "meta": { "bdok": [] }, @@ -29402,6 +47266,9 @@ "website": "https://bdok.ir" }, "cPanel": { + "cats": [ + 9 + ], "cookies": { "cprelogin": "", "cpsession": "" @@ -29416,6 +47283,9 @@ "website": "https://www.cpanel.net" }, "cState": { + "cats": [ + 13 + ], "meta": { "generator": [ "cstate v([\\d\\.]+)\\;version:\\1" @@ -29425,13 +47295,25 @@ "website": "https://github.com/cstate/cstate" }, "cashew": { + "cats": [ + 91 + ], "headers": { "content-security-policy": "\\.cashewpayments\\.com" }, + "scriptSrc": [ + "\\.cashewpayments\\.com/" + ], "description": "Cashew is a buy now, pay later platform that allows its customers to shop now and pay later in equal monthly installments.", "website": "https://www.cashewpayments.com" }, "cdnjs": { + "cats": [ + 31 + ], + "scriptSrc": [ + "cdnjs\\.cloudflare\\.com" + ], "implies": [ "Cloudflare" ], @@ -29439,6 +47321,9 @@ "website": "https://cdnjs.com" }, "cgit": { + "cats": [ + 19 + ], "meta": { "generator": [ "^cgit v([\\d.a-z-]+)$\\;version:\\1" @@ -29452,18 +47337,33 @@ "website": "https://git.zx2c4.com/cgit" }, "clickio": { + "cats": [ + 67 + ], + "scriptSrc": [ + "clickio\\.mgr\\.consensu\\.org/t/consent_[0-9]+\\.js" + ], "description": "Clickio Consent Tool collects and communicates consent both to IAB Framework vendors and to Google Ads products.", "website": "https://www.gdpr.clickio.com/" }, "comScore": { + "cats": [ + 10 + ], "js": [ "_comscore", "comscore" ], + "scriptSrc": [ + "\\.scorecardresearch\\.com/beacon\\.js|comscore\\.beacon" + ], "description": "comScore is an American media measurement and analytics company providing marketing data and analytics to enterprises; media and advertising agencies; and publishers.", "website": "https://comscore.com" }, "commercetools": { + "cats": [ + 6 + ], "js": [ "__next_data__.props.pageprops.commercetoolsentity", "commerce_tools_host_att", @@ -29476,6 +47376,9 @@ "website": "https://commercetools.com" }, "core-js": { + "cats": [ + 59 + ], "js": [ "__core-js_shared__", "__core-js_shared__.versions.0.version", @@ -29487,14 +47390,23 @@ "website": "https://github.com/zloirock/core-js" }, "crypto-js": { + "cats": [ + 59 + ], "js": [ "cryptojs.algo", "cryptojs.rabbit" ], + "scriptSrc": [ + "(?:/([\\d\\.-]+))?/crypto-js(?:\\.min)?\\.js\\;version:\\1" + ], "description": "crypto-js is a JavaScript library of crypto standards.", "website": "https://github.com/brix/crypto-js" }, "daisyUI": { + "cats": [ + 66 + ], "implies": [ "Tailwind CSS" ], @@ -29502,57 +47414,112 @@ "website": "https://daisyui.com" }, "db-ip": { + "cats": [ + 79 + ], "js": [ "env.dbip" ], + "scriptSrc": [ + "cdn\\.db-ip\\.com" + ], "description": "dbip is a geolocation API and database.", "website": "https://db-ip.com/" }, "decimal.js": { + "cats": [ + 59 + ], "js": [ "decimal.round_half_floor" ], + "scriptSrc": [ + "/([\\d.]*\\d+)/decimal(?:\\.min)?\\.js\\;version:\\1", + "decimal(?:\\.min)?\\.js(?:\\?ver(?:sion)?=([\\d.]*\\d+))?\\;version:\\1", + "decimal[.-]([\\d.]*\\d+)(?:\\.min)?\\.js\\;version:\\1" + ], "website": "https://mikemcl.github.io/decimal.js/" }, "deepMiner": { + "cats": [ + 56 + ], "js": [ "deepminer" ], + "scriptSrc": [ + "deepminer\\.js" + ], "website": "https://github.com/deepwn/deepMiner" }, "e-Shop Commerce": { + "cats": [ + 6 + ], + "scriptSrc": [ + "/template_inc/eshopstoresframework" + ], "description": "e-Shop is a all-in-one Software-as-a-Service (SaaS) that allows Israeli customers to set up an online store and sell their products.", "website": "https://www.e-shop.co.il" }, "e-goi": { + "cats": [ + 32, + 75 + ], "js": [ "_egoiaq", "egoimmerce" ], + "scriptSrc": [ + "\\.e-goi\\.com/egoimmerce\\.js" + ], "description": "e-goi is a multichannel marketing automation software for ecommerce.", "website": "https://www.e-goi.com" }, "e107": { + "cats": [ + 1 + ], "cookies": { "e107_tz": "" }, "headers": { "x-powered-by": "e107" }, + "scriptSrc": [ + "[^a-z\\d]e107\\.js" + ], "implies": [ "PHP" ], "website": "https://e107.org" }, "eBay Partner Network": { + "cats": [ + 71, + 94 + ], + "scriptSrc": [ + "epnt\\.ebay\\.com/" + ], "description": "eBay Partner Network is an online referral program where eBay pays commissions to referrers on sales generated by customers they’ve referred.", "website": "https://partnernetwork.ebay.com" }, "eCaupo": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.ecaupo\\.(?:at|com)/" + ], "description": "eCaupo is no delivery portal, but your own shop.", "website": "https://www.ecaupo.com" }, "eClass": { + "cats": [ + 1 + ], "js": [ "fe_eclass", "fe_eclass_guest" @@ -29561,6 +47528,9 @@ "website": "https://www.eclass.com.hk" }, "eDokan": { + "cats": [ + 6 + ], "implies": [ "Angular", "MongoDB", @@ -29570,6 +47540,9 @@ "website": "https://edokan.co" }, "eKomi": { + "cats": [ + 5 + ], "js": [ "ekomiwidgetmain" ], @@ -29577,6 +47550,9 @@ "website": "https://www.ekomi.de" }, "eNamad": { + "cats": [ + 19 + ], "meta": { "enamad": [ "^\\d+$" @@ -29586,6 +47562,9 @@ "website": "https://enamad.ir/" }, "ePages": { + "cats": [ + 6 + ], "js": [ "epages" ], @@ -29596,10 +47575,19 @@ "website": "https://www.epages.com/" }, "eSSENTIAL Accessibility": { + "cats": [ + 68 + ], "description": "eSSENTIAL Accessibility is a digital accessibility-as-a-service platform.", "website": "https://www.essentialaccessibility.com" }, "eShopCRM": { + "cats": [ + 53 + ], + "scriptSrc": [ + "eshopcrm\\.com/" + ], "implies": [ "Shopify" ], @@ -29607,13 +47595,23 @@ "website": "https://eshopcrm.com" }, "eSputnik": { + "cats": [ + 32, + 97 + ], "js": [ "essdk" ], + "scriptSrc": [ + "(?://|\\.)esputnik\\.com/" + ], "description": "eSputnik is a marketing automation service for ecommerce.", "website": "https://esputnik.com" }, "eSyndiCat": { + "cats": [ + 1 + ], "js": [ "esyndicat" ], @@ -29631,13 +47629,23 @@ "website": "https://esyndicat.com" }, "eWAY Payments": { + "cats": [ + 41 + ], "html": [ "\u003cimg [^\u003e]*src=\"[^/]*//[^/]*eway\\.com" ], + "scriptSrc": [ + "secure\\.ewaypayments\\.com" + ], "description": "eWAY is a global omnichannel payment provider. The company processes secure credit card payments for merchants. eWay works through eCommerce.", "website": "https://www.eway.com.au/" }, "eZ Publish": { + "cats": [ + 1, + 6 + ], "cookies": { "ezsessid": "" }, @@ -29655,6 +47663,9 @@ "website": "https://github.com/ezsystems/ezpublish-legacy" }, "ebisumart": { + "cats": [ + 6 + ], "js": [ "ebisu.fontchanger", "ebisu.fontchanger.map.l", @@ -29664,20 +47675,36 @@ "website": "https://www.ebisumart.com" }, "ef.js": { + "cats": [ + 12 + ], "js": [ "ef.version", "efcore" ], + "scriptSrc": [ + "/ef(?:-core)?(?:\\.min|\\.dev)?\\.js" + ], "website": "https://ef.js.org" }, "emBlue": { + "cats": [ + 32, + 75 + ], "js": [ "emblueonsiteapp" ], + "scriptSrc": [ + "\\.embluemail\\.com/(?:library/([\\d.]+))?\\;version:\\1" + ], "description": "emBlue is an email and marketing automation platform.", "website": "https://www.embluemail.com/en" }, "enduro.js": { + "cats": [ + 1 + ], "headers": { "x-powered-by": "^enduro\\.js" }, @@ -29687,6 +47714,9 @@ "website": "https://endurojs.com" }, "etika": { + "cats": [ + 91 + ], "js": [ "etikabannerinject", "etikaglobal", @@ -29696,9 +47726,18 @@ "website": "https://etika.com" }, "eucookie.eu": { + "cats": [ + 67 + ], + "scriptSrc": [ + "eucookie\\.eu/public/gdpr-cookie-consent\\.js" + ], "website": "https://www.eucookie.eu/" }, "experiencedCMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "^experiencedcms$" @@ -29710,9 +47749,15 @@ "website": "https://experiencedcms.berkearas.de" }, "fullPage.js": { + "cats": [ + 59 + ], "js": [ "fullpage_api.version" ], + "scriptSrc": [ + "/fullpage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1" + ], "implies": [ "jQuery" ], @@ -29720,6 +47765,9 @@ "website": "https://github.com/alvarotrigo/fullpage.js" }, "genezio": { + "cats": [ + 47 + ], "headers": { "x-powered-by": "^genezio$" }, @@ -29727,6 +47775,9 @@ "website": "https://genez.io" }, "git": { + "cats": [ + 47 + ], "meta": { "generator": [ "\\bgit/([\\d.]+\\d)\\;version:\\1" @@ -29735,6 +47786,9 @@ "website": "https://git-scm.com" }, "gitlist": { + "cats": [ + 47 + ], "html": [ "\u003cp\u003epowered by \u003ca[^\u003e]+\u003egitlist ([\\d.]+)\\;version:\\1" ], @@ -29745,9 +47799,15 @@ "website": "https://gitlist.org" }, "gitweb": { + "cats": [ + 47 + ], "html": [ "\u003c!-- git web interface version ([\\d.]+)?\\;version:\\1" ], + "scriptSrc": [ + "static/gitweb\\.js$" + ], "meta": { "generator": [ "gitweb(?:/([\\d.]+\\d))?\\;version:\\1" @@ -29760,6 +47820,9 @@ "website": "https://git-scm.com" }, "govCMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "drupal ([\\d]+) \\(http:\\/\\/drupal\\.org\\) \\+ govcms\\;version:\\1" @@ -29771,6 +47834,9 @@ "website": "https://www.govcms.gov.au" }, "gunicorn": { + "cats": [ + 22 + ], "headers": { "server": "gunicorn(?:/([\\d.]+))?\\;version:\\1" }, @@ -29780,6 +47846,12 @@ "website": "https://gunicorn.org" }, "h5ai": { + "cats": [ + 19 + ], + "scriptSrc": [ + "/_h5ai/(?:public|client)/js/scripts\\.js" + ], "implies": [ "PHP" ], @@ -29787,6 +47859,12 @@ "website": "https://github.com/lrsjng/h5ai" }, "hCaptcha": { + "cats": [ + 16 + ], + "css": [ + "#cf-hcaptcha-container" + ], "js": [ "hcaptcha.getrespkey", "hcaptcha_sitekey", @@ -29795,26 +47873,41 @@ "headers": { "content-security-policy": "(?:\\.|//)hcaptcha\\.com" }, - "css": [ - "#cf-hcaptcha-container" + "scriptSrc": [ + "hcaptcha\\.com/([\\d]+?)/api\\.js\\;version:\\1" ], "description": "hCaptcha is an anti-bot solution that protects user privacy and rewards websites.", "website": "https://www.hcaptcha.com" }, "hantana": { + "cats": [ + 10 + ], "js": [ "hantana" ], + "scriptSrc": [ + "//hantana\\.org/widget" + ], "website": "https://hantana.org/" }, "hoolah": { + "cats": [ + 91 + ], "js": [ "hoolah" ], + "scriptSrc": [ + "merchant\\.cdn\\.hoolah\\.co/" + ], "description": "hoolah is Asia's omni-channel buy now pay later platform.", "website": "https://www.hoolah.co" }, "i-MSCP": { + "cats": [ + 9 + ], "meta": { "application-name": [ "^i-mscp$" @@ -29824,18 +47917,36 @@ "website": "https://github.com/i-MSCP/imscp" }, "i-mobile": { + "cats": [ + 36 + ], + "scriptSrc": [ + "\\.i-mobile\\.co\\.jp/" + ], "description": "i-mobile is a advertising platform for clients to advertise their product and for publishers to monetize their cyberspace.", "website": "https://www2.i-mobile.co.jp" }, "i30con": { + "cats": [ + 17 + ], "description": "i30con is an icon toolkit based on CSS and JavaScript.", "website": "https://30nama.com/" }, "iAdvize": { + "cats": [ + 52 + ], + "scriptSrc": [ + "\\.iadvize\\.com/" + ], "description": "iAdvize is a conversational marketing platform that connects customers in need of advice with experts who are available 24/7 via messaging.", "website": "https://www.iadvize.com" }, "iEXExchanger": { + "cats": [ + 1 + ], "cookies": { "iexexchanger_session": "" }, @@ -29852,17 +47963,32 @@ "website": "https://exchanger.iexbase.com" }, "iGoDigital": { + "cats": [ + 76 + ], + "scriptSrc": [ + "\\.igodigital\\.com/" + ], "description": "iGoDigital provides web-based commerce tools, personalisation, and product recommendations designed to increase customer interaction.", "website": "https://www.igodigital.com" }, "iHomefinder IDX": { + "cats": [ + 19 + ], "js": [ "ihfjquery" ], + "scriptSrc": [ + "\\.idxhome\\.com/" + ], "description": "iHomefinder provides IDX property search, built-in CRM, and marketing tools.", "website": "https://www.ihomefinder.com" }, "iPresta": { + "cats": [ + 6 + ], "meta": { "designer": [ "ipresta" @@ -29875,14 +48001,30 @@ "website": "https://ipresta.ir" }, "iSina Chat": { + "cats": [ + 52 + ], + "scriptSrc": [ + "chat\\.isina\\.agency/" + ], "description": "iSina Chat is a live chat service that provides online support and FAQ for customers.", "website": "https://isina.agency" }, "iThemes Security": { + "cats": [ + 87, + 16 + ], + "scriptSrc": [ + "/wp-content/plugins/better-wp-security/" + ], "description": " iThemes Security(formerly known as Better WP Security) plugin enhances the security and protection of your WordPress website.", "website": "https://ithemes.com/security" }, "iWeb": { + "cats": [ + 20 + ], "meta": { "generator": [ "^iweb( [\\d.]+)?\\;version:\\1" @@ -29892,10 +48034,16 @@ "website": "https://apple.com/ilife/iweb" }, "idCloudHost": { + "cats": [ + 88 + ], "description": "idCloudHost is a local web service provider based in Indonesia that offer a wide range of services including domain name registration and cloud hosting.", "website": "https://idcloudhost.com" }, "ikiwiki": { + "cats": [ + 8 + ], "html": [ "\u003ca href=\"/(?:cgi-bin/)?ikiwiki\\.cgi\\?do=", "\u003clink rel=\"alternate\" type=\"application/x-wiki\" title=\"edit this page\" href=\"[^\"]*/ikiwiki\\.cgi" @@ -29904,6 +48052,9 @@ "website": "https://ikiwiki.info" }, "imperia CMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "^imperia\\s([\\d\\.\\_]+)\\;version:\\1" @@ -29917,6 +48068,9 @@ "website": "https://www.pirobase-imperia.com/de/solutions/imperia-cms" }, "inSales": { + "cats": [ + 6 + ], "js": [ "insales", "insalesgeocoderesults", @@ -29929,6 +48083,9 @@ "website": "https://www.insales.com" }, "inSided": { + "cats": [ + 97 + ], "js": [ "insided", "insideddata" @@ -29937,39 +48094,72 @@ "website": "https://www.insided.com" }, "ip-api": { + "cats": [ + 79 + ], "website": "https://ip-api.com/" }, "ip-label": { + "cats": [ + 10 + ], "js": [ "clobs" ], + "scriptSrc": [ + "clobs\\.js" + ], "website": "https://www.ip-label.com" }, "ipapi": { + "cats": [ + 79 + ], "description": "ipapi is a real-time geolocation and reverse IP lookup REST API.", "website": "https://ipapi.com" }, "ipapi.co": { + "cats": [ + 79 + ], "description": "ipapi.co is a web analytics provider with IP address lookup and location API.", "website": "https://ipapi.co" }, "ipbase": { + "cats": [ + 79 + ], "description": "ipbase offers an API that supports both IPv4 and IPv6 and provides precise location data from IP addresses.", "website": "https://ipbase.com" }, "ipdata": { + "cats": [ + 79 + ], "description": "ipdata is a JSON IP Address Geolocation API that allows to lookup the location of both IPv4 and IPv6.", "website": "https://ipdata.co/" }, "ipgeolocation": { + "cats": [ + 79 + ], "description": "ipgeolocation is an IP Geolocation API and Accurate IP Lookup Database.", "website": "https://ipgeolocation.co/" }, "ipify": { + "cats": [ + 79 + ], + "scriptSrc": [ + "\\.ipify\\.org" + ], "description": "ipify is a service which provide public IP address API, IP geolocation API, VPN and Proxy detection API products.", "website": "https://ipify.org" }, "ipstack": { + "cats": [ + 79 + ], "js": [ "env.ipstackaccesstoken" ], @@ -29977,14 +48167,23 @@ "website": "https://ipstack.com" }, "iubenda": { + "cats": [ + 67 + ], "js": [ "_iub", "addiubendacs" ], + "scriptSrc": [ + "iubenda\\.com/" + ], "description": "iubenda is a compliance software used by businesses for their websites and apps.", "website": "https://www.iubenda.com" }, "iyzico": { + "cats": [ + 41 + ], "js": [ "iyz.ideasoft", "iyz.position" @@ -29993,6 +48192,10 @@ "website": "https://www.iyzico.com" }, "jComponent": { + "cats": [ + 12, + 59 + ], "js": [ "main.version" ], @@ -30002,9 +48205,19 @@ "website": "https://componentator.com" }, "jPlayer": { + "cats": [ + 14, + 59 + ], "js": [ "jplayerplaylist" ], + "scripts": [ + "jquery\\.jplayer\\.min\\.js" + ], + "scriptSrc": [ + "/jquery\\.jplayer\\.min\\.js" + ], "implies": [ "jQuery" ], @@ -30012,21 +48225,41 @@ "website": "https://jplayer.org" }, "jQTouch": { + "cats": [ + 26 + ], "js": [ "jqt" ], + "scriptSrc": [ + "jqtouch.*\\.js" + ], "description": "jQTouch is an open-source Zepto/ jQuery plugin with native animations, automatic navigation, and themes for mobile WebKit browsers like iPhone, G1 (Android), and Palm Pre.", "website": "https://jqtouch.com" }, "jQuery": { + "cats": [ + 59 + ], "js": [ "$.fn.jquery", "jquery.fn.jquery" ], + "scriptSrc": [ + "/(\\d+\\.\\d+\\.\\d+)/jquery[/.-][^u]\\;version:\\1", + "/jquery(?:-(\\d+\\.\\d+\\.\\d+))[/.-]\\;version:\\1", + "jquery" + ], "description": "jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.", "website": "https://jquery.com" }, "jQuery CDN": { + "cats": [ + 31 + ], + "scriptSrc": [ + "code\\.jquery\\.com/" + ], "implies": [ "jQuery" ], @@ -30034,10 +48267,17 @@ "website": "https://code.jquery.com/" }, "jQuery DevBridge Autocomplete": { + "cats": [ + 59 + ], "js": [ "$.devbridgeautocomplete", "jquery.devbridgeautocomplete" ], + "scriptSrc": [ + "/devbridgeautocomplete(?:-min)?\\.js", + "/jquery\\.devbridge-autocomplete/([0-9.]+)/jquery\\.autocomplete(?:.min)?\\.js\\;version:\\1" + ], "implies": [ "jQuery" ], @@ -30045,11 +48285,17 @@ "website": "https://www.devbridge.com/sourcery/components/jquery-autocomplete/" }, "jQuery Migrate": { + "cats": [ + 59 + ], "js": [ "jquery.migrateversion", "jquery.migratewarnings", "jquerymigrate" ], + "scriptSrc": [ + "jquery[.-]migrate(?:-([\\d.]+))?(?:\\.min)?\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1?\\1:\\2" + ], "implies": [ "jQuery" ], @@ -30057,9 +48303,15 @@ "website": "https://github.com/jquery/jquery-migrate" }, "jQuery Mobile": { + "cats": [ + 26 + ], "js": [ "jquery.mobile.version" ], + "scriptSrc": [ + "jquery[.-]mobile(?:-([\\d.]))?(?:\\.min)?\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1?\\1:\\2" + ], "implies": [ "jQuery" ], @@ -30067,6 +48319,12 @@ "website": "https://jquerymobile.com" }, "jQuery Modal": { + "cats": [ + 59 + ], + "scriptSrc": [ + "jquery-modal/([\\d\\.]+)/jquery\\.modal\\.min\\.js\\;version:\\1" + ], "implies": [ "jQuery" ], @@ -30074,6 +48332,12 @@ "website": "https://jquerymodal.com" }, "jQuery Sparklines": { + "cats": [ + 25 + ], + "scriptSrc": [ + "jquery\\.sparkline.*\\.js" + ], "implies": [ "jQuery" ], @@ -30081,9 +48345,17 @@ "website": "https://omnipotent.net/jquery.sparkline/" }, "jQuery UI": { + "cats": [ + 59 + ], "js": [ "jquery.ui.version" ], + "scriptSrc": [ + "([\\d.]+)/jquery-ui(?:\\.min)?\\.js\\;version:\\1", + "jquery-ui.*\\.js", + "jquery-ui[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1" + ], "implies": [ "jQuery" ], @@ -30091,12 +48363,18 @@ "website": "https://jqueryui.com" }, "jQuery-pjax": { + "cats": [ + 26 + ], "js": [ "jquery.pjax" ], "html": [ "\u003cdiv[^\u003e]+data-pjax-container" ], + "scriptSrc": [ + "jquery[.-]pjax(?:-([\\d.]))?(?:\\.min)?\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1?\\1:\\2" + ], "meta": { "pjax-push": [], "pjax-replace": [], @@ -30109,16 +48387,31 @@ "website": "https://github.com/defunkt/jquery-pjax" }, "jqPlot": { + "cats": [ + 25 + ], + "scriptSrc": [ + "jqplot.*\\.js" + ], "implies": [ "jQuery" ], "website": "https://www.jqplot.com" }, "jsDelivr": { + "cats": [ + 31 + ], + "scriptSrc": [ + "cdn\\.jsdelivr\\.net" + ], "description": "JSDelivr is a free public CDN for open-source projects. It can serve web files directly from the npm registry and GitHub repositories without any configuration.", "website": "https://www.jsdelivr.com/" }, "k-eCommerce": { + "cats": [ + 6 + ], "meta": { "generator": [ "k-ecommerce" @@ -30128,6 +48421,9 @@ "website": "https://www.k-ecommerce.com" }, "keep. archeevo": { + "cats": [ + 95 + ], "js": [ "archeevosnippets.mostvieweddocumentsurl", "embedarcheevobasicsearch" @@ -30136,6 +48432,9 @@ "website": "https://www.keep.pt/en/produts/archeevo-archival-management-software" }, "langify": { + "cats": [ + 89 + ], "js": [ "langify", "langify", @@ -30145,14 +48444,23 @@ "website": "https://langify-app.com" }, "libphonenumber": { + "cats": [ + 59 + ], "js": [ "libphonenumber.asyoutype", "libphonenumber.digits" ], + "scriptSrc": [ + "(?:/([\\d\\.]+))?/libphonenumber(?:-js\\.min)?\\.js\\;version:\\1" + ], "description": "libphonenumber is a JavaScript library for parsing, formatting, and validating international phone numbers.", "website": "https://github.com/google/libphonenumber" }, "libwww-perl-daemon": { + "cats": [ + 22 + ], "headers": { "server": "libwww-perl-daemon(?:/([\\d\\.]+))?\\;version:\\1" }, @@ -30162,6 +48470,9 @@ "website": "https://metacpan.org/pod/HTTP::Daemon" }, "lighttpd": { + "cats": [ + 22 + ], "headers": { "server": "(?:l|l)ight(?:y)?(?:tpd)?(?:/([\\d\\.]+))?\\;version:\\1" }, @@ -30169,6 +48480,9 @@ "website": "https://www.lighttpd.net" }, "lit-element": { + "cats": [ + 59 + ], "js": [ "litelementversions.0" ], @@ -30176,6 +48490,9 @@ "website": "https://lit.dev" }, "lit-html": { + "cats": [ + 59 + ], "js": [ "lithtmlversions.0" ], @@ -30183,6 +48500,9 @@ "website": "https://lit.dev" }, "lite-youtube-embed": { + "cats": [ + 59 + ], "implies": [ "YouTube" ], @@ -30190,29 +48510,53 @@ "website": "https://github.com/paulirish/lite-youtube-embed" }, "mParticle": { + "cats": [ + 97 + ], "js": [ "mparticle", "mparticle.config.snippetversion" ], + "scriptSrc": [ + "\\.mparticle\\.com/" + ], "description": "mParticle is a mobile-focused event tracking and data ingestion tool.", "website": "https://www.mparticle.com" }, "math.js": { + "cats": [ + 59 + ], "js": [ "mathjs" ], + "scriptSrc": [ + "math(?:\\.min)?\\.js" + ], "description": "Math.js a JavaScript library that provides a comprehensive set of mathematical functions and capabilities for performing complex calculations and operations in web applications.", "website": "https://mathjs.org" }, "mdBook": { + "cats": [ + 4 + ], + "scripts": [ + "localstorage\\.getitem\\('mdbook-(?:sidebar|theme)'\\)" + ], "description": "mdBook is a utility to create modern online books from Markdown files.", "website": "https://github.com/rust-lang/mdBook" }, "metisMenu": { + "cats": [ + 59 + ], "js": [ "metismenu", "metismenu" ], + "scriptSrc": [ + "(?:/|\\.)metismenu(?:js)?(?:\\.min)?\\.js(?:\\?([\\d\\.]+))?\\;version:\\1" + ], "implies": [ "jQuery" ], @@ -30220,16 +48564,25 @@ "website": "https://github.com/onokumus/metismenu" }, "microCMS": { + "cats": [ + 1 + ], "description": "microCMS is a Japan-based headless CMS that enables editors and developers to build delicate sites and apps.", "website": "https://microcms.io" }, "mini_httpd": { + "cats": [ + 22 + ], "headers": { "server": "mini_httpd(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://acme.com/software/mini_httpd" }, "mirrAR": { + "cats": [ + 105 + ], "js": [ "initmirrarui", "loadmirrar" @@ -30238,10 +48591,20 @@ "website": "https://www.mirrar.com" }, "mobicred": { + "cats": [ + 41, + 91 + ], + "scriptSrc": [ + "app\\.mobicredwidget\\.co\\.za" + ], "description": "Mobicred is a credit facility that allows you to safely shop online with our participating retailers.", "website": "https://mobicred.co.za/" }, "mod_auth_pam": { + "cats": [ + 33 + ], "headers": { "server": "mod_auth_pam(?:/([\\d\\.]+))?\\;version:\\1" }, @@ -30252,6 +48615,9 @@ "website": "https://pam.sourceforge.net/mod_auth_pam" }, "mod_dav": { + "cats": [ + 33 + ], "headers": { "server": "\\b(?:mod_)?dav\\b(?:/([\\d.]+))?\\;version:\\1" }, @@ -30262,6 +48628,9 @@ "website": "https://webdav.org/mod_dav" }, "mod_fastcgi": { + "cats": [ + 33 + ], "headers": { "server": "mod_fastcgi(?:/([\\d.]+))?\\;version:\\1" }, @@ -30272,6 +48641,9 @@ "website": "https://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html" }, "mod_jk": { + "cats": [ + 33 + ], "headers": { "server": "mod_jk(?:/([\\d\\.]+))?\\;version:\\1" }, @@ -30283,6 +48655,9 @@ "website": "https://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html" }, "mod_perl": { + "cats": [ + 33 + ], "headers": { "server": "mod_perl(?:/([\\d\\.]+))?\\;version:\\1" }, @@ -30294,6 +48669,9 @@ "website": "https://perl.apache.org" }, "mod_python": { + "cats": [ + 33 + ], "headers": { "server": "mod_python(?:/([\\d.]+))?\\;version:\\1" }, @@ -30305,6 +48683,9 @@ "website": "https://www.modpython.org" }, "mod_rack": { + "cats": [ + 33 + ], "headers": { "server": "mod_rack(?:/([\\d.]+))?\\;version:\\1", "x-powered-by": "mod_rack(?:/([\\d.]+))?\\;version:\\1" @@ -30317,6 +48698,9 @@ "website": "https://phusionpassenger.com" }, "mod_rails": { + "cats": [ + 33 + ], "headers": { "server": "mod_rails(?:/([\\d.]+))?\\;version:\\1", "x-powered-by": "mod_rails(?:/([\\d.]+))?\\;version:\\1" @@ -30329,6 +48713,9 @@ "website": "https://phusionpassenger.com" }, "mod_ssl": { + "cats": [ + 33 + ], "headers": { "server": "mod_ssl(?:/([\\d.]+))?\\;version:\\1" }, @@ -30339,6 +48726,9 @@ "website": "https://modssl.org" }, "mod_wsgi": { + "cats": [ + 33 + ], "headers": { "server": "mod_wsgi(?:/([\\d.]+))?\\;version:\\1", "x-powered-by": "mod_wsgi(?:/([\\d.]+))?\\;version:\\1" @@ -30351,12 +48741,18 @@ "website": "https://code.google.com/p/modwsgi" }, "nghttpx - HTTP/2 proxy": { + "cats": [ + 22 + ], "headers": { "server": "nghttpx nghttp2/?([\\d.]+)?\\;version:\\1" }, "website": "https://nghttp2.org" }, "nopCommerce": { + "cats": [ + 6 + ], "cookies": { "nop.customer": "" }, @@ -30375,6 +48771,9 @@ "website": "https://www.nopcommerce.com" }, "nopStation": { + "cats": [ + 19 + ], "implies": [ "Microsoft ASP.NET" ], @@ -30382,6 +48781,9 @@ "website": "https://www.nop-station.com" }, "novomind iSHOP": { + "cats": [ + 6 + ], "js": [ "_ishopevents", "_ishopevents_url", @@ -30391,6 +48793,9 @@ "website": "https://www.novomind.com/en/shopsystem/novomind-ishop-software" }, "ocStore": { + "cats": [ + 6 + ], "html": [ "\u003c!--[^\u003e]+ocstore(?:\\s([\\d\\.a-z]+))?\\;version:\\1" ], @@ -30401,6 +48806,9 @@ "website": "https://ocstore.com" }, "onpublix": { + "cats": [ + 1 + ], "meta": { "generator": [ "^onpublix\\s([\\d\\.]+)$\\;version:\\1" @@ -30410,6 +48818,9 @@ "website": "https://www.onpublix.de" }, "osCommerce": { + "cats": [ + 6 + ], "cookies": { "oscsid": "" }, @@ -30426,6 +48837,9 @@ "website": "https://www.oscommerce.com" }, "osTicket": { + "cats": [ + 13 + ], "cookies": { "ostsessid": "" }, @@ -30436,18 +48850,27 @@ "website": "https://osticket.com" }, "otrs": { + "cats": [ + 13 + ], "headers": { "x-powered-by": "otrs ([\\d.]+)\\;version:\\1" }, "html": [ "\u003c!--\\s+otrs: copyright" ], + "scriptSrc": [ + "^/otrs-web/js/" + ], "implies": [ "Perl" ], "website": "https://www.otrs.com" }, "ownCloud": { + "cats": [ + 19 + ], "html": [ "\u003ca href=\"https://owncloud\\.com\" target=\"_blank\"\u003eowncloud inc\\.\u003c/a\u003e\u003cbr/\u003eyour cloud, your data, your way!" ], @@ -30462,6 +48885,9 @@ "website": "https://owncloud.org" }, "papaya CMS": { + "cats": [ + 1 + ], "html": [ "\u003clink[^\u003e]*/papaya-themes/" ], @@ -30471,6 +48897,9 @@ "website": "https://papaya-cms.com" }, "parcel": { + "cats": [ + 19 + ], "js": [ "parcelrequire" ], @@ -30480,17 +48909,35 @@ "website": "https://parceljs.org/" }, "particles.js": { + "cats": [ + 25 + ], "js": [ "particlesjs" ], + "scriptSrc": [ + "/particles(?:\\.min)?\\.js" + ], "description": "Particles.js is a JavaScript library for creating particles.", "website": "https://github.com/VincentGarreau/particles.js" }, "petite-vue": { + "cats": [ + 19 + ], + "scripts": [ + "/petite-vue@([\\d\\.]+)/\\;version:\\1" + ], + "scriptSrc": [ + "/petite-vue" + ], "description": "petite-vue is an alternative distribution of Vue optimised for progressive enhancement.", "website": "https://github.com/vuejs/petite-vue" }, "phpAlbum": { + "cats": [ + 7 + ], "html": [ "\u003c!--phpalbum ([.\\d\\s]+)--\u003e\\;version:\\1" ], @@ -30501,6 +48948,9 @@ "website": "https://phpalbum.net" }, "phpBB": { + "cats": [ + 2 + ], "cookies": { "phpbb": "" }, @@ -30527,6 +48977,9 @@ "website": "https://phpbb.com" }, "phpCMS": { + "cats": [ + 1 + ], "js": [ "phpcms" ], @@ -30536,6 +48989,9 @@ "website": "https://phpcms.de" }, "phpDocumentor": { + "cats": [ + 4 + ], "html": [ "\u003c!-- generated by phpdocumentor" ], @@ -30546,6 +49002,9 @@ "website": "https://www.phpdoc.org" }, "phpMyAdmin": { + "cats": [ + 3 + ], "js": [ "pma_absolute_uri" ], @@ -30564,6 +49023,9 @@ "website": "https://www.phpmyadmin.net" }, "phpPgAdmin": { + "cats": [ + 3 + ], "html": [ "(?:\u003ctitle\u003ephppgadmin\u003c/title\u003e|\u003cspan class=\"appname\"\u003ephppgadmin)" ], @@ -30573,6 +49035,9 @@ "website": "https://phppgadmin.sourceforge.net" }, "phpRS": { + "cats": [ + 1 + ], "meta": { "generator": [ "^phprs$" @@ -30585,6 +49050,9 @@ "website": "https://phprs.net" }, "phpSQLiteCMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "^phpsqlitecms(?: (.+))?$\\;version:\\1" @@ -30597,6 +49065,10 @@ "website": "https://phpsqlitecms.net" }, "phpwind": { + "cats": [ + 1, + 2 + ], "html": [ "(?:powered|code) by \u003ca href=\"[^\"]+phpwind\\.net" ], @@ -30611,6 +49083,9 @@ "website": "https://www.phpwind.net" }, "pinoox": { + "cats": [ + 18 + ], "cookies": { "pinoox_session": "" }, @@ -30623,6 +49098,9 @@ "website": "https://pinoox.com" }, "pirobase CMS": { + "cats": [ + 1 + ], "html": [ "\u003c(?:script|link)[^\u003e]/site/[a-z0-9/._-]+/resourcecached/[a-z0-9/._-]+", "\u003cinput[^\u003e]+cbi:///cms/" @@ -30633,6 +49111,9 @@ "website": "https://www.pirobase-imperia.com/de/produkte/produktuebersicht/pirobase-cms" }, "plentyShop LTS": { + "cats": [ + 6 + ], "headers": { "x-plenty-shop": "ceres" }, @@ -30640,9 +49121,15 @@ "website": "https://www.plentymarkets.com/product/modules/online-shop/" }, "plentymarkets": { + "cats": [ + 6 + ], "headers": { "x-plenty-shop": "" }, + "scriptSrc": [ + "plenty\\.shop\\.(?:min\\.)?js" + ], "meta": { "generator": [ "plentymarkets" @@ -30652,6 +49139,9 @@ "website": "https://www.plentymarkets.com/" }, "prettyPhoto": { + "cats": [ + 59 + ], "js": [ "pp_alreadyinitialized", "pp_descriptions", @@ -30661,12 +49151,18 @@ "html": [ "(?:\u003clink [^\u003e]*href=\"[^\"]*prettyphoto(?:\\.min)?\\.css|\u003ca [^\u003e]*rel=\"prettyphoto)" ], + "scriptSrc": [ + "jquery\\.prettyphoto\\.js" + ], "implies": [ "jQuery" ], "website": "https://no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/" }, "punBB": { + "cats": [ + 2 + ], "js": [ "punbb" ], @@ -30679,22 +49175,48 @@ "website": "https://punbb.informer.com" }, "qiankun": { + "cats": [ + 59 + ], + "scripts": [ + "__powered_by_qiankun__" + ], "description": "qiankun is a JS library who helps developers to build a micro frontends system.", "website": "https://qiankun.umijs.org" }, "reCAPTCHA": { + "cats": [ + 16 + ], "js": [ "recaptcha", "recaptcha" ], + "scripts": [ + "/recaptcha/api\\.js" + ], + "scriptSrc": [ + "/recaptcha/(?:api|enterprise)\\.js", + "api-secure\\.recaptcha\\.net", + "recaptcha_ajax\\.js" + ], "description": "reCAPTCHA is a free service from Google that helps protect websites from spam and abuse.", "website": "https://www.google.com/recaptcha/" }, "sIFR": { + "cats": [ + 17 + ], + "scriptSrc": [ + "sifr\\.js" + ], "description": "sIFR is a JavaScript and Adobe Flash dynamic web fonts implementation.", "website": "https://www.mikeindustries.com/blog/sifr" }, "sNews": { + "cats": [ + 1 + ], "meta": { "generator": [ "snews" @@ -30703,18 +49225,33 @@ "website": "https://snewscms.com" }, "script.aculo.us": { + "cats": [ + 59 + ], "js": [ "scriptaculous.version" ], + "scriptSrc": [ + "/(?:scriptaculous|protoaculous)(?:\\.js|/)" + ], "website": "https://script.aculo.us" }, "scrollreveal": { + "cats": [ + 59 + ], "html": [ "\u003c[^\u003e]+data-sr(?:-id)" ], + "scriptSrc": [ + "scrollreveal(?:\\.min)(?:\\.js)" + ], "website": "https://scrollrevealjs.org" }, "shadcn/ui": { + "cats": [ + 66 + ], "css": [ "--destructive-foreground" ], @@ -30726,29 +49263,54 @@ "website": "https://ui.shadcn.com" }, "shine.js": { + "cats": [ + 25 + ], "js": [ "shine" ], + "scriptSrc": [ + "shine(?:\\.min)?\\.js" + ], "website": "https://bigspaceship.github.io/shine.js/" }, "siimple": { + "cats": [ + 66 + ], "description": "siimple is a minimal CSS toolkit for building flat, clean and responsive web designs.", "website": "https://siimple.xyz" }, "snigel AdConsent": { + "cats": [ + 67 + ], "js": [ "adconsent.version", "snhb.basesettings", "snhb.info.cmpversion" ], + "scriptSrc": [ + "(?:staging-)?cdn\\.snigelweb\\.com/(?:snhb|adconsent)/" + ], "description": "snigel AdConsent is a IAB-registered consent management platfrom (CMP) which help keep sites speed intact while remaining compliant with GDPR and CCPA.", "website": "https://www.snigel.com/adconsent/" }, "snigel AdEngine": { + "cats": [ + 36 + ], + "scriptSrc": [ + "(?:staging-)?cdn\\.snigelweb\\.com/adengine/", + "adengine\\.snigelweb\\.com" + ], "description": "snigel AdEngine is a header bidding solution product from snigel.", "website": "https://www.snigel.com/adengine/" }, "stores.jp": { + "cats": [ + 6 + ], "js": [ "stores_jp" ], @@ -30760,6 +49322,10 @@ "website": "https://stores.jp/ec/" }, "styled-components": { + "cats": [ + 12, + 47 + ], "js": [ "styled" ], @@ -30770,20 +49336,32 @@ "website": "https://styled-components.com" }, "theTradeDesk": { + "cats": [ + 36 + ], "js": [ "ttd_dom_ready", "ttduniversalpixelapi" ], + "scriptSrc": [ + "\\.adsrvr\\.org/" + ], "description": "theTradeDesk is an technology company that markets a software platform used by digital ad buyers to purchase data-driven digital advertising campaigns across various ad formats and devices.", "website": "https://www.thetradedesk.com" }, "thttpd": { + "cats": [ + 22 + ], "headers": { "server": "\\bthttpd(?:/([\\d.]+))?\\;version:\\1" }, "website": "https://acme.com/software/thttpd" }, "toastr": { + "cats": [ + 12 + ], "js": [ "toastr.version" ], @@ -30791,6 +49369,9 @@ "website": "https://github.com/CodeSeven/toastr" }, "total.js": { + "cats": [ + 18 + ], "headers": { "x-powered-by": "^total\\.js" }, @@ -30800,12 +49381,20 @@ "website": "https://totaljs.com" }, "uKnowva": { + "cats": [ + 1, + 2, + 50 + ], "headers": { "x-content-encoded-by": "uknowva ([\\d.]+)\\;version:\\1" }, "html": [ "\u003ca[^\u003e]+\u003epowered by uknowva\u003c/a\u003e" ], + "scriptSrc": [ + "/media/conv/js/jquery\\.js" + ], "meta": { "generator": [ "uknowva (?: ([\\d.]+))?\\;version:\\1" @@ -30817,6 +49406,9 @@ "website": "https://uknowva.com" }, "uLogin": { + "cats": [ + 69 + ], "js": [ "ulogin.version" ], @@ -30824,6 +49416,10 @@ "website": "https://ulogin.ru" }, "uMarketingSuite": { + "cats": [ + 10, + 76 + ], "js": [ "umarketingsuite" ], @@ -30834,6 +49430,9 @@ "website": "https://www.umarketingsuite.com" }, "uPlot": { + "cats": [ + 25 + ], "js": [ "uplot" ], @@ -30841,6 +49440,9 @@ "website": "https://leeoniya.github.io/uPlot" }, "uPortal": { + "cats": [ + 21 + ], "js": [ "uportal" ], @@ -30856,10 +49458,19 @@ "website": "https://www.apereo.org/projects/uportal" }, "uRemediate": { + "cats": [ + 68 + ], + "scriptSrc": [ + "fecdn\\.user1st\\.info/loader/head" + ], "description": "uRemediate provides web accessibility testing tools and accessibility overlays.", "website": "https://www.user1st.com/uremediate/" }, "user.com": { + "cats": [ + 10 + ], "js": [ "userengage" ], @@ -30869,14 +49480,26 @@ "website": "https://user.com" }, "utterances": { + "cats": [ + 15 + ], "description": "Utterances is a lightweight comments widget built on GitHub issues.", "website": "https://utteranc.es/" }, "v4Guard Checkpoint": { + "cats": [ + 16 + ], + "scriptSrc": [ + "\\.v4guard\\.io/checkpoint" + ], "description": "Checkpoint is a product of v4Guard that verifies website users and prevents fraudulent access to sensitive areas, by checking for any use of anonymisation services with a captcha-like widget.", "website": "https://v4guard.io" }, "vBulletin": { + "cats": [ + 2 + ], "cookies": { "bblastactivity": "", "bblastvisit": "", @@ -30900,14 +49523,25 @@ "website": "https://www.vbulletin.com" }, "vcita": { + "cats": [ + 53, + 72 + ], "js": [ "livesite.btcheckout", "vcita" ], + "scriptSrc": [ + "widgets\\.vcdnita\\.com/", + "www\\.vcita\\.com/widgets/" + ], "description": "vcita is an all-in-one customer service and business management software designed for service providers.", "website": "https://www.vcita.com" }, "vibecommerce": { + "cats": [ + 6 + ], "meta": { "designer": [ "vibecommerce" @@ -30922,14 +49556,26 @@ "website": "https://vibecommerce.com.br" }, "vxe-table": { + "cats": [ + 59 + ], "description": "vxe-table is a Vue.js based PC form component, support add, delete, change, virtual scroll, lazy load, shortcut menu, data validation, tree structure, print export, form rendering, data paging, virtual list, modal window, custom template, renderer, flexible configuration items, extension interface.", "website": "https://vxetable.cn" }, "wBuy": { + "cats": [ + 6 + ], + "scriptSrc": [ + "\\.sistemawbuy\\.com\\.br/" + ], "description": "wBuy is a SaaS ecommerce platform.", "website": "https://www.wbuy.com.br" }, "wap.store": { + "cats": [ + 6 + ], "js": [ "wapstore.categoria" ], @@ -30940,13 +49586,26 @@ "website": "https://www.wapstore.com.br" }, "web-vitals": { + "cats": [ + 59, + 78 + ], "js": [ "webvitals" ], + "scripts": [ + "(8999999999999[\\s\\s]+1e12[\\s\\s]+(largest-contentful-paint|first-input|layout-shift)|(largest-contentful-paint|first-input|layout-shift)[\\s\\s]+8999999999999[\\s\\s]+1e12)" + ], + "scriptSrc": [ + "web-vitals@([\\d.]+)/dist/web-vitals.*\\.js\\;version:\\1" + ], "description": "The web-vitals JavaScript is a tiny, modular library for measuring all the web vitals metrics on real users.", "website": "https://github.com/GoogleChrome/web-vitals" }, "webEdition": { + "cats": [ + 1 + ], "meta": { "dc.title": [ "webedition" @@ -30958,6 +49617,9 @@ "website": "https://webedition.de/en" }, "wisyCMS": { + "cats": [ + 1 + ], "meta": { "generator": [ "^wisy cms[ v]{0,3}([0-9.,]*)\\;version:\\1" @@ -30966,6 +49628,10 @@ "website": "https://wisy.3we.de" }, "wpBakery": { + "cats": [ + 51, + 87 + ], "meta": { "generator": [ "wpbakery" @@ -30978,6 +49644,10 @@ "website": "https://wpbakery.com" }, "wpCache": { + "cats": [ + 23, + 87 + ], "headers": { "x-powered-by": "wpcache(?:/([\\d.]+))?\\;version:\\1" }, @@ -30999,18 +49669,27 @@ "website": "https://wpcache.co" }, "xCharts": { + "cats": [ + 25 + ], "js": [ "xchart" ], "html": [ "\u003clink[^\u003e]* href=\"[^\"]*xcharts(?:\\.min)?\\.css" ], + "scriptSrc": [ + "xcharts\\.js" + ], "implies": [ "D3" ], "website": "https://tenxer.github.io/xcharts/" }, "xtCommerce": { + "cats": [ + 6 + ], "html": [ "\u003cdiv class=\"copyright\"\u003e[^\u003c]+\u003ca[^\u003e]+\u003ext:commerce" ], @@ -31022,9 +49701,15 @@ "website": "https://www.xt-commerce.com" }, "yellow.ai": { + "cats": [ + 52 + ], "js": [ "ymconfig" ], + "scriptSrc": [ + "cdn\\.yellowmessenger\\.com" + ], "description": "yellow.ai provides chatbot and automation services.", "website": "https://yellow.ai/" } From 6c78c63141752450416ea5a6c3760924631de426 Mon Sep 17 00:00:00 2001 From: qazbnm456 Date: Mon, 27 Nov 2023 14:18:30 +0800 Subject: [PATCH 3/7] add FingerprintWithCats method --- fingerprints.go | 27 ++++++++++++++++++++++++--- tech.go | 20 ++++++++++++++++++++ 2 files changed, 44 insertions(+), 3 deletions(-) diff --git a/fingerprints.go b/fingerprints.go index e07ce6b6..3dc53235 100644 --- a/fingerprints.go +++ b/fingerprints.go @@ -15,12 +15,14 @@ type Fingerprints struct { // Fingerprint is a single piece of information about a tech validated and normalized type Fingerprint struct { + Cats []int `json:"cats"` + CSS []string `json:"css"` Cookies map[string]string `json:"cookies"` JS []string `json:"js"` Headers map[string]string `json:"headers"` HTML []string `json:"html"` - CSS []string `json:"css"` Script []string `json:"scripts"` + ScriptSrc []string `json:"scriptSrcs"` Meta map[string][]string `json:"meta"` Implies []string `json:"implies"` Description string `json:"description"` @@ -35,6 +37,8 @@ type CompiledFingerprints struct { // CompiledFingerprint contains the compiled fingerprints from the tech json type CompiledFingerprint struct { + // cats contain categories that are implicit with this tech + cats []int // implies contains technologies that are implicit with this tech implies []string // description contains fingerprint description @@ -49,8 +53,10 @@ type CompiledFingerprint struct { headers map[string]*versionRegex // html contains fingerprints for the target HTML html []*versionRegex - // script contains fingerprints for script tags + // script contains fingerprints for scripts script []*versionRegex + // scriptSrc contains fingerprints for script srcs + scriptSrc []*versionRegex // meta contains fingerprints for meta tags meta map[string][]*versionRegex } @@ -61,6 +67,11 @@ type AppInfo struct { Website string } +// CatsInfo contains basic information about an App. +type CatsInfo struct { + Cats []int +} + type versionRegex struct { regex *regexp.Regexp skipRegex bool @@ -130,6 +141,7 @@ const ( // loadPatterns loads the fingerprint patterns and compiles regexes func compileFingerprint(fingerprint *Fingerprint) *CompiledFingerprint { compiled := &CompiledFingerprint{ + cats: fingerprint.Cats, implies: fingerprint.Implies, description: fingerprint.Description, website: fingerprint.Website, @@ -138,6 +150,7 @@ func compileFingerprint(fingerprint *Fingerprint) *CompiledFingerprint { headers: make(map[string]*versionRegex), html: make([]*versionRegex, 0, len(fingerprint.HTML)), script: make([]*versionRegex, 0, len(fingerprint.Script)), + scriptSrc: make([]*versionRegex, 0, len(fingerprint.ScriptSrc)), meta: make(map[string][]*versionRegex), } @@ -181,6 +194,14 @@ func compileFingerprint(fingerprint *Fingerprint) *CompiledFingerprint { compiled.script = append(compiled.script, fingerprint) } + for _, pattern := range fingerprint.ScriptSrc { + fingerprint, err := newVersionRegex(pattern) + if err != nil { + continue + } + compiled.scriptSrc = append(compiled.scriptSrc, fingerprint) + } + for meta, patterns := range fingerprint.Meta { var compiledList []*versionRegex @@ -213,7 +234,7 @@ func (f *CompiledFingerprints) matchString(data string, part part) []string { } } case scriptPart: - for _, pattern := range fingerprint.script { + for _, pattern := range fingerprint.scriptSrc { if valid, versionString := pattern.MatchString(data); valid { matched = true version = versionString diff --git a/tech.go b/tech.go index 2ff2b6d9..fd9c3c03 100644 --- a/tech.go +++ b/tech.go @@ -183,3 +183,23 @@ func (s *Wappalyze) FingerprintWithInfo(headers map[string][]string, body []byte return result } + +// FingerprintWithCats identifies technologies on a target, +// based on the received response headers and body. +// It also returns categories information about the technology, is there's any +// Body should not be mutated while this function is being called, or it may +// lead to unexpected things. +func (s *Wappalyze) FingerprintWithCats(headers map[string][]string, body []byte) map[string]CatsInfo { + apps := s.Fingerprint(headers, body) + result := make(map[string]CatsInfo, len(apps)) + + for app := range apps { + if fingerprint, ok := s.fingerprints.Apps[app]; ok { + result[app] = CatsInfo{ + Cats: fingerprint.cats, + } + } + } + + return result +} From 70e7d594f8ad18b0a3ee2c51d8bc8a8a758e9a9d Mon Sep 17 00:00:00 2001 From: mzack Date: Fri, 1 Dec 2023 23:12:27 +0100 Subject: [PATCH 4/7] lint + test --- examples/main.go | 4 +++- wappalyzergo_test.go | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/examples/main.go b/examples/main.go index c3e79da4..5d0700c3 100644 --- a/examples/main.go +++ b/examples/main.go @@ -19,6 +19,8 @@ func main() { wappalyzerClient, err := wappalyzer.New() fingerprints := wappalyzerClient.Fingerprint(resp.Header, data) fmt.Printf("%v\n", fingerprints) - // Output: map[Acquia Cloud Platform:{} Amazon EC2:{} Apache:{} Cloudflare:{} Drupal:{} PHP:{} Percona:{} React:{} Varnish:{}] + + fingerprintsWithCats := wappalyzerClient.FingerprintWithCats(resp.Header, data) + fmt.Printf("%v\n", fingerprintsWithCats) } diff --git a/wappalyzergo_test.go b/wappalyzergo_test.go index 37171681..12fbc011 100644 --- a/wappalyzergo_test.go +++ b/wappalyzergo_test.go @@ -11,7 +11,7 @@ func TestCookiesDetect(t *testing.T) { require.Nil(t, err, "could not create wappalyzer") matches := wappalyzer.Fingerprint(map[string][]string{ - "Set-Cookie": []string{"_uetsid=ABCDEF"}, + "Set-Cookie": {"_uetsid=ABCDEF"}, }, []byte("")) require.Contains(t, matches, "Microsoft Advertising", "Could not get correct match") @@ -20,14 +20,14 @@ func TestCookiesDetect(t *testing.T) { wappalyzerClient, _ := New() fingerprints := wappalyzerClient.Fingerprint(map[string][]string{ - "Set-Cookie": []string{"path=/; jsessionid=111; path=/, jsessionid=111;"}, + "Set-Cookie": {"path=/; jsessionid=111; path=/, jsessionid=111;"}, }, []byte("")) fingerprints1 := wappalyzerClient.Fingerprint(map[string][]string{ - "Set-Cookie": []string{"jsessionid=111; path=/, XSRF-TOKEN=; expires=test, path=/ laravel_session=eyJ*"}, + "Set-Cookie": {"jsessionid=111; path=/, XSRF-TOKEN=; expires=test, path=/ laravel_session=eyJ*"}, }, []byte("")) require.Equal(t, map[string]struct{}{"Java": {}}, fingerprints, "could not get correct fingerprints") - require.Equal(t, map[string]struct{}{"Java": {}, "Laravel": {}, "PHP": struct{}{}}, fingerprints1, "could not get correct fingerprints") + require.Equal(t, map[string]struct{}{"Java": {}, "Laravel": {}, "PHP": {}}, fingerprints1, "could not get correct fingerprints") }) } @@ -36,7 +36,7 @@ func TestHeadersDetect(t *testing.T) { require.Nil(t, err, "could not create wappalyzer") matches := wappalyzer.Fingerprint(map[string][]string{ - "Server": []string{"now"}, + "Server": {"now"}, }, []byte("")) require.Contains(t, matches, "Vercel", "Could not get correct match") From 7fae788dca602949a087c0a63ecafc4f19f5f394 Mon Sep 17 00:00:00 2001 From: mzack Date: Fri, 1 Dec 2023 23:15:05 +0100 Subject: [PATCH 5/7] version bump --- .github/workflows/build-test.yml | 2 +- .github/workflows/fingerprint-update.yml | 2 +- .github/workflows/lint-test.yml | 2 +- go.mod | 10 ++++-- go.sum | 44 ++---------------------- 5 files changed, 13 insertions(+), 47 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index e29ece46..844f2dcd 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.18 + go-version: 1.21.x - name: Check out code uses: actions/checkout@v3 diff --git a/.github/workflows/fingerprint-update.yml b/.github/workflows/fingerprint-update.yml index f064176a..d105d2ea 100644 --- a/.github/workflows/fingerprint-update.yml +++ b/.github/workflows/fingerprint-update.yml @@ -17,7 +17,7 @@ jobs: - name: Setup golang uses: actions/setup-go@v4 with: - go-version: 1.18 + go-version: 1.21.x - name: Installing Update binary run: | diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 82343bf0..94e190ca 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.18 + go-version: 1.21.x - name: Run golangci-lint uses: golangci/golangci-lint-action@v3.5.0 with: diff --git a/go.mod b/go.mod index 1f32a153..3ae84cd6 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,14 @@ module github.com/projectdiscovery/wappalyzergo -go 1.16 +go 1.21 require ( github.com/stretchr/testify v1.8.4 - golang.org/x/net v0.10.0 + golang.org/x/net v0.19.0 +) + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index c9c1bfd1..deabe9d2 100644 --- a/go.sum +++ b/go.sum @@ -1,52 +1,12 @@ -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= -github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= -github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= -github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= -golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M= -golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= -golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= -golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= -golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c= +golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= From 32013a945e3d46fd8cfb1f0b3841ef737e4ff9e4 Mon Sep 17 00:00:00 2001 From: mzack Date: Fri, 1 Dec 2023 23:16:54 +0100 Subject: [PATCH 6/7] lint errors --- examples/main.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/main.go b/examples/main.go index 5d0700c3..9eefb2d5 100644 --- a/examples/main.go +++ b/examples/main.go @@ -2,7 +2,7 @@ package main import ( "fmt" - "io/ioutil" + "io" "log" "net/http" @@ -14,9 +14,12 @@ func main() { if err != nil { log.Fatal(err) } - data, _ := ioutil.ReadAll(resp.Body) // Ignoring error for example + data, _ := io.ReadAll(resp.Body) // Ignoring error for example wappalyzerClient, err := wappalyzer.New() + if err != nil { + log.Fatal(err) + } fingerprints := wappalyzerClient.Fingerprint(resp.Header, data) fmt.Printf("%v\n", fingerprints) // Output: map[Acquia Cloud Platform:{} Amazon EC2:{} Apache:{} Cloudflare:{} Drupal:{} PHP:{} Percona:{} React:{} Varnish:{}] From d8d032f701204089c099d8d97f465c97935d4b01 Mon Sep 17 00:00:00 2001 From: mzack Date: Fri, 1 Dec 2023 23:19:07 +0100 Subject: [PATCH 7/7] more lint --- README.md | 4 ++-- cmd/update-fingerprints/main.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 977c3c5c..0127e074 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ package main import ( "fmt" - "io/ioutil" + "io" "log" "net/http" @@ -38,7 +38,7 @@ func main() { if err != nil { log.Fatal(err) } - data, _ := ioutil.ReadAll(resp.Body) // Ignoring error for example + data, _ := io.ReadAll(resp.Body) // Ignoring error for example wappalyzerClient, err := wappalyzer.New() fingerprints := wappalyzerClient.Fingerprint(resp.Header, data) diff --git a/cmd/update-fingerprints/main.go b/cmd/update-fingerprints/main.go index edf60e39..1af80c1b 100644 --- a/cmd/update-fingerprints/main.go +++ b/cmd/update-fingerprints/main.go @@ -5,7 +5,7 @@ import ( "encoding/json" "flag" "fmt" - "io/ioutil" + "io" "log" "net/http" "os" @@ -127,7 +127,7 @@ func gatherFingerprintsFromURL(URL string, fingerprints *Fingerprints) error { } defer resp.Body.Close() - data, err := ioutil.ReadAll(resp.Body) + data, err := io.ReadAll(resp.Body) if err != nil { return err }