Fixed Bigware detection

main
ElbertF 13 years ago
parent 7431c5e1e1
commit fe0069972e

@ -12,7 +12,7 @@
<Description> <Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>4.0</em:minVersion> <em:minVersion>4.0</em:minVersion>
<em:maxVersion>12.*</em:maxVersion> <em:maxVersion>14.*</em:maxVersion>
</Description> </Description>
</em:targetApplication> </em:targetApplication>

@ -58,7 +58,7 @@
'Backbone.js': { cats: [ 12 ], script: /backbone.*\.js/, env: /^Backbone$/ }, 'Backbone.js': { cats: [ 12 ], script: /backbone.*\.js/, env: /^Backbone$/ },
'BIGACE': { cats: [ 1 ], meta: { 'generator': /BIGACE/ }, html: /Powered by <a href=("|')[^>]+BIGACE|<!--\s+Site is running BIGACE/i }, 'BIGACE': { cats: [ 1 ], meta: { 'generator': /BIGACE/ }, html: /Powered by <a href=("|')[^>]+BIGACE|<!--\s+Site is running BIGACE/i },
'BigDump': { cats: [ 3 ], html: /<!-- <h1>BigDump: Staggered MySQL Dump Importer/ }, 'BigDump': { cats: [ 3 ], html: /<!-- <h1>BigDump: Staggered MySQL Dump Importer/ },
'Bigware': { cats: [ 6 ], html: /bigware/i }, 'Bigware': { cats: [ 6 ], html: /<center>[^<]+<a href="http:\/\/www\.bigware\.de[^"]*" target="_blank">\s*<u>Shopsoftware\s*<\/u>\s*<\/a>[^<]+<\/center>/i, url: /(\?|&)bigWAdminID=[a-z0-9]+(&|$)/i, headers: { 'Set-Cookie': /bigwareCsid|bigWAdminID/ }, implies: [ 'PHP' ] },
'blip.tv': { cats: [ 14 ], html: /<(param|embed)[^>]+blip\.tv\/play/i }, 'blip.tv': { cats: [ 14 ], html: /<(param|embed)[^>]+blip\.tv\/play/i },
'Blogger': { cats: [ 11 ], meta: { 'generator': /blogger/i }, url: /^(www.)?.+\.blogspot\.com/i }, 'Blogger': { cats: [ 11 ], meta: { 'generator': /blogger/i }, url: /^(www.)?.+\.blogspot\.com/i },
'Bugzilla': { cats: [ 13 ], html: /<[^>]+(id|title|name)=("|')bugzilla/i }, 'Bugzilla': { cats: [ 13 ], html: /<[^>]+(id|title|name)=("|')bugzilla/i },
@ -216,7 +216,7 @@
'OneStat': { cats: [ 10 ], html: /var p=("|')http("|')\+\(d\.URL\.indexOf\('https:'\)==0\?'s':''\)\+("|'):\/\/stat\.onestat\.com\/stat\.aspx\?tagver/i }, 'OneStat': { cats: [ 10 ], html: /var p=("|')http("|')\+\(d\.URL\.indexOf\('https:'\)==0\?'s':''\)\+("|'):\/\/stat\.onestat\.com\/stat\.aspx\?tagver/i },
'OpenCart': { cats: [ 6 ], html: /(Powered By <a href=("|')[^>]+OpenCart|route = getURLVar\(("|')route)/i }, 'OpenCart': { cats: [ 6 ], html: /(Powered By <a href=("|')[^>]+OpenCart|route = getURLVar\(("|')route)/i },
'openEngine': { cats: [ 1 ], html: /<meta[^>]+openEngine/i }, 'openEngine': { cats: [ 1 ], html: /<meta[^>]+openEngine/i },
'OpenGSE': { cats: [ 22 ], headers: { 'Server': /GSE/i } }, 'OpenGSE': { cats: [ 22 ], headers: { 'Server': /GSE/i }, implies: [ 'Java' ] },
'OpenLayers': { cats: [ 5 ], script: /openlayers/, env:/^OpenLayers$/ }, 'OpenLayers': { cats: [ 5 ], script: /openlayers/, env:/^OpenLayers$/ },
'OpenNemas': { cats: [ 1 ], headers: { 'X-Powered-By': /OpenNemas/ } }, 'OpenNemas': { cats: [ 1 ], headers: { 'X-Powered-By': /OpenNemas/ } },
'Open Web Analytics': { cats: [ 10 ], html: /<!-- (Start|End) Open Web Analytics Tracker -->/, env: /^_?owa_/i }, 'Open Web Analytics': { cats: [ 10 ], html: /<!-- (Start|End) Open Web Analytics Tracker -->/, env: /^_?owa_/i },

Loading…
Cancel
Save