|
|
|
@ -56,6 +56,7 @@
|
|
|
|
|
'Bugzilla': { cats: { 1: 13 }, html: /<[^>]+(id|title|name)=("|')bugzilla/i },
|
|
|
|
|
'Burning Board': { cats: { 1: 2 }, html: /<a href=('|")[^>]+woltlab\.com.+Burning Board/i },
|
|
|
|
|
'CakePHP': { cats: { 1: 18 }, headers: { 'Set-Cookie': /CAKEPHP=/ }, meta: { 'application-name': /CakePHP/ } },
|
|
|
|
|
'CentOS': { cats: { 1: 28 }, headers: { 'Server': /CentOS/i, 'X-Powered-By': /CentOS/i } },
|
|
|
|
|
'Chameleon': { cats: { 1: 1 }, meta: { 'generator': /chameleon\-cms/i } },
|
|
|
|
|
'chartbeat': { cats: { 1: 10 }, html: /function loadChartbeat\(\) {/i },
|
|
|
|
|
'Chamilo': { cats: { 1: 21 }, meta: { 'generator': /Chamilo/i }, headers: { 'X-Powered-By': /Chamilo/ } },
|
|
|
|
@ -81,7 +82,7 @@
|
|
|
|
|
'd3': { cats: { 1: 25 }, script: /d3(\.min)?\.js/, env: /^d3$/ },
|
|
|
|
|
'Danneo CMS': { cats: { 1: 1 }, meta: { 'generator': /Danneo/i } },
|
|
|
|
|
'DataLife Engine': { cats: { 1: 1 }, meta: { 'generator': /DataLife Engine/i } },
|
|
|
|
|
'Debian': { cats: { 1: 28 }, headers: { 'Server': /Debian/i, 'X-Powered-By': /(Debian|dotdeb)/i } },
|
|
|
|
|
'Debian': { cats: { 1: 28 }, headers: { 'Server': /Debian/i, 'X-Powered-By': /(Debian|dotdeb|lenny|squeeze)/i } },
|
|
|
|
|
'DHTMLX': { cats: { 1: 12 }, script: /dhtmlxcommon\.js/ },
|
|
|
|
|
'DirectAdmin': { cats: { 1: 9 }, html: /<a[^>]+>DirectAdmin<\/a> Web Control Panel/i },
|
|
|
|
|
'Disqus': { cats: { 1: 15 }, script: /disqus_url/, html: /<div[^>]+id=("|')disqus_thread("|')/ },
|
|
|
|
@ -235,6 +236,7 @@
|
|
|
|
|
'Ubuntu': { cats: { 1: 28 }, headers: { 'Server': /Ubuntu/i, 'X-Powered-By': /Ubuntu/i } },
|
|
|
|
|
'Umbraco': { cats: { 1: 1 }, meta: { 'generator': /umbraco/i }, headers: { 'X-Umbraco-Version': /.+/ }, html: /powered by <a href=[^>]+umbraco/i },
|
|
|
|
|
'Underscore.js': { cats: { 1: 12 }, script: /underscore.*\.js/ },
|
|
|
|
|
'UNIX': { cats: { 1: 28 }, headers: { 'Server': /Unix/i } },
|
|
|
|
|
'UserRules': { cats: { 1: 13 }, html: /var _usrp =/ , env: /^\_usrp$/ },
|
|
|
|
|
'Vanilla': { cats: { 1: 2 }, html: /<body id=("|')(DiscussionsPage|vanilla)/i, headers: { 'X-Powered-By': /Vanilla/ } },
|
|
|
|
|
'Varnish': { cats: { 1: 22 }, headers: { 'X-Varnish': /.+/, 'X-Varnish-Age': /.+/, 'X-Varnish-Cache': /.+/, 'X-Varnish-Action': /.+/, 'X-Varnish-Hostname': /.+/, 'Via': /Varnish/ } },
|
|
|
|
|