Elbert Alias 7 years ago
parent 099d448281
commit 6d5524ff26

@ -1336,7 +1336,9 @@
"cats": [ "cats": [
1 1
], ],
"headers": { "X-Powered-By": "^Brightspot$" }, "headers": {
"X-Powered-By": "^Brightspot$"
},
"icon": "Brightspot.svg", "icon": "Brightspot.svg",
"implies": "Java", "implies": "Java",
"website": "https://www.brightspot.com" "website": "https://www.brightspot.com"
@ -2681,9 +2683,9 @@
"cats": [ "cats": [
10 10
], ],
"headers": { "headers": {
"X-dynaTrace-JS-Agent": "" "X-dynaTrace-JS-Agent": ""
}, },
"icon": "Dynatrace.png", "icon": "Dynatrace.png",
"script": "dtagent.*\\.js", "script": "dtagent.*\\.js",
"website": "http://dynatrace.com" "website": "http://dynatrace.com"
@ -5662,9 +5664,9 @@
], ],
"icon": "Magento.png", "icon": "Magento.png",
"implies": [ "implies": [
"PHP", "PHP",
"MySQL" "MySQL"
], ],
"js": { "js": {
"Mage": "", "Mage": "",
"VarienForm": "" "VarienForm": ""
@ -8883,7 +8885,7 @@
"meta": { "meta": {
"generator": "^SilverStripe" "generator": "^SilverStripe"
}, },
"implies": "PHP", "implies": "PHP",
"website": "https://www.silverstripe.org" "website": "https://www.silverstripe.org"
}, },
"SimpleHTTP": { "SimpleHTTP": {
@ -9556,7 +9558,7 @@
"meta": { "meta": {
"generator": "^Sympa$" "generator": "^Sympa$"
}, },
"html": "<a href=\"https?://www\\.sympa\\.org\">\\s*Powered by Sympa\\s*</a>", "html": "<a href=\"https?://www\\.sympa\\.org\">\\s*Powered by Sympa\\s*</a>",
"icon": "sympa.png", "icon": "sympa.png",
"implies": "Perl", "implies": "Perl",
"website": "https://www.sympa.org/" "website": "https://www.sympa.org/"
@ -10734,12 +10736,12 @@
], ],
"icon": "Weebly.png", "icon": "Weebly.png",
"implies": [ "implies": [
"PHP", "PHP",
"MySQL" "MySQL"
], ],
"js": { "js": {
"_W.configDomain": "" "_W.configDomain": ""
}, },
"script": "cdn\\d+\\.editmysite\\.com", "script": "cdn\\d+\\.editmysite\\.com",
"website": "https://www.weebly.com" "website": "https://www.weebly.com"
}, },
@ -12485,7 +12487,7 @@
"cookies": { "cookies": {
"bbsessionhash": "", "bbsessionhash": "",
"bblastactivity": "", "bblastactivity": "",
"bblastvisit": "" "bblastvisit": ""
}, },
"meta": { "meta": {
"generator": "vBulletin ?([\\d.]+)?\\;version:\\1" "generator": "vBulletin ?([\\d.]+)?\\;version:\\1"

@ -1,6 +1,6 @@
{ {
"name": "wappalyzer", "name": "wappalyzer",
"version": "5.5.2", "version": "5.5.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

@ -2,7 +2,7 @@
"name": "wappalyzer", "name": "wappalyzer",
"description": "Uncovers the technologies used on websites", "description": "Uncovers the technologies used on websites",
"homepage": "https://github.com/AliasIO/Wappalyzer", "homepage": "https://github.com/AliasIO/Wappalyzer",
"version": "5.5.3", "version": "5.5.4",
"author": "Elbert Alias", "author": "Elbert Alias",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {

@ -4,7 +4,7 @@
"author": "Elbert Alias", "author": "Elbert Alias",
"homepage_url": "https://www.wappalyzer.com", "homepage_url": "https://www.wappalyzer.com",
"description": "Identify web technologies", "description": "Identify web technologies",
"version": "5.5.3", "version": "5.5.4",
"default_locale": "en", "default_locale": "en",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {