From 57c4bfb8b0f5a7362d93efdd7752006027eb00fc Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Thu, 18 Apr 2019 10:33:53 -0500 Subject: [PATCH] Fix OpenCart false positive fixes #2650 --- src/apps.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 327729bb9..810ea7d1a 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7235,7 +7235,9 @@ "cats": [ 6 ], - "html": "(?:index\\.php\\?route=[a-z]+/|Powered By ]+OpenCart)", + "cookies": { + "OCSESSID": "" + }, "icon": "OpenCart.png", "implies": "PHP", "website": "http://www.opencart.com"