From 7215183403fe147fdc4865a9148f56abdab15cdf Mon Sep 17 00:00:00 2001
From: solongs <18810529813@163.com>
Date: Fri, 17 Jun 2022 17:33:55 +0800
Subject: webcomponent
---
componentClient.py | 11 +
componentDetect.py | 445 +
componentServer | Bin 0 -> 8735490 bytes
technologies.json | 57128 +++++++++++++++++++++++++++++++++++
wappalyzer/src/categories.json | 739 +
wappalyzer/src/technologies/_.json | 159 +
wappalyzer/src/technologies/a.json | 4251 +++
wappalyzer/src/technologies/b.json | 2228 ++
wappalyzer/src/technologies/c.json | 3425 +++
wappalyzer/src/technologies/d.json | 1554 +
wappalyzer/src/technologies/e.json | 1759 ++
wappalyzer/src/technologies/f.json | 1681 ++
wappalyzer/src/technologies/g.json | 2075 ++
wappalyzer/src/technologies/h.json | 1396 +
wappalyzer/src/technologies/i.json | 1259 +
wappalyzer/src/technologies/j.json | 839 +
wappalyzer/src/technologies/k.json | 943 +
wappalyzer/src/technologies/l.json | 1668 +
wappalyzer/src/technologies/m.json | 2728 ++
wappalyzer/src/technologies/n.json | 865 +
wappalyzer/src/technologies/o.json | 1567 +
wappalyzer/src/technologies/p.json | 2927 ++
wappalyzer/src/technologies/q.json | 279 +
wappalyzer/src/technologies/r.json | 1830 ++
wappalyzer/src/technologies/s.json | 5469 ++++
wappalyzer/src/technologies/t.json | 2779 ++
wappalyzer/src/technologies/u.json | 760 +
wappalyzer/src/technologies/v.json | 878 +
wappalyzer/src/technologies/w.json | 1814 ++
wappalyzer/src/technologies/x.json | 274 +
wappalyzer/src/technologies/y.json | 605 +
wappalyzer/src/technologies/z.json | 684 +
webComponent.py | 70 +
33 files changed, 105089 insertions(+)
create mode 100644 componentClient.py
create mode 100644 componentDetect.py
create mode 100644 componentServer
create mode 100644 technologies.json
create mode 100644 wappalyzer/src/categories.json
create mode 100644 wappalyzer/src/technologies/_.json
create mode 100644 wappalyzer/src/technologies/a.json
create mode 100644 wappalyzer/src/technologies/b.json
create mode 100644 wappalyzer/src/technologies/c.json
create mode 100644 wappalyzer/src/technologies/d.json
create mode 100644 wappalyzer/src/technologies/e.json
create mode 100644 wappalyzer/src/technologies/f.json
create mode 100644 wappalyzer/src/technologies/g.json
create mode 100644 wappalyzer/src/technologies/h.json
create mode 100644 wappalyzer/src/technologies/i.json
create mode 100644 wappalyzer/src/technologies/j.json
create mode 100644 wappalyzer/src/technologies/k.json
create mode 100644 wappalyzer/src/technologies/l.json
create mode 100644 wappalyzer/src/technologies/m.json
create mode 100644 wappalyzer/src/technologies/n.json
create mode 100644 wappalyzer/src/technologies/o.json
create mode 100644 wappalyzer/src/technologies/p.json
create mode 100644 wappalyzer/src/technologies/q.json
create mode 100644 wappalyzer/src/technologies/r.json
create mode 100644 wappalyzer/src/technologies/s.json
create mode 100644 wappalyzer/src/technologies/t.json
create mode 100644 wappalyzer/src/technologies/u.json
create mode 100644 wappalyzer/src/technologies/v.json
create mode 100644 wappalyzer/src/technologies/w.json
create mode 100644 wappalyzer/src/technologies/x.json
create mode 100644 wappalyzer/src/technologies/y.json
create mode 100644 wappalyzer/src/technologies/z.json
create mode 100644 webComponent.py
diff --git a/componentClient.py b/componentClient.py
new file mode 100644
index 0000000..3ea86c6
--- /dev/null
+++ b/componentClient.py
@@ -0,0 +1,11 @@
+
+import requests
+
+domainlist = ["csdn.net", "youku.com", "wappalyzer.com"]
+for domain in domainlist:
+ # 这边填你的内网服务器地址,端口8000
+ req = requests.get("http://192.168.231.129:8000", params={"domain": domain})
+ print(req.text, type(req.text))
+
+
+
diff --git a/componentDetect.py b/componentDetect.py
new file mode 100644
index 0000000..4b7b417
--- /dev/null
+++ b/componentDetect.py
@@ -0,0 +1,445 @@
+import aiohttp
+import json
+import logging
+import pkg_resources
+import re
+import requests
+import warnings
+
+from bs4 import BeautifulSoup
+from typing import Union
+
+logger = logging.getLogger(name=__name__)
+
+class WappalyzerError(Exception):
+ """
+ Raised for fatal Wappalyzer errors.
+ """
+ pass
+
+
+class WebPage:
+ """
+ Simple representation of a web page, decoupled
+ from any particular HTTP library's API.
+ """
+
+ def __init__(self, url, html, headers):
+ """
+ Initialize a new WebPage object.
+
+ Parameters
+ ----------
+
+ url : str
+ The web page URL.
+ html : str
+ The web page content (HTML)
+ headers : dict
+ The HTTP response headers
+ """
+ self.url = url
+ self.html = html
+ self.headers = headers
+
+ try:
+ list(self.headers.keys())
+ except AttributeError:
+ raise ValueError("Headers must be a dictionary-like object")
+
+ self._parse_html()
+
+ def _parse_html(self):
+ """
+ Parse the HTML with BeautifulSoup to find "
+ ],
+ "icon": "akamai.svg",
+ "implies": [
+ "Boomerang"
+ ],
+ "js": {
+ "BOOMR_API_key": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://developer.akamai.com/akamai-mpulse-real-user-monitoring-solution",
+ "headers": {},
+ "meta": {}
+ },
+ "Akaunting": {
+ "cats": [
+ 55
+ ],
+ "description": "Akaunting is a free and online accounting software.",
+ "headers": {
+ "x-akaunting": "^Free Accounting Software$"
+ },
+ "html": [
+ "]+akaunting-green\\.css",
+ "Powered By Akaunting: ]*href=\"https?://(?:www\\.)?akaunting\\.com[^>]+>"
+ ],
+ "icon": "akaunting.svg",
+ "implies": [
+ "Laravel"
+ ],
+ "oss": true,
+ "website": "https://akaunting.com",
+ "meta": {}
+ },
+ "Akinon": {
+ "cats": [
+ 6
+ ],
+ "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.",
+ "icon": "akinon.png",
+ "pricing": [
+ "poa"
+ ],
+ "scriptSrc": [
+ "cdn-mgsm\\.akinon\\.net/"
+ ],
+ "website": "https://www.akinon.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Akismet": {
+ "cats": [
+ 87
+ ],
+ "description": "Akismet is a service that filters spam from comments, trackbacks, and contact form messages.",
+ "dom": "link[href*='/wp-content/plugins/akismet/']",
+ "icon": "Akismet.png",
+ "js": {
+ "ak_js.checkValidity": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/plugins/akismet/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ ],
+ "website": "https://akismet.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Akka HTTP": {
+ "cats": [
+ 18,
+ 22
+ ],
+ "cpe": "cpe:/a:lightbend:akka_http",
+ "headers": {
+ "server": "akka-http(?:/([\\d.]+))?\\;version:\\1"
+ },
+ "icon": "akka-http.png",
+ "website": "http://akka.io",
+ "meta": {}
+ },
+ "Aksara CMS": {
+ "cats": [
+ 1
+ ],
+ "description": "Aksara CMS is a CodeIgniter based CRUD toolkit.",
+ "dom": "div.aksara-footer",
+ "icon": "Aksara CMS.svg",
+ "implies": [
+ "PHP",
+ "MySQL",
+ "CodeIgniter",
+ "Bootstrap",
+ "jQuery",
+ "OpenLayers"
+ ],
+ "oss": true,
+ "website": "https://aksaracms.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Albacross": {
+ "cats": [
+ 10,
+ 77
+ ],
+ "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.",
+ "icon": "Albacross.svg",
+ "js": {
+ "_nQsv": "^([\\d.])$\\;version:\\1"
+ },
+ "pricing": [
+ "low",
+ "recurring",
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.albacross\\.com"
+ ],
+ "website": "https://albacross.com",
+ "headers": {},
+ "meta": {}
+ },
+ "AlertifyJS": {
+ "cats": [
+ 12
+ ],
+ "description": "AlertifyJS is a javascript framework for developing browser dialogs and notifications.",
+ "icon": "AlertifyJS.png",
+ "js": {
+ "alertify.defaults.autoReset": ""
+ },
+ "oss": true,
+ "scriptSrc": [
+ "/alertify/alertify\\.min\\.js"
+ ],
+ "website": "https://alertifyjs.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Alexa Certified Site Metrics": {
+ "cats": [
+ 10
+ ],
+ "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.",
+ "icon": "Alexa.svg",
+ "js": {
+ "_atrk_opts.domain": ""
+ },
+ "pricing": [
+ "freemium",
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.cloudfront\\.net/atrk\\.js"
+ ],
+ "website": "https://support.alexa.com/hc/en-us/sections/200063374",
+ "headers": {},
+ "meta": {}
+ },
+ "Algolia": {
+ "cats": [
+ 29
+ ],
+ "cookies": {
+ "_ALGOLIA": ""
+ },
+ "description": "Algolia offers a hosted web search product delivering real-time results.",
+ "headers": {
+ "content-security-policy": "\\.algolia"
+ },
+ "icon": "Algolia.svg",
+ "js": {
+ "AlgoliaSearch": "",
+ "__GLOBAL__.algolia": "",
+ "__NEXT_DATA__.props.pageProps.appSettings.ALGOLIA_APP_ID": "",
+ "__algolia": "",
+ "algoliasearch.version": "^(.+)$\\;version:\\1"
+ },
+ "pricing": [
+ "freemium",
+ "payg"
+ ],
+ "saas": true,
+ "website": "http://www.algolia.com",
+ "meta": {}
+ },
+ "Ali Reviews": {
+ "cats": [
+ 90,
+ 100
+ ],
+ "description": "Ali reviews is a shopify app to collect reviews from customers.",
+ "icon": "Alireviews.svg",
+ "js": {
+ "alireviews_tags": ""
+ },
+ "saas": true,
+ "website": "https://apps.shopify.com/ali-reviews",
+ "headers": {},
+ "meta": {}
+ },
+ "All in One SEO Pack": {
+ "cats": [
+ 54,
+ 87
+ ],
+ "cpe": "cpe:/a:semperfiwebdesign:all_in_one_seo_pack",
+ "description": "All in One SEO plugin optimizes WordPress website and its content for search engines.",
+ "html": [
+ ""
+ ],
+ "icon": "Business Catalyst.svg",
+ "scriptSrc": [
+ "CatalystScripts"
+ ],
+ "website": "http://businesscatalyst.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Buy me a coffee": {
+ "cats": [
+ 5,
+ 41
+ ],
+ "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.",
+ "dom": "a[href*='www.buymeacoffee.com/'][target='_blank']",
+ "icon": "Buy me a coffee.svg",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdnjs\\.buymeacoffee\\.com/([\\d.]+)\\;version:\\1"
+ ],
+ "website": "https://www.buymeacoffee.com",
+ "headers": {},
+ "meta": {}
+ },
+ "BuySellAds": {
+ "cats": [
+ 36
+ ],
+ "icon": "BuySellAds.svg",
+ "js": {
+ "_bsa": "",
+ "_bsaPRO": "",
+ "_bsap": "",
+ "_bsap_serving_callback": ""
+ },
+ "scriptSrc": [
+ "^https?://s\\d\\.buysellads\\.com/",
+ "servedby-buysellads\\.com/monetization(?:\\.[\\w\\d]+)?\\.js"
+ ],
+ "website": "http://buysellads.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Buyapowa": {
+ "cats": [
+ 94
+ ],
+ "description": "Buyapowa is a scalable referral marketing and advocacy platform designed for all industries.",
+ "icon": "Buyapowa.svg",
+ "js": {
+ "Buyapowa.CanaryCheck": ""
+ },
+ "pricing": [
+ "poa",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.co-buying\\.com/"
+ ],
+ "website": "https://www.buyapowa.com",
+ "headers": {},
+ "meta": {}
+ },
+ "BySide": {
+ "cats": [
+ 32,
+ 76
+ ],
+ "description": "BySide is a personalisation and marketing automation platform.",
+ "icon": "BySide.svg",
+ "js": {
+ "BySide": "",
+ "bysideWebcare_banner": ""
+ },
+ "pricing": [
+ "poa",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "webcare\\.byside\\.com/"
+ ],
+ "website": "https://byside.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Bynder": {
+ "cats": [
+ 95
+ ],
+ "cookies": {
+ "bynder": "^[\\dA-Z]+-[\\dA-Z]+-[\\dA-Z]+-[\\dA-Z]+$"
+ },
+ "description": "Bynder is a cloud-based marketing platform where brands create, find, and use all their digital content.",
+ "icon": "Bynder.svg",
+ "js": {
+ "Bynder.cloudfront": "\\.cloudfront\\.net/frontend/([\\d\\.]+)/\\;version:\\1"
+ },
+ "pricing": [
+ "payg",
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.bynder.com",
+ "headers": {},
+ "meta": {}
+ },
+ "basket.js": {
+ "cats": [
+ 59
+ ],
+ "icon": "basket.js.png",
+ "js": {
+ "basket.isValidItem": ""
+ },
+ "website": "https://addyosmani.github.io/basket.js/",
+ "headers": {},
+ "meta": {}
+ },
+ "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.",
+ "icon": "C.png",
+ "website": "http://www.open-std.org/jtc1/sc22/wg14/",
+ "headers": {},
+ "meta": {}
+ },
+ "CCV Shop": {
+ "cats": [
+ 6
+ ],
+ "icon": "ccvshop.png",
+ "scriptSrc": [
+ "/website/JavaScript/Vertoshop\\.js"
+ ],
+ "website": "https://ccvshop.be",
+ "headers": {},
+ "meta": {}
+ },
+ "CDN77": {
+ "cats": [
+ 31
+ ],
+ "description": "CDN77 is a content delivery network (CDN).",
+ "headers": {
+ "server": "^CDN77-Turbo$"
+ },
+ "icon": "CDN77.png",
+ "website": "https://www.cdn77.com",
+ "meta": {}
+ },
+ "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.",
+ "icon": "CFML.png",
+ "website": "http://adobe.com/products/coldfusion-family.html",
+ "headers": {},
+ "meta": {}
+ },
+ "CIVIC": {
+ "cats": [
+ 67
+ ],
+ "description": "Civic provides cookie control for user consent and the use of cookies.",
+ "icon": "civic.png",
+ "scriptSrc": [
+ "cc\\.cdn\\.civiccomputing\\.com"
+ ],
+ "website": "https://www.civicuk.com/cookie-control",
+ "headers": {},
+ "meta": {}
+ },
+ "CJDropshipping app": {
+ "cats": [
+ 100
+ ],
+ "description": "CJDropshipping is a dropshipping supplier and fulfillment service from China.",
+ "icon": "CJDropshipping.svg",
+ "pricing": [
+ "payg"
+ ],
+ "requires": "Shopify",
+ "saas": true,
+ "scriptSrc": [
+ "app\\.cjdropshipping\\.com/"
+ ],
+ "website": "https://apps.shopify.com/cucheng",
+ "headers": {},
+ "meta": {}
+ },
+ "CKEditor": {
+ "cats": [
+ 24
+ ],
+ "cpe": "cpe:/a:ckeditor:ckeditor",
+ "description": "CKEditor is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications. Its core code is written in JavaScript and it is developed by CKSource. CKEditor is available under open-source and commercial licenses.",
+ "icon": "CKEditor.png",
+ "js": {
+ "CKEDITOR": "",
+ "CKEDITOR.version": "^(.+)$\\;version:\\1",
+ "CKEDITOR_BASEPATH": ""
+ },
+ "website": "http://ckeditor.com",
+ "headers": {},
+ "meta": {}
+ },
+ "CMS Made Simple": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "CMSSESSID": ""
+ },
+ "cpe": "cpe:/a:cmsmadesimple:cms_made_simple",
+ "icon": "CMS Made Simple.png",
+ "implies": [
+ "PHP"
+ ],
+ "meta": {
+ "generator": "CMS Made Simple"
+ },
+ "website": "http://cmsmadesimple.org",
+ "headers": {}
+ },
+ "CMSimple": {
+ "cats": [
+ 1
+ ],
+ "cpe": "cpe:/a:cmsimple:cmsimple",
+ "implies": [
+ "PHP"
+ ],
+ "meta": {
+ "generator": "CMSimple( [\\d.]+)?\\;version:\\1"
+ },
+ "website": "http://www.cmsimple.org/en",
+ "headers": {}
+ },
+ "CNZZ": {
+ "cats": [
+ 10
+ ],
+ "icon": "cnzz.png",
+ "js": {
+ "cnzz_protocol": ""
+ },
+ "scriptSrc": [
+ "//[^./]+\\.cnzz\\.com/(?:z_stat.php|core)\\?"
+ ],
+ "website": "https://web.umeng.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "CPG Dragonfly": {
+ "cats": [
+ 1
+ ],
+ "headers": {
+ "x-powered-by": "^Dragonfly CMS"
+ },
+ "icon": "CPG Dragonfly.png",
+ "implies": [
+ "PHP"
+ ],
+ "meta": {
+ "generator": "CPG Dragonfly"
+ },
+ "website": "http://dragonflycms.org"
+ },
+ "CS Cart": {
+ "cats": [
+ 6
+ ],
+ "description": "CS Cart is a turnkey ecommerce shopping cart software solution.",
+ "dom": "a[href*='.cs-cart.com'][target='_blank']",
+ "icon": "CS Cart.svg",
+ "implies": [
+ "PHP"
+ ],
+ "js": {
+ "fn_buy_together_apply_discount": "",
+ "fn_calculate_total_shipping": "",
+ "fn_compare_strings": ""
+ },
+ "pricing": [
+ "mid",
+ "onetime"
+ ],
+ "scriptSrc": [
+ "var/cache/misc/assets/js/tygh/scripts-(?:[\\d\\w]+)\\.js"
+ ],
+ "website": "http://www.cs-cart.com",
+ "headers": {},
+ "meta": {}
+ },
+ "CSSIgniter Olsen Light": {
+ "cats": [
+ 80
+ ],
+ "description": "CSSIgniter Olsen Light is a clean, minimal, stylish and elegant WordPress blog theme, perfect for lifestyle, food, cooking, fashion, travel, wedding, health & fitness, photography and beauty blogging.",
+ "icon": "CSSIgniter.svg",
+ "pricing": [
+ "freemium",
+ "onetime",
+ "recurring",
+ "low"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/themes/olsen-light/.+scripts(?:\\.min)?\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ ],
+ "website": "https://www.cssigniter.com/themes/olsen-light",
+ "headers": {},
+ "meta": {}
+ },
+ "CTT": {
+ "cats": [
+ 99
+ ],
+ "description": "CTT operates as the national postal service of Portugal.",
+ "icon": "CTT.svg",
+ "requiresCategory": 6,
+ "text": [
+ "\\bTourline Express\\b",
+ "\\bCTT\\b"
+ ],
+ "website": "https://www.ctt.pt",
+ "headers": {},
+ "meta": {}
+ },
+ "Caast.tv": {
+ "cats": [
+ 5
+ ],
+ "description": "Caast.tv is a digital commercial animation solution integrated into the ecommerce customer journey.",
+ "icon": "Caast.tv.png",
+ "js": {
+ "caast.open": "",
+ "caastInstance": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.caast\\.tv/"
+ ],
+ "website": "https://en.caast.tv",
+ "headers": {},
+ "meta": {}
+ },
+ "CacheFly": {
+ "cats": [
+ 31
+ ],
+ "description": "CacheFly is a content delivery network (CDN) which offers CDN service that relies solely on IP anycast for routing, rather than DNS based global load balancing.",
+ "headers": {
+ "server": "^CFS ",
+ "x-cf1": "",
+ "x-cf2": ""
+ },
+ "icon": "CacheFly.svg",
+ "website": "http://www.cachefly.com",
+ "meta": {}
+ },
+ "Caddy": {
+ "cats": [
+ 22
+ ],
+ "headers": {
+ "server": "^Caddy$"
+ },
+ "icon": "caddy.svg",
+ "implies": [
+ "Go"
+ ],
+ "website": "http://caddyserver.com",
+ "meta": {}
+ },
+ "Cafe24": {
+ "cats": [
+ 6
+ ],
+ "description": "Cafe24 is a global ecommerce platform that provides everything people need to build an online DTC store in one stop.",
+ "icon": "Cafe24.svg",
+ "js": {
+ "EC_GLOBAL_DATETIME": "",
+ "EC_GLOBAL_INFO": "",
+ "EC_ROOT_DOMAIN": ""
+ },
+ "pricing": [
+ "low"
+ ],
+ "saas": true,
+ "website": "https://www.cafe24.com/en/",
+ "headers": {},
+ "meta": {}
+ },
+ "CakePHP": {
+ "cats": [
+ 18
+ ],
+ "cookies": {
+ "cakephp": ""
+ },
+ "cpe": "cpe:/a:cakephp:cakephp",
+ "icon": "CakePHP.png",
+ "implies": [
+ "PHP"
+ ],
+ "meta": {
+ "application-name": "CakePHP"
+ },
+ "website": "http://cakephp.org",
+ "headers": {}
+ },
+ "Caldera Forms": {
+ "cats": [
+ 87
+ ],
+ "description": "Caldera Forms is the free WordPress form builder plugin.",
+ "dom": {
+ "link[href*='/wp-content/plugins/caldera-forms/']": {
+ "attributes": {
+ "href": "/wp-content/plugins/caldera-forms/.+\\.css(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ }
+ }
+ },
+ "icon": "Caldera Forms.png",
+ "js": {
+ "calderaForms": ""
+ },
+ "pricing": [
+ "freemium",
+ "onetime"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/plugins/caldera-forms/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ ],
+ "website": "https://calderaforms.com",
+ "headers": {},
+ "meta": {}
+ },
+ "CalendarHero": {
+ "cats": [
+ 72
+ ],
+ "description": "CalendarHero (formerly Zoom.ai) is meeting scheduling software that helps you book meetings automatically.",
+ "icon": "CalendarHero.png",
+ "js": {
+ "ZOOMAI.VARS": ""
+ },
+ "pricing": [
+ "low",
+ "freemium",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://calendarhero.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Calendly": {
+ "cats": [
+ 72
+ ],
+ "description": "Calendly is an app for scheduling appointments, meetings, and events.",
+ "icon": "Calendly.svg",
+ "js": {
+ "Calendly": ""
+ },
+ "pricing": [
+ "low",
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "https://assets\\.calendly\\.com/assets/external/widget\\.js"
+ ],
+ "website": "https://calendly.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "CallRail": {
+ "cats": [
+ 10
+ ],
+ "description": "CallRail is a service that tracks and manages your phone leads, helping businesses to determine which marketing campaigns are driving quality leads.",
+ "icon": "CallRail.png",
+ "js": {
+ "CallTrk": "",
+ "CallTrkSwap": "",
+ "crwpVer": "^([\\d\\.]+)$\\;version:\\1"
+ },
+ "pricing": [
+ "payg",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.callrail.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Callbell": {
+ "cats": [
+ 52
+ ],
+ "description": "Callbell is a web-based live chat solution designed to help businesses manage team collaboration via multiple communication channels.",
+ "icon": "Callbell.svg",
+ "js": {
+ "Callbell": "",
+ "callbellSettings": ""
+ },
+ "pricing": [
+ "low",
+ "freemium",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.callbell\\.eu/"
+ ],
+ "website": "https://www.callbell.eu",
+ "headers": {},
+ "meta": {}
+ },
+ "Campaign Monitor": {
+ "cats": [
+ 32,
+ 75
+ ],
+ "description": "Campaign Monitor is a global technology company that provides an email marketing platform.",
+ "dom": "input[value='campaignmonitor_subscribe_form'][name='form_id'], form[action*='createsend'][class='js-cm-form']",
+ "icon": "Campaign Monitor.svg",
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.createsend1\\.com/"
+ ],
+ "website": "https://www.campaignmonitor.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Candid Themes Fairy": {
+ "cats": [
+ 80
+ ],
+ "description": "Fairy is a free and minimal WordPress blog theme by Candid Themes.",
+ "icon": "Candid Themes.png",
+ "pricing": [
+ "freemium",
+ "onetime"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/themes/fairy(?:-premium)?/.+custom\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ ],
+ "website": "https://www.candidthemes.com/themes/fairy",
+ "headers": {},
+ "meta": {}
+ },
+ "Canto": {
+ "cats": [
+ 95
+ ],
+ "description": "Canto is a digital asset management solution.",
+ "dom": "link[href*='.canto.com/'], a[href*='.canto.com/'], img[src*='.canto.com/']",
+ "icon": "Canto.svg",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.canto.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Captch Me": {
+ "cats": [
+ 16,
+ 36
+ ],
+ "icon": "Captch Me.svg",
+ "js": {
+ "Captchme": ""
+ },
+ "scriptSrc": [
+ "^https?://api\\.captchme\\.net/"
+ ],
+ "website": "http://captchme.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Carbon Ads": {
+ "cats": [
+ 36
+ ],
+ "description": "Carbon Ads is an ad tech company, that connects advertisers to users through targeted verticals called Circles.",
+ "dom": "div#carbonads-container",
+ "icon": "Carbon Ads.png",
+ "js": {
+ "_carbonads": "",
+ "_carbonads_go": ""
+ },
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.carbonads\\.com/"
+ ],
+ "website": "http://carbonads.net",
+ "headers": {},
+ "meta": {}
+ },
+ "CareCart": {
+ "cats": [
+ 98,
+ 100
+ ],
+ "description": "CareCart is a smart app to recover big value carts on all sizes of shopify stores.",
+ "icon": "CareCart.png",
+ "implies": [
+ "Shopify"
+ ],
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "app\\.carecart\\.io/api/abandoned-cart/"
+ ],
+ "website": "https://carecart.io/abandoned-cart-recovery-app",
+ "headers": {},
+ "meta": {}
+ },
+ "CareCart Sales Pop Up": {
+ "cats": [
+ 100,
+ 5
+ ],
+ "description": "CareCart Sales Pop Up is a stock countdown timer, recent sales notifications, live sales pop up widget.",
+ "icon": "CareCart.png",
+ "implies": [
+ "Shopify"
+ ],
+ "pricing": [
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "sales-pop\\.carecart\\.io/"
+ ],
+ "website": "https://carecart.io/sales-pop-up-app",
+ "headers": {},
+ "meta": {}
+ },
+ "Cargo": {
+ "cats": [
+ 51
+ ],
+ "description": "Cargo is a professional site building platform for designers and artists.",
+ "icon": "Cargo.svg",
+ "implies": [
+ "PHP"
+ ],
+ "js": {
+ "Cargo.Config": "",
+ "__cargo_js_ver__": ""
+ },
+ "meta": {
+ "cargo_title": ""
+ },
+ "scriptSrc": [
+ "/cargo\\."
+ ],
+ "website": "https://cargo.site",
+ "headers": {}
+ },
+ "Carro": {
+ "cats": [
+ 100
+ ],
+ "description": "Carro connects participating Shopify stores together to enable cross-store selling or the ability for like-minded partners to directly sell each other products without the need for inventory, managing returns, or minimum order quantities.",
+ "icon": "Carro.svg",
+ "implies": [
+ "Shopify"
+ ],
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.getcarro\\.com/",
+ "/carro\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ ],
+ "website": "https://getcarro.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Cart Functionality": {
+ "cats": [
+ 6
+ ],
+ "description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.",
+ "dom": [
+ "a[href*='/cart']",
+ "a[href*='/order']",
+ "a[href*='/basket']",
+ "a[href*='/trolley']",
+ "a[href*='/bag/']",
+ "a[href*='/shoppingbag']",
+ "a[href*='/checkout']",
+ "a[href*='/winkelwagen']",
+ "[aria-controls='cart']",
+ "[class*='shopping-bag']",
+ "[class*='shopping-cart']",
+ "[class*='checkout']",
+ "[class*='winkelwagen']"
+ ],
+ "icon": "Cart-generic.svg",
+ "js": {
+ "google_tag_params.ecomm_pagetype": ""
+ },
+ "scriptSrc": [
+ "googlecommerce\\.com/trustedstores/api/js"
+ ],
+ "url": [
+ "/(?:cart|order|basket|trolley|bag|shoppingbag|checkout)"
+ ],
+ "website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality",
+ "headers": {},
+ "meta": {}
+ },
+ "Cart.js": {
+ "cats": [
+ 59
+ ],
+ "description": "Cart.js is a very small open-source Javascript library that makes the addition of powerful Ajax cart functionality to your Shopify theme a breeze.",
+ "icon": "Cart.js.png",
+ "implies": [
+ "Shopify"
+ ],
+ "oss": true,
+ "scriptSrc": [
+ "(?:shopify-cartjs/([\\d\\.]+)|assets)/rivets-cart\\.min\\.js\\;version:\\1"
+ ],
+ "website": "https://cartjs.org",
+ "headers": {},
+ "meta": {}
+ },
+ "CartKit": {
+ "cats": [
+ 32
+ ],
+ "description": "CartKit build apps from fuss-free multi-channel marketing automation and campaigns to social proof popups and user session recording.",
+ "icon": "CartKit.svg",
+ "pricing": [
+ "freemium",
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.cartkitcdn\\.com/"
+ ],
+ "website": "https://www.cartkit.com",
+ "headers": {},
+ "meta": {}
+ },
+ "CartStack": {
+ "cats": [
+ 98
+ ],
+ "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.",
+ "icon": "CartStack.svg",
+ "js": {
+ "_cartstack": ""
+ },
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "api\\.cartstack\\.\\w+"
+ ],
+ "website": "https://www.cartstack.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Carts Guru": {
+ "cats": [
+ 32,
+ 75
+ ],
+ "description": "Carts Guru is the all-in-one marketing automation tool for ecommerce stores.",
+ "icon": "Carts Guru.png",
+ "pricing": [
+ "payg",
+ "mid"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.cartsguru\\.io/"
+ ],
+ "website": "https://www.carts.guru",
+ "headers": {},
+ "meta": {}
+ },
+ "Cashew Payments": {
+ "cats": [
+ 91
+ ],
+ "description": "Cashew Payments is a buy now, pay later platform that allows its customers to shop now and pay later in equal monthly installments.",
+ "headers": {
+ "content-security-policy": "\\.cashewpayments\\.com"
+ },
+ "icon": "Cashew Payments.svg",
+ "pricing": [
+ "payg"
+ ],
+ "requiresCategory": 6,
+ "saas": true,
+ "scriptSrc": [
+ "\\.cashewpayments\\.com/"
+ ],
+ "website": "https://www.cashewpayments.com",
+ "meta": {}
+ },
+ "Catberry.js": {
+ "cats": [
+ 12,
+ 18
+ ],
+ "headers": {
+ "x-powered-by": "Catberry"
+ },
+ "icon": "Catberry.js.png",
+ "implies": [
+ "Node.js"
+ ],
+ "js": {
+ "catberry": "",
+ "catberry.version": "^(.+)$\\;version:\\1"
+ },
+ "website": "https://catberry.github.io/",
+ "meta": {}
+ },
+ "Catch": {
+ "cats": [
+ 41
+ ],
+ "description": "Catch is a payment solution which allows merchants to use payments via bank payments instead of credit/debit cards.",
+ "icon": "Catch.svg",
+ "js": {
+ "Catch": ""
+ },
+ "website": "https://www.getcatch.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Catch Themes Catch Box": {
+ "cats": [
+ 80
+ ],
+ "description": "Catch Box is a lightweight, box shaped, clean responsive WordPress theme by Catch Themes.",
+ "dom": "link[href*='/wp-content/themes/catch-box/']",
+ "icon": "Catch Themes.png",
+ "pricing": [
+ "freemium",
+ "onetime"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/themes/catch-box(?:-pro)?/"
+ ],
+ "website": "https://catchthemes.com/themes/catch-box",
+ "headers": {},
+ "meta": {}
+ },
+ "Catch Themes Fotografie": {
+ "cats": [
+ 80
+ ],
+ "description": "Fotografie is a modern photography WordPress theme that comes with high-quality features and minimal design by Catch Themes.",
+ "dom": "link[href*='/wp-content/themes/fotografie/']",
+ "icon": "Catch Themes.png",
+ "pricing": [
+ "freemium",
+ "onetime"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/themes/fotografie(?:-pro)?/"
+ ],
+ "website": "https://catchthemes.com/themes/fotografie",
+ "headers": {},
+ "meta": {}
+ },
+ "Cecil": {
+ "cats": [
+ 57
+ ],
+ "description": "Cecil is a CLI application, powered by PHP, that merge plain text files (written in Markdown), images and Twig templates to generate a static website.",
+ "icon": "Cecil.svg",
+ "meta": {
+ "generator": "^Cecil(?: ([0-9.]+))?$\\;version:\\1"
+ },
+ "website": "https://cecil.app",
+ "headers": {}
+ },
+ "Celeritas": {
+ "cats": [
+ 99
+ ],
+ "description": "Celeritas offers transportation logistics services for package deliveries.",
+ "icon": "Celeritas.svg",
+ "requiresCategory": 6,
+ "text": [
+ "\\bCeleritas\\b"
+ ],
+ "website": "https://celeritastransporte.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Celum": {
+ "cats": [
+ 95
+ ],
+ "description": "Celum is a software developer that specialises in enterprise digital asset management and marketing content management systems.",
+ "dom": "img[src*='/celum/'], img[src*='/celum_assets/']",
+ "icon": "Celum.svg",
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.celum.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Censhare": {
+ "cats": [
+ 95
+ ],
+ "description": "Censhare is a commercial digital experience platform in the form of an enterprise content management system.",
+ "dom": "img[data-src*='CENSHARE'], img[src*='CENSHARE']",
+ "icon": "Censhare.svg",
+ "pricing": [
+ "high",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.censhare.com",
+ "headers": {},
+ "meta": {}
+ },
+ "CentOS": {
+ "cats": [
+ 28
+ ],
+ "cpe": "cpe:/o:centos:centos",
+ "description": "CentOS is a Linux distribution that provides a free, community-supported computing platform functionally compatible with its upstream source, Red Hat Enterprise Linux (RHEL).",
+ "headers": {
+ "server": "CentOS",
+ "x-powered-by": "CentOS"
+ },
+ "icon": "CentOS.png",
+ "website": "http://centos.org",
+ "meta": {}
+ },
+ "Centminmod": {
+ "cats": [
+ 22
+ ],
+ "headers": {
+ "x-powered-by": "centminmod"
+ },
+ "icon": "centminmod.png",
+ "implies": [
+ "CentOS",
+ "Nginx",
+ "PHP"
+ ],
+ "website": "https://centminmod.com",
+ "meta": {}
+ },
+ "Chabokan": {
+ "cats": [
+ 62
+ ],
+ "description": "Chabokan is a cloud services provider, offering a wide range of incorporated cloud services including Cloud Object Storage, DBaaS, BaaS, and PaaS.",
+ "headers": {
+ "ch-powered-by": "Chabokan\\s\\(chabokan\\.net\\)"
+ },
+ "icon": "Chabokan.svg",
+ "pricing": [
+ "low",
+ "payg"
+ ],
+ "website": "https://chabokan.net",
+ "meta": {}
+ },
+ "Chakra UI": {
+ "cats": [
+ 66
+ ],
+ "description": "Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.",
+ "dom": "html[style*='chakra-ui-color-mode']",
+ "icon": "Chakra UI.svg",
+ "implies": [
+ "React"
+ ],
+ "oss": true,
+ "scriptSrc": [
+ "\\.chakra-ui\\."
+ ],
+ "website": "https://chakra-ui.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Chameleon": {
+ "cats": [
+ 58
+ ],
+ "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.",
+ "icon": "Chameleon.png",
+ "js": {
+ "chmln.Snippet.urls.fast": "fast\\.trychameleon\\.com",
+ "chmlnData.organizationAttributes": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.trychameleon\\.com/"
+ ],
+ "website": "https://www.trychameleon.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Chameleon system": {
+ "cats": [
+ 1,
+ 6
+ ],
+ "description": "Chameleon system is an ecommerce and content management system all-in-one, capable of being integrated straight from the manufacturer.",
+ "icon": "Chameleon system.png",
+ "meta": {
+ "generator": "Chameleon CMS/Shop System"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.chameleon-system.de",
+ "headers": {}
+ },
+ "Chamilo": {
+ "cats": [
+ 21
+ ],
+ "cpe": "cpe:/a:chamilo:chamilo_lms",
+ "description": "Chamilo is an open-source learning management and collaboration system.",
+ "dom": "link[href*='chamilo.org/']",
+ "headers": {
+ "x-powered-by": "Chamilo ([\\d.]+)\\;version:\\1"
+ },
+ "icon": "Chamilo.png",
+ "implies": [
+ "PHP"
+ ],
+ "meta": {
+ "generator": "Chamilo ([\\d.]+)\\;version:\\1"
+ },
+ "website": "http://www.chamilo.org"
+ },
+ "ChannelAdvisor": {
+ "cats": [
+ 10,
+ 32
+ ],
+ "description": "ChannelAdvisor is a provider of cloud-based solutions to ecommerce companies.",
+ "dom": "link[href*='.channeladvisor.com']",
+ "icon": "ChannelAdvisor.svg",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.channeladvisor\\.com/"
+ ],
+ "website": "https://www.channeladvisor.com",
+ "headers": {},
+ "meta": {}
+ },
+ "ChannelApe": {
+ "cats": [
+ 6
+ ],
+ "description": "ChannelApe is an ecommerce and inventory management solution for the footwear and apparel industry.",
+ "icon": "ChannelApe.svg",
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "requiresCategory": 6,
+ "saas": true,
+ "website": "https://www.channelape.com",
+ "xhr": "\\.channelape\\.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Chaport": {
+ "cats": [
+ 52
+ ],
+ "description": "Chaport is a multi-channel live chat and chatbot software for business.",
+ "icon": "Chaport.png",
+ "js": {
+ "chaport": "",
+ "chaportConfig": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.chaport\\.com"
+ ],
+ "website": "https://www.chaport.com",
+ "headers": {},
+ "meta": {}
+ },
+ "ChargeAfter": {
+ "cats": [
+ 41,
+ 91
+ ],
+ "description": "ChargeAfter is a platform that connects retailers and lenders to offer consumers personalized Point of Sale Financing options at checkout from multiple lenders. ",
+ "icon": "ChargeAfter.svg",
+ "js": {
+ "ChargeAfter": ""
+ },
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.chargeafter\\.com"
+ ],
+ "website": "https://chargeafter.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Chargebee": {
+ "cats": [
+ 41
+ ],
+ "description": "Chargebee is a PCI Level 1 certified recurring billing platform for SaaS and subscription-based businesses.",
+ "icon": "Chargebee.svg",
+ "js": {
+ "Chargebee": "",
+ "chargebeeTrackFunc": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "js\\.chargebee\\.com/v([\\d.]+)\\;version:\\1"
+ ],
+ "website": "https://www.chargebee.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Chart.js": {
+ "cats": [
+ 25
+ ],
+ "description": "Chart.js is an open-source JavaScript library that allows you to draw different types of charts by using the HTML5 canvas element.",
+ "icon": "Chart.js.svg",
+ "js": {
+ "Chart": "\\;confidence:50",
+ "Chart.defaults.doughnut": "",
+ "chart.ctx.bezierCurveTo": ""
+ },
+ "scriptSrc": [
+ "/Chart(?:\\.bundle)?(?:\\.min)?\\.js\\;confidence:75",
+ "chartjs\\.org/dist/([\\d.]+(?:-[^/]+)?|master|latest)/Chart.*\\.js\\;version:\\1",
+ "cdnjs\\.cloudflare\\.com/ajax/libs/Chart\\.js/([\\d.]+(?:-[^/]+)?)/Chart.*\\.js\\;version:\\1",
+ "cdn\\.jsdelivr\\.net/(?:npm|gh/chartjs)/chart\\.js@([\\d.]+(?:-[^/]+)?|latest)/dist/Chart.*\\.js\\;version:\\1"
+ ],
+ "website": "https://www.chartjs.org",
+ "headers": {},
+ "meta": {}
+ },
+ "Chartbeat": {
+ "cats": [
+ 10
+ ],
+ "icon": "Chartbeat.png",
+ "js": {
+ "_sf_async_config": "",
+ "_sf_endpt": ""
+ },
+ "scriptSrc": [
+ "chartbeat\\.js"
+ ],
+ "website": "http://chartbeat.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Chatango": {
+ "cats": [
+ 5
+ ],
+ "description": "Chatango is a website used for connecting to a large selection of users.",
+ "dom": "iframe[src*='st.chatango.com']",
+ "icon": "Chatango.png",
+ "pricing": [
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "st\\.chatango\\.com"
+ ],
+ "website": "https://chatango.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Chatra": {
+ "cats": [
+ 52
+ ],
+ "description": "Chatra is a cloud-based live chat platform aimed at small businesses and ecommerce retailers.",
+ "icon": "Chatra.svg",
+ "js": {
+ "ChatraID": "",
+ "ChatraSetup": ""
+ },
+ "pricing": [
+ "freemium",
+ "payg",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "call\\.chatra\\.io/chatra\\.js"
+ ],
+ "website": "https://chatra.com",
+ "xhr": "chat\\.chatra\\.io/",
+ "headers": {},
+ "meta": {}
+ },
+ "Chatwoot": {
+ "cats": [
+ 52
+ ],
+ "description": "Chatwoot is a customer support tool for instant messaging channels.",
+ "icon": "Chatwoot.svg",
+ "js": {
+ "$chatwoot": "",
+ "chatwootSDK": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.chatwoot.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Checkfront": {
+ "cats": [
+ 5,
+ 6,
+ 72
+ ],
+ "description": "Checkfront is a cloud-based booking management application and ecommerce platform.",
+ "icon": "Checkfront.svg",
+ "pricing": [
+ "low",
+ "recurring",
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.checkfront\\.com/"
+ ],
+ "website": "https://www.checkfront.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Checkout.com": {
+ "cats": [
+ 41
+ ],
+ "description": "Checkout.com is an international payment platform that processes different payment methods across a variety of currencies.",
+ "icon": "Checkout.com.svg",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.checkout\\.com/js/.+js(?:\\?ver=)?([\\d\\.]+)?\\;version:\\1"
+ ],
+ "website": "https://www.checkout.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Chekkit": {
+ "cats": [
+ 52
+ ],
+ "description": "Chekkit is an all-in-one review, messaging, and lead inbox software.",
+ "icon": "Chekkit.png",
+ "js": {
+ "chekkitSettings.toggleChat": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.chekkit.io",
+ "headers": {},
+ "meta": {}
+ },
+ "Cherokee": {
+ "cats": [
+ 22
+ ],
+ "cpe": "cpe:/a:cherokee-project:cherokee",
+ "headers": {
+ "server": "^Cherokee(?:/([\\d.]+))?\\;version:\\1"
+ },
+ "icon": "Cherokee.png",
+ "website": "http://www.cherokee-project.com",
+ "meta": {}
+ },
+ "CherryPy": {
+ "cats": [
+ 22
+ ],
+ "description": "CherryPy is an object-oriented web application framework using the Python programming language.",
+ "headers": {
+ "server": "CherryPy(?:/([\\d.]+))?\\;version:\\1"
+ },
+ "icon": "CherryPy.svg",
+ "website": "https://cherrypy.org/",
+ "meta": {}
+ },
+ "Chevereto": {
+ "cats": [
+ 7,
+ 19
+ ],
+ "description": "Chevereto is an image hosting software that allows you to create a full-featured image hosting website on your own server.",
+ "icon": "Chevereto.svg",
+ "implies": [
+ "PHP"
+ ],
+ "js": {
+ "CHEVERETO.version": "([\\d\\.]+)\\;version:\\1"
+ },
+ "meta": {
+ "generator": "Chevereto\\s(?:[\\d\\.]+)"
+ },
+ "pricing": [
+ "low",
+ "onetime"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "/chevereto\\.js"
+ ],
+ "website": "https://chevereto.com",
+ "headers": {}
+ },
+ "Chili Piper": {
+ "cats": [
+ 72
+ ],
+ "description": "Chili Piper is a suite of automated scheduling tools that help revenue teams convert leads.",
+ "icon": "Chili Piper.svg",
+ "js": {
+ "ChiliPiper": ""
+ },
+ "pricing": [
+ "low",
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "js\\.chilipiper\\.com/marketing\\.js"
+ ],
+ "website": "https://www.chilipiper.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Chinese Menu Online": {
+ "cats": [
+ 51,
+ 93
+ ],
+ "description": "Chinese Menu Online is an online food ordering service.",
+ "dom": "li > a[href*='chinesemenuonline.com']",
+ "icon": "Chinese Menu Online.png",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://www.chinesemenuonline.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Chitika": {
+ "cats": [
+ 36
+ ],
+ "icon": "Chitika.png",
+ "js": {
+ "ch_client": "",
+ "ch_color_site_link": ""
+ },
+ "scriptSrc": [
+ "scripts\\.chitika\\.net/"
+ ],
+ "website": "http://chitika.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Choices": {
+ "cats": [
+ 59
+ ],
+ "description": "Choices.js is a lightweight, configurable select box/text input plugin.",
+ "icon": "Choices.png",
+ "oss": true,
+ "scriptSrc": [
+ "choices\\.js/|@([\\d.]+)(?:/assets)?(?:/scripts)?(?:/styles)?(?:/dist)?/choices(?:\\.min)?\\.js|css\\;version:\\1"
+ ],
+ "website": "https://github.com/Choices-js/Choices",
+ "headers": {},
+ "meta": {}
+ },
+ "Chorus": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "_chorus_geoip_continent": "",
+ "chorus_preferences": ""
+ },
+ "description": "Chorus is the only all-in-one publishing, audience, and revenue platform built for modern media companies.",
+ "icon": "Chorus.svg",
+ "js": {
+ "Chorus.AddScript": "",
+ "ChorusAds.beforeAdsRequested": "",
+ "ChorusCampaigns.recordClickUrl": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://getchorus.voxmedia.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Chronofresh": {
+ "cats": [
+ 99
+ ],
+ "description": "Chronofresh is an express transport service for food products.",
+ "icon": "Chronopost.svg",
+ "requiresCategory": 6,
+ "text": [
+ "\\bChronofresh\\b"
+ ],
+ "website": "https://www.chronofresh.fr",
+ "headers": {},
+ "meta": {}
+ },
+ "Chronopost": {
+ "cats": [
+ 99
+ ],
+ "description": "Chronopost provides a domestic and international express shipping and delivery service.",
+ "icon": "Chronopost.svg",
+ "requiresCategory": 6,
+ "text": [
+ "\\bChronopost\\b"
+ ],
+ "website": "https://www.chronopost.fr",
+ "headers": {},
+ "meta": {}
+ },
+ "ChurnZero": {
+ "cats": [
+ 97
+ ],
+ "description": "ChurnZero is a real-time customer success platform that helps subscription businesses fight customer churn.",
+ "icon": "ChurnZero.png",
+ "js": {
+ "ChurnZero": "",
+ "ChurnZero.version": "([\\d\\.]+)\\;version:\\1"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://churnzero.net",
+ "headers": {},
+ "meta": {}
+ },
+ "CitrusPay": {
+ "cats": [
+ 41
+ ],
+ "description": "CitrusPay provides payement gateway and wallet services.",
+ "icon": "citruspay.png",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "checkout-static\\.citruspay\\.com/"
+ ],
+ "website": "https://consumers.citruspay.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "CityMail": {
+ "cats": [
+ 99
+ ],
+ "description": "CityMail is a private postal organisation operating in Sweden.",
+ "icon": "CityMail.png",
+ "requiresCategory": 6,
+ "text": [
+ "\\bCitymail\\b"
+ ],
+ "website": "https://www.citymail.se",
+ "headers": {},
+ "meta": {}
+ },
+ "Ckan": {
+ "cats": [
+ 1
+ ],
+ "headers": {
+ "access-control-allow-headers": "X-CKAN-API-KEY",
+ "link": "; rel=shortlink"
+ },
+ "icon": "Ckan.png",
+ "implies": [
+ "Python",
+ "Solr",
+ "Java",
+ "PostgreSQL"
+ ],
+ "meta": {
+ "generator": "^ckan ?([0-9.]+)$\\;version:\\1"
+ },
+ "website": "http://ckan.org/"
+ },
+ "Clarity": {
+ "cats": [
+ 66
+ ],
+ "description": "Clarity is an open-source design system that brings together UX guidelines, an HTML/CSS framework, and Angular components.",
+ "dom": "link[href*='clr-ui'], clr-main-container",
+ "icon": "clarity.svg",
+ "implies": [
+ "Angular"
+ ],
+ "js": {
+ "ClarityIcons": ""
+ },
+ "oss": true,
+ "scriptSrc": [
+ "clr-angular(?:\\.umd)?(?:\\.min)?\\.js"
+ ],
+ "website": "https://clarity.design",
+ "headers": {},
+ "meta": {}
+ },
+ "Classeh": {
+ "cats": [
+ 21
+ ],
+ "description": "Classeh is a LMS that allows user to participate in webinars and also use LMS options like messanger,finances,homework,quiz and some extra options like sending messages and more.",
+ "dom": "a[href*='apps.classeh.ir'][target='_blank']",
+ "icon": "Classeh.svg",
+ "implies": [
+ "PHP",
+ "React",
+ "Python"
+ ],
+ "meta": {
+ "author": "^fanavar\\.org$"
+ },
+ "pricing": [
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://fanavar.org",
+ "headers": {}
+ },
+ "Classy": {
+ "cats": [
+ 51
+ ],
+ "description": "Classy is a class library for JavaScript applications.",
+ "icon": "classy.png",
+ "js": {
+ "Classy": ""
+ },
+ "website": "https://www.classy.org/",
+ "headers": {},
+ "meta": {}
+ },
+ "ClearSale": {
+ "cats": [
+ 10
+ ],
+ "description": "ClearSale offers fraud management and chargeback protection services.",
+ "icon": "ClearSale.svg",
+ "js": {
+ "csdm": "\\;confidence:50"
+ },
+ "scriptSrc": [
+ "device\\.clearsale\\.com\\.br"
+ ],
+ "website": "https://www.clear.sale/",
+ "headers": {},
+ "meta": {}
+ },
+ "Clearbit Reveal": {
+ "cats": [
+ 10
+ ],
+ "description": "Clearbit Reveal identifies anonymous visitors to websites.",
+ "icon": "Clearbit.png",
+ "scriptSrc": [
+ "reveal\\.clearbit\\.com/v[(0-9)]/"
+ ],
+ "website": "https://clearbit.com/reveal",
+ "headers": {},
+ "meta": {}
+ },
+ "Clerk.io": {
+ "cats": [
+ 76
+ ],
+ "description": "Clerk.io is an all-in-one ecommerce personalisation platform.",
+ "icon": "Clerk.io.svg",
+ "js": {
+ "__clerk_cb_0": "",
+ "__clerk_q": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.clerk\\.io/"
+ ],
+ "website": "https://clerk.io",
+ "headers": {},
+ "meta": {}
+ },
+ "CleverTap": {
+ "cats": [
+ 32,
+ 10
+ ],
+ "description": "CleverTap is a SaaS based customer lifecycle management and mobile marketing company headquartered in Mountain View, California.",
+ "icon": "CleverTap.png",
+ "js": {
+ "clevertap": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://clevertap.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Cleverbridge": {
+ "cats": [
+ 6
+ ],
+ "description": "Cleverbridge is a all-in-one ecommerce and subscription billing solution for software, (SaaS) and digital goods.",
+ "icon": "Cleverbridge.svg",
+ "js": {
+ "cbCartProductSelection": ""
+ },
+ "scriptSrc": [
+ "static-cf\\.cleverbridge\\.\\w+/js/Shop\\.js"
+ ],
+ "website": "https://www.cleverbridge.com",
+ "headers": {},
+ "meta": {}
+ },
+ "ClickDimensions": {
+ "cats": [
+ 32
+ ],
+ "description": "ClickDimensions is a SaaS marketing automation platform built on the Microsoft Windows Azure platform.",
+ "icon": "ClickDimensions.png",
+ "js": {
+ "clickdimensions": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "analytics\\.clickdimensions\\.com/"
+ ],
+ "website": "https://clickdimensions.com",
+ "headers": {},
+ "meta": {}
+ },
+ "ClickFunnels": {
+ "cats": [
+ 32,
+ 51
+ ],
+ "description": "Clickfunnels is an online sales funnel builder that helps businesses market, sell, and deliver their products online.",
+ "icon": "ClickFunnels.svg",
+ "js": {
+ "CFAppDomain": "app\\.clickfunnels\\.com",
+ "CFSurveyParticipantID": ""
+ },
+ "meta": {
+ "cf:app_domain:": "app\\.clickfunnels\\.com"
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.clickfunnels.com",
+ "headers": {}
+ },
+ "ClickHeat": {
+ "cats": [
+ 10
+ ],
+ "icon": "ClickHeat.png",
+ "implies": [
+ "PHP"
+ ],
+ "js": {
+ "clickHeatServer": ""
+ },
+ "scriptSrc": [
+ "clickheat.*\\.js"
+ ],
+ "website": "http://www.labsmedia.com/clickheat/index.html",
+ "headers": {},
+ "meta": {}
+ },
+ "ClickTale": {
+ "cats": [
+ 10
+ ],
+ "description": "ClickTale is a SaaS solution enabling organisations to gain visual in-page analytics.",
+ "icon": "ClickTale.png",
+ "js": {
+ "ClickTale": "",
+ "ClickTaleEvent": "",
+ "ClickTaleGlobal": "",
+ "clickTaleStartEventSignal": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.clicktale\\.net"
+ ],
+ "website": "http://www.clicktale.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Clickbank": {
+ "cats": [
+ 71
+ ],
+ "dom": "a[href*='pay.clickbank.net?cbfid'], img[width='1'][src*='hop.clickbank.net?affiliate']",
+ "icon": "Clickbank.svg",
+ "js": {
+ "cbtb": ""
+ },
+ "scriptSrc": [
+ "r\\.wdfl\\.co"
+ ],
+ "website": "https://www.clickbank.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Clicky": {
+ "cats": [
+ 10
+ ],
+ "description": "Clicky is web an analytics tool which helps you to get real-time analysis including spy view.",
+ "icon": "Clicky.png",
+ "js": {
+ "clicky": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "static\\.getclicky\\.com"
+ ],
+ "website": "http://getclicky.com",
+ "headers": {},
+ "meta": {}
+ },
+ "ClientJS": {
+ "cats": [
+ 59,
+ 83
+ ],
+ "description": "ClientJS is a JavaScript library for generating browser fingerprints, exposing all the browser data-points.",
+ "icon": "ClientJS.png",
+ "js": {
+ "ClientJS": ""
+ },
+ "oss": true,
+ "scriptSrc": [
+ "/clientjs@(\\d.*?)/\\;version:\\1",
+ "/ClientJS/(?:(\\d.*?)/)?\\;version:\\1"
+ ],
+ "website": "http://clientjs.org",
+ "headers": {},
+ "meta": {}
+ },
+ "Clinch": {
+ "cats": [
+ 76
+ ],
+ "description": "Clinch delivers hyper-personalized creative experiences and consumer intelligence across all channels.",
+ "icon": "Clinch.png",
+ "scriptSrc": [
+ "cdn\\.clinch\\.co"
+ ],
+ "website": "https://clinch.co/",
+ "headers": {},
+ "meta": {}
+ },
+ "Clipboard.js": {
+ "cats": [
+ 59
+ ],
+ "icon": "Clipboard.js.svg",
+ "scriptSrc": [
+ "clipboard(?:-([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1"
+ ],
+ "website": "https://clipboardjs.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "CloudCart": {
+ "cats": [
+ 6
+ ],
+ "icon": "cloudcart.svg",
+ "meta": {
+ "author": "^CloudCart LLC$"
+ },
+ "scriptSrc": [
+ "/cloudcart-(?:assets|storage)/"
+ ],
+ "website": "http://cloudcart.com",
+ "headers": {}
+ },
+ "CloudSuite": {
+ "cats": [
+ 6
+ ],
+ "cookies": {
+ "cs_secure_session": ""
+ },
+ "icon": "CloudSuite.svg",
+ "website": "https://cloudsuite.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Cloudera": {
+ "cats": [
+ 34
+ ],
+ "description": "Cloudera is a software platform for data engineering, data warehousing, machine learning and analytics that runs in the cloud or on-premises.",
+ "headers": {
+ "server": "cloudera"
+ },
+ "icon": "Cloudera.png",
+ "website": "http://www.cloudera.com",
+ "meta": {}
+ },
+ "Cloudflare": {
+ "cats": [
+ 31
+ ],
+ "cookies": {
+ "__cfduid": ""
+ },
+ "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.",
+ "headers": {
+ "server": "^cloudflare$",
+ "cf-cache-status": "",
+ "cf-ray": ""
+ },
+ "icon": "CloudFlare.svg",
+ "js": {
+ "CloudFlare": ""
+ },
+ "website": "http://www.cloudflare.com",
+ "meta": {}
+ },
+ "Cloudflare Bot Management": {
+ "cats": [
+ 16
+ ],
+ "cookies": {
+ "__cf_bm": ""
+ },
+ "description": "Cloudflare bot management solution identifies and mitigates automated traffic to protect websites from bad bots.",
+ "icon": "CloudFlare.svg",
+ "implies": [
+ "Cloudflare"
+ ],
+ "saas": true,
+ "website": "https://www.cloudflare.com/en-gb/products/bot-management/",
+ "headers": {},
+ "meta": {}
+ },
+ "Cloudflare Browser Insights": {
+ "cats": [
+ 10,
+ 78
+ ],
+ "description": "Cloudflare Browser Insights is a tool tool that measures the performance of websites from the perspective of users.",
+ "icon": "CloudFlare.svg",
+ "js": {
+ "__cfBeaconCustomTag": ""
+ },
+ "scriptSrc": [
+ "static\\.cloudflareinsights\\.com/beacon(?:\\.min)?\\.js"
+ ],
+ "website": "http://www.cloudflare.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Cloudflare Network Error Logging": {
+ "cats": [
+ 13
+ ],
+ "description": "Cloudflare Network Error Logging is a browser-based technology used to quickly identify problems with site visitors connecting to Cloudflare.",
+ "headers": {
+ "nel": "cf-nel\\;confidence:50",
+ "report-to": "a\\.nel\\.cloudflare\\.com\\;confidence:50"
+ },
+ "icon": "CloudFlare.svg",
+ "website": "https://developers.cloudflare.com/logs/reference/log-fields/zone/nel_reports",
+ "meta": {}
+ },
+ "Cloudimage": {
+ "cats": [
+ 31,
+ 95
+ ],
+ "description": "Cloudimage automates the transformation and optimisation of images on the fly and accelerates their distribution via the Content Delivery Network (CDN).",
+ "dom": "img[src*='.cloudimg.io/'], link[href*='.cloudimg.io/'], amp-img[src*='.cloudimg.io/']",
+ "icon": "Cloudimage.svg",
+ "js": {
+ "ciResponsive.config.domain": "cloudimg\\.io"
+ },
+ "pricing": [
+ "freemium",
+ "payg",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.cloudimage.io",
+ "headers": {},
+ "meta": {}
+ },
+ "Cloudinary": {
+ "cats": [
+ 31,
+ 95
+ ],
+ "description": "Cloudinary is an end-to-end image- and video-management solution for websites and mobile apps, covering everything from image and video uploads, storage, manipulations, optimisations to delivery.",
+ "dom": "img[src*='.cloudinary.com/'], img[data-src*='.cloudinary.com/']",
+ "headers": {
+ "content-security-policy": "player\\.cloudinary\\.com"
+ },
+ "icon": "Cloudinary.svg",
+ "js": {
+ "_cloudinary": ""
+ },
+ "pricing": [
+ "freemium",
+ "mid",
+ "recurring",
+ "poa"
+ ],
+ "website": "https://cloudinary.com",
+ "meta": {}
+ },
+ "Cloudways": {
+ "cats": [
+ 62
+ ],
+ "description": "Cloudways offers managed cloud-hosting services for WordPress sites on a cloud server where multiple copies of your content will be replicated throughout your chosen data center.",
+ "headers": {
+ "cache-provider": "CLOUDWAYS-CACHE-DE"
+ },
+ "icon": "Cloudways.png",
+ "pricing": [
+ "payg"
+ ],
+ "website": "https://www.cloudways.com",
+ "meta": {}
+ },
+ "Cloverly": {
+ "cats": [
+ 5
+ ],
+ "description": "Cloverly is an API integration for ethical ecommerce brands to help their customers offset the carbon footprint of their online transactions.",
+ "icon": "Cloverly.svg",
+ "js": {
+ "removeCloverly": ""
+ },
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "apps\\.cloverly\\.com/"
+ ],
+ "website": "https://www.cloverly.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Cluep": {
+ "cats": [
+ 36
+ ],
+ "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.",
+ "icon": "Cluep.png",
+ "scriptSrc": [
+ "cas\\.cluep\\.com"
+ ],
+ "website": "https://cluep.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "ClustrMaps Widget": {
+ "cats": [
+ 35
+ ],
+ "description": "ClustrMaps widget is a visitor tracker, designed for general web and blog use.",
+ "dom": "img[src*='clustrmaps.com']",
+ "icon": "ClustrMaps.svg",
+ "scriptSrc": [
+ "clustrmaps\\.com"
+ ],
+ "website": "https://clustrmaps.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "CoConstruct": {
+ "cats": [
+ 19
+ ],
+ "dom": "a[href*='co-construct.com/skins'], iframe[src*='co-construct.com']",
+ "icon": "CoConstruct.png",
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.coconstruct.com",
+ "headers": {},
+ "meta": {}
+ },
+ "CoRover": {
+ "cats": [
+ 52
+ ],
+ "description": "CoRover is a conversational AI chatbot platform with proprietary cognitive AI technology.",
+ "icon": "CoRover.png",
+ "js": {
+ "CoRover_tag": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.corover\\.mobi/"
+ ],
+ "website": "https://corover.ai",
+ "headers": {},
+ "meta": {}
+ },
+ "Coaster CMS": {
+ "cats": [
+ 1
+ ],
+ "cpe": "cpe:/a:web-feet:coaster_cms",
+ "icon": "coaster-cms.png",
+ "implies": [
+ "Laravel"
+ ],
+ "meta": {
+ "generator": "^Coaster CMS v([\\d.]+)$\\;version:\\1"
+ },
+ "website": "https://www.coastercms.org",
+ "headers": {}
+ },
+ "Cococart": {
+ "cats": [
+ 6
+ ],
+ "description": "Cococart is an ecommerce platform.",
+ "dom": [
+ "meta[property='og:image'][content*='static.cococart.co']",
+ "div[style*='static.cococart.co']"
+ ],
+ "icon": "Cococart.png",
+ "pricing": [
+ "freemium",
+ "recurring",
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://www.cococart.co",
+ "headers": {},
+ "meta": {}
+ },
+ "CoconutSoftware": {
+ "cats": [
+ 5,
+ 72
+ ],
+ "cookies": {
+ "coconut_calendar": ""
+ },
+ "description": "Coconut is a cloud-based appointment scheduling solution designed for enterprise financial services organisations such as credit unions, retail banks and more.",
+ "icon": "CoconutSoftware.svg",
+ "website": "https://www.coconutsoftware.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "CodeIgniter": {
+ "cats": [
+ 18
+ ],
+ "cookies": {
+ "ci_csrf_token": "^(.+)$\\;version:\\1?2+:",
+ "ci_session": "",
+ "exp_last_activity": "",
+ "exp_tracker": ""
+ },
+ "cpe": "cpe:/a:codeigniter:codeigniter",
+ "html": [
+ "]+name=\"ci_csrf_token\"\\;version:2+"
+ ],
+ "icon": "CodeIgniter.png",
+ "implies": [
+ "PHP"
+ ],
+ "website": "http://codeigniter.com",
+ "headers": {},
+ "meta": {}
+ },
+ "CodeMirror": {
+ "cats": [
+ 19
+ ],
+ "description": "CodeMirror is a JavaScript component that provides a code editor in the browser.",
+ "icon": "CodeMirror.png",
+ "js": {
+ "CodeMirror": "",
+ "CodeMirror.version": "^(.+)$\\;version:\\1"
+ },
+ "website": "http://codemirror.net",
+ "headers": {},
+ "meta": {}
+ },
+ "Coin Currency Converter": {
+ "cats": [
+ 100
+ ],
+ "description": "Coin Currency Converter is an automatic currency conversion app for Shopify.",
+ "icon": "Coin Currency Converter.png",
+ "implies": [
+ "Shopify"
+ ],
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "/apps/coin/coin\\.js.+\\.myshopify\\.com"
+ ],
+ "website": "https://apps.shopify.com/coin",
+ "headers": {},
+ "meta": {}
+ },
+ "CoinHive": {
+ "cats": [
+ 56
+ ],
+ "description": "Coinhive is a cryptocurrency mining service.",
+ "icon": "CoinHive.svg",
+ "js": {
+ "CoinHive": ""
+ },
+ "scriptSrc": [
+ "\\/(?:coinhive|(authedmine))(?:\\.min)?\\.js\\;version:\\1?opt-in:",
+ "coinhive\\.com/lib"
+ ],
+ "url": [
+ "https?://cnhv\\.co/"
+ ],
+ "website": "https://coinhive.com",
+ "headers": {},
+ "meta": {}
+ },
+ "CoinHive Captcha": {
+ "cats": [
+ 16,
+ 56
+ ],
+ "description": "Coinhive Captcha provides captcha service that is simple to integrate, where your users\u2019 devices need to solve a number of hashes, adjustable by you, in order to login or post a comment to your site.",
+ "dom": "div.coinhive-captcha",
+ "icon": "CoinHive.svg",
+ "scriptSrc": [
+ "https?://authedmine\\.com/(?:lib/captcha|captcha)"
+ ],
+ "website": "https://coinhive.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Coinbase Commerce": {
+ "cats": [
+ 41
+ ],
+ "description": "Coinbase Commerce is a platform that enables merchants to accept cryptocurrency payments.",
+ "dom": "a[href^='https://commerce.coinbase.com/checkout/']",
+ "icon": "Coinbase.svg",
+ "website": "https://commerce.coinbase.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Coinhave": {
+ "cats": [
+ 56
+ ],
+ "description": "CoinHave is a cryptocurrency mining service.",
+ "icon": "coinhave.png",
+ "scriptSrc": [
+ "https?://coin-have\\.com/c/[0-9a-zA-Z]{4}\\.js"
+ ],
+ "website": "https://coin-have.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Coinimp": {
+ "cats": [
+ 56
+ ],
+ "description": "CoinImp is a cryptocurrency mining service.",
+ "icon": "coinimp.png",
+ "js": {
+ "Client.Anonymous": "\\;confidence:50"
+ },
+ "scriptSrc": [
+ "https?://www\\.hashing\\.win/scripts/min\\.js"
+ ],
+ "website": "https://www.coinimp.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Colibri WP": {
+ "cats": [
+ 80,
+ 51
+ ],
+ "description": "Colibri WP is a drag-and-drop WordPress website builder.",
+ "dom": "link[href*='/wp-content/plugins/colibri-page-builder']",
+ "icon": "Colibri WP.png",
+ "js": {
+ "Colibri": "",
+ "colibriData": "",
+ "colibriFrontendData": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring",
+ "onetime"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/plugins/colibri-page-builder.+\\.js(?:.+ver=([\\d\\.\\-\\w]+))?\\;version:\\1"
+ ],
+ "website": "https://colibriwp.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Colis Priv\u00e9": {
+ "cats": [
+ 99
+ ],
+ "description": "Colis Priv\u00e9 is a private parcel delivery service provider specialised in last-mile delivery.",
+ "icon": "Colis Prive.svg",
+ "requiresCategory": 6,
+ "text": [
+ "\\bColis Priv[e\u00e9]\\b"
+ ],
+ "website": "https://www.colisprive.fr",
+ "headers": {},
+ "meta": {}
+ },
+ "Colissimo": {
+ "cats": [
+ 99
+ ],
+ "description": "Colissimo is a 'drop off' parcel delivery service.",
+ "icon": "DPD.svg",
+ "requiresCategory": 6,
+ "text": [
+ "\\bColissimo\\b"
+ ],
+ "website": "https://www.colissimo.entreprise.laposte.fr",
+ "headers": {},
+ "meta": {}
+ },
+ "ColorMag": {
+ "cats": [
+ 80
+ ],
+ "description": "ColorMag theme is for creating news, magazine, newspaper and other kinds of publishing sites. Compatible with Elementor.",
+ "dom": {
+ "body[class*='colormag-theme']": {
+ "text": ""
+ },
+ "link[id*='colormag']": {
+ "attributes": {
+ "href": "themes/colormag\\S*\\.css(?:\\?ver=([0-9.]+))?\\;version:\\1"
+ }
+ }
+ },
+ "icon": "ThemeGrill.png",
+ "requires": "WordPress",
+ "scriptSrc": [
+ "themes/colormag.*\\.js(?:\\?ver=([0-9.]+))?\\;version:\\1"
+ ],
+ "website": "https://themegrill.com/themes/colormag/",
+ "headers": {},
+ "meta": {}
+ },
+ "ColorMeShop": {
+ "cats": [
+ 6
+ ],
+ "description": "ColorMeShop is an ecommerce platform from Japan.",
+ "icon": "colormeshop.png",
+ "js": {
+ "Colorme": ""
+ },
+ "website": "https://shop-pro.jp",
+ "headers": {},
+ "meta": {}
+ },
+ "Colorlib Activello": {
+ "cats": [
+ 80
+ ],
+ "description": "Colorlib Activello is a clean, minimal multipurpose WordPress blog theme developer using the Bootstrap frontend framework making it fully responsive and mobile-friendly.",
+ "dom": "link#activello-style-css",
+ "icon": "Colorlib.png",
+ "js": {
+ "ActivelloIsMobile": ""
+ },
+ "pricing": [
+ "freemium"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/themes/activello/"
+ ],
+ "website": "https://colorlib.com/wp/themes/activello",
+ "headers": {},
+ "meta": {}
+ },
+ "Colorlib Illdy": {
+ "cats": [
+ 80
+ ],
+ "description": "Colorlib Illdy is a stunning multipurpose WordPress theme built based on Bootstrap frontend framework making it fully responsive and mobile friendly.",
+ "dom": "link#illdy-style-css",
+ "icon": "Colorlib.png",
+ "pricing": [
+ "freemium"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/themes/illdy/"
+ ],
+ "website": "https://colorlib.com/wp/themes/illdy",
+ "headers": {},
+ "meta": {}
+ },
+ "Colorlib Shapely": {
+ "cats": [
+ 80
+ ],
+ "description": "Colorlib Shapely is considered as a powerful, clean and beautiful full-width free WordPress theme.",
+ "dom": "link#shapely-style-css",
+ "icon": "Colorlib.png",
+ "js": {
+ "ShapelyAdminObject": ""
+ },
+ "pricing": [
+ "freemium"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/themes/shapely/"
+ ],
+ "website": "https://colorlib.com/wp/themes/shapely",
+ "headers": {},
+ "meta": {}
+ },
+ "Colorlib Sparkling": {
+ "cats": [
+ 80
+ ],
+ "description": "Colorlib Sparkling is a clean, modern, flat design WordPress theme developed using Bootstrap.",
+ "dom": "link#sparkling-style-css",
+ "icon": "Colorlib.png",
+ "pricing": [
+ "freemium"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/themes/sparkling/"
+ ],
+ "website": "https://colorlib.com/wp/themes/sparkling",
+ "headers": {},
+ "meta": {}
+ },
+ "Colorlib Travelify": {
+ "cats": [
+ 80
+ ],
+ "description": "Colorlib Travelify is a responsive, free, travel WordPress theme.",
+ "dom": "link#travelify-style-css",
+ "icon": "Colorlib.png",
+ "js": {
+ "travelify_slider_value": ""
+ },
+ "pricing": [
+ "freemium"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/themes/travelify/"
+ ],
+ "website": "https://colorlib.com/wp/themes/travelify",
+ "headers": {},
+ "meta": {}
+ },
+ "Combeenation": {
+ "cats": [
+ 76
+ ],
+ "description": "Combeenation is a powerful cloud-based configurator platform.",
+ "dom": "iframe[src*='portal.combeenation.com/']",
+ "icon": "Combeenation.png",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.combeenation.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Comm100": {
+ "cats": [
+ 52
+ ],
+ "description": "Comm100 is a provider of customer service and communication products.",
+ "icon": "Comm100.svg",
+ "js": {
+ "Comm100API": "",
+ "comm100_chatButton": "",
+ "comm100_livechat_open_link": ""
+ },
+ "pricing": [
+ "recurring",
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://www.comm100.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Commanders Act TagCommander": {
+ "cats": [
+ 42
+ ],
+ "description": "Commanders Act TagCommander is a European company providing a tag management product designed to handle website tags.",
+ "icon": "Commanders Act.svg",
+ "js": {
+ "tc_vars": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.tagcommander\\.com"
+ ],
+ "website": "https://www.commandersact.com/en/solutions/tagcommander/",
+ "headers": {},
+ "meta": {}
+ },
+ "Commanders Act TrustCommander": {
+ "cats": [
+ 67
+ ],
+ "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.",
+ "icon": "Commanders Act.svg",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.trustcommander\\.net/privacy/.+_v([\\d]+)_([\\d]+)\\.js\\;version:\\1.\\2"
+ ],
+ "website": "https://www.commandersact.com/en/solutions/trustcommander/",
+ "headers": {},
+ "meta": {}
+ },
+ "Commerce Server": {
+ "cats": [
+ 6
+ ],
+ "cpe": "cpe:/a:microsoft:commerce_server",
+ "headers": {
+ "commerce-server-software": ""
+ },
+ "icon": "Commerce Server.png",
+ "implies": [
+ "Microsoft ASP.NET"
+ ],
+ "website": "http://commerceserver.net",
+ "meta": {}
+ },
+ "Commerce.js": {
+ "cats": [
+ 6
+ ],
+ "description": "Commerce.js is an API-first ecommerce platform for developers and businesses.",
+ "headers": {
+ "chec-version": ".*",
+ "x-powered-by": "Commerce.js"
+ },
+ "icon": "commercejs.png",
+ "js": {
+ "CommercejsSpace": ""
+ },
+ "scriptSrc": [
+ "cdn\\.chec\\.io/v(\\d+)/commerce\\.js\\;version:\\1",
+ "chec/commerce\\.js"
+ ],
+ "url": [
+ "\\.spaces.chec\\.io"
+ ],
+ "website": "https://www.commercejs.com",
+ "meta": {}
+ },
+ "Commerce7": {
+ "cats": [
+ 6
+ ],
+ "description": "Commerce7 is an ecommerce platform for wineries.",
+ "icon": "Commerce7.svg",
+ "pricing": [
+ "mid",
+ "recurring",
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.commerce7\\.com"
+ ],
+ "website": "https://commerce7.com",
+ "xhr": "api\\.commerce7\\.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Complianz": {
+ "cats": [
+ 74,
+ 67,
+ 87
+ ],
+ "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.",
+ "icon": "Complianz.png",
+ "js": {
+ "complianz.version": "([\\d.]+)\\;version:\\1"
+ },
+ "pricing": [
+ "onetime"
+ ],
+ "requires": "WordPress",
+ "saas": true,
+ "scriptSrc": [
+ "wp-content/plugins/complianz-gdpr-premium"
+ ],
+ "website": "https://complianz.io",
+ "headers": {},
+ "meta": {}
+ },
+ "Concrete CMS": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "CONCRETE5": ""
+ },
+ "cpe": "cpe:/a:concrete5:concrete5",
+ "icon": "Concrete CMS.svg",
+ "implies": [
+ "PHP"
+ ],
+ "js": {
+ "CCM_IMAGE_PATH": "",
+ "Concrete": ""
+ },
+ "meta": {
+ "generator": "^concrete5(?: - ([\\d.]+)$)?\\;version:\\1"
+ },
+ "scriptSrc": [
+ "/concrete/js/"
+ ],
+ "website": "https://www.concretecms.com",
+ "headers": {}
+ },
+ "Conekta": {
+ "cats": [
+ 41
+ ],
+ "description": "Conekta is a Mexican payment platform.",
+ "icon": "Conekta.svg",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "conektaapi/v([\\d.]+)\\;version:\\1",
+ "cdn\\.conekta\\.\\w+/js/(?:v([\\d.]+)|)\\;version:\\1"
+ ],
+ "website": "https://conekta.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Confer With": {
+ "cats": [
+ 103
+ ],
+ "description": "Confer With triggers live streaming video calls between shoppers and instore experts from a website, or outside a store.",
+ "icon": "Confer With.svg",
+ "pricing": [
+ "poa"
+ ],
+ "requiresCategory": 6,
+ "saas": true,
+ "scriptSrc": [
+ "\\.conferwith\\.io/"
+ ],
+ "website": "https://conferwith.io",
+ "headers": {},
+ "meta": {}
+ },
+ "Conjured": {
+ "cats": [
+ 100
+ ],
+ "description": "Conjured provides Shopify brands with Shopify apps and custom development.",
+ "icon": "Conjured.png",
+ "pricing": [
+ "recurring",
+ "mid"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "app\\.conjured\\.co/"
+ ],
+ "website": "https://conjured.co",
+ "headers": {},
+ "meta": {}
+ },
+ "Connectif": {
+ "cats": [
+ 76,
+ 32
+ ],
+ "description": "Connectif is a marketing automation and personalisation data-first action platform, powered by AI.",
+ "icon": "Connectif.svg",
+ "js": {
+ "connectif.version": "^([\\d\\.]+)$\\;version:\\1",
+ "connectifInfo.store": ""
+ },
+ "pricing": [
+ "recurring",
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.connectif\\.cloud/"
+ ],
+ "website": "https://connectif.ai",
+ "headers": {},
+ "meta": {}
+ },
+ "Constant Contact": {
+ "cats": [
+ 32,
+ 75
+ ],
+ "description": "Constant Contact is a marketing automation and email marketing solution.",
+ "dom": "a[href*='.constantcontact.com/'][target='_blank']",
+ "icon": "Constant Contact.svg",
+ "js": {
+ "_ctct_m": "",
+ "ctctOnLoadCallback": ""
+ },
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.ctctcdn\\.com/"
+ ],
+ "website": "https://www.constantcontact.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Contabo": {
+ "cats": [
+ 88
+ ],
+ "description": "Contabo is a German hosting provider, previously known by the name Giga-International.",
+ "dns": {
+ "SOA": "\\.contabo\\.net"
+ },
+ "icon": "Contabo.svg",
+ "pricing": [
+ "recurring",
+ "low"
+ ],
+ "website": "https://contabo.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Contact Form 7": {
+ "cats": [
+ 87
+ ],
+ "description": "Contact Form 7 is an WordPress plugin which can manage multiple contact forms. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering.",
+ "dom": "link[href*='/wp-content/plugins/contact-form-7/']",
+ "icon": "Contact Form 7.png",
+ "js": {
+ "wpcf7": ""
+ },
+ "pricing": [
+ "freemium"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/plugins/contact-form-7/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ ],
+ "website": "https://contactform7.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Contao": {
+ "cats": [
+ 1
+ ],
+ "cpe": "cpe:/a:contao:contao_cms",
+ "description": "Contao is an open source CMS that allows you to create websites and scalable web applications.",
+ "dom": "link[href*='/typolight.css'], link[href*='/contao.css']",
+ "icon": "Contao.svg",
+ "implies": [
+ "PHP"
+ ],
+ "meta": {
+ "generator": "^Contao Open Source CMS$"
+ },
+ "oss": true,
+ "website": "http://contao.org",
+ "headers": {}
+ },
+ "Contenido": {
+ "cats": [
+ 1
+ ],
+ "cpe": "cpe:/a:contenido:contendio",
+ "icon": "Contenido.png",
+ "implies": [
+ "PHP"
+ ],
+ "meta": {
+ "generator": "Contenido ([\\d.]+)\\;version:\\1"
+ },
+ "website": "http://contenido.org/en",
+ "headers": {}
+ },
+ "Contensis": {
+ "cats": [
+ 1
+ ],
+ "icon": "Contensis.png",
+ "implies": [
+ "Java",
+ "CFML"
+ ],
+ "meta": {
+ "generator": "Contensis CMS Version ([\\d.]+)\\;version:\\1"
+ },
+ "website": "https://zengenti.com/en-gb/products/contensis",
+ "headers": {}
+ },
+ "ContentBox": {
+ "cats": [
+ 1,
+ 11
+ ],
+ "icon": "ContentBox.png",
+ "implies": [
+ "Adobe ColdFusion"
+ ],
+ "meta": {
+ "generator": "ContentBox powered by ColdBox"
+ },
+ "website": "http://www.gocontentbox.org",
+ "headers": {}
+ },
+ "ContentSquare": {
+ "cats": [
+ 10,
+ 74
+ ],
+ "description": "ContentSquare is an enterprise-level UX optimisation platform.",
+ "icon": "ContentSquare.png",
+ "js": {
+ "CS_CONF.trackerDomain": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.contentsquare\\.net/"
+ ],
+ "website": "https://contentsquare.com",
+ "headers": {},
+ "meta": {}
+ },
+ "ContentStudio": {
+ "cats": [
+ 96
+ ],
+ "description": "ContentStudio is an integrated cloud-based social media management and content marketing solution.",
+ "dom": "link[href*='/wp-content/plugins/contentstudio']",
+ "icon": "ContentStudio.png",
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://contentstudio.io",
+ "headers": {},
+ "meta": {}
+ },
+ "Contentful": {
+ "cats": [
+ 1
+ ],
+ "description": "Contentful is an API-first content management platform to create, manage and publish content on any digital channel.",
+ "headers": {
+ "x-contentful-request-id": ""
+ },
+ "html": [
+ "<[^>]+(?:https?:)?//(?:assets|downloads|images|videos)\\.(?:ct?fassets\\.net|contentful\\.com)"
+ ],
+ "icon": "Contentful.svg",
+ "pricing": [
+ "mid",
+ "freemium",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "http://www.contentful.com",
+ "xhr": "cdn\\.contentful\\.com",
+ "meta": {}
+ },
+ "Contently": {
+ "cats": [
+ 96
+ ],
+ "description": "Contently is a SaaS content marketing platform from the company of the same name headquartered in New York.",
+ "icon": "Contently.png",
+ "js": {
+ "_contently.siteId": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://contently.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Contentstack": {
+ "cats": [
+ 1
+ ],
+ "description": "Contentstack is a headless CMS software designed to help businesses deliver personalised content experiences to audiences via multiple channels.",
+ "dom": "img[src*='images.contentstack.io']",
+ "icon": "Contentstack.png",
+ "pricing": [
+ "high",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.contentstack.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Contlo": {
+ "cats": [
+ 90,
+ 32
+ ],
+ "description": "Contlo is an AI powered marketing software.",
+ "icon": "Contlo.png",
+ "js": {
+ "CONTLO_ENV": ""
+ },
+ "pricing": [
+ "freemium",
+ "high",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.contlo\\.com/"
+ ],
+ "website": "https://www.contlo.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Conversant Consent Tool": {
+ "cats": [
+ 67
+ ],
+ "description": "Conversant Consent Tool is a free tool to gain GDPR and ePD compliant consent for digital advertising.",
+ "icon": "Conversant.svg",
+ "js": {
+ "conversant": ""
+ },
+ "pricing": [
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.conversant\\.mgr\\.consensu\\.org/"
+ ],
+ "website": "https://www.conversantmedia.eu/consent-tool",
+ "headers": {},
+ "meta": {}
+ },
+ "Convert": {
+ "cats": [
+ 74
+ ],
+ "description": "Convert Experiences is an enterprise A/B testing and personalisation solution for conversion optimisation and data-driven decisions in high-traffic websites.",
+ "icon": "Convert.png",
+ "js": {
+ "convert": "\\;confidence:34",
+ "convertData": "\\;confidence:33",
+ "convert_temp": "\\;confidence:33"
+ },
+ "pricing": [
+ "high",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.convertexperiments\\.com/js"
+ ],
+ "website": "https://www.convert.com",
+ "headers": {},
+ "meta": {}
+ },
+ "ConvertFlow": {
+ "cats": [
+ 10,
+ 74
+ ],
+ "description": "ConvertFlow is the all-in-one conversion marketing platform.",
+ "icon": "ConvertFlow.svg",
+ "js": {
+ "convertflow": ""
+ },
+ "pricing": [
+ "low",
+ "freemium",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "(?:app|js)\\.convertflow\\.co"
+ ],
+ "website": "https://www.convertflow.com",
+ "headers": {},
+ "meta": {}
+ },
+ "ConvertKit": {
+ "cats": [
+ 32,
+ 75
+ ],
+ "description": "ConvertKit is an email marketing tool built for content creators.",
+ "dom": "form[action*='.convertkit.com'], link[href*='.convertkit.com']",
+ "icon": "ConvertKit.svg",
+ "pricing": [
+ "low",
+ "freemium",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.convertkit\\.com"
+ ],
+ "website": "https://convertkit.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Convertcart": {
+ "cats": [
+ 32
+ ],
+ "description": "ConvertCart helps online businesses deliver outstanding experiences to customers throughout their journey.",
+ "icon": "Convertcart.svg",
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.convertcart\\.com"
+ ],
+ "website": "https://www.convertcart.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Convertr": {
+ "cats": [
+ 6
+ ],
+ "description": "Convertr is a Brazilian ecommerce platform, fashion specialist.",
+ "icon": "Convertr.svg",
+ "implies": [
+ "PHP",
+ "MySQL",
+ "Vue.js",
+ "Nuxt.js",
+ "Amazon Web Services"
+ ],
+ "meta": {
+ "author": "^Convertr Commerce$"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://convertr.com.br",
+ "headers": {}
+ },
+ "ConveyThis": {
+ "cats": [
+ 89
+ ],
+ "description": "ConveyThis is a website translation service.",
+ "icon": "ConveyThis.png",
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.conveythis\\.com"
+ ],
+ "website": "https://www.conveythis.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Cookie Information": {
+ "cats": [
+ 67
+ ],
+ "description": "Cookie Information is a privacy tech company that develops software that helps making company websites and mobile apps GDPR and ePrivacy compliant.",
+ "icon": "Cookie Information.svg",
+ "js": {
+ "CookieInformation.config.cdnUrl": ""
+ },
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://cookieinformation.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Cookie Information plugin": {
+ "cats": [
+ 87,
+ 67
+ ],
+ "description": "Cookie Information plugin helps your website stay compliant with GDPR using a free cookie pop-up, consent log, and more.",
+ "icon": "Cookie Information.svg",
+ "implies": [
+ "Cookie Information"
+ ],
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/plugins/wp-gdpr-compliance/"
+ ],
+ "website": "https://wordpress.org/plugins/wp-gdpr-compliance",
+ "headers": {},
+ "meta": {}
+ },
+ "Cookie Notice": {
+ "cats": [
+ 67,
+ 87
+ ],
+ "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.",
+ "icon": "Cookie Notice.png",
+ "scriptSrc": [
+ "/wp-content/plugins/cookie-notice/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ ],
+ "website": "https://wordpress.org/plugins/cookie-notice",
+ "headers": {},
+ "meta": {}
+ },
+ "Cookie Script": {
+ "cats": [
+ 67
+ ],
+ "description": "Cookie-Script automatically scans, categorizes and adds description to all cookies found on your website.",
+ "icon": "CookieScript.svg",
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.cookie-script\\.com/"
+ ],
+ "website": "https://cookie-script.com",
+ "headers": {},
+ "meta": {}
+ },
+ "CookieFirst": {
+ "cats": [
+ 67
+ ],
+ "description": "CookieFirst is an GDPR and CCPA compliant consent management platform.",
+ "icon": "CookieFirst.png",
+ "js": {
+ "cookiefirst_show_settings": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "consent\\.cookiefirst\\.com/"
+ ],
+ "website": "https://cookiefirst.com",
+ "headers": {},
+ "meta": {}
+ },
+ "CookieHub": {
+ "cats": [
+ 67
+ ],
+ "icon": "CookieHub.png",
+ "scriptSrc": [
+ "cookiehub\\.net/.*\\.js"
+ ],
+ "website": "https://www.cookiehub.com",
+ "headers": {},
+ "meta": {}
+ },
+ "CookieYes": {
+ "cats": [
+ 67
+ ],
+ "dom": {
+ "#cookie-law-info-bar": {
+ "text": ""
+ },
+ "link[href*='/wp-content/plugins/cookie-law-info/']": {
+ "exists": ""
+ }
+ },
+ "icon": "cookieyes.svg",
+ "js": {
+ "cookieYes": ""
+ },
+ "scriptSrc": [
+ "app\\.cookieyes\\.com/client_data/",
+ "cdn-cookieyes\\.com/client_data/",
+ "/wp-content/plugins/cookie-law-info/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ ],
+ "website": "https://www.cookieyes.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Cookiebot": {
+ "cats": [
+ 67
+ ],
+ "description": "Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.",
+ "icon": "Cookiebot.svg",
+ "scriptSrc": [
+ "consent\\.cookiebot\\.com"
+ ],
+ "website": "http://www.cookiebot.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Cooladata": {
+ "cats": [
+ 97
+ ],
+ "description": "Cooladata is a data warehouse and behavioral analytics platform designed for gaming, elearning, ecommerce, SaaS, and media companies.",
+ "icon": "Cooladata.png",
+ "js": {
+ "cooladata": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.cooladata\\.com/"
+ ],
+ "website": "https://www.cooladata.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Coppermine": {
+ "cats": [
+ 7
+ ],
+ "cpe": "cpe:/a:coppermine-gallery:coppermine_photo_gallery",
+ "description": "Coppermine is an open-source image gallery application.",
+ "html": [
+ ""
+ ],
+ "icon": "Docker.svg",
+ "website": "https://www.docker.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "DocuSign": {
+ "cats": [
+ 19
+ ],
+ "description": "DocuSign allows organisations to manage electronic agreements.",
+ "dns": {
+ "TXT": [
+ "docusign"
+ ]
+ },
+ "icon": "DocuSign.svg",
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.docusign.com",
+ "xhr": "docusign\\.net",
+ "headers": {},
+ "meta": {}
+ },
+ "Docusaurus": {
+ "cats": [
+ 4,
+ 57
+ ],
+ "description": "Docusaurus is a tool for teams to publish documentation websites.",
+ "icon": "docusaurus.svg",
+ "implies": [
+ "React",
+ "webpack"
+ ],
+ "js": {
+ "search.indexName": ""
+ },
+ "meta": {
+ "generator": "^Docusaurus(?: v(.+))?$\\;version:\\1"
+ },
+ "website": "https://docusaurus.io/",
+ "headers": {}
+ },
+ "Dojo": {
+ "cats": [
+ 59
+ ],
+ "cpe": "cpe:/a:dojotoolkit:dojo",
+ "icon": "Dojo.png",
+ "js": {
+ "dojo": "",
+ "dojo.version.major": "^(.+)$\\;version:\\1"
+ },
+ "scriptSrc": [
+ "([\\d.]+)/dojo/dojo(?:\\.xd)?\\.js\\;version:\\1"
+ ],
+ "website": "https://dojotoolkit.org",
+ "headers": {},
+ "meta": {}
+ },
+ "Dokan": {
+ "cats": [
+ 6
+ ],
+ "description": "Dokan offers a multi-vendor marketplace solution built on top of wordpress and woocommerce.",
+ "icon": "Dokan.svg",
+ "js": {
+ "dokan": ""
+ },
+ "saas": true,
+ "website": "https://wedevs.com/dokan",
+ "headers": {},
+ "meta": {}
+ },
+ "Dokeos": {
+ "cats": [
+ 21
+ ],
+ "description": "Dokeos is an e-learning and course management web application.",
+ "headers": {
+ "x-powered-by": "Dokeos"
+ },
+ "html": [
+ "(?:Portal ]+>Dokeos|@import \"[^\"]+dokeos_blue)"
+ ],
+ "icon": "Dokeos.png",
+ "implies": [
+ "PHP",
+ "Xajax",
+ "jQuery",
+ "CKEditor"
+ ],
+ "meta": {
+ "generator": "Dokeos"
+ },
+ "website": "https://dokeos.com"
+ },
+ "DokuWiki": {
+ "cats": [
+ 8
+ ],
+ "cookies": {
+ "DokuWiki": ""
+ },
+ "cpe": "cpe:/a:dokuwiki:dokuwiki",
+ "description": "DokuWiki is a free open-source wiki software.",
+ "icon": "DokuWiki.png",
+ "implies": [
+ "PHP"
+ ],
+ "js": {
+ "DOKU_TPL": "\\;confidence:50",
+ "doku_edit_text_content": "\\;confidence:50"
+ },
+ "meta": {
+ "generator": "^DokuWiki( Release [\\d-]+)?\\;version:\\1"
+ },
+ "oss": true,
+ "website": "https://www.dokuwiki.org",
+ "headers": {}
+ },
+ "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.",
+ "dns": {
+ "SOA": "ns(?:\\d+)?\\.namespace4you\\.de"
+ },
+ "icon": "DomainFactory.png",
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "website": "https://www.df.eu",
+ "headers": {},
+ "meta": {}
+ },
+ "Dominate WooCommerce": {
+ "cats": [
+ 87
+ ],
+ "description": "Dominate WooCommerce is a cloud-based checkout-page which supports PayPal Smart buttons for Venmo, PayPal Credit, and other payment methods.",
+ "icon": "Dominate.png",
+ "pricing": [
+ "freemium"
+ ],
+ "requires": [
+ "WordPress",
+ "WooCommerce"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "/wp-content/plugins/iwd-checkout-connector/"
+ ],
+ "website": "https://www.dominate.co/woocommerce",
+ "headers": {},
+ "meta": {}
+ },
+ "Doofinder": {
+ "cats": [
+ 29
+ ],
+ "description": "Doofinder is a search site solution that enables users to include advanced and smart search engine capabilities in their ecommerce website.",
+ "icon": "Doofinder.svg",
+ "js": {
+ "doofinder.classic.version": "(.+)\\;version:\\1"
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.doofinder\\.com/"
+ ],
+ "website": "https://www.doofinder.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Dotclear": {
+ "cats": [
+ 1
+ ],
+ "cpe": "cpe:/a:dotclear:dotclear",
+ "headers": {
+ "x-dotclear-static-cache": ""
+ },
+ "icon": "Dotclear.png",
+ "implies": [
+ "PHP"
+ ],
+ "website": "http://dotclear.org",
+ "meta": {}
+ },
+ "Dotdigital": {
+ "cats": [
+ 32,
+ 10
+ ],
+ "description": "Dotdigital is an all-in-one cloud-based customer engagement multichannel marketing platform.",
+ "icon": "Dotdigital.svg",
+ "js": {
+ "dmPt": "\\;confidence:25",
+ "dm_insight_id": "",
+ "dmtrackingobjectname": "\\;confidence:75"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "js/_dmptv([\\d.]+)\\.js\\;version:\\1"
+ ],
+ "website": "https://dotdigital.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Dotdigital Chat": {
+ "cats": [
+ 52
+ ],
+ "description": "Dotdigital Chat is a smart, customisable widget that makes it easy for shoppers to communicate in real-time with members of your team.",
+ "icon": "Dotdigital.svg",
+ "implies": [
+ "Dotdigital"
+ ],
+ "js": {
+ "_ddgChatConfig.urlBase": "\\.dotdigital\\.com"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://dotdigital.com",
+ "headers": {},
+ "meta": {}
+ },
+ "DoubleClick Ad Exchange (AdX)": {
+ "cats": [
+ 36
+ ],
+ "description": "DoubleClick Ad Exchange is a real-time marketplace to buy and sell display advertising space.",
+ "icon": "DoubleClick.svg",
+ "saas": true,
+ "scriptSrc": [
+ "googlesyndication\\.com/pagead/show_ads\\.js",
+ "tpc\\.googlesyndication\\.com/safeframe",
+ "googlesyndication\\.com.*abg\\.js"
+ ],
+ "website": "http://www.doubleclickbygoogle.com/solutions/digital-marketing/ad-exchange/",
+ "headers": {},
+ "meta": {}
+ },
+ "DoubleClick Campaign Manager (DCM)": {
+ "cats": [
+ 36
+ ],
+ "icon": "DoubleClick.svg",
+ "scriptSrc": [
+ "2mdn\\.net"
+ ],
+ "website": "http://www.doubleclickbygoogle.com/solutions/digital-marketing/campaign-manager/",
+ "headers": {},
+ "meta": {}
+ },
+ "DoubleClick Floodlight": {
+ "cats": [
+ 36
+ ],
+ "icon": "DoubleClick.svg",
+ "scriptSrc": [
+ "https?://fls\\.doubleclick\\.net"
+ ],
+ "website": "http://support.google.com/ds/answer/6029713?hl=en",
+ "headers": {},
+ "meta": {}
+ },
+ "DoubleClick for Publishers (DFP)": {
+ "cats": [
+ 36
+ ],
+ "description": "DoubleClick for Publishers (DFP) is a hosted ad serving platform that streamlines your ad management.",
+ "icon": "DoubleClick.svg",
+ "pricing": [
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "googletagservices\\.com/tag/js/gpt(?:_mobile)?\\.js"
+ ],
+ "website": "http://www.google.com/dfp",
+ "headers": {},
+ "meta": {}
+ },
+ "DoubleVerify": {
+ "cats": [
+ 36,
+ 10
+ ],
+ "description": "DoubleVerify is a software platform for digital media measurement, data, and analytics.",
+ "dom": "link[href*='.doubleverify.com']",
+ "icon": "DoubleVerify.svg",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://doubleverify.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Doxygen": {
+ "cats": [
+ 4
+ ],
+ "cpe": "cpe:/a:doxygen:doxygen",
+ "description": "Doxygen is a documentation generator, a tool for writing software reference documentation.",
+ "html": [
+ "(?:|"
+ ],
+ "icon": "Google Tag Manager.svg",
+ "js": {
+ "google_tag_manager": "",
+ "googletag": ""
+ },
+ "saas": true,
+ "scriptSrc": [
+ "googletagmanager\\.com/gtm\\.js"
+ ],
+ "website": "http://www.google.com/tagmanager",
+ "headers": {},
+ "meta": {}
+ },
+ "Google Tag Manager for WordPress": {
+ "cats": [
+ 87
+ ],
+ "description": "Google Tag Manager for WordPress plugin places the GTM container code snippets onto your wordpress website so that you do not need to add this manually.",
+ "dom": "link[href*='/wp-content/plugins/duracelltomi-google-tag-manager/']",
+ "icon": "Google Tag Manager for WordPress.png",
+ "implies": [
+ "Google Tag Manager"
+ ],
+ "oss": true,
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/plugins/duracelltomi-google-tag-manager/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ ],
+ "website": "https://gtm4wp.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Google Wallet": {
+ "cats": [
+ 41
+ ],
+ "icon": "Google Wallet.png",
+ "saas": true,
+ "scriptSrc": [
+ "checkout\\.google\\.com",
+ "wallet\\.google\\.com"
+ ],
+ "website": "http://wallet.google.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Google Web Server": {
+ "cats": [
+ 22
+ ],
+ "cpe": "cpe:/a:google:web_server",
+ "headers": {
+ "server": "gws"
+ },
+ "icon": "Google.svg",
+ "website": "http://en.wikipedia.org/wiki/Google_Web_Server",
+ "meta": {}
+ },
+ "Google Web Toolkit": {
+ "cats": [
+ 18
+ ],
+ "cpe": "cpe:/a:google:web_toolkit",
+ "description": "Google Web Toolkit (GWT) is an open-source Java software development framework that makes writing AJAX applications.",
+ "icon": "Google Web Toolkit.png",
+ "implies": [
+ "Java"
+ ],
+ "js": {
+ "__gwt_": "",
+ "__gwt_activeModules": "",
+ "__gwt_getMetaProperty": "",
+ "__gwt_isKnownPropertyValue": "",
+ "__gwt_stylesLoaded": "",
+ "__gwtlistener": ""
+ },
+ "meta": {
+ "gwt:property": ""
+ },
+ "website": "http://developers.google.com/web-toolkit",
+ "headers": {}
+ },
+ "Google Workspace": {
+ "cats": [
+ 30,
+ 75
+ ],
+ "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
+ "dns": {
+ "MX": [
+ "aspmx\\.l\\.google\\.com",
+ "googlemail\\.com"
+ ]
+ },
+ "icon": "Google Workspace.svg",
+ "website": "https://workspace.google.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Gorgias": {
+ "cats": [
+ 52
+ ],
+ "description": "Gorgias is a helpdesk and chat solution designed for ecommerce stores.",
+ "icon": "Gorgias.png",
+ "js": {
+ "gorgiasChat": ""
+ },
+ "pricing": [
+ "recurring",
+ "mid"
+ ],
+ "saas": true,
+ "website": "https://www.gorgias.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Grab Pay Later": {
+ "cats": [
+ 41,
+ 91
+ ],
+ "description": "Grab Pay Later is a buy now pay later solution offered by Grab.",
+ "icon": "Grab.svg",
+ "js": {
+ "GrabWidget": "",
+ "grab_widget_money_format": ""
+ },
+ "saas": true,
+ "scriptSrc": [
+ "grab-paylater\\.js"
+ ],
+ "website": "https://www.grab.com/sg/finance/pay-later/",
+ "headers": {},
+ "meta": {}
+ },
+ "Grafana": {
+ "cats": [
+ 10
+ ],
+ "description": "Grafana is a multi-platform open source analytics and interactive visualisation web application.",
+ "icon": "Grafana.svg",
+ "implies": [
+ "Go",
+ "Macaron"
+ ],
+ "js": {
+ "__grafana_public_path__": ""
+ },
+ "oss": true,
+ "scriptSrc": [
+ "grafana\\..+\\.com/public/build/"
+ ],
+ "scripts": ".+latestVersion\":\"[\\d\\.\\w\\-]+\"\\,\"version\":\"([\\d\\.]+)\\;version:\\1\\;confidence:75",
+ "website": "https://grafana.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Graffiti CMS": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "graffitibot": ""
+ },
+ "icon": "Graffiti CMS.png",
+ "implies": [
+ "Microsoft ASP.NET"
+ ],
+ "meta": {
+ "generator": "Graffiti CMS ([^\"]+)\\;version:\\1"
+ },
+ "scriptSrc": [
+ "/graffiti\\.js"
+ ],
+ "website": "http://graffiticms.codeplex.com",
+ "headers": {}
+ },
+ "GrandNode": {
+ "cats": [
+ 6
+ ],
+ "cookies": {
+ "Grand.customer": ""
+ },
+ "html": [
+ "(?:"
+ ],
+ "icon": "inspectlet.png",
+ "js": {
+ "__insp": "",
+ "__inspld": ""
+ },
+ "scriptSrc": [
+ "cdn\\.inspectlet\\.com"
+ ],
+ "website": "https://www.inspectlet.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Instabot": {
+ "cats": [
+ 5,
+ 10,
+ 32,
+ 52,
+ 58
+ ],
+ "description": "Instabot is a conversion chatbot that understands your users, and curates information, answers questions, captures contacts, and books meetings instantly.",
+ "icon": "Instabot.png",
+ "js": {
+ "Instabot": ""
+ },
+ "scriptSrc": [
+ "/rokoInstabot\\.js"
+ ],
+ "website": "https://instabot.io/",
+ "headers": {},
+ "meta": {}
+ },
+ "Instafeed": {
+ "cats": [
+ 100
+ ],
+ "description": "Instafeed is an official Instagram app.",
+ "icon": "Instafeed.png",
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "requires": "Shopify",
+ "saas": true,
+ "scriptSrc": [
+ "instafeed\\.nfcube\\.com/"
+ ],
+ "website": "https://apps.shopify.com/instafeed",
+ "headers": {},
+ "meta": {}
+ },
+ "Instana": {
+ "cats": [
+ 10,
+ 13,
+ 78
+ ],
+ "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.",
+ "icon": "Instana.svg",
+ "js": {
+ "ineum": ""
+ },
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "eum\\.instana\\.io"
+ ],
+ "website": "https://www.instana.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Instant.Page": {
+ "cats": [
+ 59,
+ 92
+ ],
+ "description": "Instant.Page is a JavaScript library which uses just-in-time preloading technique to make websites faster.",
+ "icon": "Instant.page.svg",
+ "oss": true,
+ "scriptSrc": [
+ "instant\\.page"
+ ],
+ "website": "https://instant.page/",
+ "headers": {},
+ "meta": {}
+ },
+ "InstantCMS": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "InstantCMS[logdate]": ""
+ },
+ "cpe": "cpe:/a:instantcms:instantcms",
+ "icon": "InstantCMS.png",
+ "implies": [
+ "PHP"
+ ],
+ "meta": {
+ "generator": "InstantCMS"
+ },
+ "website": "http://www.instantcms.ru",
+ "headers": {}
+ },
+ "InstantClick": {
+ "cats": [
+ 59,
+ 92
+ ],
+ "description": "InstantClick is a JavaScript library that speeds up your website, making navigation faster.",
+ "icon": "InstantClick.svg",
+ "js": {
+ "InstantClick": ""
+ },
+ "oss": true,
+ "scriptSrc": [
+ "instantclick\\.min\\.js"
+ ],
+ "website": "http://instantclick.io/",
+ "headers": {},
+ "meta": {}
+ },
+ "Instapage": {
+ "cats": [
+ 51,
+ 74,
+ 10
+ ],
+ "description": "Instapage is a cloud-based landing page platform designed for marketing teams and agencies.",
+ "icon": "Instapage.svg",
+ "implies": [
+ "Lua",
+ "Node.js"
+ ],
+ "js": {
+ "_instapageSnowplow": "",
+ "instapageSp": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.instapagemetrics\\.com",
+ "heatmap-events-collector\\.instapage\\.com"
+ ],
+ "website": "https://instapage.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Integral Ad Science": {
+ "cats": [
+ 36
+ ],
+ "description": "Integral Ad Science is an American publicly owned technology company that analyses the value of digital advertising placements.",
+ "dom": "link[href*='.adsafeprotected.com']",
+ "icon": "Integral Ad Science.svg",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.adsafeprotected\\.com/"
+ ],
+ "website": "https://integralads.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Intel Active Management Technology": {
+ "cats": [
+ 22,
+ 46
+ ],
+ "cpe": "cpe:/a:intel:active_management_technology",
+ "description": "Intel Active Management Technology (AMT) is a proprietary remote management and control system for personal computers with Intel CPUs.",
+ "headers": {
+ "server": "Intel\\(R\\) Active Management Technology(?: ([\\d.]+))?\\;version:\\1"
+ },
+ "icon": "Intel Active Management Technology.png",
+ "website": "http://intel.com",
+ "meta": {}
+ },
+ "IntenseDebate": {
+ "cats": [
+ 15
+ ],
+ "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.",
+ "icon": "IntenseDebate.png",
+ "scriptSrc": [
+ "intensedebate\\.com"
+ ],
+ "website": "http://intensedebate.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Interact": {
+ "cats": [
+ 5
+ ],
+ "description": "Interact is a tool for creating online quizzes.",
+ "icon": "Interact.svg",
+ "js": {
+ "InteractApp.name": "InteractApp",
+ "InteractPromotionObject": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.tryinteract\\.com/"
+ ],
+ "website": "https://www.tryinteract.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Intercom": {
+ "cats": [
+ 52,
+ 53
+ ],
+ "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.",
+ "icon": "Intercom.svg",
+ "js": {
+ "Intercom": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "(?:api\\.intercom\\.io/api|static\\.intercomcdn\\.com/intercom\\.v1)"
+ ],
+ "website": "https://www.intercom.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Intercom Articles": {
+ "cats": [
+ 4
+ ],
+ "description": "Intercom Articles is a tool to create, organise and publish help articles.",
+ "html": [
+ "]+>We run on Intercom"
+ ],
+ "icon": "Intercom.svg",
+ "website": "https://www.intercom.com/articles",
+ "headers": {},
+ "meta": {}
+ },
+ "Intersection Observer": {
+ "cats": [
+ 92,
+ 59
+ ],
+ "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.",
+ "icon": "W3C.png",
+ "scriptSrc": [
+ "cdn\\.jsdelivr\\.net/npm/intersection-observer@([\\d\\.]+)\\;version:\\1",
+ "/assets/(?:.+)?intersection-observer\\.[\\d\\w\\.]+\\.js"
+ ],
+ "website": "https://www.w3.org/TR/intersection-observer",
+ "headers": {},
+ "meta": {}
+ },
+ "Intershop": {
+ "cats": [
+ 6
+ ],
+ "description": "Intershop is an ecommerce platform, tailored to the needs of complex business processes and major organisations.",
+ "html": [
+ "(?:CDS )?Invenio\\s*v?([\\d\\.]+)?\\;version:\\1"
+ ],
+ "icon": "Invenio.png",
+ "website": "http://invenio-software.org",
+ "headers": {},
+ "meta": {}
+ },
+ "Inventrue": {
+ "cats": [
+ 6
+ ],
+ "description": "Inventrue creates websites for RV, Motorsports and Trailer Dealerships.",
+ "icon": "Inventrue.svg",
+ "meta": {
+ "author": "^Inventrue, LLC.$"
+ },
+ "pricing": [
+ "onetime",
+ "recurring",
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.inventrue.com",
+ "headers": {}
+ },
+ "Inveon": {
+ "cats": [
+ 6
+ ],
+ "cookies": {
+ "INV.Customer": "\\;confidence:50",
+ "inveonSessionId": ""
+ },
+ "description": "Inveon is a technology company that has been delivering ecommerce infrastructure software and mcommerce applications.",
+ "icon": "Inveon.svg",
+ "js": {
+ "InvApp": "\\;confidence:50",
+ "invTagManagerParams": ""
+ },
+ "scriptSrc": [
+ "Scripts/_app/Inv(?:\\w+)\\.js\\?v=(.+)$\\;version:\\1"
+ ],
+ "website": "https://www.inveon.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Invoca": {
+ "cats": [
+ 32
+ ],
+ "description": "Invoca is an AI-powered call tracking and conversational analytics company.",
+ "icon": "Invoca.svg",
+ "js": {
+ "Invoca.PNAPI.version": "([\\d\\.]+)\\;version:\\1",
+ "InvocaTagId": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.invoca.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Ionic": {
+ "cats": [
+ 18
+ ],
+ "icon": "ionic.png",
+ "js": {
+ "Ionic.config": "",
+ "Ionic.version": "^(.+)$\\;version:\\1"
+ },
+ "website": "https://ionicframework.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Ionicons": {
+ "cats": [
+ 17
+ ],
+ "description": "Ionicons is an open-source icon set crafted for web, iOS, Android, and desktop apps.",
+ "html": [
+ "]* href=[^>]+ionicons(?:\\.min)?\\.css"
+ ],
+ "icon": "Ionicons.png",
+ "website": "http://ionicons.com",
+ "headers": {},
+ "meta": {}
+ },
+ "IrisLMS": {
+ "cats": [
+ 21
+ ],
+ "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.",
+ "icon": "IrisLMS.png",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.irislms\\.ir/"
+ ],
+ "website": "https://irislms.ir",
+ "headers": {},
+ "meta": {}
+ },
+ "Irroba": {
+ "cats": [
+ 6
+ ],
+ "html": [
+ "]*href=\"https://www\\.irroba\\.com\\.br"
+ ],
+ "icon": "irroba.svg",
+ "website": "https://www.irroba.com.br/",
+ "headers": {},
+ "meta": {}
+ },
+ "Isotope": {
+ "cats": [
+ 59
+ ],
+ "description": "Isotope.js is a JavaScript library that makes it easy to sort, filter, and add Masonry layouts to items on a webpage.",
+ "icon": "Isotope.svg",
+ "js": {
+ "Isotope": "",
+ "init_isotope": ""
+ },
+ "oss": true,
+ "pricing": [
+ "low",
+ "freemium",
+ "onetime"
+ ],
+ "website": "https://isotope.metafizzy.co",
+ "headers": {},
+ "meta": {}
+ },
+ "Issuu": {
+ "cats": [
+ 19,
+ 5
+ ],
+ "description": "Issuu is a digital discovery and publishing platform.",
+ "dom": "a[href*='issuu.com/'][target='_blank']",
+ "icon": "Issuu.svg",
+ "js": {
+ "IssuuReaders": "",
+ "issuuPanel": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.issuu\\.com/"
+ ],
+ "website": "https://issuu.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Iterable": {
+ "cats": [
+ 32
+ ],
+ "description": "Iterable is a cross-channel marketing platform that powers unified customer experiences.",
+ "icon": "Iterable.png",
+ "js": {
+ "iterableAnalytics": ""
+ },
+ "saas": true,
+ "scriptSrc": [
+ "js\\.iterable\\.com"
+ ],
+ "website": "https://iterable.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "Izooto": {
+ "cats": [
+ 32,
+ 5
+ ],
+ "description": "iZooto is a user engagement and retention tool that leverages web push notifications to help business to drive repeat traffic, leads and sales.",
+ "icon": "Izooto.png",
+ "js": {
+ "Izooto": "",
+ "_izooto": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.izooto\\.\\w+"
+ ],
+ "website": "https://www.izooto.com",
+ "headers": {},
+ "meta": {}
+ },
+ "i-MSCP": {
+ "cats": [
+ 9
+ ],
+ "description": "i-MSCP (internet Multi Server Control Panel) is a software for shared hosting environments management on Linux servers.",
+ "icon": "i-MSCP.png",
+ "meta": {
+ "application-name": "^i-MSCP$"
+ },
+ "oss": true,
+ "website": "https://github.com/i-MSCP/imscp",
+ "headers": {}
+ },
+ "i-mobile": {
+ "cats": [
+ 36
+ ],
+ "description": "i-mobile is a advertising platform for clients to advertise their product and for publishers to monetize their cyberspace.",
+ "dom": "img[src*='.i-mobile.co.jp/']",
+ "icon": "i-mobile.png",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.i-mobile\\.co\\.jp/"
+ ],
+ "website": "http://www2.i-mobile.co.jp",
+ "headers": {},
+ "meta": {}
+ },
+ "i30con": {
+ "cats": [
+ 17
+ ],
+ "description": "i30con is an icon toolkit based on CSS and JavaScript.",
+ "dom": "[class^='i30con']",
+ "icon": "30namaPlayer.png",
+ "website": "https://30nama.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "iAdvize": {
+ "cats": [
+ 52
+ ],
+ "description": "iAdvize is a conversational marketing platform that connects customers in need of advice with experts who are available 24/7 via messaging.",
+ "dom": "link[href*='.iadvize.com']",
+ "icon": "iAdvize.svg",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.iadvize\\.com/"
+ ],
+ "website": "https://www.iadvize.com",
+ "headers": {},
+ "meta": {}
+ },
+ "iEXExchanger": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "iexexchanger_session": ""
+ },
+ "icon": "iEXExchanger.png",
+ "implies": [
+ "PHP",
+ "Apache",
+ "Angular"
+ ],
+ "meta": {
+ "generator": "iEXExchanger"
+ },
+ "website": "https://exchanger.iexbase.com",
+ "headers": {}
+ },
+ "iPresta": {
+ "cats": [
+ 6
+ ],
+ "icon": "iPresta.png",
+ "implies": [
+ "PHP",
+ "PrestaShop"
+ ],
+ "meta": {
+ "designer": "iPresta"
+ },
+ "website": "http://ipresta.ir",
+ "headers": {}
+ },
+ "iThemes Security": {
+ "cats": [
+ 87,
+ 16
+ ],
+ "description": " iThemes Security(formerly known as Better WP Security) plugin enhances the security and protection of your WordPress website.",
+ "dom": "link[href*='/wp-content/plugins/better-wp-security/']",
+ "icon": "iThemes Security.svg",
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": [
+ "/wp-content/plugins/better-wp-security/"
+ ],
+ "website": "https://ithemes.com/security",
+ "headers": {},
+ "meta": {}
+ },
+ "iWeb": {
+ "cats": [
+ 20
+ ],
+ "description": "iWeb is a web site creation tool.",
+ "icon": "iWeb.png",
+ "meta": {
+ "generator": "^iWeb( [\\d.]+)?\\;version:\\1"
+ },
+ "website": "http://apple.com/ilife/iweb",
+ "headers": {}
+ },
+ "ikiwiki": {
+ "cats": [
+ 8
+ ],
+ "description": "ikiwiki is a free and open-source wiki application.",
+ "html": [
+ ""
+ ],
+ "icon": "imperiaCMS.svg",
+ "implies": [
+ "Perl"
+ ],
+ "meta": {
+ "generator": "^IMPERIA ([0-9.]{2,3})\\;version:\\1",
+ "x-imperia-live-info": ""
+ },
+ "url": [
+ "imperia/md/"
+ ],
+ "website": "https://www.pirobase-imperia.com/de/produkte/produktuebersicht/imperia-cms",
+ "headers": {}
+ },
+ "inSided": {
+ "cats": [
+ 97
+ ],
+ "description": "inSided is the only Customer Success Community Platform built to help SaaS companies improve customer success and retention.",
+ "icon": "inSided.svg",
+ "js": {
+ "inSidedData": "",
+ "insided": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.insided.com",
+ "headers": {},
+ "meta": {}
+ },
+ "ip-api": {
+ "cats": [
+ 79
+ ],
+ "icon": "ip-api.png",
+ "pricing": [
+ "freemium",
+ "low",
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://ip-api.com/",
+ "xhr": "ip-api\\.com",
+ "headers": {},
+ "meta": {}
+ },
+ "ip-label": {
+ "cats": [
+ 10
+ ],
+ "icon": "iplabel.svg",
+ "js": {
+ "clobs": ""
+ },
+ "scriptSrc": [
+ "clobs\\.js"
+ ],
+ "website": "http://www.ip-label.com",
+ "headers": {},
+ "meta": {}
+ },
+ "ipapi": {
+ "cats": [
+ 79
+ ],
+ "description": "ipapi is a real-time geolocation and reverse IP lookup REST API.",
+ "icon": "ipapi.png",
+ "pricing": [
+ "freemium",
+ "low",
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://ipapi.com",
+ "xhr": "api\\.ipapi\\.com",
+ "headers": {},
+ "meta": {}
+ },
+ "ipapi.co": {
+ "cats": [
+ 79
+ ],
+ "description": "ipapi.co is a web analytics provider with IP address lookup and location API.",
+ "icon": "ipapi.co.png",
+ "pricing": [
+ "freemium",
+ "low",
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://ipapi.co",
+ "xhr": "ipapi\\.co/",
+ "headers": {},
+ "meta": {}
+ },
+ "ipdata": {
+ "cats": [
+ 79
+ ],
+ "description": "ipdata is a JSON IP Address Geolocation API that allows to lookup the location of both IPv4 and IPv6.",
+ "icon": "ipdata.png",
+ "pricing": [
+ "freemium",
+ "recurring",
+ "low"
+ ],
+ "saas": true,
+ "website": "https://ipdata.co/",
+ "xhr": "api\\.ipdata\\.co",
+ "headers": {},
+ "meta": {}
+ },
+ "ipgeolocation": {
+ "cats": [
+ 79
+ ],
+ "description": "ipgeolocation is an IP Geolocation API and Accurate IP Lookup Database.",
+ "icon": "ipgeolocation.png",
+ "pricing": [
+ "freemium",
+ "recurring",
+ "mid"
+ ],
+ "saas": true,
+ "website": "https://ipgeolocation.co/",
+ "xhr": "api\\.ipgeolocation\\.io",
+ "headers": {},
+ "meta": {}
+ },
+ "ipify": {
+ "cats": [
+ 79
+ ],
+ "description": "ipify is a service which provide public IP address API, IP geolocation API, VPN and Proxy detection API products.",
+ "icon": "ipify.png",
+ "pricing": [
+ "freemium",
+ "payg",
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.ipify\\.org"
+ ],
+ "website": "https://ipify.org",
+ "xhr": "(?:api|api64|geo)\\.ipify\\.org",
+ "headers": {},
+ "meta": {}
+ },
+ "ipstack": {
+ "cats": [
+ 79
+ ],
+ "description": "ipstack is a real-time IP to geolocation API capable of looking at location data and assessing security threats originating from risky IP addresses.",
+ "icon": "ipstack.png",
+ "js": {
+ "ENV.ipStackAccessToken": ""
+ },
+ "pricing": [
+ "low",
+ "freemium"
+ ],
+ "saas": true,
+ "website": "https://ipstack.com",
+ "xhr": "api\\.ipstack\\.com",
+ "headers": {},
+ "meta": {}
+ },
+ "iubenda": {
+ "cats": [
+ 67
+ ],
+ "description": "iubenda is a compliance software used by businesses for their websites and apps.",
+ "icon": "iubenda.svg",
+ "js": {
+ "_iub": "",
+ "addIubendaCs": ""
+ },
+ "pricing": [
+ "low",
+ "recurring",
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "iubenda\\.com/"
+ ],
+ "website": "https://www.iubenda.com",
+ "headers": {},
+ "meta": {}
+ },
+ "J2Store": {
+ "cats": [
+ 6
+ ],
+ "description": "J2Store is a Joomla shopping cart and ecommerce extension.",
+ "icon": "j2store.png",
+ "js": {
+ "j2storeURL": ""
+ },
+ "requires": "Joomla",
+ "website": "https://www.j2store.org/",
+ "headers": {},
+ "meta": {}
+ },
+ "JANet": {
+ "cats": [
+ 71
+ ],
+ "description": "JANet is an affiliate marketing network.",
+ "dom": "img[src*='.j-a-net.jp'],img[data-src*='.j-a-net.jp']",
+ "icon": "JANet.png",
+ "website": "https://j-a-net.jp",
+ "headers": {},
+ "meta": {}
+ },
+ "JAlbum": {
+ "cats": [
+ 7
+ ],
+ "description": "jAlbum is across-platform photo website software for creating and uploading galleries from images and videos.",
+ "icon": "JAlbum.png",
+ "implies": [
+ "Java"
+ ],
+ "meta": {
+ "generator": "JAlbum( [\\d.]+)?\\;version:\\1"
+ },
+ "website": "http://jalbum.net/en",
+ "headers": {}
+ },
+ "JBoss Application Server": {
+ "cats": [
+ 22
+ ],
+ "headers": {
+ "x-powered-by": "JBoss(?:-([\\d.]+))?\\;version:\\1"
+ },
+ "icon": "JBoss Application Server.png",
+ "website": "http://jboss.org/jbossas.html",
+ "meta": {}
+ },
+ "JBoss Web": {
+ "cats": [
+ 22
+ ],
+ "excludes": "Apache Tomcat",
+ "headers": {
+ "x-powered-by": "JBossWeb(?:-([\\d.]+))?\\;version:\\1"
+ },
+ "icon": "JBoss Web.png",
+ "implies": [
+ "JBoss Application Server"
+ ],
+ "website": "http://jboss.org/jbossweb",
+ "meta": {}
+ },
+ "JET Enterprise": {
+ "cats": [
+ 6
+ ],
+ "headers": {
+ "powered": "jet-enterprise"
+ },
+ "icon": "JET Enterprise.svg",
+ "website": "http://www.jetecommerce.com.br/",
+ "meta": {}
+ },
+ "JS Charts": {
+ "cats": [
+ 25
+ ],
+ "icon": "JS Charts.png",
+ "js": {
+ "JSChart": ""
+ },
+ "scriptSrc": [
+ "jscharts.{0,32}\\.js"
+ ],
+ "website": "http://www.jscharts.com",
+ "headers": {},
+ "meta": {}
+ },
+ "JSEcoin": {
+ "cats": [
+ 56
+ ],
+ "description": "JSEcoin is a way to mine, receive payments for your goods or services and transfer cryptocurrency",
+ "icon": "JSEcoin.png",
+ "js": {
+ "jseMine": ""
+ },
+ "scriptSrc": [
+ "^(?:https):?//load\\.jsecoin\\.com/load/"
+ ],
+ "website": "https://jsecoin.com/",
+ "headers": {},
+ "meta": {}
+ },
+ "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.",
+ "dom": "style[data-jss]",
+ "icon": "JSS.png",
+ "oss": true,
+ "website": "https://cssinjs.org/",
+ "headers": {},
+ "meta": {}
+ },
+ "JShop": {
+ "cats": [
+ 6
+ ],
+ "description": "JShop is the ecommerce database solution marketed by Whorl Ltd. worldwide.",
+ "icon": "JShop.svg",
+ "js": {
+ "jss_1stepDeliveryType": "",
+ "jss_1stepFillShipping": ""
+ },
+ "website": "http://www.whorl.co.uk",
+ "headers": {},
+ "meta": {}
+ },
+ "JTL Shop": {
+ "cats": [
+ 6
+ ],
+ "cookies": {
+ "JTLSHOP": ""
+ },
+ "description": "JTL Shop is an ecommerce product created by JTL Software company.",
+ "html": [
+ "(?:]+name=\"JTLSHOP|"
+ ],
+ "icon": "Java.png",
+ "website": "https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html",
+ "headers": {},
+ "meta": {}
+ },
+ "Jekyll": {
+ "cats": [
+ 57
+ ],
+ "cpe": "cpe:/a:jekyllrb:jekyll",
+ "description": "Jekyll is a blog-aware, static site generator for personal, project, or organisation sites.",
+ "html": [
+ "Powered by ]*>Jekyll",
+ ""
+ ],
+ "icon": "Lightspeed.svg",
+ "pricing": [
+ "low"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "http://assets\\.webshopapp\\.com"
+ ],
+ "url": [
+ "seoshop.webshopapp.com"
+ ],
+ "website": "http://www.lightspeedhq.com/products/ecommerce/",
+ "headers": {},
+ "meta": {}
+ },
+ "LimeChat": {
+ "cats": [
+ 52
+ ],
+ "description": "LimeChat is India's first level-3 AI chatbot company.",
+ "icon": "LimeChat.png",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.limechat\\.ai/"
+ ],
+ "website": "https://www.limechat.ai",
+ "headers": {},
+ "meta": {}
+ },
+ "LimeSpot": {
+ "cats": [
+ 76
+ ],
+ "description": "LimeSpot is an AI-powered personalisation platform for marketers and ecommerce professionals.",
+ "icon": "LimeSpot.png",
+ "js": {
+ "LimeSpot.CartItems": "",
+ "LimeSpot.Recommendations": ""
+ },
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.personalizer\\.io/"
+ ],
+ "website": "https://www.limespot.com",
+ "headers": {},
+ "meta": {}
+ },
+ "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.",
+ "dom": "link#llar-login-page-styles-css",
+ "icon": "Limit Login Attempts Reloaded.png",
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "requires": "WordPress",
+ "website": "https://www.limitloginattempts.com",
+ "headers": {},
+ "meta": {}
+ },
+ "LinkSmart": {
+ "cats": [
+ 36
+ ],
+ "icon": "LinkSmart.png",
+ "js": {
+ "LS_JSON": "",
+ "LinkSmart": "",
+ "_mb_site_guid": ""
+ },
+ "scriptSrc": [
+ "^https?://cdn\\.linksmart\\.com/linksmart_([\\d.]+?)(?:\\.min)?\\.js\\;version:\\1"
+ ],
+ "website": "http://linksmart.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Linkedin Insight Tag": {
+ "cats": [
+ 10
+ ],
+ "dom": "noscript > img[src*='dc.ads.linkedin.com']",
+ "icon": "Linkedin.svg",
+ "js": {
+ "_linkedin_data_partner_id": ""
+ },
+ "scriptSrc": [
+ "snap\\.licdn\\.com/li\\.lms-analytics/insight\\.min\\.js"
+ ],
+ "website": "https://business.linkedin.com/marketing-solutions/insight-tag",
+ "headers": {},
+ "meta": {}
+ },
+ "Linkedin Sign-in": {
+ "cats": [
+ 69
+ ],
+ "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.",
+ "icon": "Linkedin.svg",
+ "js": {
+ "OnLinkedInAuth": "",
+ "onLinkedInLoad": ""
+ },
+ "scriptSrc": [
+ "platform\\.linkedin\\.com/(?:.*)?in\\.js(?:\\?version)?([\\d.]+)?\\;version:\\1"
+ ],
+ "website": "https://www.linkedin.com/developers",
+ "headers": {},
+ "meta": {}
+ },
+ "Linx Commerce": {
+ "cats": [
+ 6
+ ],
+ "description": "Linx Commerce is an ecommerce platform, which provides seamless and personalised cross-channel solution that enables a true omni-channel shopping experience.",
+ "icon": "Linx.png",
+ "js": {
+ "linxImpulse.config.integrationFlags.platformProvider": "linxCommerce"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.linx.com.br/linx-commerce",
+ "headers": {},
+ "meta": {}
+ },
+ "Linx Impulse": {
+ "cats": [
+ 77,
+ 76
+ ],
+ "description": "Linx Impulse is a personalisation, media and retargeting solutions built by Linx.",
+ "dom": "link[href*='.linximpulse.net']",
+ "icon": "Linx.png",
+ "js": {
+ "linx.banner": "",
+ "linxImpulse.config": "",
+ "linxImpulseInitialized": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.linx.com.br/linx-impulse",
+ "headers": {},
+ "meta": {}
+ },
+ "Liquid Web": {
+ "cats": [
+ 62,
+ 88
+ ],
+ "description": "Liquid Web is a US-based host offering premium managed web hosting solutions.",
+ "dns": {
+ "SOA": "\\.liquidweb\\.com"
+ },
+ "headers": {
+ "x-lw-cache": ""
+ },
+ "icon": "Liquid Web.svg",
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "website": "https://www.liquidweb.com",
+ "meta": {}
+ },
+ "List.js": {
+ "cats": [
+ 59
+ ],
+ "icon": "List.js.png",
+ "js": {
+ "List": "\\;confidence:50"
+ },
+ "scriptSrc": [
+ "list\\.js/\\;confidence:50",
+ "@([\\d.]+)/(?:/dist)?list\\.(?:min\\.)?js\\;version:\\1"
+ ],
+ "website": "http://listjs.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Listrak": {
+ "cats": [
+ 32,
+ 97
+ ],
+ "description": "Listrak is a AI-based marketing automation and CRM solutions that unify, interpret and personalise data to engage customer across channels and devices.",
+ "icon": "Listrak.png",
+ "js": {
+ "_LTKSignup": "",
+ "_LTKSubscriber": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "(?:cdn|s1)\\.listrakbi\\.com",
+ "services\\.listrak\\.com"
+ ],
+ "website": "https://www.listrak.com",
+ "headers": {},
+ "meta": {}
+ },
+ "LiteSpeed": {
+ "cats": [
+ 22
+ ],
+ "cpe": "cpe:/a:litespeedtech:litespeed_web_server",
+ "description": "LiteSpeed is a high-scalability web server.",
+ "headers": {
+ "server": "^LiteSpeed$"
+ },
+ "icon": "LiteSpeed.svg",
+ "website": "http://litespeedtech.com",
+ "meta": {}
+ },
+ "Litespeed Cache": {
+ "cats": [
+ 23,
+ 87
+ ],
+ "description": "LiteSpeed Cache is an all-in-one site acceleration plugin for WordPress.",
+ "headers": {
+ "x-litespeed-cache": "",
+ "x-turbo-charged-by": "LiteSpeed"
+ },
+ "icon": "litespeed-cache.png",
+ "requires": "WordPress",
+ "website": "https://wordpress.org/plugins/litespeed-cache/",
+ "meta": {}
+ },
+ "Lithium": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "LithiumVisitor": ""
+ },
+ "html": [
+ " ]+Powered by Lithium"
+ ],
+ "icon": "Lithium.png",
+ "implies": [
+ "PHP"
+ ],
+ "js": {
+ "LITHIUM": ""
+ },
+ "website": "https://www.lithium.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Littledata": {
+ "cats": [
+ 100
+ ],
+ "description": "Littledata provides a seamless connection between your Shopify site, marketing channels, and Google Analytics.",
+ "icon": "Littledata.svg",
+ "implies": [
+ "Shopify"
+ ],
+ "js": {
+ "LittledataLayer": "",
+ "LittledataLayer.version": "v([\\d\\.]+)\\;version:\\1"
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "requiresCategory": 6,
+ "saas": true,
+ "website": "https://www.littledata.io",
+ "headers": {},
+ "meta": {}
+ },
+ "Live Story": {
+ "cats": [
+ 1
+ ],
+ "icon": "LiveStory.png",
+ "js": {
+ "LSHelpers": "",
+ "LiveStory": ""
+ },
+ "website": "https://www.livestory.nyc/",
+ "headers": {},
+ "meta": {}
+ },
+ "LiveAgent": {
+ "cats": [
+ 52
+ ],
+ "description": "LiveAgent is an online live chat platform. The software provides a ticket management system.",
+ "icon": "LiveAgent.png",
+ "js": {
+ "LiveAgent": ""
+ },
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://www.liveagent.com",
+ "headers": {},
+ "meta": {}
+ },
+ "LiveChat": {
+ "cats": [
+ 52
+ ],
+ "description": "LiveChat is an online customer service software with online chat, help desk software, and web analytics capabilities.",
+ "icon": "LiveChat.png",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.livechatinc\\.com/.*tracking\\.js"
+ ],
+ "website": "http://livechatinc.com",
+ "headers": {},
+ "meta": {}
+ },
+ "LiveHelp": {
+ "cats": [
+ 52,
+ 53
+ ],
+ "description": "LiveHelp is an online chat tool.",
+ "icon": "LiveHelp.png",
+ "js": {
+ "LHready": ""
+ },
+ "pricing": [
+ "low"
+ ],
+ "saas": true,
+ "website": "http://www.livehelp.it",
+ "headers": {},
+ "meta": {}
+ },
+ "LiveIntent": {
+ "cats": [
+ 75,
+ 36
+ ],
+ "description": "LiveIntent is an email ad monetization platform.",
+ "icon": "LiveIntent.svg",
+ "js": {
+ "LI.advertiserId": "\\d+"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.liadm\\.com"
+ ],
+ "website": "https://www.liveintent.com",
+ "xhr": "\\.liadm\\.com",
+ "headers": {},
+ "meta": {}
+ },
+ "LiveJournal": {
+ "cats": [
+ 11
+ ],
+ "description": "LiveJournal is a social networking service where users can keep a blog, journal or diary.",
+ "icon": "LiveJournal.png",
+ "url": [
+ "\\.livejournal\\.com"
+ ],
+ "website": "http://www.livejournal.com",
+ "headers": {},
+ "meta": {}
+ },
+ "LivePerson": {
+ "cats": [
+ 52
+ ],
+ "description": "LivePerson is a tool for conversational chatbots and messaging.",
+ "icon": "LivePerson.png",
+ "js": {
+ "lpTag.Chronos": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring",
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.(?:liveperson|contactatonce)?\\.(?:com|net|co\\.uk)/"
+ ],
+ "website": "https://www.liveperson.com",
+ "headers": {},
+ "meta": {}
+ },
+ "LiveRamp DPM": {
+ "cats": [
+ 36
+ ],
+ "description": "LiveRamp DPM is a TV advertising metrics and analytics platform.",
+ "icon": "LiveRamp.svg",
+ "js": {
+ "dpmComscoreVars": ""
+ },
+ "scriptSrc": [
+ "c\\.tvpixel\\.com/js/current/dpm_pixel_min\\.js"
+ ],
+ "website": "https://liveramp.com/data-plus-math",
+ "headers": {},
+ "meta": {}
+ },
+ "LiveRamp PCM": {
+ "cats": [
+ 67
+ ],
+ "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.",
+ "dom": "iframe[src*='gdpr-consent-tool\\.privacymanager\\.io']",
+ "icon": "LiveRamp.svg",
+ "js": {
+ "wpJsonpLiverampGdprCmp": ""
+ },
+ "scriptSrc": [
+ "gdpr\\.privacymanager\\.io"
+ ],
+ "website": "https://liveramp.com/our-platform/preference-consent-management",
+ "headers": {},
+ "meta": {}
+ },
+ "LiveStreet CMS": {
+ "cats": [
+ 1
+ ],
+ "headers": {
+ "x-powered-by": "LiveStreet CMS"
+ },
+ "icon": "LiveStreet CMS.png",
+ "implies": [
+ "PHP"
+ ],
+ "js": {
+ "LIVESTREET_SECURITY_KEY": ""
+ },
+ "website": "http://livestreetcms.com",
+ "meta": {}
+ },
+ "LiveZilla": {
+ "cats": [
+ 52
+ ],
+ "description": "LiveZilla is a web-based live support platform.",
+ "dom": "#lz_overlay_chat",
+ "icon": "LiveZilla.png",
+ "js": {
+ "lz_chat_execute": "",
+ "lz_code_id": "(?:[\\w\\d]+)",
+ "lz_tracking_set_widget_visibility": ""
+ },
+ "pricing": [
+ "onetime",
+ "mid"
+ ],
+ "saas": false,
+ "website": "https://www.livezilla.net",
+ "headers": {},
+ "meta": {}
+ },
+ "Livefyre": {
+ "cats": [
+ 15
+ ],
+ "description": "Livefyre is a platform that integrates with the social web to boost social interaction.",
+ "html": [
+ "<[^>]+(?:id|class)=\"livefyre"
+ ],
+ "icon": "Livefyre.png",
+ "js": {
+ "FyreLoader": "",
+ "L.version": "^(.+)$\\;confidence:0\\;version:\\1",
+ "LF.CommentCount": "",
+ "fyre": ""
+ },
+ "scriptSrc": [
+ "livefyre_init\\.js"
+ ],
+ "website": "http://livefyre.com",
+ "headers": {},
+ "meta": {}
+ },
+ "Liveinternet": {
+ "cats": [
+ 10
+ ],
+ "html": [
+ ""
+ ],
+ "icon": "akamai.svg",
+ "implies": [
+ "Boomerang"
+ ],
+ "js": {
+ "BOOMR_API_key": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://developer.akamai.com/akamai-mpulse-real-user-monitoring-solution"
+ },
+ "Akaunting": {
+ "cats": [
+ 55
+ ],
+ "description": "Akaunting is a free and online accounting software.",
+ "headers": {
+ "X-Akaunting": "^Free Accounting Software$"
+ },
+ "html": [
+ "]+akaunting-green\\.css",
+ "Powered By Akaunting: ]*href=\"https?://(?:www\\.)?akaunting\\.com[^>]+>"
+ ],
+ "icon": "akaunting.svg",
+ "implies": "Laravel",
+ "oss": true,
+ "website": "https://akaunting.com"
+ },
+ "Akinon": {
+ "cats": [
+ 6
+ ],
+ "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.",
+ "icon": "akinon.png",
+ "pricing": [
+ "poa"
+ ],
+ "scriptSrc": "cdn-mgsm\\.akinon\\.net/",
+ "website": "https://www.akinon.com/"
+ },
+ "Akismet": {
+ "cats": [
+ 87
+ ],
+ "description": "Akismet is a service that filters spam from comments, trackbacks, and contact form messages.",
+ "dom": "link[href*='/wp-content/plugins/akismet/']",
+ "icon": "Akismet.png",
+ "js": {
+ "ak_js.checkValidity": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/plugins/akismet/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
+ "website": "https://akismet.com"
+ },
+ "Akka HTTP": {
+ "cats": [
+ 18,
+ 22
+ ],
+ "cpe": "cpe:/a:lightbend:akka_http",
+ "headers": {
+ "Server": "akka-http(?:/([\\d.]+))?\\;version:\\1"
+ },
+ "icon": "akka-http.png",
+ "website": "http://akka.io"
+ },
+ "Aksara CMS": {
+ "cats": [
+ 1
+ ],
+ "description": "Aksara CMS is a CodeIgniter based CRUD toolkit.",
+ "dom": "div.aksara-footer",
+ "icon": "Aksara CMS.svg",
+ "implies": [
+ "PHP",
+ "MySQL",
+ "CodeIgniter",
+ "Bootstrap",
+ "jQuery",
+ "OpenLayers"
+ ],
+ "oss": true,
+ "website": "https://aksaracms.com"
+ },
+ "Albacross": {
+ "cats": [
+ 10,
+ 77
+ ],
+ "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.",
+ "icon": "Albacross.svg",
+ "js": {
+ "_nQsv": "^([\\d.])$\\;version:\\1"
+ },
+ "pricing": [
+ "low",
+ "recurring",
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.albacross\\.com",
+ "website": "https://albacross.com"
+ },
+ "AlertifyJS": {
+ "cats": [
+ 12
+ ],
+ "description": "AlertifyJS is a javascript framework for developing browser dialogs and notifications.",
+ "icon": "AlertifyJS.png",
+ "js": {
+ "alertify.defaults.autoReset": ""
+ },
+ "oss": true,
+ "scriptSrc": "/alertify/alertify\\.min\\.js",
+ "website": "https://alertifyjs.com"
+ },
+ "Alexa Certified Site Metrics": {
+ "cats": [
+ 10
+ ],
+ "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.",
+ "icon": "Alexa.svg",
+ "js": {
+ "_atrk_opts.domain": ""
+ },
+ "pricing": [
+ "freemium",
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.cloudfront\\.net/atrk\\.js",
+ "website": "https://support.alexa.com/hc/en-us/sections/200063374"
+ },
+ "Algolia": {
+ "cats": [
+ 29
+ ],
+ "cookies": {
+ "_ALGOLIA": ""
+ },
+ "description": "Algolia offers a hosted web search product delivering real-time results.",
+ "headers": {
+ "Content-Security-Policy": "\\.algolia"
+ },
+ "icon": "Algolia.svg",
+ "js": {
+ "AlgoliaSearch": "",
+ "__GLOBAL__.algolia": "",
+ "__NEXT_DATA__.props.pageProps.appSettings.ALGOLIA_APP_ID": "",
+ "__algolia": "",
+ "algoliasearch.version": "^(.+)$\\;version:\\1"
+ },
+ "pricing": [
+ "freemium",
+ "payg"
+ ],
+ "saas": true,
+ "website": "http://www.algolia.com"
+ },
+ "Ali Reviews": {
+ "cats": [
+ 90,
+ 100
+ ],
+ "description": "Ali reviews is a shopify app to collect reviews from customers.",
+ "icon": "Alireviews.svg",
+ "js": {
+ "alireviews_tags": ""
+ },
+ "saas": true,
+ "website": "https://apps.shopify.com/ali-reviews"
+ },
+ "All in One SEO Pack": {
+ "cats": [
+ 54,
+ 87
+ ],
+ "cpe": "cpe:/a:semperfiwebdesign:all_in_one_seo_pack",
+ "description": "All in One SEO plugin optimizes WordPress website and its content for search engines.",
+ "html": "",
+ "icon": "Business Catalyst.svg",
+ "scriptSrc": "CatalystScripts",
+ "website": "http://businesscatalyst.com"
+ },
+ "Buy me a coffee": {
+ "cats": [
+ 5,
+ 41
+ ],
+ "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.",
+ "dom": "a[href*='www.buymeacoffee.com/'][target='_blank']",
+ "icon": "Buy me a coffee.svg",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": "cdnjs\\.buymeacoffee\\.com/([\\d.]+)\\;version:\\1",
+ "website": "https://www.buymeacoffee.com"
+ },
+ "BuySellAds": {
+ "cats": [
+ 36
+ ],
+ "icon": "BuySellAds.svg",
+ "js": {
+ "_bsa": "",
+ "_bsaPRO": "",
+ "_bsap": "",
+ "_bsap_serving_callback": ""
+ },
+ "scriptSrc": [
+ "^https?://s\\d\\.buysellads\\.com/",
+ "servedby-buysellads\\.com/monetization(?:\\.[\\w\\d]+)?\\.js"
+ ],
+ "website": "http://buysellads.com"
+ },
+ "Buyapowa": {
+ "cats": [
+ 94
+ ],
+ "description": "Buyapowa is a scalable referral marketing and advocacy platform designed for all industries.",
+ "icon": "Buyapowa.svg",
+ "js": {
+ "Buyapowa.CanaryCheck": ""
+ },
+ "pricing": [
+ "poa",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "cdn\\.co-buying\\.com/",
+ "website": "https://www.buyapowa.com"
+ },
+ "BySide": {
+ "cats": [
+ 32,
+ 76
+ ],
+ "description": "BySide is a personalisation and marketing automation platform.",
+ "icon": "BySide.svg",
+ "js": {
+ "BySide": "",
+ "bysideWebcare_banner": ""
+ },
+ "pricing": [
+ "poa",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "webcare\\.byside\\.com/",
+ "website": "https://byside.com"
+ },
+ "Bynder": {
+ "cats": [
+ 95
+ ],
+ "cookies": {
+ "bynder": "^[\\dA-Z]+-[\\dA-Z]+-[\\dA-Z]+-[\\dA-Z]+$"
+ },
+ "description": "Bynder is a cloud-based marketing platform where brands create, find, and use all their digital content.",
+ "icon": "Bynder.svg",
+ "js": {
+ "Bynder.cloudfront": "\\.cloudfront\\.net/frontend/([\\d\\.]+)/\\;version:\\1"
+ },
+ "pricing": [
+ "payg",
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.bynder.com"
+ },
+ "basket.js": {
+ "cats": [
+ 59
+ ],
+ "icon": "basket.js.png",
+ "js": {
+ "basket.isValidItem": ""
+ },
+ "website": "https://addyosmani.github.io/basket.js/"
+ }
+}
\ No newline at end of file
diff --git a/wappalyzer/src/technologies/c.json b/wappalyzer/src/technologies/c.json
new file mode 100644
index 0000000..6bc1bab
--- /dev/null
+++ b/wappalyzer/src/technologies/c.json
@@ -0,0 +1,3425 @@
+{
+ "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.",
+ "icon": "C.png",
+ "website": "http://www.open-std.org/jtc1/sc22/wg14/"
+ },
+ "CCV Shop": {
+ "cats": [
+ 6
+ ],
+ "icon": "ccvshop.png",
+ "scriptSrc": "/website/JavaScript/Vertoshop\\.js",
+ "website": "https://ccvshop.be"
+ },
+ "CDN77": {
+ "cats": [
+ 31
+ ],
+ "description": "CDN77 is a content delivery network (CDN).",
+ "headers": {
+ "Server": "^CDN77-Turbo$"
+ },
+ "icon": "CDN77.png",
+ "website": "https://www.cdn77.com"
+ },
+ "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.",
+ "icon": "CFML.png",
+ "website": "http://adobe.com/products/coldfusion-family.html"
+ },
+ "CIVIC": {
+ "cats": [
+ 67
+ ],
+ "description": "Civic provides cookie control for user consent and the use of cookies.",
+ "icon": "civic.png",
+ "scriptSrc": "cc\\.cdn\\.civiccomputing\\.com",
+ "website": "https://www.civicuk.com/cookie-control"
+ },
+ "CJDropshipping app": {
+ "cats": [
+ 100
+ ],
+ "description": "CJDropshipping is a dropshipping supplier and fulfillment service from China.",
+ "icon": "CJDropshipping.svg",
+ "pricing": [
+ "payg"
+ ],
+ "requires": "Shopify",
+ "saas": true,
+ "scriptSrc": "app\\.cjdropshipping\\.com/",
+ "website": "https://apps.shopify.com/cucheng"
+ },
+ "CKEditor": {
+ "cats": [
+ 24
+ ],
+ "cpe": "cpe:/a:ckeditor:ckeditor",
+ "description": "CKEditor is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications. Its core code is written in JavaScript and it is developed by CKSource. CKEditor is available under open-source and commercial licenses.",
+ "icon": "CKEditor.png",
+ "js": {
+ "CKEDITOR": "",
+ "CKEDITOR.version": "^(.+)$\\;version:\\1",
+ "CKEDITOR_BASEPATH": ""
+ },
+ "website": "http://ckeditor.com"
+ },
+ "CMS Made Simple": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "CMSSESSID": ""
+ },
+ "cpe": "cpe:/a:cmsmadesimple:cms_made_simple",
+ "icon": "CMS Made Simple.png",
+ "implies": "PHP",
+ "meta": {
+ "generator": "CMS Made Simple"
+ },
+ "website": "http://cmsmadesimple.org"
+ },
+ "CMSimple": {
+ "cats": [
+ 1
+ ],
+ "cpe": "cpe:/a:cmsimple:cmsimple",
+ "implies": "PHP",
+ "meta": {
+ "generator": "CMSimple( [\\d.]+)?\\;version:\\1"
+ },
+ "website": "http://www.cmsimple.org/en"
+ },
+ "CNZZ": {
+ "cats": [
+ 10
+ ],
+ "icon": "cnzz.png",
+ "js": {
+ "cnzz_protocol": ""
+ },
+ "scriptSrc": "//[^./]+\\.cnzz\\.com/(?:z_stat.php|core)\\?",
+ "website": "https://web.umeng.com/"
+ },
+ "CPG Dragonfly": {
+ "cats": [
+ 1
+ ],
+ "headers": {
+ "X-Powered-By": "^Dragonfly CMS"
+ },
+ "icon": "CPG Dragonfly.png",
+ "implies": "PHP",
+ "meta": {
+ "generator": "CPG Dragonfly"
+ },
+ "website": "http://dragonflycms.org"
+ },
+ "CS Cart": {
+ "cats": [
+ 6
+ ],
+ "description": "CS Cart is a turnkey ecommerce shopping cart software solution.",
+ "dom": "a[href*='.cs-cart.com'][target='_blank']",
+ "icon": "CS Cart.svg",
+ "implies": "PHP",
+ "js": {
+ "fn_buy_together_apply_discount": "",
+ "fn_calculate_total_shipping": "",
+ "fn_compare_strings": ""
+ },
+ "pricing": [
+ "mid",
+ "onetime"
+ ],
+ "scriptSrc": "var/cache/misc/assets/js/tygh/scripts-(?:[\\d\\w]+)\\.js",
+ "website": "http://www.cs-cart.com"
+ },
+ "CSSIgniter Olsen Light": {
+ "cats": [
+ 80
+ ],
+ "description": "CSSIgniter Olsen Light is a clean, minimal, stylish and elegant WordPress blog theme, perfect for lifestyle, food, cooking, fashion, travel, wedding, health & fitness, photography and beauty blogging.",
+ "icon": "CSSIgniter.svg",
+ "pricing": [
+ "freemium",
+ "onetime",
+ "recurring",
+ "low"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/themes/olsen-light/.+scripts(?:\\.min)?\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
+ "website": "https://www.cssigniter.com/themes/olsen-light"
+ },
+ "CTT": {
+ "cats": [
+ 99
+ ],
+ "description": "CTT operates as the national postal service of Portugal.",
+ "icon": "CTT.svg",
+ "requiresCategory": 6,
+ "text": [
+ "\\bTourline Express\\b",
+ "\\bCTT\\b"
+ ],
+ "website": "https://www.ctt.pt"
+ },
+ "Caast.tv": {
+ "cats": [
+ 5
+ ],
+ "description": "Caast.tv is a digital commercial animation solution integrated into the ecommerce customer journey.",
+ "icon": "Caast.tv.png",
+ "js": {
+ "caast.open": "",
+ "caastInstance": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "cdn\\.caast\\.tv/",
+ "website": "https://en.caast.tv"
+ },
+ "CacheFly": {
+ "cats": [
+ 31
+ ],
+ "description": "CacheFly is a content delivery network (CDN) which offers CDN service that relies solely on IP anycast for routing, rather than DNS based global load balancing.",
+ "headers": {
+ "Server": "^CFS ",
+ "X-CF1": "",
+ "X-CF2": ""
+ },
+ "icon": "CacheFly.svg",
+ "website": "http://www.cachefly.com"
+ },
+ "Caddy": {
+ "cats": [
+ 22
+ ],
+ "headers": {
+ "Server": "^Caddy$"
+ },
+ "icon": "caddy.svg",
+ "implies": "Go",
+ "website": "http://caddyserver.com"
+ },
+ "Cafe24": {
+ "cats": [
+ 6
+ ],
+ "description": "Cafe24 is a global ecommerce platform that provides everything people need to build an online DTC store in one stop.",
+ "icon": "Cafe24.svg",
+ "js": {
+ "EC_GLOBAL_DATETIME": "",
+ "EC_GLOBAL_INFO": "",
+ "EC_ROOT_DOMAIN": ""
+ },
+ "pricing": [
+ "low"
+ ],
+ "saas": true,
+ "website": "https://www.cafe24.com/en/"
+ },
+ "CakePHP": {
+ "cats": [
+ 18
+ ],
+ "cookies": {
+ "cakephp": ""
+ },
+ "cpe": "cpe:/a:cakephp:cakephp",
+ "icon": "CakePHP.png",
+ "implies": "PHP",
+ "meta": {
+ "application-name": "CakePHP"
+ },
+ "website": "http://cakephp.org"
+ },
+ "Caldera Forms": {
+ "cats": [
+ 87
+ ],
+ "description": "Caldera Forms is the free WordPress form builder plugin.",
+ "dom": {
+ "link[href*='/wp-content/plugins/caldera-forms/']": {
+ "attributes": {
+ "href": "/wp-content/plugins/caldera-forms/.+\\.css(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ }
+ }
+ },
+ "icon": "Caldera Forms.png",
+ "js": {
+ "calderaForms": ""
+ },
+ "pricing": [
+ "freemium",
+ "onetime"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/plugins/caldera-forms/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
+ "website": "https://calderaforms.com"
+ },
+ "CalendarHero": {
+ "cats": [
+ 72
+ ],
+ "description": "CalendarHero (formerly Zoom.ai) is meeting scheduling software that helps you book meetings automatically.",
+ "icon": "CalendarHero.png",
+ "js": {
+ "ZOOMAI.VARS": ""
+ },
+ "pricing": [
+ "low",
+ "freemium",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://calendarhero.com"
+ },
+ "Calendly": {
+ "cats": [
+ 72
+ ],
+ "description": "Calendly is an app for scheduling appointments, meetings, and events.",
+ "icon": "Calendly.svg",
+ "js": {
+ "Calendly": ""
+ },
+ "pricing": [
+ "low",
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": "https://assets\\.calendly\\.com/assets/external/widget\\.js",
+ "website": "https://calendly.com/"
+ },
+ "CallRail": {
+ "cats": [
+ 10
+ ],
+ "description": "CallRail is a service that tracks and manages your phone leads, helping businesses to determine which marketing campaigns are driving quality leads.",
+ "icon": "CallRail.png",
+ "js": {
+ "CallTrk": "",
+ "CallTrkSwap": "",
+ "crwpVer": "^([\\d\\.]+)$\\;version:\\1"
+ },
+ "pricing": [
+ "payg",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.callrail.com"
+ },
+ "Callbell": {
+ "cats": [
+ 52
+ ],
+ "description": "Callbell is a web-based live chat solution designed to help businesses manage team collaboration via multiple communication channels.",
+ "icon": "Callbell.svg",
+ "js": {
+ "Callbell": "",
+ "callbellSettings": ""
+ },
+ "pricing": [
+ "low",
+ "freemium",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.callbell\\.eu/",
+ "website": "https://www.callbell.eu"
+ },
+ "Campaign Monitor": {
+ "cats": [
+ 32,
+ 75
+ ],
+ "description": "Campaign Monitor is a global technology company that provides an email marketing platform.",
+ "dom": "input[value='campaignmonitor_subscribe_form'][name='form_id'], form[action*='createsend'][class='js-cm-form']",
+ "icon": "Campaign Monitor.svg",
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.createsend1\\.com/",
+ "website": "https://www.campaignmonitor.com"
+ },
+ "Candid Themes Fairy": {
+ "cats": [
+ 80
+ ],
+ "description": "Fairy is a free and minimal WordPress blog theme by Candid Themes.",
+ "icon": "Candid Themes.png",
+ "pricing": [
+ "freemium",
+ "onetime"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/themes/fairy(?:-premium)?/.+custom\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
+ "website": "https://www.candidthemes.com/themes/fairy"
+ },
+ "Canto": {
+ "cats": [
+ 95
+ ],
+ "description": "Canto is a digital asset management solution.",
+ "dom": "link[href*='.canto.com/'], a[href*='.canto.com/'], img[src*='.canto.com/']",
+ "icon": "Canto.svg",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.canto.com"
+ },
+ "Captch Me": {
+ "cats": [
+ 16,
+ 36
+ ],
+ "icon": "Captch Me.svg",
+ "js": {
+ "Captchme": ""
+ },
+ "scriptSrc": "^https?://api\\.captchme\\.net/",
+ "website": "http://captchme.com"
+ },
+ "Carbon Ads": {
+ "cats": [
+ 36
+ ],
+ "description": "Carbon Ads is an ad tech company, that connects advertisers to users through targeted verticals called Circles.",
+ "dom": "div#carbonads-container",
+ "icon": "Carbon Ads.png",
+ "js": {
+ "_carbonads": "",
+ "_carbonads_go": ""
+ },
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.carbonads\\.com/",
+ "website": "http://carbonads.net"
+ },
+ "CareCart": {
+ "cats": [
+ 98,
+ 100
+ ],
+ "description": "CareCart is a smart app to recover big value carts on all sizes of shopify stores.",
+ "icon": "CareCart.png",
+ "implies": "Shopify",
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "app\\.carecart\\.io/api/abandoned-cart/",
+ "website": "https://carecart.io/abandoned-cart-recovery-app"
+ },
+ "CareCart Sales Pop Up": {
+ "cats": [
+ 100,
+ 5
+ ],
+ "description": "CareCart Sales Pop Up is a stock countdown timer, recent sales notifications, live sales pop up widget.",
+ "icon": "CareCart.png",
+ "implies": "Shopify",
+ "pricing": [
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": "sales-pop\\.carecart\\.io/",
+ "website": "https://carecart.io/sales-pop-up-app"
+ },
+ "Cargo": {
+ "cats": [
+ 51
+ ],
+ "description": "Cargo is a professional site building platform for designers and artists.",
+ "icon": "Cargo.svg",
+ "implies": "PHP",
+ "js": {
+ "Cargo.Config": "",
+ "__cargo_js_ver__": ""
+ },
+ "meta": {
+ "cargo_title": ""
+ },
+ "scriptSrc": "/cargo\\.",
+ "website": "https://cargo.site"
+ },
+ "Carro": {
+ "cats": [
+ 100
+ ],
+ "description": "Carro connects participating Shopify stores together to enable cross-store selling or the ability for like-minded partners to directly sell each other products without the need for inventory, managing returns, or minimum order quantities.",
+ "icon": "Carro.svg",
+ "implies": "Shopify",
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.getcarro\\.com/",
+ "/carro\\.min\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ ],
+ "website": "https://getcarro.com"
+ },
+ "Cart Functionality": {
+ "cats": [
+ 6
+ ],
+ "description": "Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.",
+ "dom": [
+ "a[href*='/cart']",
+ "a[href*='/order']",
+ "a[href*='/basket']",
+ "a[href*='/trolley']",
+ "a[href*='/bag/']",
+ "a[href*='/shoppingbag']",
+ "a[href*='/checkout']",
+ "a[href*='/winkelwagen']",
+ "[aria-controls='cart']",
+ "[class*='shopping-bag']",
+ "[class*='shopping-cart']",
+ "[class*='checkout']",
+ "[class*='winkelwagen']"
+ ],
+ "icon": "Cart-generic.svg",
+ "js": {
+ "google_tag_params.ecomm_pagetype": ""
+ },
+ "scriptSrc": [
+ "googlecommerce\\.com/trustedstores/api/js"
+ ],
+ "url": "/(?:cart|order|basket|trolley|bag|shoppingbag|checkout)",
+ "website": "https://www.wappalyzer.com/technologies/ecommerce/cart-functionality"
+ },
+ "Cart.js": {
+ "cats": [
+ 59
+ ],
+ "description": "Cart.js is a very small open-source Javascript library that makes the addition of powerful Ajax cart functionality to your Shopify theme a breeze.",
+ "icon": "Cart.js.png",
+ "implies": "Shopify",
+ "oss": true,
+ "scriptSrc": "(?:shopify-cartjs/([\\d\\.]+)|assets)/rivets-cart\\.min\\.js\\;version:\\1",
+ "website": "https://cartjs.org"
+ },
+ "CartKit": {
+ "cats": [
+ 32
+ ],
+ "description": "CartKit build apps from fuss-free multi-channel marketing automation and campaigns to social proof popups and user session recording.",
+ "icon": "CartKit.svg",
+ "pricing": [
+ "freemium",
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.cartkitcdn\\.com/",
+ "website": "https://www.cartkit.com"
+ },
+ "CartStack": {
+ "cats": [
+ 98
+ ],
+ "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.",
+ "icon": "CartStack.svg",
+ "js": {
+ "_cartstack": ""
+ },
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "api\\.cartstack\\.\\w+",
+ "website": "https://www.cartstack.com"
+ },
+ "Carts Guru": {
+ "cats": [
+ 32,
+ 75
+ ],
+ "description": "Carts Guru is the all-in-one marketing automation tool for ecommerce stores.",
+ "icon": "Carts Guru.png",
+ "pricing": [
+ "payg",
+ "mid"
+ ],
+ "saas": true,
+ "scriptSrc": "cdn\\.cartsguru\\.io/",
+ "website": "https://www.carts.guru"
+ },
+ "Cashew Payments": {
+ "cats": [
+ 91
+ ],
+ "description": "Cashew Payments is a buy now, pay later platform that allows its customers to shop now and pay later in equal monthly installments.",
+ "headers": {
+ "Content-Security-Policy": "\\.cashewpayments\\.com"
+ },
+ "icon": "Cashew Payments.svg",
+ "pricing": [
+ "payg"
+ ],
+ "requiresCategory": 6,
+ "saas": true,
+ "scriptSrc": "\\.cashewpayments\\.com/",
+ "website": "https://www.cashewpayments.com"
+ },
+ "Catberry.js": {
+ "cats": [
+ 12,
+ 18
+ ],
+ "headers": {
+ "X-Powered-By": "Catberry"
+ },
+ "icon": "Catberry.js.png",
+ "implies": "Node.js",
+ "js": {
+ "catberry": "",
+ "catberry.version": "^(.+)$\\;version:\\1"
+ },
+ "website": "https://catberry.github.io/"
+ },
+ "Catch": {
+ "cats": [
+ 41
+ ],
+ "description": "Catch is a payment solution which allows merchants to use payments via bank payments instead of credit/debit cards.",
+ "icon": "Catch.svg",
+ "js": {
+ "Catch": ""
+ },
+ "website": "https://www.getcatch.com/"
+ },
+ "Catch Themes Catch Box": {
+ "cats": [
+ 80
+ ],
+ "description": "Catch Box is a lightweight, box shaped, clean responsive WordPress theme by Catch Themes.",
+ "dom": "link[href*='/wp-content/themes/catch-box/']",
+ "icon": "Catch Themes.png",
+ "pricing": [
+ "freemium",
+ "onetime"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/themes/catch-box(?:-pro)?/",
+ "website": "https://catchthemes.com/themes/catch-box"
+ },
+ "Catch Themes Fotografie": {
+ "cats": [
+ 80
+ ],
+ "description": "Fotografie is a modern photography WordPress theme that comes with high-quality features and minimal design by Catch Themes.",
+ "dom": "link[href*='/wp-content/themes/fotografie/']",
+ "icon": "Catch Themes.png",
+ "pricing": [
+ "freemium",
+ "onetime"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/themes/fotografie(?:-pro)?/",
+ "website": "https://catchthemes.com/themes/fotografie"
+ },
+ "Cecil": {
+ "cats": [
+ 57
+ ],
+ "description": "Cecil is a CLI application, powered by PHP, that merge plain text files (written in Markdown), images and Twig templates to generate a static website.",
+ "icon": "Cecil.svg",
+ "meta": {
+ "generator": "^Cecil(?: ([0-9.]+))?$\\;version:\\1"
+ },
+ "website": "https://cecil.app"
+ },
+ "Celeritas": {
+ "cats": [
+ 99
+ ],
+ "description": "Celeritas offers transportation logistics services for package deliveries.",
+ "icon": "Celeritas.svg",
+ "requiresCategory": 6,
+ "text": [
+ "\\bCeleritas\\b"
+ ],
+ "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.",
+ "dom": "img[src*='/celum/'], img[src*='/celum_assets/']",
+ "icon": "Celum.svg",
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.celum.com"
+ },
+ "Censhare": {
+ "cats": [
+ 95
+ ],
+ "description": "Censhare is a commercial digital experience platform in the form of an enterprise content management system.",
+ "dom": "img[data-src*='CENSHARE'], img[src*='CENSHARE']",
+ "icon": "Censhare.svg",
+ "pricing": [
+ "high",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.censhare.com"
+ },
+ "CentOS": {
+ "cats": [
+ 28
+ ],
+ "cpe": "cpe:/o:centos:centos",
+ "description": "CentOS is a Linux distribution that provides a free, community-supported computing platform functionally compatible with its upstream source, Red Hat Enterprise Linux (RHEL).",
+ "headers": {
+ "Server": "CentOS",
+ "X-Powered-By": "CentOS"
+ },
+ "icon": "CentOS.png",
+ "website": "http://centos.org"
+ },
+ "Centminmod": {
+ "cats": [
+ 22
+ ],
+ "headers": {
+ "X-Powered-By": "centminmod"
+ },
+ "icon": "centminmod.png",
+ "implies": [
+ "CentOS",
+ "Nginx",
+ "PHP"
+ ],
+ "website": "https://centminmod.com"
+ },
+ "Chabokan": {
+ "cats": [
+ 62
+ ],
+ "description": "Chabokan is a cloud services provider, offering a wide range of incorporated cloud services including Cloud Object Storage, DBaaS, BaaS, and PaaS.",
+ "headers": {
+ "ch-powered-by": "Chabokan\\s\\(chabokan\\.net\\)"
+ },
+ "icon": "Chabokan.svg",
+ "pricing": [
+ "low",
+ "payg"
+ ],
+ "website": "https://chabokan.net"
+ },
+ "Chakra UI": {
+ "cats": [
+ 66
+ ],
+ "description": "Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.",
+ "dom": "html[style*='chakra-ui-color-mode']",
+ "icon": "Chakra UI.svg",
+ "implies": "React",
+ "oss": true,
+ "scriptSrc": "\\.chakra-ui\\.",
+ "website": "https://chakra-ui.com"
+ },
+ "Chameleon": {
+ "cats": [
+ 58
+ ],
+ "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.",
+ "icon": "Chameleon.png",
+ "js": {
+ "chmln.Snippet.urls.fast": "fast\\.trychameleon\\.com",
+ "chmlnData.organizationAttributes": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.trychameleon\\.com/",
+ "website": "https://www.trychameleon.com"
+ },
+ "Chameleon system": {
+ "cats": [
+ 1,
+ 6
+ ],
+ "description": "Chameleon system is an ecommerce and content management system all-in-one, capable of being integrated straight from the manufacturer.",
+ "icon": "Chameleon system.png",
+ "meta": {
+ "generator": "Chameleon CMS/Shop System"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.chameleon-system.de"
+ },
+ "Chamilo": {
+ "cats": [
+ 21
+ ],
+ "cpe": "cpe:/a:chamilo:chamilo_lms",
+ "description": "Chamilo is an open-source learning management and collaboration system.",
+ "dom": "link[href*='chamilo.org/']",
+ "headers": {
+ "X-Powered-By": "Chamilo ([\\d.]+)\\;version:\\1"
+ },
+ "icon": "Chamilo.png",
+ "implies": "PHP",
+ "meta": {
+ "generator": "Chamilo ([\\d.]+)\\;version:\\1"
+ },
+ "website": "http://www.chamilo.org"
+ },
+ "ChannelAdvisor": {
+ "cats": [
+ 10,
+ 32
+ ],
+ "description": "ChannelAdvisor is a provider of cloud-based solutions to ecommerce companies.",
+ "dom": "link[href*='.channeladvisor.com']",
+ "icon": "ChannelAdvisor.svg",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.channeladvisor\\.com/",
+ "website": "https://www.channeladvisor.com"
+ },
+ "ChannelApe": {
+ "cats": [
+ 6
+ ],
+ "description": "ChannelApe is an ecommerce and inventory management solution for the footwear and apparel industry.",
+ "icon": "ChannelApe.svg",
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "requiresCategory": 6,
+ "saas": true,
+ "website": "https://www.channelape.com",
+ "xhr": "\\.channelape\\.com"
+ },
+ "Chaport": {
+ "cats": [
+ 52
+ ],
+ "description": "Chaport is a multi-channel live chat and chatbot software for business.",
+ "icon": "Chaport.png",
+ "js": {
+ "chaport": "",
+ "chaportConfig": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.chaport\\.com",
+ "website": "https://www.chaport.com"
+ },
+ "ChargeAfter": {
+ "cats": [
+ 41,
+ 91
+ ],
+ "description": "ChargeAfter is a platform that connects retailers and lenders to offer consumers personalized Point of Sale Financing options at checkout from multiple lenders. ",
+ "icon": "ChargeAfter.svg",
+ "js": {
+ "ChargeAfter": ""
+ },
+ "saas": true,
+ "scriptSrc": "cdn\\.chargeafter\\.com",
+ "website": "https://chargeafter.com/"
+ },
+ "Chargebee": {
+ "cats": [
+ 41
+ ],
+ "description": "Chargebee is a PCI Level 1 certified recurring billing platform for SaaS and subscription-based businesses.",
+ "icon": "Chargebee.svg",
+ "js": {
+ "Chargebee": "",
+ "chargebeeTrackFunc": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "js\\.chargebee\\.com/v([\\d.]+)\\;version:\\1",
+ "website": "https://www.chargebee.com"
+ },
+ "Chart.js": {
+ "cats": [
+ 25
+ ],
+ "description": "Chart.js is an open-source JavaScript library that allows you to draw different types of charts by using the HTML5 canvas element.",
+ "icon": "Chart.js.svg",
+ "js": {
+ "Chart": "\\;confidence:50",
+ "Chart.defaults.doughnut": "",
+ "chart.ctx.bezierCurveTo": ""
+ },
+ "scriptSrc": [
+ "/Chart(?:\\.bundle)?(?:\\.min)?\\.js\\;confidence:75",
+ "chartjs\\.org/dist/([\\d.]+(?:-[^/]+)?|master|latest)/Chart.*\\.js\\;version:\\1",
+ "cdnjs\\.cloudflare\\.com/ajax/libs/Chart\\.js/([\\d.]+(?:-[^/]+)?)/Chart.*\\.js\\;version:\\1",
+ "cdn\\.jsdelivr\\.net/(?:npm|gh/chartjs)/chart\\.js@([\\d.]+(?:-[^/]+)?|latest)/dist/Chart.*\\.js\\;version:\\1"
+ ],
+ "website": "https://www.chartjs.org"
+ },
+ "Chartbeat": {
+ "cats": [
+ 10
+ ],
+ "icon": "Chartbeat.png",
+ "js": {
+ "_sf_async_config": "",
+ "_sf_endpt": ""
+ },
+ "scriptSrc": "chartbeat\\.js",
+ "website": "http://chartbeat.com"
+ },
+ "Chatango": {
+ "cats": [
+ 5
+ ],
+ "description": "Chatango is a website used for connecting to a large selection of users.",
+ "dom": "iframe[src*='st.chatango.com']",
+ "icon": "Chatango.png",
+ "pricing": [
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": "st\\.chatango\\.com",
+ "website": "https://chatango.com"
+ },
+ "Chatra": {
+ "cats": [
+ 52
+ ],
+ "description": "Chatra is a cloud-based live chat platform aimed at small businesses and ecommerce retailers.",
+ "icon": "Chatra.svg",
+ "js": {
+ "ChatraID": "",
+ "ChatraSetup": ""
+ },
+ "pricing": [
+ "freemium",
+ "payg",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "call\\.chatra\\.io/chatra\\.js",
+ "website": "https://chatra.com",
+ "xhr": "chat\\.chatra\\.io/"
+ },
+ "Chatwoot": {
+ "cats": [
+ 52
+ ],
+ "description": "Chatwoot is a customer support tool for instant messaging channels.",
+ "icon": "Chatwoot.svg",
+ "js": {
+ "$chatwoot": "",
+ "chatwootSDK": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.chatwoot.com"
+ },
+ "Checkfront": {
+ "cats": [
+ 5,
+ 6,
+ 72
+ ],
+ "description": "Checkfront is a cloud-based booking management application and ecommerce platform.",
+ "icon": "Checkfront.svg",
+ "pricing": [
+ "low",
+ "recurring",
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.checkfront\\.com/",
+ "website": "https://www.checkfront.com"
+ },
+ "Checkout.com": {
+ "cats": [
+ 41
+ ],
+ "description": "Checkout.com is an international payment platform that processes different payment methods across a variety of currencies.",
+ "icon": "Checkout.com.svg",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": "cdn\\.checkout\\.com/js/.+js(?:\\?ver=)?([\\d\\.]+)?\\;version:\\1",
+ "website": "https://www.checkout.com"
+ },
+ "Chekkit": {
+ "cats": [
+ 52
+ ],
+ "description": "Chekkit is an all-in-one review, messaging, and lead inbox software.",
+ "icon": "Chekkit.png",
+ "js": {
+ "chekkitSettings.toggleChat": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.chekkit.io"
+ },
+ "Cherokee": {
+ "cats": [
+ 22
+ ],
+ "cpe": "cpe:/a:cherokee-project:cherokee",
+ "headers": {
+ "Server": "^Cherokee(?:/([\\d.]+))?\\;version:\\1"
+ },
+ "icon": "Cherokee.png",
+ "website": "http://www.cherokee-project.com"
+ },
+ "CherryPy": {
+ "cats": [
+ 22
+ ],
+ "description": "CherryPy is an object-oriented web application framework using the Python programming language.",
+ "headers": {
+ "Server": "CherryPy(?:/([\\d.]+))?\\;version:\\1"
+ },
+ "icon": "CherryPy.svg",
+ "website": "https://cherrypy.org/"
+ },
+ "Chevereto": {
+ "cats": [
+ 7,
+ 19
+ ],
+ "description": "Chevereto is an image hosting software that allows you to create a full-featured image hosting website on your own server.",
+ "icon": "Chevereto.svg",
+ "implies": "PHP",
+ "js": {
+ "CHEVERETO.version": "([\\d\\.]+)\\;version:\\1"
+ },
+ "meta": {
+ "generator": "Chevereto\\s(?:[\\d\\.]+)"
+ },
+ "pricing": [
+ "low",
+ "onetime"
+ ],
+ "saas": true,
+ "scriptSrc": "/chevereto\\.js",
+ "website": "https://chevereto.com"
+ },
+ "Chili Piper": {
+ "cats": [
+ 72
+ ],
+ "description": "Chili Piper is a suite of automated scheduling tools that help revenue teams convert leads.",
+ "icon": "Chili Piper.svg",
+ "js": {
+ "ChiliPiper": ""
+ },
+ "pricing": [
+ "low",
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": "js\\.chilipiper\\.com/marketing\\.js",
+ "website": "https://www.chilipiper.com/"
+ },
+ "Chinese Menu Online": {
+ "cats": [
+ 51,
+ 93
+ ],
+ "description": "Chinese Menu Online is an online food ordering service.",
+ "dom": "li > a[href*='chinesemenuonline.com']",
+ "icon": "Chinese Menu Online.png",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://www.chinesemenuonline.com"
+ },
+ "Chitika": {
+ "cats": [
+ 36
+ ],
+ "icon": "Chitika.png",
+ "js": {
+ "ch_client": "",
+ "ch_color_site_link": ""
+ },
+ "scriptSrc": "scripts\\.chitika\\.net/",
+ "website": "http://chitika.com"
+ },
+ "Choices": {
+ "cats": [
+ 59
+ ],
+ "description": "Choices.js is a lightweight, configurable select box/text input plugin.",
+ "icon": "Choices.png",
+ "oss": true,
+ "scriptSrc": [
+ "choices\\.js/|@([\\d.]+)(?:/assets)?(?:/scripts)?(?:/styles)?(?:/dist)?/choices(?:\\.min)?\\.js|css\\;version:\\1"
+ ],
+ "website": "https://github.com/Choices-js/Choices"
+ },
+ "Chorus": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "_chorus_geoip_continent": "",
+ "chorus_preferences": ""
+ },
+ "description": "Chorus is the only all-in-one publishing, audience, and revenue platform built for modern media companies.",
+ "icon": "Chorus.svg",
+ "js": {
+ "Chorus.AddScript": "",
+ "ChorusAds.beforeAdsRequested": "",
+ "ChorusCampaigns.recordClickUrl": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://getchorus.voxmedia.com"
+ },
+ "Chronofresh": {
+ "cats": [
+ 99
+ ],
+ "description": "Chronofresh is an express transport service for food products.",
+ "icon": "Chronopost.svg",
+ "requiresCategory": 6,
+ "text": [
+ "\\bChronofresh\\b"
+ ],
+ "website": "https://www.chronofresh.fr"
+ },
+ "Chronopost": {
+ "cats": [
+ 99
+ ],
+ "description": "Chronopost provides a domestic and international express shipping and delivery service.",
+ "icon": "Chronopost.svg",
+ "requiresCategory": 6,
+ "text": [
+ "\\bChronopost\\b"
+ ],
+ "website": "https://www.chronopost.fr"
+ },
+ "ChurnZero": {
+ "cats": [
+ 97
+ ],
+ "description": "ChurnZero is a real-time customer success platform that helps subscription businesses fight customer churn.",
+ "icon": "ChurnZero.png",
+ "js": {
+ "ChurnZero": "",
+ "ChurnZero.version": "([\\d\\.]+)\\;version:\\1"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://churnzero.net"
+ },
+ "CitrusPay": {
+ "cats": [
+ 41
+ ],
+ "description": "CitrusPay provides payement gateway and wallet services.",
+ "icon": "citruspay.png",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": "checkout-static\\.citruspay\\.com/",
+ "website": "https://consumers.citruspay.com/"
+ },
+ "CityMail": {
+ "cats": [
+ 99
+ ],
+ "description": "CityMail is a private postal organisation operating in Sweden.",
+ "icon": "CityMail.png",
+ "requiresCategory": 6,
+ "text": [
+ "\\bCitymail\\b"
+ ],
+ "website": "https://www.citymail.se"
+ },
+ "Ckan": {
+ "cats": [
+ 1
+ ],
+ "headers": {
+ "Access-Control-Allow-Headers": "X-CKAN-API-KEY",
+ "Link": "; rel=shortlink"
+ },
+ "icon": "Ckan.png",
+ "implies": [
+ "Python",
+ "Solr",
+ "Java",
+ "PostgreSQL"
+ ],
+ "meta": {
+ "generator": "^ckan ?([0-9.]+)$\\;version:\\1"
+ },
+ "website": "http://ckan.org/"
+ },
+ "Clarity": {
+ "cats": [
+ 66
+ ],
+ "description": "Clarity is an open-source design system that brings together UX guidelines, an HTML/CSS framework, and Angular components.",
+ "dom": "link[href*='clr-ui'], clr-main-container",
+ "icon": "clarity.svg",
+ "implies": "Angular",
+ "js": {
+ "ClarityIcons": ""
+ },
+ "oss": true,
+ "scriptSrc": "clr-angular(?:\\.umd)?(?:\\.min)?\\.js",
+ "website": "https://clarity.design"
+ },
+ "Classeh": {
+ "cats": [
+ 21
+ ],
+ "description": "Classeh is a LMS that allows user to participate in webinars and also use LMS options like messanger,finances,homework,quiz and some extra options like sending messages and more.",
+ "dom": "a[href*='apps.classeh.ir'][target='_blank']",
+ "icon": "Classeh.svg",
+ "implies": [
+ "PHP",
+ "React",
+ "Python"
+ ],
+ "meta": {
+ "author": "^fanavar\\.org$"
+ },
+ "pricing": [
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://fanavar.org"
+ },
+ "Classy": {
+ "cats": [
+ 51
+ ],
+ "description": "Classy is a class library for JavaScript applications.",
+ "icon": "classy.png",
+ "js": {
+ "Classy": ""
+ },
+ "website": "https://www.classy.org/"
+ },
+ "ClearSale": {
+ "cats": [
+ 10
+ ],
+ "description": "ClearSale offers fraud management and chargeback protection services.",
+ "icon": "ClearSale.svg",
+ "js": {
+ "csdm": "\\;confidence:50"
+ },
+ "scriptSrc": [
+ "device\\.clearsale\\.com\\.br"
+ ],
+ "website": "https://www.clear.sale/"
+ },
+ "Clearbit Reveal": {
+ "cats": [
+ 10
+ ],
+ "description": "Clearbit Reveal identifies anonymous visitors to websites.",
+ "icon": "Clearbit.png",
+ "scriptSrc": [
+ "reveal\\.clearbit\\.com/v[(0-9)]/"
+ ],
+ "website": "https://clearbit.com/reveal"
+ },
+ "Clerk.io": {
+ "cats": [
+ 76
+ ],
+ "description": "Clerk.io is an all-in-one ecommerce personalisation platform.",
+ "icon": "Clerk.io.svg",
+ "js": {
+ "__clerk_cb_0": "",
+ "__clerk_q": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "\\.clerk\\.io/"
+ ],
+ "website": "https://clerk.io"
+ },
+ "CleverTap": {
+ "cats": [
+ 32,
+ 10
+ ],
+ "description": "CleverTap is a SaaS based customer lifecycle management and mobile marketing company headquartered in Mountain View, California.",
+ "icon": "CleverTap.png",
+ "js": {
+ "clevertap": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://clevertap.com"
+ },
+ "Cleverbridge": {
+ "cats": [
+ 6
+ ],
+ "description": "Cleverbridge is a all-in-one ecommerce and subscription billing solution for software, (SaaS) and digital goods.",
+ "icon": "Cleverbridge.svg",
+ "js": {
+ "cbCartProductSelection": ""
+ },
+ "scriptSrc": [
+ "static-cf\\.cleverbridge\\.\\w+/js/Shop\\.js"
+ ],
+ "website": "https://www.cleverbridge.com"
+ },
+ "ClickDimensions": {
+ "cats": [
+ 32
+ ],
+ "description": "ClickDimensions is a SaaS marketing automation platform built on the Microsoft Windows Azure platform.",
+ "icon": "ClickDimensions.png",
+ "js": {
+ "clickdimensions": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "analytics\\.clickdimensions\\.com/",
+ "website": "https://clickdimensions.com"
+ },
+ "ClickFunnels": {
+ "cats": [
+ 32,
+ 51
+ ],
+ "description": "Clickfunnels is an online sales funnel builder that helps businesses market, sell, and deliver their products online.",
+ "icon": "ClickFunnels.svg",
+ "js": {
+ "CFAppDomain": "app\\.clickfunnels\\.com",
+ "CFSurveyParticipantID": ""
+ },
+ "meta": {
+ "cf:app_domain:": "app\\.clickfunnels\\.com"
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.clickfunnels.com"
+ },
+ "ClickHeat": {
+ "cats": [
+ 10
+ ],
+ "icon": "ClickHeat.png",
+ "implies": "PHP",
+ "js": {
+ "clickHeatServer": ""
+ },
+ "scriptSrc": "clickheat.*\\.js",
+ "website": "http://www.labsmedia.com/clickheat/index.html"
+ },
+ "ClickTale": {
+ "cats": [
+ 10
+ ],
+ "description": "ClickTale is a SaaS solution enabling organisations to gain visual in-page analytics.",
+ "icon": "ClickTale.png",
+ "js": {
+ "ClickTale": "",
+ "ClickTaleEvent": "",
+ "ClickTaleGlobal": "",
+ "clickTaleStartEventSignal": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.clicktale\\.net",
+ "website": "http://www.clicktale.com"
+ },
+ "Clickbank": {
+ "cats": [
+ 71
+ ],
+ "dom": "a[href*='pay.clickbank.net?cbfid'], img[width='1'][src*='hop.clickbank.net?affiliate']",
+ "icon": "Clickbank.svg",
+ "js": {
+ "cbtb": ""
+ },
+ "scriptSrc": "r\\.wdfl\\.co",
+ "website": "https://www.clickbank.com/"
+ },
+ "Clicky": {
+ "cats": [
+ 10
+ ],
+ "description": "Clicky is web an analytics tool which helps you to get real-time analysis including spy view.",
+ "icon": "Clicky.png",
+ "js": {
+ "clicky": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "static\\.getclicky\\.com",
+ "website": "http://getclicky.com"
+ },
+ "ClientJS": {
+ "cats": [
+ 59,
+ 83
+ ],
+ "description": "ClientJS is a JavaScript library for generating browser fingerprints, exposing all the browser data-points.",
+ "icon": "ClientJS.png",
+ "js": {
+ "ClientJS": ""
+ },
+ "oss": true,
+ "scriptSrc": [
+ "/clientjs@(\\d.*?)/\\;version:\\1",
+ "/ClientJS/(?:(\\d.*?)/)?\\;version:\\1"
+ ],
+ "website": "http://clientjs.org"
+ },
+ "Clinch": {
+ "cats": [
+ 76
+ ],
+ "description": "Clinch delivers hyper-personalized creative experiences and consumer intelligence across all channels.",
+ "icon": "Clinch.png",
+ "scriptSrc": "cdn\\.clinch\\.co",
+ "website": "https://clinch.co/"
+ },
+ "Clipboard.js": {
+ "cats": [
+ 59
+ ],
+ "icon": "Clipboard.js.svg",
+ "scriptSrc": "clipboard(?:-([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1",
+ "website": "https://clipboardjs.com/"
+ },
+ "CloudCart": {
+ "cats": [
+ 6
+ ],
+ "icon": "cloudcart.svg",
+ "meta": {
+ "author": "^CloudCart LLC$"
+ },
+ "scriptSrc": "/cloudcart-(?:assets|storage)/",
+ "website": "http://cloudcart.com"
+ },
+ "CloudSuite": {
+ "cats": [
+ 6
+ ],
+ "cookies": {
+ "cs_secure_session": ""
+ },
+ "icon": "CloudSuite.svg",
+ "website": "https://cloudsuite.com"
+ },
+ "Cloudera": {
+ "cats": [
+ 34
+ ],
+ "description": "Cloudera is a software platform for data engineering, data warehousing, machine learning and analytics that runs in the cloud or on-premises.",
+ "headers": {
+ "Server": "cloudera"
+ },
+ "icon": "Cloudera.png",
+ "website": "http://www.cloudera.com"
+ },
+ "Cloudflare": {
+ "cats": [
+ 31
+ ],
+ "cookies": {
+ "__cfduid": ""
+ },
+ "description": "Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.",
+ "headers": {
+ "Server": "^cloudflare$",
+ "cf-cache-status": "",
+ "cf-ray": ""
+ },
+ "icon": "CloudFlare.svg",
+ "js": {
+ "CloudFlare": ""
+ },
+ "website": "http://www.cloudflare.com"
+ },
+ "Cloudflare Bot Management": {
+ "cats": [
+ 16
+ ],
+ "cookies": {
+ "__cf_bm": ""
+ },
+ "description": "Cloudflare bot management solution identifies and mitigates automated traffic to protect websites from bad bots.",
+ "icon": "CloudFlare.svg",
+ "implies": "Cloudflare",
+ "saas": true,
+ "website": "https://www.cloudflare.com/en-gb/products/bot-management/"
+ },
+ "Cloudflare Browser Insights": {
+ "cats": [
+ 10,
+ 78
+ ],
+ "description": "Cloudflare Browser Insights is a tool tool that measures the performance of websites from the perspective of users.",
+ "icon": "CloudFlare.svg",
+ "js": {
+ "__cfBeaconCustomTag": ""
+ },
+ "scriptSrc": "static\\.cloudflareinsights\\.com/beacon(?:\\.min)?\\.js",
+ "website": "http://www.cloudflare.com"
+ },
+ "Cloudflare Network Error Logging": {
+ "cats": [
+ 13
+ ],
+ "description": "Cloudflare Network Error Logging is a browser-based technology used to quickly identify problems with site visitors connecting to Cloudflare.",
+ "headers": {
+ "nel": "cf-nel\\;confidence:50",
+ "report-to": "a\\.nel\\.cloudflare\\.com\\;confidence:50"
+ },
+ "icon": "CloudFlare.svg",
+ "website": "https://developers.cloudflare.com/logs/reference/log-fields/zone/nel_reports"
+ },
+ "Cloudimage": {
+ "cats": [
+ 31,
+ 95
+ ],
+ "description": "Cloudimage automates the transformation and optimisation of images on the fly and accelerates their distribution via the Content Delivery Network (CDN).",
+ "dom": "img[src*='.cloudimg.io/'], link[href*='.cloudimg.io/'], amp-img[src*='.cloudimg.io/']",
+ "icon": "Cloudimage.svg",
+ "js": {
+ "ciResponsive.config.domain": "cloudimg\\.io"
+ },
+ "pricing": [
+ "freemium",
+ "payg",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.cloudimage.io"
+ },
+ "Cloudinary": {
+ "cats": [
+ 31,
+ 95
+ ],
+ "description": "Cloudinary is an end-to-end image- and video-management solution for websites and mobile apps, covering everything from image and video uploads, storage, manipulations, optimisations to delivery.",
+ "dom": "img[src*='.cloudinary.com/'], img[data-src*='.cloudinary.com/']",
+ "headers": {
+ "Content-Security-Policy": "player\\.cloudinary\\.com"
+ },
+ "icon": "Cloudinary.svg",
+ "js": {
+ "_cloudinary": ""
+ },
+ "pricing": [
+ "freemium",
+ "mid",
+ "recurring",
+ "poa"
+ ],
+ "website": "https://cloudinary.com"
+ },
+ "Cloudways": {
+ "cats": [
+ 62
+ ],
+ "description": "Cloudways offers managed cloud-hosting services for WordPress sites on a cloud server where multiple copies of your content will be replicated throughout your chosen data center.",
+ "headers": {
+ "cache-provider": "CLOUDWAYS-CACHE-DE"
+ },
+ "icon": "Cloudways.png",
+ "pricing": [
+ "payg"
+ ],
+ "website": "https://www.cloudways.com"
+ },
+ "Cloverly": {
+ "cats": [
+ 5
+ ],
+ "description": "Cloverly is an API integration for ethical ecommerce brands to help their customers offset the carbon footprint of their online transactions.",
+ "icon": "Cloverly.svg",
+ "js": {
+ "removeCloverly": ""
+ },
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": "apps\\.cloverly\\.com/",
+ "website": "https://www.cloverly.com"
+ },
+ "Cluep": {
+ "cats": [
+ 36
+ ],
+ "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.",
+ "icon": "Cluep.png",
+ "scriptSrc": "cas\\.cluep\\.com",
+ "website": "https://cluep.com/"
+ },
+ "ClustrMaps Widget": {
+ "cats": [
+ 35
+ ],
+ "description": "ClustrMaps widget is a visitor tracker, designed for general web and blog use.",
+ "dom": "img[src*='clustrmaps.com']",
+ "icon": "ClustrMaps.svg",
+ "scriptSrc": "clustrmaps\\.com",
+ "website": "https://clustrmaps.com/"
+ },
+ "CoConstruct": {
+ "cats": [
+ 19
+ ],
+ "dom": "a[href*='co-construct.com/skins'], iframe[src*='co-construct.com']",
+ "icon": "CoConstruct.png",
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.coconstruct.com"
+ },
+ "CoRover": {
+ "cats": [
+ 52
+ ],
+ "description": "CoRover is a conversational AI chatbot platform with proprietary cognitive AI technology.",
+ "icon": "CoRover.png",
+ "js": {
+ "CoRover_tag": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.corover\\.mobi/",
+ "website": "https://corover.ai"
+ },
+ "Coaster CMS": {
+ "cats": [
+ 1
+ ],
+ "cpe": "cpe:/a:web-feet:coaster_cms",
+ "icon": "coaster-cms.png",
+ "implies": "Laravel",
+ "meta": {
+ "generator": "^Coaster CMS v([\\d.]+)$\\;version:\\1"
+ },
+ "website": "https://www.coastercms.org"
+ },
+ "Cococart": {
+ "cats": [
+ 6
+ ],
+ "description": "Cococart is an ecommerce platform.",
+ "dom": [
+ "meta[property='og:image'][content*='static.cococart.co']",
+ "div[style*='static.cococart.co']"
+ ],
+ "icon": "Cococart.png",
+ "pricing": [
+ "freemium",
+ "recurring",
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://www.cococart.co"
+ },
+ "CoconutSoftware": {
+ "cats": [
+ 5,
+ 72
+ ],
+ "cookies": {
+ "coconut_calendar": ""
+ },
+ "description": "Coconut is a cloud-based appointment scheduling solution designed for enterprise financial services organisations such as credit unions, retail banks and more.",
+ "icon": "CoconutSoftware.svg",
+ "website": "https://www.coconutsoftware.com/"
+ },
+ "CodeIgniter": {
+ "cats": [
+ 18
+ ],
+ "cookies": {
+ "ci_csrf_token": "^(.+)$\\;version:\\1?2+:",
+ "ci_session": "",
+ "exp_last_activity": "",
+ "exp_tracker": ""
+ },
+ "cpe": "cpe:/a:codeigniter:codeigniter",
+ "html": "]+name=\"ci_csrf_token\"\\;version:2+",
+ "icon": "CodeIgniter.png",
+ "implies": "PHP",
+ "website": "http://codeigniter.com"
+ },
+ "CodeMirror": {
+ "cats": [
+ 19
+ ],
+ "description": "CodeMirror is a JavaScript component that provides a code editor in the browser.",
+ "icon": "CodeMirror.png",
+ "js": {
+ "CodeMirror": "",
+ "CodeMirror.version": "^(.+)$\\;version:\\1"
+ },
+ "website": "http://codemirror.net"
+ },
+ "Coin Currency Converter": {
+ "cats": [
+ 100
+ ],
+ "description": "Coin Currency Converter is an automatic currency conversion app for Shopify.",
+ "icon": "Coin Currency Converter.png",
+ "implies": "Shopify",
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "/apps/coin/coin\\.js.+\\.myshopify\\.com",
+ "website": "https://apps.shopify.com/coin"
+ },
+ "CoinHive": {
+ "cats": [
+ 56
+ ],
+ "description": "Coinhive is a cryptocurrency mining service.",
+ "icon": "CoinHive.svg",
+ "js": {
+ "CoinHive": ""
+ },
+ "scriptSrc": [
+ "\\/(?:coinhive|(authedmine))(?:\\.min)?\\.js\\;version:\\1?opt-in:",
+ "coinhive\\.com/lib"
+ ],
+ "url": "https?://cnhv\\.co/",
+ "website": "https://coinhive.com"
+ },
+ "CoinHive Captcha": {
+ "cats": [
+ 16,
+ 56
+ ],
+ "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.",
+ "dom": "div.coinhive-captcha",
+ "icon": "CoinHive.svg",
+ "scriptSrc": "https?://authedmine\\.com/(?:lib/captcha|captcha)",
+ "website": "https://coinhive.com"
+ },
+ "Coinbase Commerce": {
+ "cats": [
+ 41
+ ],
+ "description": "Coinbase Commerce is a platform that enables merchants to accept cryptocurrency payments.",
+ "dom": "a[href^='https://commerce.coinbase.com/checkout/']",
+ "icon": "Coinbase.svg",
+ "website": "https://commerce.coinbase.com/"
+ },
+ "Coinhave": {
+ "cats": [
+ 56
+ ],
+ "description": "CoinHave is a cryptocurrency mining service.",
+ "icon": "coinhave.png",
+ "scriptSrc": "https?://coin-have\\.com/c/[0-9a-zA-Z]{4}\\.js",
+ "website": "https://coin-have.com/"
+ },
+ "Coinimp": {
+ "cats": [
+ 56
+ ],
+ "description": "CoinImp is a cryptocurrency mining service.",
+ "icon": "coinimp.png",
+ "js": {
+ "Client.Anonymous": "\\;confidence:50"
+ },
+ "scriptSrc": "https?://www\\.hashing\\.win/scripts/min\\.js",
+ "website": "https://www.coinimp.com"
+ },
+ "Colibri WP": {
+ "cats": [
+ 80,
+ 51
+ ],
+ "description": "Colibri WP is a drag-and-drop WordPress website builder.",
+ "dom": "link[href*='/wp-content/plugins/colibri-page-builder']",
+ "icon": "Colibri WP.png",
+ "js": {
+ "Colibri": "",
+ "colibriData": "",
+ "colibriFrontendData": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring",
+ "onetime"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/plugins/colibri-page-builder.+\\.js(?:.+ver=([\\d\\.\\-\\w]+))?\\;version:\\1",
+ "website": "https://colibriwp.com"
+ },
+ "Colis Privé": {
+ "cats": [
+ 99
+ ],
+ "description": "Colis Privé is a private parcel delivery service provider specialised in last-mile delivery.",
+ "icon": "Colis Prive.svg",
+ "requiresCategory": 6,
+ "text": [
+ "\\bColis Priv[eé]\\b"
+ ],
+ "website": "https://www.colisprive.fr"
+ },
+ "Colissimo": {
+ "cats": [
+ 99
+ ],
+ "description": "Colissimo is a 'drop off' parcel delivery service.",
+ "icon": "DPD.svg",
+ "requiresCategory": 6,
+ "text": [
+ "\\bColissimo\\b"
+ ],
+ "website": "https://www.colissimo.entreprise.laposte.fr"
+ },
+ "ColorMag": {
+ "cats": [
+ 80
+ ],
+ "description": "ColorMag theme is for creating news, magazine, newspaper and other kinds of publishing sites. Compatible with Elementor.",
+ "dom": {
+ "body[class*='colormag-theme']": {
+ "text": ""
+ },
+ "link[id*='colormag']": {
+ "attributes": {
+ "href": "themes/colormag\\S*\\.css(?:\\?ver=([0-9.]+))?\\;version:\\1"
+ }
+ }
+ },
+ "icon": "ThemeGrill.png",
+ "requires": "WordPress",
+ "scriptSrc": "themes/colormag.*\\.js(?:\\?ver=([0-9.]+))?\\;version:\\1",
+ "website": "https://themegrill.com/themes/colormag/"
+ },
+ "ColorMeShop": {
+ "cats": [
+ 6
+ ],
+ "description": "ColorMeShop is an ecommerce platform from Japan.",
+ "icon": "colormeshop.png",
+ "js": {
+ "Colorme": ""
+ },
+ "website": "https://shop-pro.jp"
+ },
+ "Colorlib Activello": {
+ "cats": [
+ 80
+ ],
+ "description": "Colorlib Activello is a clean, minimal multipurpose WordPress blog theme developer using the Bootstrap frontend framework making it fully responsive and mobile-friendly.",
+ "dom": "link#activello-style-css",
+ "icon": "Colorlib.png",
+ "js": {
+ "ActivelloIsMobile": ""
+ },
+ "pricing": [
+ "freemium"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/themes/activello/",
+ "website": "https://colorlib.com/wp/themes/activello"
+ },
+ "Colorlib Illdy": {
+ "cats": [
+ 80
+ ],
+ "description": "Colorlib Illdy is a stunning multipurpose WordPress theme built based on Bootstrap frontend framework making it fully responsive and mobile friendly.",
+ "dom": "link#illdy-style-css",
+ "icon": "Colorlib.png",
+ "pricing": [
+ "freemium"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/themes/illdy/",
+ "website": "https://colorlib.com/wp/themes/illdy"
+ },
+ "Colorlib Shapely": {
+ "cats": [
+ 80
+ ],
+ "description": "Colorlib Shapely is considered as a powerful, clean and beautiful full-width free WordPress theme.",
+ "dom": "link#shapely-style-css",
+ "icon": "Colorlib.png",
+ "js": {
+ "ShapelyAdminObject": ""
+ },
+ "pricing": [
+ "freemium"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/themes/shapely/",
+ "website": "https://colorlib.com/wp/themes/shapely"
+ },
+ "Colorlib Sparkling": {
+ "cats": [
+ 80
+ ],
+ "description": "Colorlib Sparkling is a clean, modern, flat design WordPress theme developed using Bootstrap.",
+ "dom": "link#sparkling-style-css",
+ "icon": "Colorlib.png",
+ "pricing": [
+ "freemium"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/themes/sparkling/",
+ "website": "https://colorlib.com/wp/themes/sparkling"
+ },
+ "Colorlib Travelify": {
+ "cats": [
+ 80
+ ],
+ "description": "Colorlib Travelify is a responsive, free, travel WordPress theme.",
+ "dom": "link#travelify-style-css",
+ "icon": "Colorlib.png",
+ "js": {
+ "travelify_slider_value": ""
+ },
+ "pricing": [
+ "freemium"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/themes/travelify/",
+ "website": "https://colorlib.com/wp/themes/travelify"
+ },
+ "Combeenation": {
+ "cats": [
+ 76
+ ],
+ "description": "Combeenation is a powerful cloud-based configurator platform.",
+ "dom": "iframe[src*='portal.combeenation.com/']",
+ "icon": "Combeenation.png",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.combeenation.com"
+ },
+ "Comm100": {
+ "cats": [
+ 52
+ ],
+ "description": "Comm100 is a provider of customer service and communication products.",
+ "icon": "Comm100.svg",
+ "js": {
+ "Comm100API": "",
+ "comm100_chatButton": "",
+ "comm100_livechat_open_link": ""
+ },
+ "pricing": [
+ "recurring",
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://www.comm100.com"
+ },
+ "Commanders Act TagCommander": {
+ "cats": [
+ 42
+ ],
+ "description": "Commanders Act TagCommander is a European company providing a tag management product designed to handle website tags.",
+ "icon": "Commanders Act.svg",
+ "js": {
+ "tc_vars": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.tagcommander\\.com",
+ "website": "https://www.commandersact.com/en/solutions/tagcommander/"
+ },
+ "Commanders Act TrustCommander": {
+ "cats": [
+ 67
+ ],
+ "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.",
+ "icon": "Commanders Act.svg",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.trustcommander\\.net/privacy/.+_v([\\d]+)_([\\d]+)\\.js\\;version:\\1.\\2",
+ "website": "https://www.commandersact.com/en/solutions/trustcommander/"
+ },
+ "Commerce Server": {
+ "cats": [
+ 6
+ ],
+ "cpe": "cpe:/a:microsoft:commerce_server",
+ "headers": {
+ "COMMERCE-SERVER-SOFTWARE": ""
+ },
+ "icon": "Commerce Server.png",
+ "implies": "Microsoft ASP.NET",
+ "website": "http://commerceserver.net"
+ },
+ "Commerce.js": {
+ "cats": [
+ 6
+ ],
+ "description": "Commerce.js is an API-first ecommerce platform for developers and businesses.",
+ "headers": {
+ "Chec-Version": ".*",
+ "X-Powered-By": "Commerce.js"
+ },
+ "icon": "commercejs.png",
+ "js": {
+ "CommercejsSpace": ""
+ },
+ "scriptSrc": [
+ "cdn\\.chec\\.io/v(\\d+)/commerce\\.js\\;version:\\1",
+ "chec/commerce\\.js"
+ ],
+ "url": "\\.spaces.chec\\.io",
+ "website": "https://www.commercejs.com"
+ },
+ "Commerce7": {
+ "cats": [
+ 6
+ ],
+ "description": "Commerce7 is an ecommerce platform for wineries.",
+ "icon": "Commerce7.svg",
+ "pricing": [
+ "mid",
+ "recurring",
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": "cdn\\.commerce7\\.com",
+ "website": "https://commerce7.com",
+ "xhr": "api\\.commerce7\\.com"
+ },
+ "Complianz": {
+ "cats": [
+ 74,
+ 67,
+ 87
+ ],
+ "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.",
+ "icon": "Complianz.png",
+ "js": {
+ "complianz.version": "([\\d.]+)\\;version:\\1"
+ },
+ "pricing": [
+ "onetime"
+ ],
+ "requires": "WordPress",
+ "saas": true,
+ "scriptSrc": "wp-content/plugins/complianz-gdpr-premium",
+ "website": "https://complianz.io"
+ },
+ "Concrete CMS": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "CONCRETE5": ""
+ },
+ "cpe": "cpe:/a:concrete5:concrete5",
+ "icon": "Concrete CMS.svg",
+ "implies": "PHP",
+ "js": {
+ "CCM_IMAGE_PATH": "",
+ "Concrete": ""
+ },
+ "meta": {
+ "generator": "^concrete5(?: - ([\\d.]+)$)?\\;version:\\1"
+ },
+ "scriptSrc": "/concrete/js/",
+ "website": "https://www.concretecms.com"
+ },
+ "Conekta": {
+ "cats": [
+ 41
+ ],
+ "description": "Conekta is a Mexican payment platform.",
+ "icon": "Conekta.svg",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "conektaapi/v([\\d.]+)\\;version:\\1",
+ "cdn\\.conekta\\.\\w+/js/(?:v([\\d.]+)|)\\;version:\\1"
+ ],
+ "website": "https://conekta.com"
+ },
+ "Confer With": {
+ "cats": [
+ 103
+ ],
+ "description": "Confer With triggers live streaming video calls between shoppers and instore experts from a website, or outside a store.",
+ "icon": "Confer With.svg",
+ "pricing": [
+ "poa"
+ ],
+ "requiresCategory": 6,
+ "saas": true,
+ "scriptSrc": "\\.conferwith\\.io/",
+ "website": "https://conferwith.io"
+ },
+ "Conjured": {
+ "cats": [
+ 100
+ ],
+ "description": "Conjured provides Shopify brands with Shopify apps and custom development.",
+ "icon": "Conjured.png",
+ "pricing": [
+ "recurring",
+ "mid"
+ ],
+ "saas": true,
+ "scriptSrc": "app\\.conjured\\.co/",
+ "website": "https://conjured.co"
+ },
+ "Connectif": {
+ "cats": [
+ 76,
+ 32
+ ],
+ "description": "Connectif is a marketing automation and personalisation data-first action platform, powered by AI.",
+ "icon": "Connectif.svg",
+ "js": {
+ "connectif.version": "^([\\d\\.]+)$\\;version:\\1",
+ "connectifInfo.store": ""
+ },
+ "pricing": [
+ "recurring",
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": "cdn\\.connectif\\.cloud/",
+ "website": "https://connectif.ai"
+ },
+ "Constant Contact": {
+ "cats": [
+ 32,
+ 75
+ ],
+ "description": "Constant Contact is a marketing automation and email marketing solution.",
+ "dom": "a[href*='.constantcontact.com/'][target='_blank']",
+ "icon": "Constant Contact.svg",
+ "js": {
+ "_ctct_m": "",
+ "ctctOnLoadCallback": ""
+ },
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.ctctcdn\\.com/",
+ "website": "https://www.constantcontact.com"
+ },
+ "Contabo": {
+ "cats": [
+ 88
+ ],
+ "description": "Contabo is a German hosting provider, previously known by the name Giga-International.",
+ "dns": {
+ "SOA": "\\.contabo\\.net"
+ },
+ "icon": "Contabo.svg",
+ "pricing": [
+ "recurring",
+ "low"
+ ],
+ "website": "https://contabo.com"
+ },
+ "Contact Form 7": {
+ "cats": [
+ 87
+ ],
+ "description": "Contact Form 7 is an WordPress plugin which can manage multiple contact forms. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering.",
+ "dom": "link[href*='/wp-content/plugins/contact-form-7/']",
+ "icon": "Contact Form 7.png",
+ "js": {
+ "wpcf7": ""
+ },
+ "pricing": [
+ "freemium"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/plugins/contact-form-7/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
+ "website": "https://contactform7.com"
+ },
+ "Contao": {
+ "cats": [
+ 1
+ ],
+ "cpe": "cpe:/a:contao:contao_cms",
+ "description": "Contao is an open source CMS that allows you to create websites and scalable web applications.",
+ "dom": "link[href*='/typolight.css'], link[href*='/contao.css']",
+ "icon": "Contao.svg",
+ "implies": "PHP",
+ "meta": {
+ "generator": "^Contao Open Source CMS$"
+ },
+ "oss": true,
+ "website": "http://contao.org"
+ },
+ "Contenido": {
+ "cats": [
+ 1
+ ],
+ "cpe": "cpe:/a:contenido:contendio",
+ "icon": "Contenido.png",
+ "implies": "PHP",
+ "meta": {
+ "generator": "Contenido ([\\d.]+)\\;version:\\1"
+ },
+ "website": "http://contenido.org/en"
+ },
+ "Contensis": {
+ "cats": [
+ 1
+ ],
+ "icon": "Contensis.png",
+ "implies": [
+ "Java",
+ "CFML"
+ ],
+ "meta": {
+ "generator": "Contensis CMS Version ([\\d.]+)\\;version:\\1"
+ },
+ "website": "https://zengenti.com/en-gb/products/contensis"
+ },
+ "ContentBox": {
+ "cats": [
+ 1,
+ 11
+ ],
+ "icon": "ContentBox.png",
+ "implies": "Adobe ColdFusion",
+ "meta": {
+ "generator": "ContentBox powered by ColdBox"
+ },
+ "website": "http://www.gocontentbox.org"
+ },
+ "Contentsquare": {
+ "cats": [
+ 10,
+ 74
+ ],
+ "description": "Contentsquare is an enterprise-level UX optimisation platform.",
+ "icon": "Contentsquare.svg",
+ "js": {
+ "CS_CONF.trackerDomain": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.contentsquare\\.net/",
+ "website": "https://contentsquare.com"
+ },
+ "ContentStudio": {
+ "cats": [
+ 96
+ ],
+ "description": "ContentStudio is an integrated cloud-based social media management and content marketing solution.",
+ "dom": "link[href*='/wp-content/plugins/contentstudio']",
+ "icon": "ContentStudio.png",
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://contentstudio.io"
+ },
+ "Contentful": {
+ "cats": [
+ 1
+ ],
+ "description": "Contentful is an API-first content management platform to create, manage and publish content on any digital channel.",
+ "headers": {
+ "x-contentful-request-id": ""
+ },
+ "html": "<[^>]+(?:https?:)?//(?:assets|downloads|images|videos)\\.(?:ct?fassets\\.net|contentful\\.com)",
+ "icon": "Contentful.svg",
+ "pricing": [
+ "mid",
+ "freemium",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "http://www.contentful.com",
+ "xhr": "cdn\\.contentful\\.com"
+ },
+ "Contently": {
+ "cats": [
+ 96
+ ],
+ "description": "Contently is a SaaS content marketing platform from the company of the same name headquartered in New York.",
+ "icon": "Contently.png",
+ "js": {
+ "_contently.siteId": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://contently.com"
+ },
+ "Contentstack": {
+ "cats": [
+ 1
+ ],
+ "description": "Contentstack is a headless CMS software designed to help businesses deliver personalised content experiences to audiences via multiple channels.",
+ "dom": "img[src*='images.contentstack.io']",
+ "icon": "Contentstack.png",
+ "pricing": [
+ "high",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.contentstack.com"
+ },
+ "Contlo": {
+ "cats": [
+ 90,
+ 32
+ ],
+ "description": "Contlo is an AI powered marketing software.",
+ "icon": "Contlo.png",
+ "js": {
+ "CONTLO_ENV": ""
+ },
+ "pricing": [
+ "freemium",
+ "high",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.contlo\\.com/",
+ "website": "https://www.contlo.com"
+ },
+ "Conversant Consent Tool": {
+ "cats": [
+ 67
+ ],
+ "description": "Conversant Consent Tool is a free tool to gain GDPR and ePD compliant consent for digital advertising.",
+ "icon": "Conversant.svg",
+ "js": {
+ "conversant": ""
+ },
+ "pricing": [
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": "cdn\\.conversant\\.mgr\\.consensu\\.org/",
+ "website": "https://www.conversantmedia.eu/consent-tool"
+ },
+ "Convert": {
+ "cats": [
+ 74
+ ],
+ "description": "Convert Experiences is an enterprise A/B testing and personalisation solution for conversion optimisation and data-driven decisions in high-traffic websites.",
+ "icon": "Convert.png",
+ "js": {
+ "convert": "\\;confidence:34",
+ "convertData": "\\;confidence:33",
+ "convert_temp": "\\;confidence:33"
+ },
+ "pricing": [
+ "high",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.convertexperiments\\.com/js",
+ "website": "https://www.convert.com"
+ },
+ "ConvertFlow": {
+ "cats": [
+ 10,
+ 74
+ ],
+ "description": "ConvertFlow is the all-in-one conversion marketing platform.",
+ "icon": "ConvertFlow.svg",
+ "js": {
+ "convertflow": ""
+ },
+ "pricing": [
+ "low",
+ "freemium",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "(?:app|js)\\.convertflow\\.co",
+ "website": "https://www.convertflow.com"
+ },
+ "ConvertKit": {
+ "cats": [
+ 32,
+ 75
+ ],
+ "description": "ConvertKit is an email marketing tool built for content creators.",
+ "dom": "form[action*='.convertkit.com'], link[href*='.convertkit.com']",
+ "icon": "ConvertKit.svg",
+ "pricing": [
+ "low",
+ "freemium",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.convertkit\\.com",
+ "website": "https://convertkit.com"
+ },
+ "Convertcart": {
+ "cats": [
+ 32
+ ],
+ "description": "ConvertCart helps online businesses deliver outstanding experiences to customers throughout their journey.",
+ "icon": "Convertcart.svg",
+ "saas": true,
+ "scriptSrc": "cdn\\.convertcart\\.com",
+ "website": "https://www.convertcart.com/"
+ },
+ "Convertr": {
+ "cats": [
+ 6
+ ],
+ "description": "Convertr is a Brazilian ecommerce platform, fashion specialist.",
+ "icon": "Convertr.svg",
+ "implies": [
+ "PHP",
+ "MySQL",
+ "Vue.js",
+ "Nuxt.js",
+ "Amazon Web Services"
+ ],
+ "meta": {
+ "author": "^Convertr Commerce$"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://convertr.com.br"
+ },
+ "ConveyThis": {
+ "cats": [
+ 89
+ ],
+ "description": "ConveyThis is a website translation service.",
+ "icon": "ConveyThis.png",
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "cdn\\.conveythis\\.com",
+ "website": "https://www.conveythis.com/"
+ },
+ "Cookie Information": {
+ "cats": [
+ 67
+ ],
+ "description": "Cookie Information is a privacy tech company that develops software that helps making company websites and mobile apps GDPR and ePrivacy compliant.",
+ "icon": "Cookie Information.svg",
+ "js": {
+ "CookieInformation.config.cdnUrl": ""
+ },
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://cookieinformation.com"
+ },
+ "Cookie Information plugin": {
+ "cats": [
+ 87,
+ 67
+ ],
+ "description": "Cookie Information plugin helps your website stay compliant with GDPR using a free cookie pop-up, consent log, and more.",
+ "icon": "Cookie Information.svg",
+ "implies": "Cookie Information",
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/plugins/wp-gdpr-compliance/",
+ "website": "https://wordpress.org/plugins/wp-gdpr-compliance"
+ },
+ "Cookie Notice": {
+ "cats": [
+ 67,
+ 87
+ ],
+ "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.",
+ "icon": "Cookie Notice.png",
+ "scriptSrc": "/wp-content/plugins/cookie-notice/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
+ "website": "https://wordpress.org/plugins/cookie-notice"
+ },
+ "Cookie Script": {
+ "cats": [
+ 67
+ ],
+ "description": "Cookie-Script automatically scans, categorizes and adds description to all cookies found on your website.",
+ "icon": "CookieScript.svg",
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.cookie-script\\.com/",
+ "website": "https://cookie-script.com"
+ },
+ "CookieFirst": {
+ "cats": [
+ 67
+ ],
+ "description": "CookieFirst is an GDPR and CCPA compliant consent management platform.",
+ "icon": "CookieFirst.png",
+ "js": {
+ "cookiefirst_show_settings": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "consent\\.cookiefirst\\.com/",
+ "website": "https://cookiefirst.com"
+ },
+ "CookieHub": {
+ "cats": [
+ 67
+ ],
+ "icon": "CookieHub.png",
+ "scriptSrc": [
+ "cookiehub\\.net/.*\\.js"
+ ],
+ "website": "https://www.cookiehub.com"
+ },
+ "CookieYes": {
+ "cats": [
+ 67
+ ],
+ "dom": {
+ "#cookie-law-info-bar": {
+ "text": ""
+ },
+ "link[href*='/wp-content/plugins/cookie-law-info/']": {
+ "exists": ""
+ }
+ },
+ "icon": "cookieyes.svg",
+ "js": {
+ "cookieYes": ""
+ },
+ "scriptSrc": [
+ "app\\.cookieyes\\.com/client_data/",
+ "cdn-cookieyes\\.com/client_data/",
+ "/wp-content/plugins/cookie-law-info/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
+ ],
+ "website": "https://www.cookieyes.com/"
+ },
+ "Cookiebot": {
+ "cats": [
+ 67
+ ],
+ "description": "Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.",
+ "icon": "Cookiebot.svg",
+ "scriptSrc": "consent\\.cookiebot\\.com",
+ "website": "http://www.cookiebot.com"
+ },
+ "Cooladata": {
+ "cats": [
+ 97
+ ],
+ "description": "Cooladata is a data warehouse and behavioral analytics platform designed for gaming, elearning, ecommerce, SaaS, and media companies.",
+ "icon": "Cooladata.png",
+ "js": {
+ "cooladata": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "cdn\\.cooladata\\.com/",
+ "website": "https://www.cooladata.com"
+ },
+ "Coppermine": {
+ "cats": [
+ 7
+ ],
+ "cpe": "cpe:/a:coppermine-gallery:coppermine_photo_gallery",
+ "description": "Coppermine is an open-source image gallery application.",
+ "html": "",
+ "icon": "Docker.svg",
+ "website": "https://www.docker.com/"
+ },
+ "DocuSign": {
+ "cats": [
+ 19
+ ],
+ "description": "DocuSign allows organisations to manage electronic agreements.",
+ "dns": {
+ "TXT": [
+ "docusign"
+ ]
+ },
+ "icon": "DocuSign.svg",
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "website": "https://www.docusign.com",
+ "xhr": "docusign\\.net"
+ },
+ "Docusaurus": {
+ "cats": [
+ 4,
+ 57
+ ],
+ "description": "Docusaurus is a tool for teams to publish documentation websites.",
+ "icon": "docusaurus.svg",
+ "implies": [
+ "React",
+ "webpack"
+ ],
+ "js": {
+ "search.indexName": ""
+ },
+ "meta": {
+ "generator": "^Docusaurus(?: v(.+))?$\\;version:\\1"
+ },
+ "website": "https://docusaurus.io/"
+ },
+ "Dojo": {
+ "cats": [
+ 59
+ ],
+ "cpe": "cpe:/a:dojotoolkit:dojo",
+ "icon": "Dojo.png",
+ "js": {
+ "dojo": "",
+ "dojo.version.major": "^(.+)$\\;version:\\1"
+ },
+ "scriptSrc": "([\\d.]+)/dojo/dojo(?:\\.xd)?\\.js\\;version:\\1",
+ "website": "https://dojotoolkit.org"
+ },
+ "Dokan": {
+ "cats": [
+ 6
+ ],
+ "description": "Dokan offers a multi-vendor marketplace solution built on top of wordpress and woocommerce.",
+ "icon": "Dokan.svg",
+ "js": {
+ "dokan": ""
+ },
+ "saas": true,
+ "website": "https://wedevs.com/dokan"
+ },
+ "Dokeos": {
+ "cats": [
+ 21
+ ],
+ "description": "Dokeos is an e-learning and course management web application.",
+ "headers": {
+ "X-Powered-By": "Dokeos"
+ },
+ "html": "(?:Portal ]+>Dokeos|@import \"[^\"]+dokeos_blue)",
+ "icon": "Dokeos.png",
+ "implies": [
+ "PHP",
+ "Xajax",
+ "jQuery",
+ "CKEditor"
+ ],
+ "meta": {
+ "generator": "Dokeos"
+ },
+ "website": "https://dokeos.com"
+ },
+ "DokuWiki": {
+ "cats": [
+ 8
+ ],
+ "cookies": {
+ "DokuWiki": ""
+ },
+ "cpe": "cpe:/a:dokuwiki:dokuwiki",
+ "description": "DokuWiki is a free open-source wiki software.",
+ "icon": "DokuWiki.png",
+ "implies": "PHP",
+ "js": {
+ "DOKU_TPL": "\\;confidence:50",
+ "doku_edit_text_content": "\\;confidence:50"
+ },
+ "meta": {
+ "generator": "^DokuWiki( Release [\\d-]+)?\\;version:\\1"
+ },
+ "oss": true,
+ "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.",
+ "dns": {
+ "SOA": "ns(?:\\d+)?\\.namespace4you\\.de"
+ },
+ "icon": "DomainFactory.png",
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "website": "https://www.df.eu"
+ },
+ "Dominate WooCommerce": {
+ "cats": [
+ 87
+ ],
+ "description": "Dominate WooCommerce is a cloud-based checkout-page which supports PayPal Smart buttons for Venmo, PayPal Credit, and other payment methods.",
+ "icon": "Dominate.png",
+ "pricing": [
+ "freemium"
+ ],
+ "requires": [
+ "WordPress",
+ "WooCommerce"
+ ],
+ "saas": true,
+ "scriptSrc": "/wp-content/plugins/iwd-checkout-connector/",
+ "website": "https://www.dominate.co/woocommerce"
+ },
+ "Doofinder": {
+ "cats": [
+ 29
+ ],
+ "description": "Doofinder is a search site solution that enables users to include advanced and smart search engine capabilities in their ecommerce website.",
+ "icon": "Doofinder.svg",
+ "js": {
+ "doofinder.classic.version": "(.+)\\;version:\\1"
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "cdn\\.doofinder\\.com/",
+ "website": "https://www.doofinder.com"
+ },
+ "Dotclear": {
+ "cats": [
+ 1
+ ],
+ "cpe": "cpe:/a:dotclear:dotclear",
+ "headers": {
+ "X-Dotclear-Static-Cache": ""
+ },
+ "icon": "Dotclear.png",
+ "implies": "PHP",
+ "website": "http://dotclear.org"
+ },
+ "Dotdigital": {
+ "cats": [
+ 32,
+ 10
+ ],
+ "description": "Dotdigital is an all-in-one cloud-based customer engagement multichannel marketing platform.",
+ "icon": "Dotdigital.svg",
+ "js": {
+ "dmPt": "\\;confidence:25",
+ "dm_insight_id": "",
+ "dmtrackingobjectname": "\\;confidence:75"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "js/_dmptv([\\d.]+)\\.js\\;version:\\1",
+ "website": "https://dotdigital.com"
+ },
+ "Dotdigital Chat": {
+ "cats": [
+ 52
+ ],
+ "description": "Dotdigital Chat is a smart, customisable widget that makes it easy for shoppers to communicate in real-time with members of your team.",
+ "icon": "Dotdigital.svg",
+ "implies": "Dotdigital",
+ "js": {
+ "_ddgChatConfig.urlBase": "\\.dotdigital\\.com"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://dotdigital.com"
+ },
+ "DoubleClick Ad Exchange (AdX)": {
+ "cats": [
+ 36
+ ],
+ "description": "DoubleClick Ad Exchange is a real-time marketplace to buy and sell display advertising space.",
+ "icon": "DoubleClick.svg",
+ "saas": true,
+ "scriptSrc": [
+ "googlesyndication\\.com/pagead/show_ads\\.js",
+ "tpc\\.googlesyndication\\.com/safeframe",
+ "googlesyndication\\.com.*abg\\.js"
+ ],
+ "website": "http://www.doubleclickbygoogle.com/solutions/digital-marketing/ad-exchange/"
+ },
+ "DoubleClick Campaign Manager (DCM)": {
+ "cats": [
+ 36
+ ],
+ "icon": "DoubleClick.svg",
+ "scriptSrc": "2mdn\\.net",
+ "website": "http://www.doubleclickbygoogle.com/solutions/digital-marketing/campaign-manager/"
+ },
+ "DoubleClick Floodlight": {
+ "cats": [
+ 36
+ ],
+ "icon": "DoubleClick.svg",
+ "scriptSrc": "https?://fls\\.doubleclick\\.net",
+ "website": "http://support.google.com/ds/answer/6029713?hl=en"
+ },
+ "DoubleClick for Publishers (DFP)": {
+ "cats": [
+ 36
+ ],
+ "description": "DoubleClick for Publishers (DFP) is a hosted ad serving platform that streamlines your ad management.",
+ "icon": "DoubleClick.svg",
+ "pricing": [
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": "googletagservices\\.com/tag/js/gpt(?:_mobile)?\\.js",
+ "website": "http://www.google.com/dfp"
+ },
+ "DoubleVerify": {
+ "cats": [
+ 36,
+ 10
+ ],
+ "description": "DoubleVerify is a software platform for digital media measurement, data, and analytics.",
+ "dom": "link[href*='.doubleverify.com']",
+ "icon": "DoubleVerify.svg",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://doubleverify.com"
+ },
+ "Doxygen": {
+ "cats": [
+ 4
+ ],
+ "cpe": "cpe:/a:doxygen:doxygen",
+ "description": "Doxygen is a documentation generator, a tool for writing software reference documentation.",
+ "html": "(?:|"
+ ],
+ "icon": "Google Tag Manager.svg",
+ "js": {
+ "google_tag_manager": "",
+ "googletag": ""
+ },
+ "saas": true,
+ "scriptSrc": "googletagmanager\\.com/gtm\\.js",
+ "website": "http://www.google.com/tagmanager"
+ },
+ "Google Tag Manager for WordPress": {
+ "cats": [
+ 87
+ ],
+ "description": "Google Tag Manager for WordPress plugin places the GTM container code snippets onto your wordpress website so that you do not need to add this manually.",
+ "dom": "link[href*='/wp-content/plugins/duracelltomi-google-tag-manager/']",
+ "icon": "Google Tag Manager for WordPress.png",
+ "implies": "Google Tag Manager",
+ "oss": true,
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/plugins/duracelltomi-google-tag-manager/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
+ "website": "https://gtm4wp.com"
+ },
+ "Google Wallet": {
+ "cats": [
+ 41
+ ],
+ "icon": "Google Wallet.png",
+ "saas": true,
+ "scriptSrc": [
+ "checkout\\.google\\.com",
+ "wallet\\.google\\.com"
+ ],
+ "website": "http://wallet.google.com"
+ },
+ "Google Web Server": {
+ "cats": [
+ 22
+ ],
+ "cpe": "cpe:/a:google:web_server",
+ "headers": {
+ "Server": "gws"
+ },
+ "icon": "Google.svg",
+ "website": "http://en.wikipedia.org/wiki/Google_Web_Server"
+ },
+ "Google Web Toolkit": {
+ "cats": [
+ 18
+ ],
+ "cpe": "cpe:/a:google:web_toolkit",
+ "description": "Google Web Toolkit (GWT) is an open-source Java software development framework that makes writing AJAX applications.",
+ "icon": "Google Web Toolkit.png",
+ "implies": "Java",
+ "js": {
+ "__gwt_": "",
+ "__gwt_activeModules": "",
+ "__gwt_getMetaProperty": "",
+ "__gwt_isKnownPropertyValue": "",
+ "__gwt_stylesLoaded": "",
+ "__gwtlistener": ""
+ },
+ "meta": {
+ "gwt:property": ""
+ },
+ "website": "http://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.",
+ "dns": {
+ "MX": [
+ "aspmx\\.l\\.google\\.com",
+ "googlemail\\.com"
+ ]
+ },
+ "icon": "Google Workspace.svg",
+ "website": "https://workspace.google.com/"
+ },
+ "Gorgias": {
+ "cats": [
+ 52
+ ],
+ "description": "Gorgias is a helpdesk and chat solution designed for ecommerce stores.",
+ "icon": "Gorgias.png",
+ "js": {
+ "gorgiasChat": ""
+ },
+ "pricing": [
+ "recurring",
+ "mid"
+ ],
+ "saas": true,
+ "website": "https://www.gorgias.com/"
+ },
+ "Grab Pay Later": {
+ "cats": [
+ 41,
+ 91
+ ],
+ "description": "Grab Pay Later is a buy now pay later solution offered by Grab.",
+ "icon": "Grab.svg",
+ "js": {
+ "GrabWidget": "",
+ "grab_widget_money_format": ""
+ },
+ "saas": true,
+ "scriptSrc": "grab-paylater\\.js",
+ "website": "https://www.grab.com/sg/finance/pay-later/"
+ },
+ "Grafana": {
+ "cats": [
+ 10
+ ],
+ "description": "Grafana is a multi-platform open source analytics and interactive visualisation web application.",
+ "icon": "Grafana.svg",
+ "implies": [
+ "Go",
+ "Macaron"
+ ],
+ "js": {
+ "__grafana_public_path__": ""
+ },
+ "oss": true,
+ "scriptSrc": "grafana\\..+\\.com/public/build/",
+ "scripts": ".+latestVersion\":\"[\\d\\.\\w\\-]+\"\\,\"version\":\"([\\d\\.]+)\\;version:\\1\\;confidence:75",
+ "website": "https://grafana.com"
+ },
+ "Graffiti CMS": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "graffitibot": ""
+ },
+ "icon": "Graffiti CMS.png",
+ "implies": "Microsoft ASP.NET",
+ "meta": {
+ "generator": "Graffiti CMS ([^\"]+)\\;version:\\1"
+ },
+ "scriptSrc": "/graffiti\\.js",
+ "website": "http://graffiticms.codeplex.com"
+ },
+ "GrandNode": {
+ "cats": [
+ 6
+ ],
+ "cookies": {
+ "Grand.customer": ""
+ },
+ "html": "(?:"
+ ],
+ "icon": "inspectlet.png",
+ "js": {
+ "__insp": "",
+ "__inspld": ""
+ },
+ "scriptSrc": [
+ "cdn\\.inspectlet\\.com"
+ ],
+ "website": "https://www.inspectlet.com/"
+ },
+ "Instabot": {
+ "cats": [
+ 5,
+ 10,
+ 32,
+ 52,
+ 58
+ ],
+ "description": "Instabot is a conversion chatbot that understands your users, and curates information, answers questions, captures contacts, and books meetings instantly.",
+ "icon": "Instabot.png",
+ "js": {
+ "Instabot": ""
+ },
+ "scriptSrc": "/rokoInstabot\\.js",
+ "website": "https://instabot.io/"
+ },
+ "Instafeed": {
+ "cats": [
+ 100
+ ],
+ "description": "Instafeed is an official Instagram app.",
+ "icon": "Instafeed.png",
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "requires": "Shopify",
+ "saas": true,
+ "scriptSrc": "instafeed\\.nfcube\\.com/",
+ "website": "https://apps.shopify.com/instafeed"
+ },
+ "Instana": {
+ "cats": [
+ 10,
+ 13,
+ 78
+ ],
+ "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.",
+ "icon": "Instana.svg",
+ "js": {
+ "ineum": ""
+ },
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "eum\\.instana\\.io",
+ "website": "https://www.instana.com"
+ },
+ "Instant.Page": {
+ "cats": [
+ 59,
+ 92
+ ],
+ "description": "Instant.Page is a JavaScript library which uses just-in-time preloading technique to make websites faster.",
+ "icon": "Instant.page.svg",
+ "oss": true,
+ "scriptSrc": "instant\\.page",
+ "website": "https://instant.page/"
+ },
+ "InstantCMS": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "InstantCMS[logdate]": ""
+ },
+ "cpe": "cpe:/a:instantcms:instantcms",
+ "icon": "InstantCMS.png",
+ "implies": "PHP",
+ "meta": {
+ "generator": "InstantCMS"
+ },
+ "website": "http://www.instantcms.ru"
+ },
+ "InstantClick": {
+ "cats": [
+ 59,
+ 92
+ ],
+ "description": "InstantClick is a JavaScript library that speeds up your website, making navigation faster.",
+ "icon": "InstantClick.svg",
+ "js": {
+ "InstantClick": ""
+ },
+ "oss": true,
+ "scriptSrc": "instantclick\\.min\\.js",
+ "website": "http://instantclick.io/"
+ },
+ "Instapage": {
+ "cats": [
+ 51,
+ 74,
+ 10
+ ],
+ "description": "Instapage is a cloud-based landing page platform designed for marketing teams and agencies.",
+ "icon": "Instapage.svg",
+ "implies": [
+ "Lua",
+ "Node.js"
+ ],
+ "js": {
+ "_instapageSnowplow": "",
+ "instapageSp": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "cdn\\.instapagemetrics\\.com",
+ "heatmap-events-collector\\.instapage\\.com"
+ ],
+ "website": "https://instapage.com"
+ },
+ "Integral Ad Science": {
+ "cats": [
+ 36
+ ],
+ "description": "Integral Ad Science is an American publicly owned technology company that analyses the value of digital advertising placements.",
+ "dom": "link[href*='.adsafeprotected.com']",
+ "icon": "Integral Ad Science.svg",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.adsafeprotected\\.com/",
+ "website": "https://integralads.com"
+ },
+ "Intel Active Management Technology": {
+ "cats": [
+ 22,
+ 46
+ ],
+ "cpe": "cpe:/a:intel:active_management_technology",
+ "description": "Intel Active Management Technology (AMT) is a proprietary remote management and control system for personal computers with Intel CPUs.",
+ "headers": {
+ "Server": "Intel\\(R\\) Active Management Technology(?: ([\\d.]+))?\\;version:\\1"
+ },
+ "icon": "Intel Active Management Technology.png",
+ "website": "http://intel.com"
+ },
+ "IntenseDebate": {
+ "cats": [
+ 15
+ ],
+ "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.",
+ "icon": "IntenseDebate.png",
+ "scriptSrc": "intensedebate\\.com",
+ "website": "http://intensedebate.com"
+ },
+ "Interact": {
+ "cats": [
+ 5
+ ],
+ "description": "Interact is a tool for creating online quizzes.",
+ "icon": "Interact.svg",
+ "js": {
+ "InteractApp.name": "InteractApp",
+ "InteractPromotionObject": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.tryinteract\\.com/",
+ "website": "https://www.tryinteract.com"
+ },
+ "Intercom": {
+ "cats": [
+ 52,
+ 53
+ ],
+ "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.",
+ "icon": "Intercom.svg",
+ "js": {
+ "Intercom": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "(?:api\\.intercom\\.io/api|static\\.intercomcdn\\.com/intercom\\.v1)",
+ "website": "https://www.intercom.com"
+ },
+ "Intercom Articles": {
+ "cats": [
+ 4
+ ],
+ "description": "Intercom Articles is a tool to create, organise and publish help articles.",
+ "html": "]+>We run on Intercom",
+ "icon": "Intercom.svg",
+ "website": "https://www.intercom.com/articles"
+ },
+ "Intersection Observer": {
+ "cats": [
+ 92,
+ 59
+ ],
+ "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.",
+ "icon": "W3C.png",
+ "scriptSrc": [
+ "cdn\\.jsdelivr\\.net/npm/intersection-observer@([\\d\\.]+)\\;version:\\1",
+ "/assets/(?:.+)?intersection-observer\\.[\\d\\w\\.]+\\.js"
+ ],
+ "website": "https://www.w3.org/TR/intersection-observer"
+ },
+ "Intershop": {
+ "cats": [
+ 6
+ ],
+ "description": "Intershop is an ecommerce platform, tailored to the needs of complex business processes and major organisations.",
+ "html": "(?:CDS )?Invenio\\s*v?([\\d\\.]+)?\\;version:\\1",
+ "icon": "Invenio.png",
+ "website": "http://invenio-software.org"
+ },
+ "Inventrue": {
+ "cats": [
+ 6
+ ],
+ "description": "Inventrue creates websites for RV, Motorsports and Trailer Dealerships.",
+ "icon": "Inventrue.svg",
+ "meta": {
+ "author": "^Inventrue, LLC.$"
+ },
+ "pricing": [
+ "onetime",
+ "recurring",
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.inventrue.com"
+ },
+ "Inveon": {
+ "cats": [
+ 6
+ ],
+ "cookies": {
+ "INV.Customer": "\\;confidence:50",
+ "inveonSessionId": ""
+ },
+ "description": "Inveon is a technology company that has been delivering ecommerce infrastructure software and mcommerce applications.",
+ "icon": "Inveon.svg",
+ "js": {
+ "InvApp": "\\;confidence:50",
+ "invTagManagerParams": ""
+ },
+ "scriptSrc": "Scripts/_app/Inv(?:\\w+)\\.js\\?v=(.+)$\\;version:\\1",
+ "website": "https://www.inveon.com"
+ },
+ "Invoca": {
+ "cats": [
+ 32
+ ],
+ "description": "Invoca is an AI-powered call tracking and conversational analytics company.",
+ "icon": "Invoca.svg",
+ "js": {
+ "Invoca.PNAPI.version": "([\\d\\.]+)\\;version:\\1",
+ "InvocaTagId": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.invoca.com"
+ },
+ "Ionic": {
+ "cats": [
+ 18
+ ],
+ "icon": "ionic.png",
+ "js": {
+ "Ionic.config": "",
+ "Ionic.version": "^(.+)$\\;version:\\1"
+ },
+ "website": "https://ionicframework.com"
+ },
+ "Ionicons": {
+ "cats": [
+ 17
+ ],
+ "description": "Ionicons is an open-source icon set crafted for web, iOS, Android, and desktop apps.",
+ "html": "]* href=[^>]+ionicons(?:\\.min)?\\.css",
+ "icon": "Ionicons.png",
+ "website": "http://ionicons.com"
+ },
+ "IrisLMS": {
+ "cats": [
+ 21
+ ],
+ "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.",
+ "icon": "IrisLMS.png",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.irislms\\.ir/",
+ "website": "https://irislms.ir"
+ },
+ "Irroba": {
+ "cats": [
+ 6
+ ],
+ "html": "]*href=\"https://www\\.irroba\\.com\\.br",
+ "icon": "irroba.svg",
+ "website": "https://www.irroba.com.br/"
+ },
+ "Isotope": {
+ "cats": [
+ 59
+ ],
+ "description": "Isotope.js is a JavaScript library that makes it easy to sort, filter, and add Masonry layouts to items on a webpage.",
+ "icon": "Isotope.svg",
+ "js": {
+ "Isotope": "",
+ "init_isotope": ""
+ },
+ "oss": true,
+ "pricing": [
+ "low",
+ "freemium",
+ "onetime"
+ ],
+ "website": "https://isotope.metafizzy.co"
+ },
+ "Issuu": {
+ "cats": [
+ 19,
+ 5
+ ],
+ "description": "Issuu is a digital discovery and publishing platform.",
+ "dom": "a[href*='issuu.com/'][target='_blank']",
+ "icon": "Issuu.svg",
+ "js": {
+ "IssuuReaders": "",
+ "issuuPanel": ""
+ },
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.issuu\\.com/",
+ "website": "https://issuu.com"
+ },
+ "Iterable": {
+ "cats": [
+ 32
+ ],
+ "description": "Iterable is a cross-channel marketing platform that powers unified customer experiences.",
+ "icon": "Iterable.png",
+ "js": {
+ "iterableAnalytics": ""
+ },
+ "saas": true,
+ "scriptSrc": [
+ "js\\.iterable\\.com"
+ ],
+ "website": "https://iterable.com/"
+ },
+ "Izooto": {
+ "cats": [
+ 32,
+ 5
+ ],
+ "description": "iZooto is a user engagement and retention tool that leverages web push notifications to help business to drive repeat traffic, leads and sales.",
+ "icon": "Izooto.png",
+ "js": {
+ "Izooto": "",
+ "_izooto": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "cdn\\.izooto\\.\\w+",
+ "website": "https://www.izooto.com"
+ },
+ "i-MSCP": {
+ "cats": [
+ 9
+ ],
+ "description": "i-MSCP (internet Multi Server Control Panel) is a software for shared hosting environments management on Linux servers.",
+ "icon": "i-MSCP.png",
+ "meta": {
+ "application-name": "^i-MSCP$"
+ },
+ "oss": true,
+ "website": "https://github.com/i-MSCP/imscp"
+ },
+ "i-mobile": {
+ "cats": [
+ 36
+ ],
+ "description": "i-mobile is a advertising platform for clients to advertise their product and for publishers to monetize their cyberspace.",
+ "dom": "img[src*='.i-mobile.co.jp/']",
+ "icon": "i-mobile.png",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.i-mobile\\.co\\.jp/",
+ "website": "http://www2.i-mobile.co.jp"
+ },
+ "i30con": {
+ "cats": [
+ 17
+ ],
+ "description": "i30con is an icon toolkit based on CSS and JavaScript.",
+ "dom": "[class^='i30con']",
+ "icon": "30namaPlayer.png",
+ "website": "https://30nama.com/"
+ },
+ "iAdvize": {
+ "cats": [
+ 52
+ ],
+ "description": "iAdvize is a conversational marketing platform that connects customers in need of advice with experts who are available 24/7 via messaging.",
+ "dom": "link[href*='.iadvize.com']",
+ "icon": "iAdvize.svg",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.iadvize\\.com/",
+ "website": "https://www.iadvize.com"
+ },
+ "iEXExchanger": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "iexexchanger_session": ""
+ },
+ "icon": "iEXExchanger.png",
+ "implies": [
+ "PHP",
+ "Apache",
+ "Angular"
+ ],
+ "meta": {
+ "generator": "iEXExchanger"
+ },
+ "website": "https://exchanger.iexbase.com"
+ },
+ "iPresta": {
+ "cats": [
+ 6
+ ],
+ "icon": "iPresta.png",
+ "implies": [
+ "PHP",
+ "PrestaShop"
+ ],
+ "meta": {
+ "designer": "iPresta"
+ },
+ "website": "http://ipresta.ir"
+ },
+ "iThemes Security": {
+ "cats": [
+ 87,
+ 16
+ ],
+ "description": " iThemes Security(formerly known as Better WP Security) plugin enhances the security and protection of your WordPress website.",
+ "dom": "link[href*='/wp-content/plugins/better-wp-security/']",
+ "icon": "iThemes Security.svg",
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "requires": "WordPress",
+ "scriptSrc": "/wp-content/plugins/better-wp-security/",
+ "website": "https://ithemes.com/security"
+ },
+ "iWeb": {
+ "cats": [
+ 20
+ ],
+ "description": "iWeb is a web site creation tool.",
+ "icon": "iWeb.png",
+ "meta": {
+ "generator": "^iWeb( [\\d.]+)?\\;version:\\1"
+ },
+ "website": "http://apple.com/ilife/iweb"
+ },
+ "ikiwiki": {
+ "cats": [
+ 8
+ ],
+ "description": "ikiwiki is a free and open-source wiki application.",
+ "html": [
+ "",
+ "icon": "imperiaCMS.svg",
+ "implies": "Perl",
+ "meta": {
+ "GENERATOR": "^IMPERIA ([0-9.]{2,3})\\;version:\\1",
+ "X-Imperia-Live-Info": ""
+ },
+ "url": "imperia/md/",
+ "website": "https://www.pirobase-imperia.com/de/produkte/produktuebersicht/imperia-cms"
+ },
+ "inSided": {
+ "cats": [
+ 97
+ ],
+ "description": "inSided is the only Customer Success Community Platform built to help SaaS companies improve customer success and retention.",
+ "icon": "inSided.svg",
+ "js": {
+ "inSidedData": "",
+ "insided": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.insided.com"
+ },
+ "ip-api": {
+ "cats": [
+ 79
+ ],
+ "icon": "ip-api.png",
+ "pricing": [
+ "freemium",
+ "low",
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://ip-api.com/",
+ "xhr": "ip-api\\.com"
+ },
+ "ip-label": {
+ "cats": [
+ 10
+ ],
+ "icon": "iplabel.svg",
+ "js": {
+ "clobs": ""
+ },
+ "scriptSrc": "clobs\\.js",
+ "website": "http://www.ip-label.com"
+ },
+ "ipapi": {
+ "cats": [
+ 79
+ ],
+ "description": "ipapi is a real-time geolocation and reverse IP lookup REST API.",
+ "icon": "ipapi.png",
+ "pricing": [
+ "freemium",
+ "low",
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://ipapi.com",
+ "xhr": "api\\.ipapi\\.com"
+ },
+ "ipapi.co": {
+ "cats": [
+ 79
+ ],
+ "description": "ipapi.co is a web analytics provider with IP address lookup and location API.",
+ "icon": "ipapi.co.png",
+ "pricing": [
+ "freemium",
+ "low",
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://ipapi.co",
+ "xhr": "ipapi\\.co/"
+ },
+ "ipdata": {
+ "cats": [
+ 79
+ ],
+ "description": "ipdata is a JSON IP Address Geolocation API that allows to lookup the location of both IPv4 and IPv6.",
+ "icon": "ipdata.png",
+ "pricing": [
+ "freemium",
+ "recurring",
+ "low"
+ ],
+ "saas": true,
+ "website": "https://ipdata.co/",
+ "xhr": "api\\.ipdata\\.co"
+ },
+ "ipgeolocation": {
+ "cats": [
+ 79
+ ],
+ "description": "ipgeolocation is an IP Geolocation API and Accurate IP Lookup Database.",
+ "icon": "ipgeolocation.png",
+ "pricing": [
+ "freemium",
+ "recurring",
+ "mid"
+ ],
+ "saas": true,
+ "website": "https://ipgeolocation.co/",
+ "xhr": "api\\.ipgeolocation\\.io"
+ },
+ "ipify": {
+ "cats": [
+ 79
+ ],
+ "description": "ipify is a service which provide public IP address API, IP geolocation API, VPN and Proxy detection API products.",
+ "icon": "ipify.png",
+ "pricing": [
+ "freemium",
+ "payg",
+ "mid",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.ipify\\.org",
+ "website": "https://ipify.org",
+ "xhr": "(?:api|api64|geo)\\.ipify\\.org"
+ },
+ "ipstack": {
+ "cats": [
+ 79
+ ],
+ "description": "ipstack is a real-time IP to geolocation API capable of looking at location data and assessing security threats originating from risky IP addresses.",
+ "icon": "ipstack.png",
+ "js": {
+ "ENV.ipStackAccessToken": ""
+ },
+ "pricing": [
+ "low",
+ "freemium"
+ ],
+ "saas": true,
+ "website": "https://ipstack.com",
+ "xhr": "api\\.ipstack\\.com"
+ },
+ "iubenda": {
+ "cats": [
+ 67
+ ],
+ "description": "iubenda is a compliance software used by businesses for their websites and apps.",
+ "icon": "iubenda.svg",
+ "js": {
+ "_iub": "",
+ "addIubendaCs": ""
+ },
+ "pricing": [
+ "low",
+ "recurring",
+ "freemium"
+ ],
+ "saas": true,
+ "scriptSrc": "iubenda\\.com/",
+ "website": "https://www.iubenda.com"
+ }
+}
\ No newline at end of file
diff --git a/wappalyzer/src/technologies/j.json b/wappalyzer/src/technologies/j.json
new file mode 100644
index 0000000..2fbbeac
--- /dev/null
+++ b/wappalyzer/src/technologies/j.json
@@ -0,0 +1,839 @@
+{
+ "J2Store": {
+ "cats": [
+ 6
+ ],
+ "description": "J2Store is a Joomla shopping cart and ecommerce extension.",
+ "icon": "j2store.png",
+ "js": {
+ "j2storeURL": ""
+ },
+ "requires": "Joomla",
+ "website": "https://www.j2store.org/"
+ },
+ "JANet": {
+ "cats": [
+ 71
+ ],
+ "description": "JANet is an affiliate marketing network.",
+ "dom": "img[src*='.j-a-net.jp'],img[data-src*='.j-a-net.jp']",
+ "icon": "JANet.png",
+ "website": "https://j-a-net.jp"
+ },
+ "JAlbum": {
+ "cats": [
+ 7
+ ],
+ "description": "jAlbum is across-platform photo website software for creating and uploading galleries from images and videos.",
+ "icon": "JAlbum.png",
+ "implies": "Java",
+ "meta": {
+ "generator": "JAlbum( [\\d.]+)?\\;version:\\1"
+ },
+ "website": "http://jalbum.net/en"
+ },
+ "JBoss Application Server": {
+ "cats": [
+ 22
+ ],
+ "headers": {
+ "X-Powered-By": "JBoss(?:-([\\d.]+))?\\;version:\\1"
+ },
+ "icon": "JBoss Application Server.png",
+ "website": "http://jboss.org/jbossas.html"
+ },
+ "JBoss Web": {
+ "cats": [
+ 22
+ ],
+ "excludes": "Apache Tomcat",
+ "headers": {
+ "X-Powered-By": "JBossWeb(?:-([\\d.]+))?\\;version:\\1"
+ },
+ "icon": "JBoss Web.png",
+ "implies": "JBoss Application Server",
+ "website": "http://jboss.org/jbossweb"
+ },
+ "JET Enterprise": {
+ "cats": [
+ 6
+ ],
+ "headers": {
+ "powered": "jet-enterprise"
+ },
+ "icon": "JET Enterprise.svg",
+ "website": "http://www.jetecommerce.com.br/"
+ },
+ "JS Charts": {
+ "cats": [
+ 25
+ ],
+ "icon": "JS Charts.png",
+ "js": {
+ "JSChart": ""
+ },
+ "scriptSrc": "jscharts.{0,32}\\.js",
+ "website": "http://www.jscharts.com"
+ },
+ "JSEcoin": {
+ "cats": [
+ 56
+ ],
+ "description": "JSEcoin is a way to mine, receive payments for your goods or services and transfer cryptocurrency",
+ "icon": "JSEcoin.png",
+ "js": {
+ "jseMine": ""
+ },
+ "scriptSrc": "^(?:https):?//load\\.jsecoin\\.com/load/",
+ "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.",
+ "dom": "style[data-jss]",
+ "icon": "JSS.png",
+ "oss": true,
+ "website": "https://cssinjs.org/"
+ },
+ "JShop": {
+ "cats": [
+ 6
+ ],
+ "description": "JShop is the ecommerce database solution marketed by Whorl Ltd. worldwide.",
+ "icon": "JShop.svg",
+ "js": {
+ "jss_1stepDeliveryType": "",
+ "jss_1stepFillShipping": ""
+ },
+ "website": "http://www.whorl.co.uk"
+ },
+ "JTL Shop": {
+ "cats": [
+ 6
+ ],
+ "cookies": {
+ "JTLSHOP": ""
+ },
+ "description": "JTL Shop is an ecommerce product created by JTL Software company.",
+ "html": "(?:]+name=\"JTLSHOP|",
+ "icon": "Java.png",
+ "website": "https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html"
+ },
+ "Jekyll": {
+ "cats": [
+ 57
+ ],
+ "cpe": "cpe:/a:jekyllrb:jekyll",
+ "description": "Jekyll is a blog-aware, static site generator for personal, project, or organisation sites.",
+ "html": [
+ "Powered by ]*>Jekyll",
+ "",
+ "icon": "Lightspeed.svg",
+ "pricing": [
+ "low"
+ ],
+ "saas": true,
+ "scriptSrc": "http://assets\\.webshopapp\\.com",
+ "url": "seoshop.webshopapp.com",
+ "website": "http://www.lightspeedhq.com/products/ecommerce/"
+ },
+ "LimeChat": {
+ "cats": [
+ 52
+ ],
+ "description": "LimeChat is India's first level-3 AI chatbot company.",
+ "icon": "LimeChat.png",
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.limechat\\.ai/",
+ "website": "https://www.limechat.ai"
+ },
+ "LimeSpot": {
+ "cats": [
+ 76
+ ],
+ "description": "LimeSpot is an AI-powered personalisation platform for marketers and ecommerce professionals.",
+ "icon": "LimeSpot.png",
+ "js": {
+ "LimeSpot.CartItems": "",
+ "LimeSpot.Recommendations": ""
+ },
+ "pricing": [
+ "low",
+ "recurring"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.personalizer\\.io/",
+ "website": "https://www.limespot.com"
+ },
+ "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.",
+ "dom": "link#llar-login-page-styles-css",
+ "icon": "Limit Login Attempts Reloaded.png",
+ "pricing": [
+ "freemium",
+ "low",
+ "recurring"
+ ],
+ "requires": "WordPress",
+ "website": "https://www.limitloginattempts.com"
+ },
+ "LinkSmart": {
+ "cats": [
+ 36
+ ],
+ "icon": "LinkSmart.png",
+ "js": {
+ "LS_JSON": "",
+ "LinkSmart": "",
+ "_mb_site_guid": ""
+ },
+ "scriptSrc": "^https?://cdn\\.linksmart\\.com/linksmart_([\\d.]+?)(?:\\.min)?\\.js\\;version:\\1",
+ "website": "http://linksmart.com"
+ },
+ "Linkedin Insight Tag": {
+ "cats": [
+ 10
+ ],
+ "dom": "noscript > img[src*='dc.ads.linkedin.com']",
+ "icon": "Linkedin.svg",
+ "js": {
+ "_linkedin_data_partner_id": ""
+ },
+ "scriptSrc": "snap\\.licdn\\.com/li\\.lms-analytics/insight\\.min\\.js",
+ "website": "https://business.linkedin.com/marketing-solutions/insight-tag"
+ },
+ "Linkedin Sign-in": {
+ "cats": [
+ 69
+ ],
+ "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.",
+ "icon": "Linkedin.svg",
+ "js": {
+ "OnLinkedInAuth": "",
+ "onLinkedInLoad": ""
+ },
+ "scriptSrc": "platform\\.linkedin\\.com/(?:.*)?in\\.js(?:\\?version)?([\\d.]+)?\\;version:\\1",
+ "website": "https://www.linkedin.com/developers"
+ },
+ "Linx Commerce": {
+ "cats": [
+ 6
+ ],
+ "description": "Linx Commerce is an ecommerce platform, which provides seamless and personalised cross-channel solution that enables a true omni-channel shopping experience.",
+ "icon": "Linx.png",
+ "js": {
+ "linxImpulse.config.integrationFlags.platformProvider": "linxCommerce"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.linx.com.br/linx-commerce"
+ },
+ "Linx Impulse": {
+ "cats": [
+ 77,
+ 76
+ ],
+ "description": "Linx Impulse is a personalisation, media and retargeting solutions built by Linx.",
+ "dom": "link[href*='.linximpulse.net']",
+ "icon": "Linx.png",
+ "js": {
+ "linx.banner": "",
+ "linxImpulse.config": "",
+ "linxImpulseInitialized": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "website": "https://www.linx.com.br/linx-impulse"
+ },
+ "Liquid Web": {
+ "cats": [
+ 62,
+ 88
+ ],
+ "description": "Liquid Web is a US-based host offering premium managed web hosting solutions.",
+ "dns": {
+ "SOA": "\\.liquidweb\\.com"
+ },
+ "headers": {
+ "x-lw-cache": ""
+ },
+ "icon": "Liquid Web.svg",
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "website": "https://www.liquidweb.com"
+ },
+ "List.js": {
+ "cats": [
+ 59
+ ],
+ "icon": "List.js.png",
+ "js": {
+ "List": "\\;confidence:50"
+ },
+ "scriptSrc": [
+ "list\\.js/\\;confidence:50",
+ "@([\\d.]+)/(?:/dist)?list\\.(?:min\\.)?js\\;version:\\1"
+ ],
+ "website": "http://listjs.com"
+ },
+ "Listrak": {
+ "cats": [
+ 32,
+ 97
+ ],
+ "description": "Listrak is a AI-based marketing automation and CRM solutions that unify, interpret and personalise data to engage customer across channels and devices.",
+ "icon": "Listrak.png",
+ "js": {
+ "_LTKSignup": "",
+ "_LTKSubscriber": ""
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": [
+ "(?:cdn|s1)\\.listrakbi\\.com",
+ "services\\.listrak\\.com"
+ ],
+ "website": "https://www.listrak.com"
+ },
+ "LiteSpeed": {
+ "cats": [
+ 22
+ ],
+ "cpe": "cpe:/a:litespeedtech:litespeed_web_server",
+ "description": "LiteSpeed is a high-scalability web server.",
+ "headers": {
+ "Server": "^LiteSpeed$"
+ },
+ "icon": "LiteSpeed.svg",
+ "website": "http://litespeedtech.com"
+ },
+ "Litespeed Cache": {
+ "cats": [
+ 23,
+ 87
+ ],
+ "description": "LiteSpeed Cache is an all-in-one site acceleration plugin for WordPress.",
+ "headers": {
+ "x-litespeed-cache": "",
+ "x-turbo-charged-by": "LiteSpeed"
+ },
+ "icon": "litespeed-cache.png",
+ "requires": "WordPress",
+ "website": "https://wordpress.org/plugins/litespeed-cache/"
+ },
+ "Lithium": {
+ "cats": [
+ 1
+ ],
+ "cookies": {
+ "LithiumVisitor": ""
+ },
+ "html": " ]+Powered by Lithium",
+ "icon": "Lithium.png",
+ "implies": "PHP",
+ "js": {
+ "LITHIUM": ""
+ },
+ "website": "https://www.lithium.com"
+ },
+ "Littledata": {
+ "cats": [
+ 100
+ ],
+ "description": "Littledata provides a seamless connection between your Shopify site, marketing channels, and Google Analytics.",
+ "icon": "Littledata.svg",
+ "implies": "Shopify",
+ "js": {
+ "LittledataLayer": "",
+ "LittledataLayer.version": "v([\\d\\.]+)\\;version:\\1"
+ },
+ "pricing": [
+ "mid",
+ "recurring"
+ ],
+ "requiresCategory": 6,
+ "saas": true,
+ "website": "https://www.littledata.io"
+ },
+ "Live Story": {
+ "cats": [
+ 1
+ ],
+ "icon": "LiveStory.png",
+ "js": {
+ "LSHelpers": "",
+ "LiveStory": ""
+ },
+ "website": "https://www.livestory.nyc/"
+ },
+ "LiveAgent": {
+ "cats": [
+ 52
+ ],
+ "description": "LiveAgent is an online live chat platform. The software provides a ticket management system.",
+ "icon": "LiveAgent.png",
+ "js": {
+ "LiveAgent": ""
+ },
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "website": "https://www.liveagent.com"
+ },
+ "LiveChat": {
+ "cats": [
+ 52
+ ],
+ "description": "LiveChat is an online customer service software with online chat, help desk software, and web analytics capabilities.",
+ "icon": "LiveChat.png",
+ "pricing": [
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": "cdn\\.livechatinc\\.com/.*tracking\\.js",
+ "website": "http://livechatinc.com"
+ },
+ "LiveHelp": {
+ "cats": [
+ 52,
+ 53
+ ],
+ "description": "LiveHelp is an online chat tool.",
+ "icon": "LiveHelp.png",
+ "js": {
+ "LHready": ""
+ },
+ "pricing": [
+ "low"
+ ],
+ "saas": true,
+ "website": "http://www.livehelp.it"
+ },
+ "LiveIntent": {
+ "cats": [
+ 75,
+ 36
+ ],
+ "description": "LiveIntent is an email ad monetization platform.",
+ "icon": "LiveIntent.svg",
+ "js": {
+ "LI.advertiserId": "\\d+"
+ },
+ "pricing": [
+ "poa"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.liadm\\.com",
+ "website": "https://www.liveintent.com",
+ "xhr": "\\.liadm\\.com"
+ },
+ "LiveJournal": {
+ "cats": [
+ 11
+ ],
+ "description": "LiveJournal is a social networking service where users can keep a blog, journal or diary.",
+ "icon": "LiveJournal.png",
+ "url": "\\.livejournal\\.com",
+ "website": "http://www.livejournal.com"
+ },
+ "LivePerson": {
+ "cats": [
+ 52
+ ],
+ "description": "LivePerson is a tool for conversational chatbots and messaging.",
+ "icon": "LivePerson.png",
+ "js": {
+ "lpTag.Chronos": ""
+ },
+ "pricing": [
+ "mid",
+ "recurring",
+ "payg"
+ ],
+ "saas": true,
+ "scriptSrc": "\\.(?:liveperson|contactatonce)?\\.(?:com|net|co\\.uk)/",
+ "website": "https://www.liveperson.com"
+ },
+ "LiveRamp DPM": {
+ "cats": [
+ 36
+ ],
+ "description": "LiveRamp DPM is a TV advertising metrics and analytics platform.",
+ "icon": "LiveRamp.svg",
+ "js": {
+ "dpmComscoreVars": ""
+ },
+ "scriptSrc": "c\\.tvpixel\\.com/js/current/dpm_pixel_min\\.js",
+ "website": "https://liveramp.com/data-plus-math"
+ },
+ "LiveRamp PCM": {
+ "cats": [
+ 67
+ ],
+ "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.",
+ "dom": "iframe[src*='gdpr-consent-tool\\.privacymanager\\.io']",
+ "icon": "LiveRamp.svg",
+ "js": {
+ "wpJsonpLiverampGdprCmp": ""
+ },
+ "scriptSrc": "gdpr\\.privacymanager\\.io",
+ "website": "https://liveramp.com/our-platform/preference-consent-management"
+ },
+ "LiveStreet CMS": {
+ "cats": [
+ 1
+ ],
+ "headers": {
+ "X-Powered-By": "LiveStreet CMS"
+ },
+ "icon": "LiveStreet CMS.png",
+ "implies": "PHP",
+ "js": {
+ "LIVESTREET_SECURITY_KEY": ""
+ },
+ "website": "http://livestreetcms.com"
+ },
+ "LiveZilla": {
+ "cats": [
+ 52
+ ],
+ "description": "LiveZilla is a web-based live support platform.",
+ "dom": "#lz_overlay_chat",
+ "icon": "LiveZilla.png",
+ "js": {
+ "lz_chat_execute": "",
+ "lz_code_id": "(?:[\\w\\d]+)",
+ "lz_tracking_set_widget_visibility": ""
+ },
+ "pricing": [
+ "onetime",
+ "mid"
+ ],
+ "saas": false,
+ "website": "https://www.livezilla.net"
+ },
+ "Livefyre": {
+ "cats": [
+ 15
+ ],
+ "description": "Livefyre is a platform that integrates with the social web to boost social interaction.",
+ "html": "<[^>]+(?:id|class)=\"livefyre",
+ "icon": "Livefyre.png",
+ "js": {
+ "FyreLoader": "",
+ "L.version": "^(.+)$\\;confidence:0\\;version:\\1",
+ "LF.CommentCount": "",
+ "fyre": ""
+ },
+ "scriptSrc": "livefyre_init\\.js",
+ "website": "http://livefyre.com"
+ },
+ "Liveinternet": {
+ "cats": [
+ 10
+ ],
+ "html": [
+ "