From e7c4477186633691adda5baed3ae8fb27b7b874a Mon Sep 17 00:00:00 2001 From: "Tobias \"ToBeFree\" Frei" Date: Fri, 11 Oct 2013 21:51:55 +0200 Subject: [PATCH] Improved CloudFlare detection, added Zope Wappalyzer now detects the Zope webserver (zope.org - often used with Plone), and it detects CloudFlare even if just a single external ressource (.css, for example, or an image) is fetched from the CloudFlare CDN. --- share/apps.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index 37e06a7a7..00dc6260b 100644 --- a/share/apps.json +++ b/share/apps.json @@ -449,7 +449,7 @@ "CloudFlare": { "website": "www.cloudflare.com", "cats": [ 31 ], - "headers": { "Server": "cloudflare" }, + "headers": { "Server": "cloudflare", "Set-Cookie": "__cfduid=" }, "env": "^CloudFlare$" }, "CMS Made Simple": { @@ -2966,6 +2966,11 @@ "html": "", "implies": "Java" }, + "Zope": { + "website": "zope.org", + "cats": [ 22 ], + "headers": { "Server": "^Zope/" } + }, "ZURB Foundation": { "website": "foundation.zurb.com", "cats": [ 18 ],