Pattern Tweaks

Per recent CI runs, ex:
https://travis-ci.org/github/AliasIO/wappalyzer/builds/692417278#L264-L320

Signed-off-by: Kingthorin <kingthorin@users.noreply.github.com>
main
Kingthorin 5 years ago committed by kingthorin
parent eae4350627
commit 0158fb5d20

@ -991,7 +991,7 @@
10
],
"icon": "AppDynamics.png",
"script": "adrum\\.js|adrum.([0-9].*)\\.js\\;version:\\1",
"script": "adrum\\.js|adrum\\.([0-9].*)\\.js\\;version:\\1",
"website": "https://appdynamics.com"
},
"AppNexus": {
@ -3922,7 +3922,7 @@
"cats": [
24
],
"html": "/<!--\\s*\\*\\s*FreeTextBox v\\d+ \\(([.\\d]+)(?:(?:.|\\n)+?<!--\\s*\\*\\s*License Type: (Distribution|Professional)License)?/i\\;version:\\1 \\2",
"html": "/<!--\\s*\\*\\s*FreeTextBox v\\d+ \\(([.\\d]+)(?:(?:\\.|\\n)+?<!--\\s*\\*\\s*License Type: (Distribution|Professional)License)?/i\\;version:\\1 \\2",
"icon": "FreeTextBox.png",
"implies": "Microsoft ASP.NET",
"js": {
@ -4191,7 +4191,7 @@
],
"icon": "GitBook.png",
"meta": {
"generator": "GitBook(?:.([\\d.]+))?\\;version:\\1"
"generator": "GitBook(?:\\.([\\d.]+))?\\;version:\\1"
},
"url": "^https?://[^/]+\\.gitbook\\.com/",
"website": "https://www.gitbook.com"
@ -4972,7 +4972,7 @@
"cats": [
57
],
"html": "powered by <a [^>]*href=\"http://hugo.spf13.com",
"html": "powered by <a [^>]*href=\"http://hugo\\.spf13\\.com",
"icon": "Hugo.png",
"meta": {
"generator": "Hugo ([\\d.]+)?\\;version:\\1"
@ -5489,7 +5489,7 @@
18
],
"headers": {
"X-Powered-By": "Servlet(?:.([\\d.]+))?\\;version:\\1"
"X-Powered-By": "Servlet(?:\\.([\\d.]+))?\\;version:\\1"
},
"icon": "Java.png",
"implies": "Java",
@ -6427,7 +6427,7 @@
"mivaJS.Screen": ""
},
"headers": {
"content-disposition": "filename=(?:mvga.js|MivaEvents.js)"
"content-disposition": "filename=(?:mvga\\.js|MivaEvents\\.js)"
},
"website": "http://www.miva.com"
},
@ -7105,7 +7105,7 @@
"Modernizr._version": "^(.+)$\\;version:\\1"
},
"script": [
"([\\d.]+)?/modernizr(?:.([\\d.]+))?.*\\.js\\;version:\\1?\\1:\\2"
"([\\d.]+)?/modernizr(?:\\.([\\d.]+))?.*\\.js\\;version:\\1?\\1:\\2"
],
"website": "https://modernizr.com"
},
@ -7428,7 +7428,7 @@
"SystemID": "^.*1AND1.*$\\;confidence:100",
"version": "^(.*)$\\;version:\\1\\;confidence:0"
},
"script": "\\/\\/integration.mywebsite-editor.com.*\\.js\\;confidence:100\\;version:9",
"script": "\\/\\/integration\\.mywebsite-editor\\.com.*\\.js\\;confidence:100\\;version:9",
"icon": "Ionos-by-1and1-logo.svg",
"website": "https://www.ionos.com"
},
@ -7834,7 +7834,7 @@
"cats": [
6
],
"script": "https://server.tebex.io/tebexAccounts/tebexaccounts\\.js",
"script": "https://server\\.tebex\\.io/tebexAccounts/tebexaccounts\\.js",
"icon": "Tebex.png",
"website": "https://www.tebex.io/"
},
@ -7842,7 +7842,7 @@
"cats": [
6
],
"html": "<a href=\"http://www.tsoft.com.tr\" target=\"_blank\" title=\"T-Soft E-ticaret Sistemleri\">",
"html": "<a href=\"http://www\\.tsoft\\.com\\.tr\" target=\"_blank\" title=\"T-Soft E-ticaret Sistemleri\">",
"icon": "Tsoft.png",
"website": "https://www.tsoft.com.tr/"
},
@ -10600,7 +10600,7 @@
"cats": [
1
],
"html": "<!-- Powered by Strikingly.com",
"html": "<!-- Powered by Strikingly\\.com",
"icon": "Strikingly.png",
"website": "https://strikingly.com"
},
@ -12180,7 +12180,7 @@
],
"headers": {
"Server": "Winstone Servlet (?:Container|Engine) v?([\\d.]+)?\\;version:\\1",
"X-Powered-By": "Winstone(?:.([\\d.]+))?\\;version:\\1"
"X-Powered-By": "Winstone(?:\\.([\\d.]+))?\\;version:\\1"
},
"website": "http://winstone.sourceforge.net"
},
@ -12857,7 +12857,7 @@
"cookies": {
"ZM_TEST": "true"
},
"html": "<script>(?:.|\\n)*\"refresh\":{\"version\":\"([\\w\\.]+)\\s\\;version:\\1",
"html": "<script>(?:\\.|\\n)*\"refresh\":{\"version\":\"([\\w\\.]+)\\s\\;version:\\1",
"implies": "Java",
"website": "https://www.zimbra.com/"
},
@ -14289,7 +14289,7 @@
1
],
"icon": "RebelMouse.svg",
"html": "<!-- Powered by RebelMouse.",
"html": "<!-- Powered by RebelMouse\\.",
"website": "https://www.rebelmouse.com/"
}
},

Loading…
Cancel
Save