From 08bcccad1702d7fc9a2a39a33acf323115311554 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 20 Jan 2022 13:02:56 +0600 Subject: [PATCH] Update Banshee / CMS --- src/technologies/b.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies/b.json b/src/technologies/b.json index 3e54c0d99..dbb09e284 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -151,12 +151,15 @@ 1, 18 ], - "html": "Built upon the ]+banshee-php\\.org/\">[a-z]+(?:v([\\d.]+))?\\;version:\\1", + "description": "Banshee is a PHP website framework with a main focus on security. Banshee is protected against common attacks like SQL injection, cross-site scripting, cross-site request forgery and session hijacking.", "icon": "Banshee.png", "implies": "PHP", "meta": { "generator": "Banshee PHP" }, + "headers": { + "X-Powered-By": "Banshee PHP framework v([\\d\\.]+)\\;version:\\1" + }, "website": "http://www.banshee-php.org" }, "Base": {