From 2c45855053d5dfd09d0bc8a983ff60285b5370b3 Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 17:31:49 +0330 Subject: [PATCH 01/45] Add files via upload add webmetric --- src/drivers/webextension/images/icons/WebMetric.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/drivers/webextension/images/icons/WebMetric.svg diff --git a/src/drivers/webextension/images/icons/WebMetric.svg b/src/drivers/webextension/images/icons/WebMetric.svg new file mode 100644 index 000000000..103b52ab5 --- /dev/null +++ b/src/drivers/webextension/images/icons/WebMetric.svg @@ -0,0 +1 @@ +32-32 \ No newline at end of file From 562a5ec99de6ca8bbd466776dffe9f96cde5d689 Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 17:49:30 +0330 Subject: [PATCH 02/45] Update technologies.json --- src/technologies.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 3488e28f0..2f9f87a52 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20461,6 +20461,21 @@ "generator": "xt:Commerce" }, "website": "https://www.xt-commerce.com" + }, + "WebMetric": { + "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", + "icon": "WebMetric.svg", + "cats": [ + 10 + ], + "cookies": { + "cookie_name": "_wmuid" + }, + "js": { + "_wmid": "" + }, + "script": "cdn\\.webmetric\\.ir", + "website": "https://webmetric.ir/" } } -} \ No newline at end of file +} From ac02a97b0949443d0d9992bc94214556b12abe53 Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 18:06:44 +0330 Subject: [PATCH 03/45] Update technologies.json --- src/technologies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 2f9f87a52..77056b60e 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20463,11 +20463,11 @@ "website": "https://www.xt-commerce.com" }, "WebMetric": { - "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", - "icon": "WebMetric.svg", "cats": [ 10 ], + "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", + "icon": "WebMetric.svg", "cookies": { "cookie_name": "_wmuid" }, From d00ac9e4d5b7480343d720926ca363b4bf8c316b Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 18:18:42 +0330 Subject: [PATCH 04/45] Update technologies.json --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 77056b60e..af8f6651a 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20469,7 +20469,7 @@ "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", "icon": "WebMetric.svg", "cookies": { - "cookie_name": "_wmuid" + "_wmuid": "" }, "js": { "_wmid": "" From 203238a8c2c97ff1bf9f39b63241ba990a98151b Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 18:24:06 +0330 Subject: [PATCH 05/45] Update technologies.json --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index af8f6651a..fa13b2700 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20462,7 +20462,7 @@ }, "website": "https://www.xt-commerce.com" }, - "WebMetric": { + "WebMetric":{ "cats": [ 10 ], From 8c16b95b63f088f9a73437920930e7e5095f8366 Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 18:36:03 +0330 Subject: [PATCH 06/45] Update technologies.json --- src/technologies.json | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index fa13b2700..b527ac476 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -17860,6 +17860,22 @@ }, "website": "http://www.webgui.org" }, + , + "WebMetric":{ + "cats": [ + 10 + ], + "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", + "icon": "WebMetric.svg", + "cookies": { + "_wmuid": "" + }, + "js": { + "_wmid": "" + }, + "script": "cdn\\.webmetric\\.ir", + "website": "https://webmetric.ir/" + }, "WebPublisher": { "cats": [ 1 @@ -20461,21 +20477,6 @@ "generator": "xt:Commerce" }, "website": "https://www.xt-commerce.com" - }, - "WebMetric":{ - "cats": [ - 10 - ], - "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", - "icon": "WebMetric.svg", - "cookies": { - "_wmuid": "" - }, - "js": { - "_wmid": "" - }, - "script": "cdn\\.webmetric\\.ir", - "website": "https://webmetric.ir/" } } } From ae48d912c1345f7d5ace1847b01e1c616ec829a6 Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 18:39:08 +0330 Subject: [PATCH 07/45] Update technologies.json --- src/technologies.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index b527ac476..320559c2c 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -17860,7 +17860,6 @@ }, "website": "http://www.webgui.org" }, - , "WebMetric":{ "cats": [ 10 From 4a02b9aef596d98212ec79f5ba4b9ddf62a89bab Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Thu, 7 Jan 2021 11:09:21 +1100 Subject: [PATCH 08/45] Analyze JS a second time after a 5s delay to capture async scripts --- src/drivers/webextension/js/content.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/drivers/webextension/js/content.js b/src/drivers/webextension/js/content.js index e6ccb4c96..883b38247 100644 --- a/src/drivers/webextension/js/content.js +++ b/src/drivers/webextension/js/content.js @@ -92,7 +92,14 @@ const Content = { language, ]) - Content.onGetTechnologies(await Content.driver('getTechnologies')) + const technologies = await Content.driver('getTechnologies') + + Content.onGetTechnologies(technologies) + + // Delayed second pass to capture async JS + await new Promise((resolve) => setTimeout(resolve, 5000)) + + Content.onGetTechnologies(technologies) } catch (error) { Content.driver('error', error) } From 2da8219822a5647bffaaf5713153701936132b2e Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 7 Jan 2021 15:59:16 +0600 Subject: [PATCH 09/45] Add Bronto/Email marketing automation --- .../webextension/images/icons/Bronto.svg | 4 ++++ src/technologies.json | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Bronto.svg diff --git a/src/drivers/webextension/images/icons/Bronto.svg b/src/drivers/webextension/images/icons/Bronto.svg new file mode 100644 index 000000000..cc74432e3 --- /dev/null +++ b/src/drivers/webextension/images/icons/Bronto.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies.json b/src/technologies.json index 3488e28f0..150fea56d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2809,6 +2809,23 @@ "implies": "Java", "website": "https://www.brightspot.com" }, + "Bronto": { + "cats": [ + 32, + 75 + ], + "description": "Bronto is a cloud-based email marketing automation software.", + "icon": "Bronto.svg", + "js": { + "bronto": "", + "BrontoShopify": "", + "brontoCookieConsent": "" + }, + "scripts": "(?:snip|cdn)\\.bronto\\.com", + "saas": true, + "pricing": ["poa"], + "website": "https://bronto.com" + }, "BrowserCMS": { "cats": [ 1 From cb93ebac706174e7b1cc0a3f412e0e1b14844fce Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 7 Jan 2021 16:33:23 +0600 Subject: [PATCH 10/45] Add Fomo/ Marketing automation --- src/drivers/webextension/images/icons/Fomo.png | Bin 0 -> 596 bytes src/technologies.json | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Fomo.png diff --git a/src/drivers/webextension/images/icons/Fomo.png b/src/drivers/webextension/images/icons/Fomo.png new file mode 100644 index 0000000000000000000000000000000000000000..fc3d93f03bbe7d9f0fc214d3278a96901fe42208 GIT binary patch literal 596 zcmV-a0;~OrP)L==%I(otH-LJ^T%AOa39VzI)>u1WSW6eBHmF!qied*PHbcg{VUd*;rJ z*njmxN-4<#LI{kkk^@L7F+mA1=PqL{l&6w7Xx0hchRO>90BfO)bNBI71bEdALU#`U zV=5U3AaenU2c{2|*H9i1r%E0BKL}f&heWBorZ#zdpX0`M-#HmaL(b4EeA)tn)-H$Dja0Fn4{y^57{vpF*9gNTS6;)ZJQ~Vjj#huQ#xC7rwzS+cE^G&D z{u;t|QgLXPpd03etJsUH<52vMeLzMeYvKq_US=X~Ni{ss+1|o`|E4<&0Df%~zqZ*E zd-mQlW=pqI2+;9>jQZ|V-@S|Vb~Kd$BVWWkcTw>ldBi^t)wo^2$Q65Hg{ zxSF{A=u?%0cdr4+FRhbbexQ}`H%_4sj0eS$`7z8~z(no>9S&^|nCGwHRMgvX*i8oz zeA^-R+t}ADV00h45$}ST;yn4K`>A4sy^plFULt|;`&XQmCx66D)B};{CdG<9w{Ofu z--NjvD}=2t#GN*UI}cCHj@1WJV#eak+S9*G{v&-LF=5cG Date: Thu, 7 Jan 2021 16:48:30 +0600 Subject: [PATCH 11/45] Trying get version --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 150fea56d..5639fc553 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2817,7 +2817,7 @@ "description": "Bronto is a cloud-based email marketing automation software.", "icon": "Bronto.svg", "js": { - "bronto": "", + "bronto.versions.sca": "(.+)\\;version:\\1", "BrontoShopify": "", "brontoCookieConsent": "" }, From 6749e63422bf1afe9985a311dfcaad4dee73c3f7 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 7 Jan 2021 18:05:11 +0600 Subject: [PATCH 12/45] Add Kibo products/Ecommerce , Analytics , AB testing --- .../webextension/images/icons/Kibo.png | Bin 0 -> 723 bytes src/technologies.json | 27 ++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Kibo.png diff --git a/src/drivers/webextension/images/icons/Kibo.png b/src/drivers/webextension/images/icons/Kibo.png new file mode 100644 index 0000000000000000000000000000000000000000..486985126b078b7ccfaca1911f606e0d77b75f26 GIT binary patch literal 723 zcmV;^0xbQBP)rKHoll=v&gJK$Lb1>fUwWTNzeBCYK=z zpWT)3ufYmP;5LYVNj!ksyb63RzzT@}21xK8-*<>iP`_NURz8(I80!WYrd&6`u;mQN z7CCFU&OQGZ%?hZ^YqrQW1916%9(Krk0@y8Q9Q1(t`7-c*16DwS_i2EeLg(@dsLiD# zk@EoR-Yr`8r?3K}az5wR`(PXD5Bx7?x^qvzV(uNB-!A3c+UL&e+km7*xf<#I5Jcz^+Nb_>GO)A+Qz3#C|u5rli7pWNf|AR3F| zs?{o8WK^WnX_yYMQl#?jzw#3<7oyQ9WUm(@RBJW+!l?hl~ELe*-*Q!C3JDeS81_002ovPDHLk FV1k{9N(%r0 literal 0 HcmV?d00001 diff --git a/src/technologies.json b/src/technologies.json index 3488e28f0..ee5ae0924 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -8629,6 +8629,33 @@ "url": "kibana#/dashboard/", "website": "http://www.elastic.co/products/kibana" }, + "Kibo Commerce": { + "cats": [ + 6 + ], + "description": "Kibo Commerce is a enterprise ecommerce platform that offers a cloud-based, end-to-end commerce solution for retailers and branded manufacturers.", + "icon": "Kibo.png", + "scripts": "cdn-tp\\d+\\.mozu\\.com", + "pricing": ["poa"], + "website": "https://kibocommerce.com" + }, + "Kibo Personalization": { + "cats": [ + 10, + 74 + ], + "description": "Kibo Personalization is a omnichannel personalization software powered by machine learning to deliver individualized customer experiences and powered by Monetate and Certona.", + "icon": "Kibo.png", + "js": { + "monetateT": "", + "monetateQ": "", + "monetate": "" + }, + "scripts": "\\.monetate\\.net", + "saas": true, + "pricing": ["poa"], + "website": "https://kibocommerce.com/personalization-software" + }, "KineticJS": { "cats": [ 25 From 6c36963c5555d4ba33d97401d019d33bf9e97d4d Mon Sep 17 00:00:00 2001 From: Honjes Date: Fri, 8 Jan 2021 18:32:55 +0100 Subject: [PATCH 13/45] Add Choices Detection + add List.js version detection --- src/drivers/webextension/images/icons/choices.png | Bin 0 -> 574 bytes src/technologies.json | 13 ++++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/choices.png diff --git a/src/drivers/webextension/images/icons/choices.png b/src/drivers/webextension/images/icons/choices.png new file mode 100644 index 0000000000000000000000000000000000000000..8a14f87d78b6847b282a969ebac14f78ae5d2874 GIT binary patch literal 574 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>$qswaksN_uEeD?k;&(C>oKxK?c-tI0k zb66bNfgJV{PhVH|2ONAt(vmk0%$x!git==E43W5;dcsqvK|z4!VB5sd7zf9L|NmcJ zEqiUPP(YMg^4!g7LTefR2go%lI!LfgR7^^nF;PNDrulbsYQzSkH8&*8-tbr(IlEcz zs~4HGHMU&-SWjL2+IjkCHN~T{E~%sgZBZ?8jVMV;EJ?LWE=mPb3`PcqX1WFzx`rkp zh89*v=2k|g+6G2e1_o2b-v2?-kei>9nO2Eg!xQgt2cU-Vs*s41pu}>8f};Gi%$!t( zlFEWqh0KDIWCn(cIgdZ_a1@4VXq@stea7=?5CgL^w_Y;0u(GiCWD#az1(ybs!zs+l tn?n>%-?(z($eANDN7zp{cr5VJV|XPlSn|oqbSlsa22WQ%mvv4FO#l+d&PV_N literal 0 HcmV?d00001 diff --git a/src/technologies.json b/src/technologies.json index 3488e28f0..e5ef7c293 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -3438,6 +3438,17 @@ "scripts": "scripts\\.chitika\\.net/", "website": "http://chitika.com" }, + "Choices": { + "description": "Choices.js is a lightweight, configurable select box/text input plugin.", + "cats": [ + 19 + ], + "icon": "Choices.png", + "scripts": [ + "choices\\.js/|@([\\d.]+)(?:/assets)?(?:/scripts)?(?:/styles)?(?:/dist)?/choices(?:\\.min)?\\.js|css\\;version:\\1" + ], + "website": "https://joshuajohnson.co.uk/Choices/" + }, "Chorus": { "cats": [ 1 @@ -9115,7 +9126,7 @@ "js": { "List": "" }, - "scripts": "^list\\.(?:min\\.)?js$", + "scripts": "list\\.js/|@([\\d.]+)/(?:/dist)?list\\.(?:min\\.)?js\\;version:\\1", "website": "http://listjs.com" }, "Listrak": { From 837c1dd3318dc97f95f1c0c799995e56a72dcc07 Mon Sep 17 00:00:00 2001 From: Honjes Date: Fri, 8 Jan 2021 18:37:15 +0100 Subject: [PATCH 14/45] Delete choices.png --- src/drivers/webextension/images/icons/choices.png | Bin 574 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/drivers/webextension/images/icons/choices.png diff --git a/src/drivers/webextension/images/icons/choices.png b/src/drivers/webextension/images/icons/choices.png deleted file mode 100644 index 8a14f87d78b6847b282a969ebac14f78ae5d2874..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 574 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>$qswaksN_uEeD?k;&(C>oKxK?c-tI0k zb66bNfgJV{PhVH|2ONAt(vmk0%$x!git==E43W5;dcsqvK|z4!VB5sd7zf9L|NmcJ zEqiUPP(YMg^4!g7LTefR2go%lI!LfgR7^^nF;PNDrulbsYQzSkH8&*8-tbr(IlEcz zs~4HGHMU&-SWjL2+IjkCHN~T{E~%sgZBZ?8jVMV;EJ?LWE=mPb3`PcqX1WFzx`rkp zh89*v=2k|g+6G2e1_o2b-v2?-kei>9nO2Eg!xQgt2cU-Vs*s41pu}>8f};Gi%$!t( zlFEWqh0KDIWCn(cIgdZ_a1@4VXq@stea7=?5CgL^w_Y;0u(GiCWD#az1(ybs!zs+l tn?n>%-?(z($eANDN7zp{cr5VJV|XPlSn|oqbSlsa22WQ%mvv4FO#l+d&PV_N From 4e072e38225cdd218119ab1587aefd04be17f8ef Mon Sep 17 00:00:00 2001 From: Honjes Date: Fri, 8 Jan 2021 18:37:28 +0100 Subject: [PATCH 15/45] Create Choices.png --- src/drivers/webextension/images/icons/Choices.png | Bin 0 -> 574 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Choices.png diff --git a/src/drivers/webextension/images/icons/Choices.png b/src/drivers/webextension/images/icons/Choices.png new file mode 100644 index 0000000000000000000000000000000000000000..8a14f87d78b6847b282a969ebac14f78ae5d2874 GIT binary patch literal 574 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>$qswaksN_uEeD?k;&(C>oKxK?c-tI0k zb66bNfgJV{PhVH|2ONAt(vmk0%$x!git==E43W5;dcsqvK|z4!VB5sd7zf9L|NmcJ zEqiUPP(YMg^4!g7LTefR2go%lI!LfgR7^^nF;PNDrulbsYQzSkH8&*8-tbr(IlEcz zs~4HGHMU&-SWjL2+IjkCHN~T{E~%sgZBZ?8jVMV;EJ?LWE=mPb3`PcqX1WFzx`rkp zh89*v=2k|g+6G2e1_o2b-v2?-kei>9nO2Eg!xQgt2cU-Vs*s41pu}>8f};Gi%$!t( zlFEWqh0KDIWCn(cIgdZ_a1@4VXq@stea7=?5CgL^w_Y;0u(GiCWD#az1(ybs!zs+l tn?n>%-?(z($eANDN7zp{cr5VJV|XPlSn|oqbSlsa22WQ%mvv4FO#l+d&PV_N literal 0 HcmV?d00001 From 6f8136c24c2aba7fbff82e49d92acb1702ceb443 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 9 Jan 2021 22:16:32 +0600 Subject: [PATCH 16/45] Add Branch / Analytics, Marketing automation --- .../webextension/images/icons/Branch.png | Bin 0 -> 1313 bytes src/technologies.json | 19 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Branch.png diff --git a/src/drivers/webextension/images/icons/Branch.png b/src/drivers/webextension/images/icons/Branch.png new file mode 100644 index 0000000000000000000000000000000000000000..5a16197df28e1a862d10f43898b65d431a45f74b GIT binary patch literal 1313 zcmV++1>X9JP);K~#7F#a3HP z990bEYq>OAw!1q!Gk#~?S!buKG82qna&qSU=b!U^ z=Rg0s5dF{K$OIHc;c9DZD^M5PY_?y#UhjD_3Bv-Ko0|*5;qX_S-O@(b3VY5i%SB1`NE6HJ4DcwO`Vb*VNQ(CeAWo zzq>6@sK1Y-3ujBB-yA$rRaNy!AQ0%)k7XzaRA5HQWMtonfK%7~yshDZJjeDYh`)I= z*&DZ!vvW6Dt=8^rW0?}*a=8S|UPy__)rqU&Z>!8CDcQj6H_}=OkR-`QspW$Zw`#{Z zu^ZLK#BAnyB>g(W{LW>3{*?^k^)09-<+)Cn?96lW?T%Lw;}_-sPC1MLO0_l}K?_5G^=%;aG?udvVcv z(pW6EMdK>yh^O)I4iI-3A!p!q0%VdB84gMmlNLpm#Z1+y6roM)gDut$;?vm(5Un!g zM=Q>YT$G=1Af3?mXGFl^aP-7S2PkoFQk@w^zduZh$d;Incs!ncWo2b~5Th3!%SMhv zX$J{5Uyi5gfW4{hP0B4ej%D7b_2IH8-lJG7-TWWs{aX1^sDA$eD63zc5XnBy*RL4Q){r+f-ZDyI^EwB!udq+Q#}G zLg@Ojmajob7khnZ{Sko@{TL8=D~WMR=9Kj>8YOat<^DT?DG1nx<{51t zlCW6)W^YEEh`sRpl)V+A-}SI$O7_M5gM{Z>7}5Dc^*41LgJ37B^dKPHi&^c*=QF6^ zKs!g{zG%r^=T-zeDN7d@kUw3xzSCE;sk=ZAkg`*cZNvQcou22<~WEO8_QXGh`M(g50nFY(CSmqXm=OUifkY;;CJ}&u2${qm XB101yCTr}=00000NkvXXu0mjfMx Date: Sat, 9 Jan 2021 22:55:30 +0600 Subject: [PATCH 17/45] Update Segment / Analytics --- .../webextension/images/icons/Segment.png | Bin 1039 -> 0 bytes .../webextension/images/icons/Segment.svg | 8 ++++++++ src/technologies.json | 11 ++++++++--- 3 files changed, 16 insertions(+), 3 deletions(-) delete mode 100644 src/drivers/webextension/images/icons/Segment.png create mode 100644 src/drivers/webextension/images/icons/Segment.svg diff --git a/src/drivers/webextension/images/icons/Segment.png b/src/drivers/webextension/images/icons/Segment.png deleted file mode 100644 index f9c595f086e04cb27d15b563af7e947e4b9fdb48..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1039 zcmV+q1n~QbP)uWmwdhTh@zX*lbwVoLJSJWY}d`)t+S8Wm(peW7cG3*JfJO zk6YA+UDSeL)o}m+|6A0HVb*J3)pTCfd0EqwSJRwb)qYshm;L|!Ue$hP*JoVRURu;! z_Wkxz(tcRfZCKM;==tf~_TQT2n}gq$lH-$I)s1@GdsfqQWY=iX~P`t9rb>*Dw5*YwxT^3=2Iy{6};rRS!J;H97D zpn=|rUe$?24+i{6{8tkD z)xW;7WnW$!1^)f~{QLUz@Zr^&c5G{9S4l)F6blLS?&09y-qy&-!M?Mxu%n}#m1Rsm zJ~=ra06VEc0005*Nkl|iC5Y{5XK{fDkxCE+FGw_ZENj)-*+OgSV)Bs4EO1+ zy<6|=A9rTiBYFOKkIc;XWp=V}R}pvyJv{WvP~wH!%*W`|l>f5|Zm(O#!tH2iM5Ejd z`+e|&OZOSn9g2 z3&(_l-vWOZg|2ss#bRDKU{X5ZLt(JCYX2*nCO14mdC<`y|F1x@SyHof*#ayfX3(t) zDK*U6&qjy0c#UhsMl?p}H(5P3tu0dwF*XZB-jpMj$d5)*b8-s|juDngwy=6+Va$gB z!!>Exgc(U;Coc_tH0V8g7c+mboCQn8GHDJ18s5!cnP;@xC%a`r%I$6nLN5-Pyp&|v z$(G$NlTwRjSjQn_cfK<0>b`w={FnT(dFB2r?&Y)eP3R124(d5w2$i&ECfD8CMTyq1z39iev8N + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 3488e28f0..845961742 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -14502,11 +14502,16 @@ "segment-site-verification" ] }, - "icon": "Segment.png", + "icon": "Segment.svg", "js": { - "analytics": "" + "analytics.VERSION": "(.+)\\;version:\\1" }, - "scripts": "cdn\\.segment\\.com/analytics\\.js", + "scripts": [ + "cdn\\.segment\\.com/analytics\\.js", + "/segment-wrapper\\.min\\.js" + ], + "saas": true, + "pricing": ["mid", "freemium", "recurring"], "website": "https://segment.com" }, "Select2": { From 96ce9ac22240bc3fdeea68ec49c823bd29077f88 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 10 Jan 2021 00:56:36 +0600 Subject: [PATCH 18/45] Add Bluecore/Marketing automation, Email --- .../webextension/images/icons/Bluecore.svg | 3 +++ src/technologies.json | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Bluecore.svg diff --git a/src/drivers/webextension/images/icons/Bluecore.svg b/src/drivers/webextension/images/icons/Bluecore.svg new file mode 100644 index 000000000..1b6354e34 --- /dev/null +++ b/src/drivers/webextension/images/icons/Bluecore.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies.json b/src/technologies.json index 3488e28f0..098195a1d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2551,6 +2551,24 @@ "icon": "Bloomreach.png", "website": "https://developers.bloomreach.com" }, + "Bluecore": { + "cats": [ + 32, + 75 + ], + "description": "Bluecore is a retail marketing technology that uses data gained from direct marketing like email, social media, site activity.", + "icon": "Bluecore.svg", + "js": { + "triggermail": "", + "triggermail_email_address": "", + "bluecore_action_trigger": "", + "_bluecoreTrack": "" + }, + "scripts": "\\.bluecore\\.com", + "saas": true, + "pricing": ["poa"], + "website": "https://www.bluecore.com" + }, "Bluefish": { "cats": [ 20 From ae57050e3fbcc5e032fafa6e41c9804e11e9407c Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 10 Jan 2021 01:22:03 +0600 Subject: [PATCH 19/45] Add Vizury Marketing automation --- src/drivers/webextension/images/icons/Vizury.png | Bin 0 -> 917 bytes src/technologies.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Vizury.png diff --git a/src/drivers/webextension/images/icons/Vizury.png b/src/drivers/webextension/images/icons/Vizury.png new file mode 100644 index 0000000000000000000000000000000000000000..5f08a6b8df0e5e454ece1b52c14ba459596cb77c GIT binary patch literal 917 zcmV;G18V$GK~#7FwO36@ zR8bT@=e{@o=3~^1eyo*2L0PVZqE<;N6&58%LeauB9CfTItYmOg5}}E-Xdwwj3*BUv zXcBHJ!i`i^8@EAek&}Pu%)7Vq%*fHX_q~~BzQvrm_k8!D=IxLmFa~(i?HMRg zk<5_j0s%iD5dy3quA^T?n&~W^1jIf_lmOsx*xm4auZozW&o$AZ%|jvtAVLZUR<9y{ zyK`a!f!&8h2v`yUaLz6ZAsxHO1R;*lR}O?=SIL}~k!RB1d@=%sj}h>!j6=oR8t5o# zlKTB4x;rpGCIEL?Ll(Xk%G|Ysd!&n7S~xO%NdIOfn+uNo87N>(nFU;6-rsSU0IL>+ z#+9`YXe)V1=5=H*zMK9s`&P9cA$Y;sC!&C56&1$ip+Z#9;HBQ+P4X;TeWU6IDg#IVJE=45oZiy^gx`{~I+UnG}Y06-cfxtbMz$l=&csrpL!AD_8f^jXGp&+X5roEAna zfMR2%QP;m+=C__|>s*C~w^VUN$dooF9n@gJv>Rlloo}kW_<<@wTJ4L?D9j^5x`7So zMpUkA7~Tmn!lj$F!aB}a1&{=$iJ%{1!1^msGRV}ZI1U6X;b>-kUp_>M;6ida88`g5 z0K_zo$<+`IPW5PjqTY_?Gy_)atInu>y2B~my~#L8%6HrGoC~1)hI&$yQ@UW>=Y;26 zz>)@0mT}2G3t5drTd8)7zyYEXKrk40dF)8^CFP?dv+FT239z2MO6zM%=FY4e-X;W8 zfI~ztfU+P=sFFE_wz%fakGBA;7^+ge{aaQ~XL%kORDI_m3dAOWD$FHZH&@ScE&C9) r-KZK?i~|1Lh^!i__VC#Thz|H0Vz%gbT&p=t00000NkvXXu0mjf3~`uE literal 0 HcmV?d00001 diff --git a/src/technologies.json b/src/technologies.json index 3488e28f0..89b291365 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -17552,6 +17552,21 @@ "saas": true, "website": "https://www.visualsoft.co.uk/" }, + "Vizury": { + "cats": [ + 32 + ], + "description": "Vizury is a commerce marketing platform.", + "icon": "Vizury.png", + "js": { + "vizury_data": "", + "safariVizury": "" + }, + "scripts": "\\.vizury\\.com", + "saas": true, + "pricing": ["poa"], + "website": "https://www.vizury.com" + }, "Volusion": { "cats": [ 6 From df955d38747292be71089c0b8855577a58f91687 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Mon, 11 Jan 2021 07:32:35 +1100 Subject: [PATCH 20/45] Rename IBM WebSphere Commerce to HCL Commerce --- src/drivers/npm/README.md | 8 +++--- .../images/icons/HCL Commerce.svg | 28 +++++++++++++++++++ src/technologies.json | 9 +++--- 3 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 src/drivers/webextension/images/icons/HCL Commerce.svg diff --git a/src/drivers/npm/README.md b/src/drivers/npm/README.md index 170854e86..7c1d950e6 100644 --- a/src/drivers/npm/README.md +++ b/src/drivers/npm/README.md @@ -66,9 +66,9 @@ const options = { htmlMaxRows: 2000, }; -;(async function() { - const wappalyzer = new Wappalyzer(options) +const wappalyzer = new Wappalyzer(options) +;(async function() { try { await wappalyzer.init() @@ -98,9 +98,9 @@ const Wappalyzer = require('wappalyzer'); const urls = ['https://www.wappalyzer.com', 'https://www.example.com'] -;(async function() { - const wappalyzer = await new Wappalyzer() +const wappalyzer = new Wappalyzer() +;(async function() { try { await wappalyzer.init() diff --git a/src/drivers/webextension/images/icons/HCL Commerce.svg b/src/drivers/webextension/images/icons/HCL Commerce.svg new file mode 100644 index 000000000..b8e38f310 --- /dev/null +++ b/src/drivers/webextension/images/icons/HCL Commerce.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 3488e28f0..4e6ad82dc 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -7590,20 +7590,19 @@ "icon": "IBM.svg", "website": "http://ibm.com/software/webservers/httpservers" }, - "IBM WebSphere Commerce": { + "HCL Commerce": { "cats": [ 6 ], - "cpe": "cpe:/a:ibm:websphere_commerce_suite", "html": "<(?:a|link|script)[^>]*(?:href|src)=\".*(?:/wcsstore/|webapp\\/wcs)", - "icon": "IBM.svg", + "icon": "HCL Commerce.svg", "implies": "Java", "pricing": [ "poa" ], "saas": true, "url": "/wcs/", - "website": "http://ibm.com/software/genservers/commerceproductline" + "website": "https://www.hcltechsw.com/products/commerce" }, "IIS": { "cats": [ @@ -20463,4 +20462,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +} From 35d911df303f55339bcbbc7d5b1e3d60ee36565f Mon Sep 17 00:00:00 2001 From: t-miller Date: Mon, 11 Jan 2021 13:55:28 -0500 Subject: [PATCH 21/45] Add icon --- src/drivers/webextension/images/icons/Appian.png | Bin 0 -> 1064 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Appian.png diff --git a/src/drivers/webextension/images/icons/Appian.png b/src/drivers/webextension/images/icons/Appian.png new file mode 100644 index 0000000000000000000000000000000000000000..561bbffa139e52352930fdd6996eec62e32e3f9f GIT binary patch literal 1064 zcmV+@1lRkCP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1HDN^K~zXfwU${- z6Hyd~J6)!_X-A`9Ce#0%J2QXpa_$V#oVL zf=DVo8Fs8#8N_C7hVztO|M^JCP~E-mGw1p%uR$h4t&*gs&R)U@D+57v6r5o|+zuyZ zCcb<{flVP`WiX}hgL8C7x;QBj1XoC^^LK*qxZSqCe(x2`ure6DT?=P^WMoE7)r!j% ztLyK^WUhgX^<&3WZ}03SjIc7Ww7rBs3j#c1H*FMaG?;f;ESL`gD+5*jPF((gXL{PZ zgl3VgTT8~uQ8N+VfJ+M0g$1Y`#^GnnwLRq*G31Fw%A9SenFwzHYm}5ze{-Pb4)kES zp^@Y9U8*`U`)iC1Zi3ttXgQ|OQoaj z?`{3`6-TpOM=Xd-Jbp}(vy~UYcGDlaU*CD6lnQ=_@qIul724~S;>5*N9FiHEtu1r? z%)}%W2SAPQT=)`+D1H%Yc(L@9Ul1x4d}$Qy&ro!3r_(iR)f_E`T7wICB5y(98ViEa zK)tJg;QOZcMwR`C0S*lP4A!d90D!ebYd~KIT!BEXqpBBn=F#^bPzPat{$hH39CdWM z7G@rGAoK=-)oZv_jbbj-V`JvlHq_8v<@Q|EfzTO1_3ovr7alSEAk>@P7|^ON$b);S zzz2;1^weLy#)d|h)ry)HOKYotltc;f@Y#Xd4~>CZSBTZ?7&hrIRbY|{c!`=GH&FqH zqu82FDIdWG1WfO)JP@|N?;QsY!TyZ-5Wok3eP95!x#bxOKfwly>@1GQdry15F6=iC z0?VvDPxrIs>ByV6BX8ePSs%fb4Eu!BY;oJ|RLmOKeFZX^(`2GzAHhAa8wUR3=>WV( i=RO^vndE;7hw}?}hefSvG+ToJ0000 Date: Mon, 11 Jan 2021 15:21:34 -0500 Subject: [PATCH 22/45] Add Appian block --- src/technologies.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index 4e6ad82dc..bc1d08f27 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1745,6 +1745,16 @@ "scripts": "adrum", "website": "https://appdynamics.com" }, + "Appian": { + "cats": [ + 62 + ], + "description": "Appian is an enterprise low-code application platform", + "icon": "Appian.png", + "saas": true, + "scripts": "\/suite\/tempo\/ui\/sail-client\/embeddedBootstrap.nocache.js", + "website": "https://www.appian.com" + }, "AppNexus": { "cats": [ 36 From 9459566c33ae39f4970f8d8fb54d35389e1476dd Mon Sep 17 00:00:00 2001 From: t-miller Date: Mon, 11 Jan 2021 17:14:13 -0500 Subject: [PATCH 23/45] Replace icon --- .../webextension/images/icons/Appian.png | Bin 1064 -> 1381 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/src/drivers/webextension/images/icons/Appian.png b/src/drivers/webextension/images/icons/Appian.png index 561bbffa139e52352930fdd6996eec62e32e3f9f..caa3abc6290e6dc18fece68aaa058ed5a2e48fe2 100644 GIT binary patch delta 1373 zcmV-j1)}<>2;~Zp8Gi-<0047(dh`GQ0flKpLr_UWLm+T+Z)Rz1WdHyuk$sUpNW)MR zg-=sO(Tal^L>z)tCkvt?j#9-USSW3URvk=U`Ug!Kk`xz5!L{Jv&tlcV#aUMeS3wZ` z0daG4Qgo3L?@J0TV!ZHpALre3c<(+ysF#^$bxZ)7Zkx$iRDa53SEa631kei+BM8XM zGUBPlG<@spp1P^-B0S5#@6YN}a~1;v67d`}Oq+OvcxKZ!IPVjStSGC*=fvYCU6A;Z z>x##3oC_`sJX18&$$4UtSSqx!(#EW4YQ)pTVO7&9U&wf@a^B*sm8-0IPyWJCPG3oJ zoz^g7SV9~LNPkdJMG0lth|sQ+Vj)TAQ6K-1>raqNAy)~E91EyGgY5dj|KRs*t^Cxa zmlTQuoiC2_F$#3;0*#vEd>=bb;{*sk16O*>U#SDLpQP7XTKEX)-v%zOTbi;5TmH-EsvAuv{;>~)`acel^&-=60D zegHH~a*heas{{Z500v@9M??Ss00000`9r&Z00009a7bBm000XU000XU0RWnu7ytkO z2XskIMF-^p3lt*}uL{y1000AFNklJ;J93(4O$YocM8n}zr70nrCZIIRw>REI zNTd-7T*hqb;7Va8ES`Py46$Sy?R$0OMl{Oo#D7&Tz5W(L7>EW+G)2H)vB?Y`;K7qG zZLEI81nmO`H1LFM&hbL#REI+*b8rR=_ul)p+>(SYr<^F^HRjhpJXO?H@iFR&k zzkdsS+a`PD5Z0z-6`Q*FDR??C*jgu`HPSNZ8C@&?95=_mM_N|f|7_BqN`G_C*L63|*>cEso&8L47Uux?XsW z?BF2Dy}eB-U9|)P0Oz{Df5ReuR)M#ef-{`I77$I#!1#AK6D(CW8u(bbsH| zB+@%JoU=Sv=J$_2q;U2$TKOTnKxn#0N7lhhg86lJbuQ7XB=f+V?0=z4B^! z1eEL1k;~F`SlJ*Jbmb9y0v{Yx03d>8o#$QHwB5 zZX|!#(ZiUrn#^+(*O;G}4E6MPCZIJ&Jj$-&dikfn9>c4wG;A_LA>cbMsV5#My}xg* zQz(sni;P4X6sxjsIU(h0+otdF76>6wj?a~M-p03Wgp@dyf0@5NiD56KpF-MrD=pT0!x+k&8ZM5*Tr92t`#~$5J@B&cDq_Byv4<;8-*FcjK_k@e1Mi( f^cL(?X-fPD&q*`W0-c^D00000NkvXXu0mjf(}suz delta 1054 zcmV+(1mXMT3aAK>8Gix*008_L?V|ty00DDSM?wIu&K&6g000DMK}|sb0I`n?{9y$E z000SaNLh0L01m?d01m?e$8V@)000BMNkl?djT@*0jes;pV+_%#1RsovhQxOhj7s#u@L*yj8byMF3x6U?zy(}!!50!`v4{mq zZJ})4p!Jk9ZEBfmN26aR)Bl`1Gk@=L?hMhKyoB>V;ZncFvE|O zD7S5y`lg@!+JA)^CRh!TrleS?RDu|J^}4h4)b}e_Ju@>Lf=DVo8Fs8#8N_C7hVztO z|M^JCP~E-mGw1p%uR$h4t&*gs&R)U@D+57v6r5o|+zuyZCcb<{flVP`WiX}hgL8C7 zx;QBj1XoC^^LK*qxZSqCe(x2`ure6DT?=P^WMoE7)qjf16|3v-#$>L6jP+y3RB!L> zC5*5#u(Z8|KMMjpVmECRYc!a5SuB_j0V@Ml{!U!}fM!+(LZZ8sRKpE@upOT4>@+rK9cdZT<8WN3&f=EQm`y zeoT?Gl^4Nw(;vED-+7{x3Vw(2eLyM|+Uu3##Klw`k{O$=Epz?M#3U65K#lKQ_!5aI zei3STvGkN*5GoaXX%y_wP;_pm(=}?<94&@gg9~^fZ$aQ13xd%=y{mxW`=<9smHmeS z4u1^&4A!d90D!ebYd~KIT!BEXqpBBn=F#^bPzPat{$hH39CdWM7G@rGAoK=-)oZv_ zjbbj-V`JvlHq_8v<@Q|EfzTO1_3ovr7alSEAk>@P7|^ON$b);Szz2;1^weLy#)d|h z)ry)HOKYotltc;f@Y#Xd4~>CZSBTZ?7=JeDFI8ZY33!Q`9yd_|hojh|k07*qoM6N<$f;%nXwEzGB From d4d5ca53ca483979a32c6ddf64b6fcc4b6a50b63 Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Mon, 11 Jan 2021 23:36:48 -0600 Subject: [PATCH 24/45] Update Acquia Cloud MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acquia Cloud never changed their name, and their name is part of the product (like Google Analytics isn’t called just Analytics). --- src/technologies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 4e6ad82dc..7100aeb0d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -3647,11 +3647,11 @@ "scripts": "clipboard(?:-([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1", "website": "https://clipboardjs.com/" }, - "Cloud Platform": { + "Acquia Cloud Platform": { "cats": [ 62 ], - "description": "Cloud Platform (formally Acquia Cloud) is a Drupal-tuned application lifecycle management suite with an infrastructure to support Drupal deployment workflow processes.", + "description": "Acquia Cloud Platform is a Drupal-tuned application lifecycle management suite with an infrastructure to support Drupal deployment workflow processes.", "headers": { "X-AH-Environment": "^\\w+$" }, From e1f2f94e74cf98e5976944fbd97b728df1349b7c Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Mon, 11 Jan 2021 23:39:34 -0600 Subject: [PATCH 25/45] Updating Pantheon Pantheon embeds Fastly into their default tech stack for CDN, edge caching, and certificate automation. --- src/technologies.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 4e6ad82dc..c1e97c92d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -12143,7 +12143,7 @@ "cats": [ 62 ], - "description": "Pantheon is a Website Management Platform for WordPress and Drupal.", + "description": "Pantheon is a WebOps (Website Operations) and Management Platform for WordPress and Drupal.", "headers": { "Server": "^Pantheon", "x-pantheon-styx-hostname": "", @@ -12153,7 +12153,8 @@ "implies": [ "PHP", "Nginx", - "MariaDB" + "MariaDB", + "Fastly" ], "website": "https://pantheon.io/" }, From 1e3b3bd0b2aac2bb4c04a2fe0d9bf8edf270468c Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Mon, 11 Jan 2021 23:53:52 -0600 Subject: [PATCH 26/45] Add Google Cloud Storage Google Cloud Storage (GCS) is the Google-equivalent of Amazon AWS S3. --- .../images/icons/google-cloud-storage.svg | 1 + src/technologies.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/drivers/webextension/images/icons/google-cloud-storage.svg diff --git a/src/drivers/webextension/images/icons/google-cloud-storage.svg b/src/drivers/webextension/images/icons/google-cloud-storage.svg new file mode 100644 index 000000000..1183be5e6 --- /dev/null +++ b/src/drivers/webextension/images/icons/google-cloud-storage.svg @@ -0,0 +1 @@ +Icon_24px_Color_CloudStorage \ No newline at end of file diff --git a/src/technologies.json b/src/technologies.json index 4e6ad82dc..fcfd60972 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -6826,6 +6826,18 @@ "icon": "google_cloud.svg", "website": "https://cloud.google.com" }, + "Google Cloud Storage": { + "cats": [ + 19 + ], + "description": "Google Cloud Storage allows world-wide storage and retrieval of any amount of data at any time.", + "headers": { + "x-goog-storage-class": "^\\w+$" + }, + "icon": "google-cloud-storage.svg", + "implies": "Google Cloud", + "website": "https://cloud.google.com/storage" + }, "Google Code Prettify": { "cats": [ 19 From 8f35edf498641fce25ce6d9157769f393a317ecb Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Tue, 12 Jan 2021 10:23:01 -0600 Subject: [PATCH 27/45] Remove false positive from Oracle Commerce The dyncharset is too vague and promotes false positives. This should be detected as a URL parameter rather than a string on the page. fixes #3667 --- src/technologies.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 4e6ad82dc..dc0ccf4ae 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -11806,7 +11806,6 @@ "headers": { "X-ATG-Version": "(?:ATGPlatform/([\\d.]+))?\\;version:\\1" }, - "html": "<[^>]+_dyncharset", "icon": "Oracle.png", "website": "http://www.oracle.com/applications/customer-experience/commerce/products/commerce-platform/index.html" }, From 71341986b057312821e37f4b43924b9a5f47d12b Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Tue, 12 Jan 2021 12:00:53 -0600 Subject: [PATCH 28/45] Fix LiveInternet - Remove generic common script - Simplify yadro script detection --- src/technologies.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 4e6ad82dc..4cd2dfce3 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9276,13 +9276,12 @@ 10 ], "html": [ - "]*>[^]{0,128}?src\\s*=\\s*['\"]//counter\\.yadro\\.ru/hit(?:;\\S+)?\\?(?:t\\d+\\.\\d+;)?r", + "//counter\\.yadro\\.ru/hit", "", "", " Date: Tue, 12 Jan 2021 12:03:08 -0600 Subject: [PATCH 29/45] Fix RDoc detection - Simplify detection, output would be consistent so this is less to match on, and remove negated identifier. --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 4cd2dfce3..78e41117b 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13206,7 +13206,7 @@ "html": [ "]+href=\"[^\"]*rdoc-style\\.css", "Generated by ]+href=\"https?://rdoc\\.rubyforge\\.org[^>]+>RDoc ([\\d.]*\\d)\\;version:\\1", - ")[^]){1,500}

\\s*Generated by RDoc<\\/a> ([\\d.]*\\d)\\;version:\\1" + "Generated by RDoc<\\/a> ([\\d.]*\\d)\\;version:\\1" ], "icon": "RDoc.png", "implies": "Ruby", From d2bc65ff5c7bbb891361a9551160e005ed0ba2a4 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 13 Jan 2021 00:12:19 +0600 Subject: [PATCH 30/45] Add SPP / CRM,Payment proc --- .../images/icons/Service Provider Pro.svg | 4 +++ src/technologies.json | 26 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Service Provider Pro.svg diff --git a/src/drivers/webextension/images/icons/Service Provider Pro.svg b/src/drivers/webextension/images/icons/Service Provider Pro.svg new file mode 100644 index 000000000..5676e96c4 --- /dev/null +++ b/src/drivers/webextension/images/icons/Service Provider Pro.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies.json b/src/technologies.json index 4e6ad82dc..8359a04e2 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -15555,6 +15555,32 @@ }, "website": "http://www.schillmania.com/projects/soundmanager2" }, + "Service Provider Pro": { + "cats": [ + 41, + 53 + ], + "description": "Service Provider Pro is a client management & billing software for productized service agencies.", + "icon": "Service Provider Pro.svg", + "meta": { + "server": "app.spp.co" + }, + "cookies": { + "spp_session": "\\;confidence:25", + "spp_csrf": "\\;confidence:25", + "spp_orderform": "" + }, + "js": { + "sppOrderform": "" + }, + "scripts": [ + "js/spp_clients\\.js\\;confidence:50", + "\\.spp\\.io/js/" + ], + "saas": true, + "pricing": ["low", "recurring"], + "website": "https://spp.co" + }, "SparkPost": { "cats": [ 75 From 42633393a07b2d4eccc4284a9f2c67830fb1215e Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 13 Jan 2021 01:20:39 +0600 Subject: [PATCH 31/45] Add GetSocial/ Social login , share analytics --- .../webextension/images/icons/GetSocial.png | Bin 0 -> 1322 bytes src/technologies.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/drivers/webextension/images/icons/GetSocial.png diff --git a/src/drivers/webextension/images/icons/GetSocial.png b/src/drivers/webextension/images/icons/GetSocial.png new file mode 100644 index 0000000000000000000000000000000000000000..fe39a5cd049c492aa45a8f60697e0fe337ba22d0 GIT binary patch literal 1322 zcmV+_1=aeAP))+#E3pn?cR^h3lCpMOF>v}zRahb9I zK0kU0M4rG6g;E%s&%jJUT-T`M#oN7bnAPesz>)9W>7%sQNXNqz>8F2$Ffg5vY4zGo zc(lijyE>it=tKzTXH$5&w+WsaRf2r7Zv<1(EHolXkJpN4Z}npTk!eIT`RV}d-sD1W zyF-3IPU+qI^CV^yON%e3^4Ryw6#D)QV>FUMHeW=i+ahZdisvvvbyvwbmuX-+iRZo_ zlXF(GvJx=rN4C_-$l1|{M}yKiliF!f&|uS0Ps2mRoTvXyRBK){v5=N)7{~_?_;G!s z)ldnotK@ve47h3I4jBzFMC|4CDpYUYXM;&8$Eq^WKy|c{)Hs~U%UKx#FRjy6+(7bjSvAz^#?WcrNH`^x z!HRhPhjDy)CX9HdAbHf=;lP0h+lZJtDp?tTB~=3!O);7ZjDGOiPXWC0;{;Al#3Zm# zEQbr>G!}!KT*%`6--Fom%_zP*J1+_Aw5WJ|tEYMZv+=BqfcM<))6wiSB*@L@$Y_k3 zPaGSZX6f{wNQ(H8Lleo=ZdT+xF4e{PG~PTsjs8hP_lbEz+!A%<@vPJH}u8(zPs1zq(PNk}$70r$~h`}vP%Mi>LvuJEO5z-iU^Iir zZgfi!eivuQgd{m0oJrul-)1mQ9dXf&XHl^-06t9k(X5y!C&?&Y`Z|bayFfQ(!$s;y zP?wvSPvOFBQgUK(o6ipiaOjwdPLB>B$&l+BpuR9nO)6bfp=iVz9xAyL%Cc-M10WRo zv&gKc+9@iECJSb$?@!N29Z38_kfdsKn6cclG|nYxl+GI=tbkRAq#qy2w4V?PuB=6Q zD`tf9%up*bcQtMOk!&4+K|*FJGjz2tsg;b?R-(AZ&U4WS-PKO7>E$#>ms9pFGr+f0 gz9_D#m9FRi0&#cV^bc*hiU0rr07*qoM6N<$f*8war2qf` literal 0 HcmV?d00001 diff --git a/src/technologies.json b/src/technologies.json index 4e6ad82dc..cf0f7f4bb 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -6508,6 +6508,21 @@ }, "website": "http://get-simple.info" }, + "GetSocial": { + "cats": [ + 69, + 10 + ], + "description": "GetSocial is a social analytics and publishing platform.", + "icon": "GetSocial.png", + "js": { + "GETSOCIAL_VERSION": "(.+)\\;version:\\1" + }, + "scripts": "api\\.at\\.getsocial\\.io", + "saas": true, + "pricing": ["low", "recurring"], + "website": "https://getsocial.io" + }, "Ghost": { "cats": [ 11 From a60a37c2e9354caf4a60b3d6f33ad53106d08a28 Mon Sep 17 00:00:00 2001 From: Espen Hovlandsdal Date: Tue, 12 Jan 2021 11:00:29 -0800 Subject: [PATCH 32/45] Add Sanity as CMS provider --- .../webextension/images/icons/Sanity.svg | 7 +++++++ src/technologies.json | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Sanity.svg diff --git a/src/drivers/webextension/images/icons/Sanity.svg b/src/drivers/webextension/images/icons/Sanity.svg new file mode 100644 index 000000000..969563127 --- /dev/null +++ b/src/drivers/webextension/images/icons/Sanity.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 4e6ad82dc..43935b4e9 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -14313,6 +14313,25 @@ "scripts": "service\\.force\\.com", "website": "https://www.salesforce.com/au/products/service-cloud/" }, + "Sanity": { + "cats": [ + 1 + ], + "description": "Sanity is a platform for structured content. It comes with an open-source, headless CMS that can be customized with Javascript, a real-time hosted data store and an asset delivery pipeline.", + "dom": { + "img[src*='cdn.sanity.io'],img[srcset*='cdn.sanity.io'],video[src*='cdn.sanity.io'],source[src*='cdn.sanity.io'],source[srcset*='cdn.sanity.io'],track[src*='cdn.sanity.io']": { + "attributes": { "src": "", "srcset": "" } + } + }, + "icon": "Sanity.svg", + "pricing": [ + "freemium", + "recurring", + "payg" + ], + "saas": true, + "website": "https://www.sanity.io" + }, "Sapper": { "cats": [ 18 From 7433e1ae828e0e7c00e536c814958be0359d838c Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Tue, 12 Jan 2021 15:28:10 -0600 Subject: [PATCH 33/45] Update LiveInternet - fix validation --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 78e41117b..e1d23c5d9 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9276,7 +9276,7 @@ 10 ], "html": [ - "//counter\\.yadro\\.ru/hit", + "