Merge pull request #3 from AliasIO/master

Update
main
DaAwesomeP 9 years ago
commit c143f0e6c2

@ -27,6 +27,11 @@ for ( app in json.apps ) {
attrs = pattern.split('\\;'),
regex = '/' + attrs.shift().replace('/', '\/') + '/';
//Check if the pattern is a valid RegExp
//Note: unlike when used in Wappalyzer, the modifier i isn't added here
new RegExp(regex);
if ( /^\/(?:\^\$|\.\+|\.\*)\/$/.test(regex) ) {
throw new Error('Pattern should be replaced with empty string.\n' + app + ': ' + type + ': ' + pattern);
}

@ -586,7 +586,7 @@
"env": "^Backbone$",
"implies": "Underscore.js",
"script": "backbone.*\\.js",
"website": "documentcloud.github.com/backbone"
"website": "backbonejs.org"
},
"Backdrop": {
"cats": [
@ -3477,6 +3477,12 @@
],
"website": "lucene.apache.org/core/"
},
"M.R. Inc BoxyOS": {
"cats": [
28
],
"website": "mrincworld.com"
},
"M.R. Inc Webserver": {
"cats": [
22
@ -3484,15 +3490,17 @@
"headers": {
"Server": "M\\.R\\. Inc Webserver"
},
"implies": [
"M.R. Inc BoxyOS"
],
"website": "mrincworld.com"
},
"M.R. Inc Wild CMS": {
"M.R. Inc SiteFrame": {
"cats": [
1,
6
18
],
"headers": {
"X-Powered-By": "M\\.R\\. Inc Wild CMS"
"Powered-By": "M\\.R\\. Inc SiteFrame"
},
"website": "mrincworld.com"
},
@ -4818,7 +4826,7 @@
"<link[^>]* href=\"[^\"]*rainloop/v/([^/]+)\\;version:\\1"
],
"implies": "PHP",
"script": "rainloop/v/([^/]+))\\;version:\\1",
"script": "rainloop/v/([^/]+)\\;version:\\1",
"website": "rainloop.net"
},
"RBS Change": {

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Loading…
Cancel
Save