From b64c986ede6f27f438741bc88a9bc647f2d4b93f Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Sat, 21 Aug 2021 19:52:46 +0100 Subject: [PATCH 01/10] Added Shopify product reviews and Consent Management https://github.com/AliasIO/wappalyzer/issues/4403 https://github.com/AliasIO/wappalyzer/issues/4272 --- src/technologies.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index ad63b3543..5f402ed00 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -19536,6 +19536,31 @@ "url": "^https?//.+\\.myshopify\\.com", "website": "http://shopify.com" }, + "Shopify Consent Management": { + "cats": [ + 67 + ], + "description": "Consent management powered by Shopify", + "icon": "Shopify.svg", + "scripts": [ + "cookie_consent_shopify\\.js" + ], + "website": "https://apps.shopify.com/customer-privacy-banner" + }, + "Shopify Product Reviews": { + "cats": [ + 90 + ], + "description": "Product reviews powered by Shopify", + "icon": "Shopify.svg", + "js": { + "SPR": "" + }, + "scripts": [ + "productreviews\\.shopifycdn\\.com" + ], + "website": "https://apps.shopify.com/product-reviews" + }, "Shoplo": { "cats": [ 6 From 8d2a891db55897a716b839ca1cc7f2b8a4a4b3b1 Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Sat, 21 Aug 2021 20:00:05 +0100 Subject: [PATCH 02/10] Added Stackcommerce https://github.com/AliasIO/wappalyzer/issues/4464 --- .../webextension/images/icons/Stackcommerce.png | Bin 0 -> 1396 bytes src/technologies.json | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Stackcommerce.png diff --git a/src/drivers/webextension/images/icons/Stackcommerce.png b/src/drivers/webextension/images/icons/Stackcommerce.png new file mode 100644 index 0000000000000000000000000000000000000000..9443d5245a964a89e004359f4f37ce12a5b3e516 GIT binary patch literal 1396 zcmV-)1&jKLP)0db_?iuSp|H6CTHxi z>~%Twp@)YRg)wFI6E7;HJFSpt)`xwXK+lAa#3tpLoI<0S+a2?TKtdYE%pLM~cN%!F zIV3q55=o0^+CIujYfE2F5L!6rxd0r>1sH|{pGT4VfG2@xK9bYaRk8|hwIXKOd{?m+(Ut%=%BO@a-4DaXheiv?9 zBEzJTNJbbp_BQ(A>_a%c%J=d!GVnz_skp24{_jzJn8z6Y_+i#6;42@87~fiN&f#x62)@&|sd-yzTQt01mY z@*VufSo{-&UcD`j3F|SuKd(>U;KmN{cfs1864!Zb@&e?4)O*ILk861UI`-cZO2(}o znZ&A4fM>Tfz77QbBLim`oNRF<0{jwA>`Gze17NNA9m!M)!?DSEdTex+i1o;f4>$D( zdh?n`_NRe=Nb);=!IvcoO=P?@e2`9D0mEFU{O!lH8jz)D=ZIC1<$7I=!0{C!aU}Da zI2W5-PFqf(G)ENLmgFVLZ7i1#>uCBXhB><^5yeesM4S@2=VgLv3o2OdX3-mZCWJxK zdGc{Gc$Uk0leQ+yL_Tzkse%3}IR8d*>fe)e8_Dsr+{Yh4g(tSTGT;X3&GW_el7P=; zxUkQyX*pNQ*o$VcA~mP#4Sk9Z1w7I#v^Ouphq)B^jiS0>Yl9~VtyNIrrXUcv3Gm!- zDq}H$fXo}reKh+sgUp|b-+iaFit=?zXivR+hW1P-L=wRH5bz5fm|`HZ!E1OKV3!Me zfDDT#1UYXAoZCMD0{@b}(>(qUi=3#B`}u5s+@P4%O^V)?QuIj1B><=QQ(I*og7QLx ziCn9=O(GYT1eV#o-}`;Ad;zDE#jRexA0)c&-n#uRb9db);rx?ELBiO7Owo@H*(yY{ z%cYNPIuBWIJ|hVU`K6rJCYc}{PdVhU?v$aoq^d<{L|LtvxLh83|I2FgquT3cO;|WG zK5y|Ghok=B*9pJgJ}L;&?(}LJw|>>p;AkTEiX@;pCFW#lBQFzV{qG?3!W|mXz1ZJE zPJGLFx5Vw=5Vx-S>SE~^9n9Q&ByH4$*DOA#wU8z}l`{Tm72y5QW0d*nst+?oh z!{@mYEu;Lt$F(!V25WI5bZWFG_4x@nuU7i zp1Lw9&}`PU{AC^;W}(hBGh-Gr04Q*scBgjg5j)&ehMhVJc)o(Fr!pw883ZdazYV;E z=d}gjcVxM6zN^;#9D_gw6xd=Mio68{D)r{U&3bFnaLdwlo-3?xPnq#pFa5_t{!4N{ zHv8Lb$GhuPv-*f{sdIYQxJKotpQ1GBq9*6<_XUpR-!U6;UWT~>(kMH{+}CWA*-^_C zP@#Z^9MGVE1_gXjKqzZ8^(%VEnCK0~Q5?nLjQ;`2HWa1yIyEQ&0000 Date: Sat, 21 Aug 2021 21:49:37 +0100 Subject: [PATCH 03/10] Added Shopline https://github.com/AliasIO/wappalyzer/issues/4460 --- .../webextension/images/icons/Shopline.svg | 8 ++++++++ src/technologies.json | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Shopline.svg diff --git a/src/drivers/webextension/images/icons/Shopline.svg b/src/drivers/webextension/images/icons/Shopline.svg new file mode 100644 index 000000000..0b8a83746 --- /dev/null +++ b/src/drivers/webextension/images/icons/Shopline.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 14fe6b420..0ae3723c1 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -19560,6 +19560,22 @@ "productreviews\\.shopifycdn\\.com" ], "website": "https://apps.shopify.com/product-reviews" + }, + "Shopline": { + "cats": [ + 6 + ], + "description": "A global smart commerce enabler that allows merchants to easily set up a full-featured online store.", + "icon": "Shopline.svg", + "js": { + "shoplytics": "" + }, + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "website": "https://shoplineapp.com/" }, "Shoplo": { "cats": [ From 5f4e6331bb1896421aa13a15e61f9f6876c49daf Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Sat, 21 Aug 2021 21:52:47 +0100 Subject: [PATCH 04/10] Excluded 'Shopify' when 'Shopline' is detected. https://github.com/AliasIO/wappalyzer/issues/4460 --- src/technologies.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies.json b/src/technologies.json index 0ae3723c1..8a90111f4 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -19566,6 +19566,7 @@ 6 ], "description": "A global smart commerce enabler that allows merchants to easily set up a full-featured online store.", + "excludes": "Shopify", "icon": "Shopline.svg", "js": { "shoplytics": "" From 54699e39caf8e1ae37b8245de1c0065d19efb40c Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Sat, 21 Aug 2021 23:37:38 +0100 Subject: [PATCH 05/10] Added Stamped https://github.com/AliasIO/wappalyzer/issues/4330 --- .../webextension/images/icons/Stamped.svg | 30 +++++++++++++++++++ src/technologies.json | 17 +++++++++++ 2 files changed, 47 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Stamped.svg diff --git a/src/drivers/webextension/images/icons/Stamped.svg b/src/drivers/webextension/images/icons/Stamped.svg new file mode 100644 index 000000000..4a0834f1a --- /dev/null +++ b/src/drivers/webextension/images/icons/Stamped.svg @@ -0,0 +1,30 @@ + + diff --git a/src/technologies.json b/src/technologies.json index 8a90111f4..93a29b20c 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20941,6 +20941,23 @@ "scripts": "assetscdn\\.stackla\\.com\\/media\\/js\\/widget\\/(?:[a-zA-Z0-9.]+)?\\.js", "website": "http://stackla.com/" }, + "Stamped": { + "cats": [ + 90 + ], + "description": "Stamped is a provider of reviews and ratings solution.", + "icon": "Stamped.svg", + "js": { + "StampedFn": "" + }, + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "scripts": "\\.stamped\\.io/", + "website": "https://stamped.io/" + }, "Starhost": { "cats": [ 51, From 859d80a2c4db908916ec9777084d77a4ce433da4 Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Sun, 22 Aug 2021 13:33:28 +0100 Subject: [PATCH 06/10] Added BNPL Solutions (Tabby / Sezzle / Payl8r) https://github.com/AliasIO/wappalyzer/issues/4293 https://github.com/AliasIO/wappalyzer/issues/4286 https://github.com/AliasIO/wappalyzer/issues/4280 --- .../webextension/images/icons/Payl8r.svg | 21 ++++++++++ .../webextension/images/icons/Sezzle.svg | 26 ++++++++++++ .../webextension/images/icons/Tabby.svg | 16 ++++++++ src/technologies.json | 40 +++++++++++++++++++ 4 files changed, 103 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Payl8r.svg create mode 100644 src/drivers/webextension/images/icons/Sezzle.svg create mode 100644 src/drivers/webextension/images/icons/Tabby.svg diff --git a/src/drivers/webextension/images/icons/Payl8r.svg b/src/drivers/webextension/images/icons/Payl8r.svg new file mode 100644 index 000000000..80f610308 --- /dev/null +++ b/src/drivers/webextension/images/icons/Payl8r.svg @@ -0,0 +1,21 @@ + + diff --git a/src/drivers/webextension/images/icons/Sezzle.svg b/src/drivers/webextension/images/icons/Sezzle.svg new file mode 100644 index 000000000..ee79366e9 --- /dev/null +++ b/src/drivers/webextension/images/icons/Sezzle.svg @@ -0,0 +1,26 @@ + + diff --git a/src/drivers/webextension/images/icons/Tabby.svg b/src/drivers/webextension/images/icons/Tabby.svg new file mode 100644 index 000000000..6bf928257 --- /dev/null +++ b/src/drivers/webextension/images/icons/Tabby.svg @@ -0,0 +1,16 @@ + + diff --git a/src/technologies.json b/src/technologies.json index 93a29b20c..8599bb452 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -15917,6 +15917,17 @@ "scripts": "app\\.paykickstart\\.com", "website": "https://paykickstart.com" }, + "Payl8r": { + "cats": [ + 41, + 91 + ], + "description": "PayL8r.com offers flexible repayment plans and online finance which allow you to purchase the products you want online. Buy now pay later finance by PayL8r.", + "icon": "Payl8r.svg", + "saas": true, + "scripts": "payl8r\\.com", + "website": "https://payl8r.com/" + }, "PayPal": { "cats": [ 41 @@ -19292,6 +19303,20 @@ "scripts": "sevenrooms\\.\\w+/widget/embed\\.js", "website": "https://sevenrooms.com" }, + "Sezzle": { + "cats": [ + 41, + 91 + ], + "description": "Sezzle empowers shoppers to purchase today, and make 4 interest-free payments over 6 weeks! Increase your conversions, AOV and customer satisfaction.", + "icon": "Sezzle.svg", + "js": { + "sezzle_footer_images": "", + "AwesomeSezzle": "" + }, + "saas": true, + "website": "https://sezzle.com/" + }, "Shapecss": { "cats": [ 66 @@ -21626,6 +21651,21 @@ "url": "/typo3/", "website": "https://typo3.org/" }, + "Tabby": { + "cats": [ + 41, + 91 + ], + "description": "Tabby is a Buy now pay later solution from Middle East.", + "icon": "Tabby.svg", + "js": { + "Tabby": "", + "TabbyPromo": "" + }, + "saas": true, + "scripts": "checkout\\.tabby\\.ai",, + "website": "https://tabby.ai/" + }, "TableBooker": { "cats": [ 5, From 426adf0fb868068082b138966ae1dfec4ec92269 Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Sun, 22 Aug 2021 13:35:53 +0100 Subject: [PATCH 07/10] removed extra comma --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 8599bb452..b2b9d77a6 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -21663,7 +21663,7 @@ "TabbyPromo": "" }, "saas": true, - "scripts": "checkout\\.tabby\\.ai",, + "scripts": "checkout\\.tabby\\.ai", "website": "https://tabby.ai/" }, "TableBooker": { From a5fe64c06e8b4bd17ea703fe5476cf5506c7980a Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Sun, 22 Aug 2021 14:14:46 +0100 Subject: [PATCH 08/10] Added reviews providers Judge.me & Fera https://github.com/AliasIO/wappalyzer/issues/4404 https://github.com/AliasIO/wappalyzer/issues/4402 --- .../webextension/images/icons/Fera.svg | 35 +++++++++++++++++++ .../webextension/images/icons/Judge.svg | 13 +++++++ src/technologies.json | 34 ++++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Fera.svg create mode 100644 src/drivers/webextension/images/icons/Judge.svg diff --git a/src/drivers/webextension/images/icons/Fera.svg b/src/drivers/webextension/images/icons/Fera.svg new file mode 100644 index 000000000..31fbdab4c --- /dev/null +++ b/src/drivers/webextension/images/icons/Fera.svg @@ -0,0 +1,35 @@ + + diff --git a/src/drivers/webextension/images/icons/Judge.svg b/src/drivers/webextension/images/icons/Judge.svg new file mode 100644 index 000000000..64e3d0c52 --- /dev/null +++ b/src/drivers/webextension/images/icons/Judge.svg @@ -0,0 +1,13 @@ + + diff --git a/src/technologies.json b/src/technologies.json index b2b9d77a6..0666cfbdc 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -7675,6 +7675,23 @@ "scripts": "^https://feedback\\.fish/ff\\.js", "website": "https://feedback.fish" }, + "Fera": { + "cats": [ + 90 + ], + "description": "A product reviews and social proof app.", + "icon": "Fera.svg", + "js": { + "fera": "" + }, + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "scripts": "cdn\\.fera\\.ai", + "website": "https://fera.ai/" + }, "FilePond": { "cats": [ 59 @@ -11094,6 +11111,23 @@ "url": "option=com_", "website": "https://www.joomla.org" }, + "Judge.me": { + "cats": [ + 90 + ], + "description": "A product reviews app.", + "icon": "Judge.svg", + "js": { + "judgeme": "" + }, + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "scripts": "cdn\\.judge\\.me", + "website": "https://judge.me/" + }, "Jumpseller": { "cats": [ 6 From fbce26ad6adf716b12975eb7cd08cbe05925e917 Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Sun, 22 Aug 2021 17:17:01 +0100 Subject: [PATCH 09/10] Categorised more BNPL solutions https://github.com/AliasIO/wappalyzer/issues/4422 --- src/technologies.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 0666cfbdc..41bd52035 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -17203,7 +17203,8 @@ }, "Quadpay": { "cats": [ - 41 + 41, + 91 ], "description": "Quadpay is a payment platform.", "dom": "link[href*='widgets.quadpay.com/'], div[data-quadpay-src*='.quadpay.com/']", @@ -20768,7 +20769,8 @@ }, "SplitIt": { "cats": [ - 41 + 41, + 91 ], "description": "SplitIt is a payment solution that divides a purchase into smaller monthly installments.", "icon": "SplitIt.svg", @@ -25178,7 +25180,8 @@ }, "Zip": { "cats": [ - 41 + 41, + 91 ], "description": "Zip is a payment service that lets you receive your purchase now and spread the total cost over a interest-free payment schedule.", "icon": "zip_pay.svg", From eb4589cab8f3313d0dc0ac7b97498a04c6e63917 Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Sun, 22 Aug 2021 17:54:32 +0100 Subject: [PATCH 10/10] Improved Sezzle detection https://github.com/AliasIO/wappalyzer/issues/4286 --- src/technologies.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies.json b/src/technologies.json index 41bd52035..1922368f0 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -19350,6 +19350,7 @@ "AwesomeSezzle": "" }, "saas": true, + "scripts": "widget\\.sezzle\\.in", "website": "https://sezzle.com/" }, "Shapecss": {