From 872dcbe868eb208a01d44d38c52646975e0b3265 Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Fri, 27 Aug 2021 13:30:43 +0100 Subject: [PATCH] Improved VTex detection https://github.com/AliasIO/wappalyzer/issues/4515 --- src/technologies.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index dcba3f81b..65e8c012c 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -23569,7 +23569,8 @@ "cookies": { "VtexFingerPrint": "", "VtexWorkspace": "", - "vtex_session": "" + "vtex_session": "", + "VtexStoreVersion": "" }, "description": "VTEX is an ecommerce software that manages multiple online stores.", "headers": { @@ -23577,10 +23578,14 @@ "powered": "vtex" }, "icon": "VTEX.svg", + "js": { + "vtex": "" + }, "pricing": [ "payg" ], "saas": true, + "scripts": "io\\.vtex\\.com\\.br", "website": "https://vtex.com/" }, "VWO": {