Fixed merge conflict

main
Elbert Alias 11 years ago
commit 866ca36509

@ -88,19 +88,20 @@
"AddThis": { "AddThis": {
"website": "www.addthis.com", "website": "www.addthis.com",
"cats": [ 5 ], "cats": [ 5 ],
"script": "addthis\\.com/js/(\\d+)?\\;version:\\1", "script": "addthis\\.com/js/",
"env": "^addthis" "env": "^addthis"
}, },
"AdInfinity": { "AdInfinity": {
"website": "adinfinity.com.au", "website": "adinfinity.com.au",
"cats": [ 36 ], "cats": [ 36 ],
"script": [ "adinfinity\\.com\\.au" ] "script": "adinfinity\\.com\\.au"
}, },
"Adobe ColdFusion": { "Adobe ColdFusion": {
"website": "adobe.com/products/coldfusion-family.html", "website": "adobe.com/products/coldfusion-family.html",
"cats": [ 18 ], "cats": [ 18 ],
"url": "\\.cfm(?:$|\\?)", "url": "\\.cfm(?:$|\\?)",
"html": "<!-- START headerTags\\.cfm", "html": "<!-- START headerTags\\.cfm",
"headers": { "Cookie": "CFTOKEN=" },
"script": "/cfajax/", "script": "/cfajax/",
"env": "^_cfEmails$", "env": "^_cfEmails$",
"implies": "CFML" "implies": "CFML"
@ -108,7 +109,7 @@
"Adobe CQ5": { "Adobe CQ5": {
"website": "adobe.com/products/cq.html", "website": "adobe.com/products/cq.html",
"cats": [ 1 ], "cats": [ 1 ],
"html": [ "<div class=\"[^\"]*parbase","_jcr_content","/etc/designs/","/etc/clientlibs/" ], "html": [ "<div class=\"[^\"]*parbase", "_jcr_content", "/etc/designs/", "/etc/clientlibs/" ],
"implies": "Java" "implies": "Java"
}, },
"Adobe GoLive": { "Adobe GoLive": {
@ -116,12 +117,19 @@
"cats": [ 20 ], "cats": [ 20 ],
"meta": { "generator": "Adobe GoLive(?:\\s([\\d.]+))?\\;version:\\1" } "meta": { "generator": "Adobe GoLive(?:\\s([\\d.]+))?\\;version:\\1" }
}, },
"Adobe RoboHelp": {
"website": "adobe.com/products/robohelp.html",
"cats": [ 4 ],
"meta": { "generator": "^Adobe RoboHelp(?: ([\\d]+))?\\;version:\\1" },
"script": "(?:wh(?:utils|ver|proxy|lang|topic|msg)|ehlpdhtm)\\.js",
"env": "^gbWh(?:Ver|Lang|Msg|Util|Proxy)$"
},
"AdRiver": { "AdRiver": {
"website": "adriver.ru", "website": "adriver.ru",
"cats": [ 36 ], "cats": [ 36 ],
"env": "^adriver$", "env": "^adriver$",
"html": "(?:<embed[^>]+(?:src=\"https?://mh\\d?\\.adriver\\.ru/|flashvars=\"[^\"]*(?:http:%3A//(?:ad|mh\\d?)\\.adriver\\.ru/|adriver_banner))|<(?:(?:iframe|img)[^>]+src|a[^>]+href)=\"https?://ad\\.adriver\\.ru/)", "html": "(?:<embed[^>]+(?:src=\"https?://mh\\d?\\.adriver\\.ru/|flashvars=\"[^\"]*(?:http:%3A//(?:ad|mh\\d?)\\.adriver\\.ru/|adriver_banner))|<(?:(?:iframe|img)[^>]+src|a[^>]+href)=\"https?://ad\\.adriver\\.ru/)",
"script": [ "(?:adriver\\.core\\.\\d\\.js|https?://(?:content|ad|masterh\\d)\\.adriver\\.ru/)" ] "script": "(?:adriver\\.core\\.\\d\\.js|https?://(?:content|ad|masterh\\d)\\.adriver\\.ru/)"
}, },
"Advanced Web Stats": { "Advanced Web Stats": {
"website": "www.advancedwebstats.com", "website": "www.advancedwebstats.com",
@ -215,7 +223,7 @@
"Apache Tomcat": { "Apache Tomcat": {
"website": "tomcat.apache.org", "website": "tomcat.apache.org",
"cats": [ 22 ], "cats": [ 22 ],
"headers": { "Server": "Apache-Coyote/?([\\d.]+)?\\;version:\\1" } "headers": { "Server": "Apache-Coyote(/1\\.1)?\\;version:\\1?4.1<:" }
}, },
"Apache Traffic Server": { "Apache Traffic Server": {
"website": "trafficserver.apache.org/", "website": "trafficserver.apache.org/",
@ -242,7 +250,7 @@
"ATEN": { "ATEN": {
"website": "www.aten.com", "website": "www.aten.com",
"cats": [ 22 ], "cats": [ 22 ],
"headers": { "Server": "ATEN HTTP Server(\\(V?([\\d\\.]+)\\))?\\;version:\\2" } "headers": { "Server": "ATEN HTTP Server(:?\\(V?([\\d\\.]+)\\))?\\;version:\\1" }
}, },
"ATG Web Commerce": { "ATG Web Commerce": {
"website": "oracle.com/us/products/applications/web-commerce/atg", "website": "oracle.com/us/products/applications/web-commerce/atg",
@ -270,7 +278,7 @@
"AWStats": { "AWStats": {
"website": "awstats.sourceforge.net", "website": "awstats.sourceforge.net",
"cats": [ 10 ], "cats": [ 10 ],
"meta": { "generator": "AWStats ([\\d.]+(?: \\(?:build [\\d.]+\\))?)\\;version:\\1" }, "meta": { "generator": "AWStats ([\\d.]+(?: \\(build [\\d.]+\\))?)\\;version:\\1" },
"implies": "Perl" "implies": "Perl"
}, },
"Backbone.js": { "Backbone.js": {
@ -283,6 +291,7 @@
"Banshee": { "Banshee": {
"website": "www.banshee-php.org", "website": "www.banshee-php.org",
"cats": [ 1, 18 ], "cats": [ 1, 18 ],
"meta": { "generator": "Banshee PHP" },
"html": "Built upon the <a href=\"[^>]+banshee-php\\.org/\">[a-z]+</a>(?:v([\\d.]+))?\\;version:\\1", "html": "Built upon the <a href=\"[^>]+banshee-php\\.org/\">[a-z]+</a>(?:v([\\d.]+))?\\;version:\\1",
"implies": "PHP" "implies": "PHP"
}, },
@ -349,6 +358,13 @@
"cats": [ 22 ], "cats": [ 22 ],
"headers": { "Server": "Boa\\/?([\\d\\.a-z]+)?\\;version:\\1" } "headers": { "Server": "Boa\\/?([\\d\\.a-z]+)?\\;version:\\1" }
}, },
"Bonfire": {
"website": "cibonfire.com",
"cats": [ 18 ],
"headers": { "Set-Cookie": "bf_session=" },
"html": "Powered by <a[^>]+href=\"https?://(?:www\\.)?cibonfire\\.com[^>]*>Bonfire v([^<]+)\\;version:\\1",
"implies": "CodeIgniter"
},
"Brother": { "Brother": {
"website": "www.brother.com", "website": "www.brother.com",
"cats": [ 40 ] "cats": [ 40 ]
@ -365,6 +381,12 @@
"html": "href=\"enter_bug\\.cgi\">", "html": "href=\"enter_bug\\.cgi\">",
"implies": "Perl" "implies": "Perl"
}, },
"BugSense": {
"website": "bugsense.com",
"cats": [ 10 ],
"script": "bugsense\\.js",
"env": "^BugSense$"
},
"Burning Board": { "Burning Board": {
"website": "www.woltlab.com", "website": "www.woltlab.com",
"cats": [ 2 ], "cats": [ 2 ],
@ -473,7 +495,7 @@
"ClickTale": { "ClickTale": {
"website": "www.clicktale.com", "website": "www.clicktale.com",
"cats": [ 10 ], "cats": [ 10 ],
"html": "if\\(typeof ClickTale(Tag)*==\\\"function\\\"\\)", "html": "if\\(typeof ClickTale\\(Tag\\)*==\\\"function\\\"\\)",
"env": "^ClickTale" "env": "^ClickTale"
}, },
"Clicky": { "Clicky": {
@ -508,7 +530,8 @@
"CodeIgniter": { "CodeIgniter": {
"website": "codeigniter.com", "website": "codeigniter.com",
"cats": [ 18 ], "cats": [ 18 ],
"headers": { "Set-Cookie": "(?:exp_last_activity|exp_tracker|ci_session)" }, "headers": { "Set-Cookie": "(?:exp_last_activity|exp_tracker|ci_(?:session|(csrf_token)))\\;version:\\1?2+:" },
"html": "<input[^>]+name=\"ci_csrf_token\"\\;version:2+",
"implies": "PHP" "implies": "PHP"
}, },
"CodeMirror": { "CodeMirror": {
@ -647,7 +670,7 @@
"D3": { "D3": {
"website": "d3js.org", "website": "d3js.org",
"cats": [ 25 ], "cats": [ 25 ],
"script": "d3(?:\\. v[0-9]+)?(?:\\.min)?\\.js", "script": "d3(?:\\. v[\\d]+)?(?:\\.min)?\\.js",
"env": "^d3$" "env": "^d3$"
}, },
"Dancer": { "Dancer": {
@ -736,7 +759,7 @@
"Django": { "Django": {
"website": "djangoproject.com", "website": "djangoproject.com",
"cats": [ 18 ], "cats": [ 18 ],
"html": "(?:powered by <a[^>]+>Django ?([\\d.]+)?|<div style=\"display:none\"><input name=\"csrfmiddlewaretoken\" value=\"[a-z0-9]{32}\" type=\"hidden\"></div>)\\;version:\\1", "html": "(?:powered by <a[^>]+>Django ?([\\d.]+)?|<div style=\"display:none\"><input name=\"csrfmiddlewaretoken\" value=\"[a-z\\d]{32}\" type=\"hidden\"></div>)\\;version:\\1",
"env": "^__admin_media_prefix__", "env": "^__admin_media_prefix__",
"implies": "Python" "implies": "Python"
}, },
@ -786,7 +809,7 @@
"website": "stack.nl/~dimitri/doxygen", "website": "stack.nl/~dimitri/doxygen",
"cats": [ 4 ], "cats": [ 4 ],
"meta": { "generator": "Doxygen ([\\d.]+)\\;version:\\1" }, "meta": { "generator": "Doxygen ([\\d.]+)\\;version:\\1" },
"html": "(?:<!-- Generated by Doxygen ([\\d.]+)|<link[^>]+doxygen.css)\\;version:\\1" "html": "(?:<!-- Generated by Doxygen ([\\d.]+)|<link[^>]+doxygen\\.css)\\;version:\\1"
}, },
"DTG": { "DTG": {
"website": "www.dtg.nl", "website": "www.dtg.nl",
@ -829,7 +852,7 @@
"e107": { "e107": {
"website": "e107.org", "website": "e107.org",
"cats": [ 1 ], "cats": [ 1 ],
"script": "[^a-z0-9]e107\\.js", "script": "[^a-z\\d]e107\\.js",
"headers": { "Set-Cookie": "e107_tz[^;]+=", "X-Powered-By": "e107" }, "headers": { "Set-Cookie": "e107_tz[^;]+=", "X-Powered-By": "e107" },
"implies": "PHP" "implies": "PHP"
}, },
@ -843,7 +866,7 @@
"website": "???", "website": "???",
"cats": [ 22 ], "cats": [ 22 ],
"headers": { "Server": "\\beHTTP(?: v?([\\d\\.]+))?\\;version:\\1" }, "headers": { "Server": "\\beHTTP(?: v?([\\d\\.]+))?\\;version:\\1" },
"implies": [ "HP ProCurve"] "implies": [ "HP ProCurve" ]
}, },
"ELOG": { "ELOG": {
"website": "midas.psi.ch/elog", "website": "midas.psi.ch/elog",
@ -909,7 +932,7 @@
"meta": { "generator": "^eSyndiCat " }, "meta": { "generator": "^eSyndiCat " },
"headers": { "X-Drectory-Script": "^eSyndiCat" }, "headers": { "X-Drectory-Script": "^eSyndiCat" },
"env": "^esyndicat$", "env": "^esyndicat$",
"implies": [ "PHP" ] "implies": "PHP"
}, },
"EWS-NIC4": { "EWS-NIC4": {
"website": "dell.com", "website": "dell.com",
@ -927,13 +950,13 @@
"website": "expressjs.com", "website": "expressjs.com",
"cats": [ 18 ], "cats": [ 18 ],
"headers": { "X-Powered-By": "^Express$" }, "headers": { "X-Powered-By": "^Express$" },
"implies": [ "node.js" ] "implies": "node.js"
}, },
"total.js": { "total.js": {
"website": "totaljs.com", "website": "totaljs.com",
"cats": [ 18 ], "cats": [ 18 ],
"headers": { "X-Powered-By": "^total\\.js" }, "headers": { "X-Powered-By": "^total\\.js" },
"implies": [ "node.js" ] "implies": "node.js"
}, },
"ExpressionEngine": { "ExpressionEngine": {
"website": "expressionengine.com", "website": "expressionengine.com",
@ -977,13 +1000,19 @@
"website": "fatfreeframework.com", "website": "fatfreeframework.com",
"cats": [ 18 ], "cats": [ 18 ],
"headers": { "X-Powered-By": "Fat-Free Framework" }, "headers": { "X-Powered-By": "Fat-Free Framework" },
"implies": [ "PHP" ] "implies": "PHP"
}, },
"Fedora": { "Fedora": {
"website": "fedoraproject.org", "website": "fedoraproject.org",
"cats": [ 28 ], "cats": [ 28 ],
"headers": { "Server": "Fedora" } "headers": { "Server": "Fedora" }
}, },
"Flask": {
"website": "flask.pocoo.org/",
"cats": [ 18, 22 ],
"headers": { "Server": "Werkzeug\\/?([\\d\\.]+)?\\;version:\\1" },
"implies": "Python"
},
"FlashCom": { "FlashCom": {
"website": "???", "website": "???",
"cats": [ 22 ], "cats": [ 22 ],
@ -1017,6 +1046,11 @@
"cats": [ 28 ], "cats": [ 28 ],
"headers": { "Server": "FreeBSD(?: ([\\d.]+))?\\;version:\\1" } "headers": { "Server": "FreeBSD(?: ([\\d.]+))?\\;version:\\1" }
}, },
"Fireblade": {
"website": "fireblade.com",
"cats": [ 31 ],
"headers": { "Server": "fbs" }
},
"FrontPage": { "FrontPage": {
"website": "office.microsoft.com/frontpage", "website": "office.microsoft.com/frontpage",
"cats": [ 20 ], "cats": [ 20 ],
@ -1068,12 +1102,6 @@
"cats": [ 11 ], "cats": [ 11 ],
"meta": { "generator": "Ghost(?:\\s([\\d.]+))?\\;version:\\1" }, "meta": { "generator": "Ghost(?:\\s([\\d.]+))?\\;version:\\1" },
"headers": { "X-Ghost-Cache-Status": ".*" } "headers": { "X-Ghost-Cache-Status": ".*" }
},
"Glyphicons": {
"website": "glyphicons.com",
"cats": [ 17 ],
"html": "<link[^>]* href=[^>]+glyphicons(?:\\.min)?\\.css",
"url": "glyphicons"
}, },
"GoAhead": { "GoAhead": {
"website": "embedthis.com/products/goahead/index.html", "website": "embedthis.com/products/goahead/index.html",
@ -1084,7 +1112,7 @@
"website": "google.com/analytics", "website": "google.com/analytics",
"cats": [ 10 ], "cats": [ 10 ],
"html": "_gaq\\.push\\(\\['_setAccount|i\\['GoogleAnalyticsObject'\\]|ga\\.async = true", "html": "_gaq\\.push\\(\\['_setAccount|i\\['GoogleAnalyticsObject'\\]|ga\\.async = true",
"script": "(?:\\.google-analytics\\.com\/ga\\.js|\/urchin\\.js|\\.google-analytics\\.com\/analytics\\.js)", "script": "^https?://[^\/]+\\.google-analytics\\.com\/(?:ga|urchin|(analytics))\\.js\\;version:\\1?Universal Analytics:",
"headers": { "Set-Cookie": "__utma" }, "headers": { "Set-Cookie": "__utma" },
"env": "^gaGlobal$" "env": "^gaGlobal$"
}, },
@ -1092,9 +1120,7 @@
"website": "google.com/adsense", "website": "google.com/adsense",
"cats": [ 36 ], "cats": [ 36 ],
"env": [ "^google_ad_", "^__google_ad_", "^Goog_AdSense_" ], "env": [ "^google_ad_", "^__google_ad_", "^Goog_AdSense_" ],
"script": [ "googlesyndication\\.com/pagead/show_ads\\.js", "ad\\.ca\\.doubleclick\\.net", "2mdn\\.net" ], "script": [ "googlesyndication\\.com/pagead/show_ads\\.js", "ad\\.ca\\.doubleclick\\.net", "2mdn\\.net" ]
"env": "^google_ad_",
"script": [ "googlesyndication\\.com/pagead/show_ads\\.js", "ad\\.ca\\.doubleclick.net" ]
}, },
"Google App Engine": { "Google App Engine": {
"website": "code.google.com/appengine", "website": "code.google.com/appengine",
@ -1115,7 +1141,7 @@
"website": "code.google.com/apis/webfonts", "website": "code.google.com/apis/webfonts",
"cats": [ 17 ], "cats": [ 17 ],
"script": "googleapis\\.com/.+webfont", "script": "googleapis\\.com/.+webfont",
"html": "<link[^>]* href=[^>]+fonts\\.(googleapis|google)\\.com", "html": "<link[^>]* href=[^>]+fonts\\.googleapis\\.com",
"env": "^WebFonts$" "env": "^WebFonts$"
}, },
"Google Maps": { "Google Maps": {
@ -1170,7 +1196,7 @@
"Gravatar": { "Gravatar": {
"website": "gravatar.com", "website": "gravatar.com",
"cats": [ 19 ], "cats": [ 19 ],
"html": "(secure\\.)?gravatar\\.com/avatar/.+", "html": "gravatar\\.com/avatar/",
"env": "^Gravatar$" "env": "^Gravatar$"
}, },
"Gravity Insights": { "Gravity Insights": {
@ -1206,8 +1232,8 @@
"Hello Bar": { "Hello Bar": {
"website": "hellobar.com", "website": "hellobar.com",
"cats": [ 5 ], "cats": [ 5 ],
"script": "(hellobar\\.com/hellobar\\.js|new HelloBar)", "script": "(?:hellobar\\.com/hellobar\\.js|new HelloBar)",
"html": "/hellobar\\.js" "html": "/hellobar\\.js"
}, },
"Hiawatha": { "Hiawatha": {
"website": "hiawatha-webserver.org", "website": "hiawatha-webserver.org",
@ -1334,7 +1360,7 @@
"Intercom": { "Intercom": {
"website": "intercom.io", "website": "intercom.io",
"cats": [ 10 ], "cats": [ 10 ],
"script": "(api\\.intercom\\.io/api|static\\.intercomcdn\\.com/intercom\\.v1)", "script": "(?:api\\.intercom\\.io/api|static\\.intercomcdn\\.com/intercom\\.v1)",
"env": "^Intercom$" "env": "^Intercom$"
}, },
"Intershop": { "Intershop": {
@ -1413,7 +1439,7 @@
}, },
"Jekyll": { "Jekyll": {
"website": "jekyllrb.com", "website": "jekyllrb.com",
"cats": [ 1, 11], "cats": [ 1, 11 ],
"meta": { "generator": "Jekyll(?:v[\\d.]+)?\\;version:\\1" } "meta": { "generator": "Jekyll(?:v[\\d.]+)?\\;version:\\1" }
}, },
"Jetty": { "Jetty": {
@ -1446,7 +1472,7 @@
"meta": { "generator": "Joomla!(?: ([\\d.]+))?\\;version:\\1" }, "meta": { "generator": "Joomla!(?: ([\\d.]+))?\\;version:\\1" },
"html": "(?:<div[^>]+id=\"wrapper_r\"|<[^>]+(?:feed|components)/com_|<table[^>]+class=\"pill)\\;confidence:50", "html": "(?:<div[^>]+id=\"wrapper_r\"|<[^>]+(?:feed|components)/com_|<table[^>]+class=\"pill)\\;confidence:50",
"headers": { "X-Content-Encoded-By": "Joomla! ([\\d.]+)\\;version:\\1" }, "headers": { "X-Content-Encoded-By": "Joomla! ([\\d.]+)\\;version:\\1" },
"env": "^(jcomments|Joomla)$", "env": "^(?:jcomments|Joomla)$",
"implies": "PHP" "implies": "PHP"
}, },
"jqPlot": { "jqPlot": {
@ -1527,7 +1553,7 @@
"KineticJS": { "KineticJS": {
"website": "kineticjs.com", "website": "kineticjs.com",
"cats": [ 25 ], "cats": [ 25 ],
"script": "kinetic(?:-v?([\\d.]+))?(?:\\.min)?\\.js\\;version:\\1", "script": "kinetic(?:-v?([\\d.]+))?\\.js\\;version:\\1",
"env": "^Kinetic$" "env": "^Kinetic$"
}, },
"KISSmetrics": { "KISSmetrics": {
@ -1581,7 +1607,7 @@
"website": "www.canon.com", "website": "www.canon.com",
"cats": [ 22 ], "cats": [ 22 ],
"headers": { "Server": "KS_HTTP\\/?([\\d\\.]+)?\\;version:\\1" }, "headers": { "Server": "KS_HTTP\\/?([\\d\\.]+)?\\;version:\\1" },
"implies": [ "Canon"] "implies": [ "Canon" ]
}, },
"LabVIEW": { "LabVIEW": {
"website": "ni.com/labview", "website": "ni.com/labview",
@ -1628,7 +1654,7 @@
"website": "lokeshdhakar.com/projects/lightbox2/", "website": "lokeshdhakar.com/projects/lightbox2/",
"cats": [ 7, 12 ], "cats": [ 7, 12 ],
"script": "lightbox.*\\.js", "script": "lightbox.*\\.js",
"html": "<link [^>]*href=\"[^\"]+lightbox(\\.min)?\\.css" "html": "<link [^>]*href=\"[^\"]+lightbox(?:\\.min)?\\.css"
}, },
"LightMon Engine": { "LightMon Engine": {
"website": "en.lightmon.ru", "website": "en.lightmon.ru",
@ -1656,7 +1682,7 @@
"cats": [ 15 ], "cats": [ 15 ],
"html": "<[^>]+(?:id|class)=\"livefyre", "html": "<[^>]+(?:id|class)=\"livefyre",
"script": "livefyre_init\\.js", "script": "livefyre_init\\.js",
"env": [ "^fyre$", "^FyreLoader$", "^LF$" ] "env": [ "^fyre$", "^FyreLoader$" ]
}, },
"LiveJournal": { "LiveJournal": {
"website": "www.livejournal.com", "website": "www.livejournal.com",
@ -1677,9 +1703,14 @@
"Locomotive": { "Locomotive": {
"website": "www.locomotivecms.com", "website": "www.locomotivecms.com",
"cats": [ 1 ], "cats": [ 1 ],
"html": "<link[^>]*/sites/[a-z0-9]{24}/theme/stylesheets/.*>", "html": "<link[^>]*/sites/[a-z\\d]{24}/theme/stylesheets/.*>",
"implies": [ "Ruby on Rails", "MongoDB" ] "implies": [ "Ruby on Rails", "MongoDB" ]
}, },
"Lo-dash": {
"website": "www.lodash.com",
"cats": [ 12 ],
"script": "lodash.*\\.js"
},
"Logitech Media Server": { "Logitech Media Server": {
"website": "www.mysqueezebox.com", "website": "www.mysqueezebox.com",
"cats": [ 22, 38 ], "cats": [ 22, 38 ],
@ -1698,12 +1729,12 @@
"M.R. Inc Webserver": { "M.R. Inc Webserver": {
"website": "mrincworld.com", "website": "mrincworld.com",
"cats": [ 22 ], "cats": [ 22 ],
"headers": { "Server": "M\\.R\\. Inc Inc Webserver" } "headers": { "Server": "M\\.R\\. Inc Webserver" }
}, },
"M.R. Inc Wild CMS": { "M.R. Inc Wild CMS": {
"website": "mrincworld.com", "website": "mrincworld.com",
"cats": [ 1, 6 ], "cats": [ 1, 6 ],
"headers": { "X-Powered-By": "M\\.R\\. Inc Inc Wild CMS" } "headers": { "X-Powered-By": "M\\.R\\. Inc Wild CMS" }
}, },
"Magento": { "Magento": {
"website": "www.magentocommerce.com", "website": "www.magentocommerce.com",
@ -1739,7 +1770,7 @@
"MathJax": { "MathJax": {
"website": "mathjax.org", "website": "mathjax.org",
"cats": [ 25 ], "cats": [ 25 ],
"script": "mathjax.js", "script": "mathjax\\.js",
"env": "^MathJax$" "env": "^MathJax$"
}, },
"math.js": { "math.js": {
@ -1761,7 +1792,7 @@
"MediaTomb": { "MediaTomb": {
"website": "mediatomb.cc", "website": "mediatomb.cc",
"cats": [ 38 ], "cats": [ 38 ],
"headers": { "Server": "MediaTomb(?:/([0-9.]+))?\\;version:\\1" } "headers": { "Server": "MediaTomb(?:/([\\d.]+))?\\;version:\\1" }
}, },
"MediaWiki": { "MediaWiki": {
"website": "www.mediawiki.org", "website": "www.mediawiki.org",
@ -1772,14 +1803,14 @@
"Meebo": { "Meebo": {
"website": "www.meebo.com", "website": "www.meebo.com",
"cats": [ 5 ], "cats": [ 5 ],
"html": "(?:<iframe id=\"meebo-iframe\"|Meebo\\(?:'domReady'\\))" "html": "(?:<iframe id=\"meebo-iframe\"|Meebo\\('domReady'\\))"
}, },
"Methode": { "Methode": {
"website": "www.eidosmedia.com/solutions", "website": "www.eidosmedia.com/solutions",
"cats": [ 1 ], "cats": [ 1 ],
"env": "^eidosBase$\\;confidence:99", "env": "^eidosBase$\\;confidence:99",
"html": "<!-- Methode uuid: \"[a-f0-9]+\" ?-->", "html": "<!-- Methode uuid: \"[a-f\\d]+\" ?-->",
"meta": { "eomportal-instanceid": "[0-9]+", "eomportal-id": "[0-9]+", "eomportal-loid": "[0-9.]+", "eomportal-uuid": "[a-f0-9]+", "eomportal-lastUpdate": ".*" } "meta": { "eomportal-instanceid": "[\\d]+", "eomportal-id": "[\\d]+", "eomportal-loid": "[\\d.]+", "eomportal-uuid": "[a-f\\d]+", "eomportal-lastUpdate": ".*" }
}, },
"Microsoft ASP.NET": { "Microsoft ASP.NET": {
"website": "www.asp.net", "website": "www.asp.net",
@ -1827,7 +1858,7 @@
"MochiKit": { "MochiKit": {
"website": "mochikit.com", "website": "mochikit.com",
"cats": [ 12 ], "cats": [ 12 ],
"script": "MochiKit(\\.min)?\\.js", "script": "MochiKit(?:\\.min)?\\.js",
"env": "^MochiKit$" "env": "^MochiKit$"
}, },
"Modernizr": { "Modernizr": {
@ -1866,7 +1897,7 @@
"website": "perl.apache.org", "website": "perl.apache.org",
"cats": [ 33 ], "cats": [ 33 ],
"headers": { "Server": "mod_perl(?:/([\\d\\.]+))?\\;version:\\1" }, "headers": { "Server": "mod_perl(?:/([\\d\\.]+))?\\;version:\\1" },
"implies": [ "Apache" ] "implies": "Apache"
}, },
"mod_python": { "mod_python": {
"website": "www.modpython.org", "website": "www.modpython.org",
@ -1914,19 +1945,19 @@
"Mollom": { "Mollom": {
"website": "mollom.com", "website": "mollom.com",
"cats": [ 16 ], "cats": [ 16 ],
"script": "mollom(\\.min)?\\.js", "script": "mollom(?:\\.min)?\\.js",
"html": "<img[^>]+\\.mollom\\.com" "html": "<img[^>]+\\.mollom\\.com"
}, },
"Moment.js": { "Moment.js": {
"website": "momentjs.com", "website": "momentjs.com",
"cats": [ 12 ], "cats": [ 12 ],
"script": "moment(\\.min)?\\.js", "script": "moment(?:\\.min)?\\.js",
"env": "^moment$" "env": "^moment$"
}, },
"Moment Timezone": { "Moment Timezone": {
"website": "momentjs.com/timezone/", "website": "momentjs.com/timezone/",
"cats": [ 12 ], "cats": [ 12 ],
"script": "moment-timezone(\\-data)?(\\.min)?\\.js", "script": "moment-timezone(?:\\-data)?(?:\\.min)?\\.js",
"implies": "Moment.js" "implies": "Moment.js"
}, },
"Mondo Media": { "Mondo Media": {
@ -1952,7 +1983,7 @@
"Mono.net": { "Mono.net": {
"website": "www.mono.net", "website": "www.mono.net",
"cats": [ 1 ], "cats": [ 1 ],
"script": "monotracker(\\.min)?\\.js", "script": "monotracker(?:\\.min)?\\.js",
"env": "_monoTracker", "env": "_monoTracker",
"html": "var u=\\(\\('https:' == d\\.location\\.protocol\\) \\? 'https://resellerstat\\.mono\\.net/mono/' : 'http://resellerstat\\.mono\\.net/mono/'\\);", "html": "var u=\\(\\('https:' == d\\.location\\.protocol\\) \\? 'https://resellerstat\\.mono\\.net/mono/' : 'http://resellerstat\\.mono\\.net/mono/'\\);",
"implies": "Piwik" "implies": "Piwik"
@ -1968,7 +1999,7 @@
"Moogo": { "Moogo": {
"website": "www.moogo.com", "website": "www.moogo.com",
"cats": [ 1 ], "cats": [ 1 ],
"script": "kotisivukone(\\.min)?\\.js" "script": "kotisivukone(?:\\.min)?\\.js"
}, },
"MooTools": { "MooTools": {
"website": "mootools.net", "website": "mootools.net",
@ -1990,7 +2021,7 @@
"Mustache": { "Mustache": {
"website": "mustache.github.com", "website": "mustache.github.com",
"cats": [ 12 ], "cats": [ 12 ],
"script": "mustache(\\.min)?\\.js", "script": "mustache(?:\\.min)?\\.js",
"env": "^Mustache$" "env": "^Mustache$"
}, },
"MyBB": { "MyBB": {
@ -2028,7 +2059,7 @@
"Nette Framework": { "Nette Framework": {
"website": "nette.org", "website": "nette.org",
"cats": [ 18 ], "cats": [ 18 ],
"headers": {"X-Powered-By": "Nette Framework"}, "headers": { "X-Powered-By": "Nette Framework" },
"implies": "PHP" "implies": "PHP"
}, },
"New Relic": { "New Relic": {
@ -2052,21 +2083,13 @@
"NOIX": { "NOIX": {
"website": "www.noix.com.br/tecnologias/joomla", "website": "www.noix.com.br/tecnologias/joomla",
"cats": [ 19 ], "cats": [ 19 ],
"html": "(?:<[^>]+(?:src|href)=[^>]*(?:/media/noix)|<!-- NOIX)" "html": "(?:<[^>]+(?:src|href)=[^>]*/media/noix|<!-- NOIX)"
}, },
"nopCommerce": { "nopCommerce": {
"website": "www.nopcommerce.com", "website": "www.nopcommerce.com",
"cats": [ 6 ], "cats": [ 6 ],
"html": "(?:<!--Powered by nopCommerce|Powered by: <a[^>]+nopcommerce)" "html": "(?:<!--Powered by nopCommerce|Powered by: <a[^>]+nopcommerce)"
}, },
"NVD3": {
"website": "nvd3.org",
"cats": [ 25 ],
"script": "nv\\.d3(?:\\.min)?\\.js",
"html": "<link[^>]* href=[^>]+nv\\.d3(?:\\.min)?\\.css",
"env": "^nv$",
"implies": "D3"
},
"Open AdStream": { "Open AdStream": {
"website": "xaxis.com", "website": "xaxis.com",
"cats": [ 36 ], "cats": [ 36 ],
@ -2116,7 +2139,7 @@
"OpenNemas": { "OpenNemas": {
"website": "www.opennemas.com", "website": "www.opennemas.com",
"cats": [ 1 ], "cats": [ 1 ],
"meta": { "generator": "OpenNemas(.*)" }, "meta": { "generator": "OpenNemas" },
"headers": { "X-Powered-By": "OpenNemas" } "headers": { "X-Powered-By": "OpenNemas" }
}, },
"OpenSSL": { "OpenSSL": {
@ -2247,7 +2270,7 @@
"website": "phpbb.com", "website": "phpbb.com",
"cats": [ 2 ], "cats": [ 2 ],
"meta": { "copyright": "phpBB Group" }, "meta": { "copyright": "phpBB Group" },
"html": "(?:Powered by <a[^>]+phpbb|<a[^>]+phpbb[^>]+class=\\.copyright|\tphpBB style name|<[^>]+styles/(?:sub|pro)silver/theme|<img[^>]+i_icon_mini|<table class=\"forumline)", "html": "(?:Powered by <a[^>]+phpbb|<a[^>]+phpbb[^>]+class=\\.copyright|\\tphpBB style name|<[^>]+styles/(?:sub|pro)silver/theme|<img[^>]+i_icon_mini|<table class=\"forumline)",
"env": "^(?:style_cookie_settings|phpbb_)", "env": "^(?:style_cookie_settings|phpbb_)",
"headers": { "Set-Cookie": "^phpbb" }, "headers": { "Set-Cookie": "^phpbb" },
"implies": "PHP" "implies": "PHP"
@ -2274,7 +2297,7 @@
"website": "www.phpmyadmin.net", "website": "www.phpmyadmin.net",
"cats": [ 3 ], "cats": [ 3 ],
"html": "(?:PMA_sendHeaderLocation\\(|<title>phpMyAdmin</title>)", "html": "(?:PMA_sendHeaderLocation\\(|<title>phpMyAdmin</title>)",
"env": "pma_absolute_uri", "env": "pma_absolute_uri",
"implies": [ "PHP", "MySQL" ] "implies": [ "PHP", "MySQL" ]
}, },
"PHP-Nuke": { "PHP-Nuke": {
@ -2348,7 +2371,7 @@
"website": "polymer-project.org", "website": "polymer-project.org",
"cats": [ 12 ], "cats": [ 12 ],
"env": "^Polymer$", "env": "^Polymer$",
"html": "(?:<(?:polymer-)[^>]+|<link[^>]+(?:rel=\"import\")+(?:(?:.*)/polymer.html\"))", "html": "(?:<polymer-[^>]+|<link[^>]+rel=\"import\"+.*/polymer\\.html\")",
"script": "polymer\\.js" "script": "polymer\\.js"
}, },
"Posterous": { "Posterous": {
@ -2379,7 +2402,7 @@
"website": "no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/", "website": "no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/",
"cats": [ 7, 12 ], "cats": [ 7, 12 ],
"script": "jquery\\.prettyPhoto\\.js", "script": "jquery\\.prettyPhoto\\.js",
"html": "(?:<link [^>]*href=\"[^\"]*prettyPhoto(\\.min)?\\.css|<a [^>]*rel=\"prettyPhoto)", "html": "(?:<link [^>]*href=\"[^\"]*prettyPhoto(?:\\.min)?\\.css|<a [^>]*rel=\"prettyPhoto)",
"env": "pp_(?:alreadyInitialized|descriptions|images|titles)", "env": "pp_(?:alreadyInitialized|descriptions|images|titles)",
"implies": "jQuery" "implies": "jQuery"
}, },
@ -2455,6 +2478,11 @@
"cats": [ 1 ], "cats": [ 1 ],
"meta": { "generator": "^(?:RCMS|ReallyCMS)" } "meta": { "generator": "^(?:RCMS|ReallyCMS)" }
}, },
"RDoc": {
"website": "rdoc.rubyforge.org",
"cats": [ 4 ],
"html": [ "<frame (?:(?:src=\"fr_file_index\\.html\"\\s+title=\"Files\"\\s+name=\"Files\"|src=\"fr_file_index\\.html\"\\s+name=\"Files\"\\s+title=\"Files\"|title=\"Files\"\\s+src=\"fr_file_index\\.html\"\\s+name=\"Files\"|title=\"Files\"\\s+name=\"Files\"\\s+src=\"fr_file_index\\.html\"|name=\"Files\"\\s+src=\"fr_file_index\\.html\"\\s+title=\"Files\"|name=\"Files\"\\s+title=\"Files\"\\s+src=\"fr_file_index\\.html\")|(?:src=\"fr_class_index\\.html\"\\s+name=\"Classes\"|name=\"Classes\"\\s+src=\"fr_class_index\\.html\")|(?:src=\"fr_method_index\\.html\"\\s+name=\"Methods\"|name=\"Methods\"\\s+src=\"fr_method_index\\.html\"))", "<link[^>]+href=\"[^\"]*rdoc-style\\.css", "Generated by <a[^>]+href=\"https?://rdoc\\.rubyforge\\.org[^>]+>RDoc</a> ([\\d.]*\\d)\\;version:\\1" ]
},
"React": { "React": {
"website": "facebook.github.io/react", "website": "facebook.github.io/react",
"cats": [ 12 ], "cats": [ 12 ],
@ -2465,7 +2493,7 @@
"website": "recaptcha.net", "website": "recaptcha.net",
"cats": [ 16 ], "cats": [ 16 ],
"script": "(?:api-secure\\.recaptcha\\.net|recaptcha_ajax\\.js)", "script": "(?:api-secure\\.recaptcha\\.net|recaptcha_ajax\\.js)",
"html": "(?:<div[^>]+id=\"recaptcha_image|<link[^>]+recaptcha|document\\.getElementById\\(?:'recaptcha)", "html": "(?:<div[^>]+id=\"recaptcha_image|<link[^>]+recaptcha|document\\.getElementById\\('recaptcha')",
"env": "^Recaptcha$" "env": "^Recaptcha$"
}, },
"Red Hat": { "Red Hat": {
@ -2586,7 +2614,7 @@
"Sentinel License Monitor": { "Sentinel License Monitor": {
"website": "www.safenet-inc.com/software-monetization/sentinel-rms/", "website": "www.safenet-inc.com/software-monetization/sentinel-rms/",
"cats": [ 19 ], "cats": [ 19 ],
"html": "<title>Sentinel (Keys )?License Monitor</title>" "html": "<title>Sentinel (?:Keys )?License Monitor</title>"
}, },
"Seoshop": { "Seoshop": {
"website": "getseoshop.com", "website": "getseoshop.com",
@ -2689,7 +2717,7 @@
"Snap.svg": { "Snap.svg": {
"website": "snapsvg.io", "website": "snapsvg.io",
"cats": [ 12 ], "cats": [ 12 ],
"script": "snap\\.svg(-min)?\\.js", "script": "snap\\.svg(?:-min)?\\.js",
"env": "^Snap$" "env": "^Snap$"
}, },
"Snoobi": { "Snoobi": {
@ -2711,6 +2739,12 @@
"html": " <(?:script|link)[^>].*com_sobipro.*>", "html": " <(?:script|link)[^>].*com_sobipro.*>",
"implies": "Joomla" "implies": "Joomla"
}, },
"Solodev": {
"website": "www.solodev.com",
"cats": [ 1 ],
"html": "<div class='dynamicDiv' id='dd\\.\\d\\.\\d'>",
"implies": "PHP"
},
"SoundManager": { "SoundManager": {
"website": "www.schillmania.com/projects/soundmanager2", "website": "www.schillmania.com/projects/soundmanager2",
"cats": [ 12 ], "cats": [ 12 ],
@ -2742,7 +2776,7 @@
"Spree": { "Spree": {
"website": "spreecommerce.com", "website": "spreecommerce.com",
"cats": [ 6 ], "cats": [ 6 ],
"html": "(<link[^>]*/assets/store/all-[a-z0-9]{32}\\.css[^>]+>|<script>\\s*Spree\\.(routes|translations|api_key))", "html": "(?:<link[^>]*/assets/store/all-[a-z\\d]{32}\\.css[^>]+>|<script>\\s*Spree\\.(?:routes|translations|api_key))",
"implies": "Ruby on Rails" "implies": "Ruby on Rails"
}, },
"SQL Buddy": { "SQL Buddy": {
@ -2822,7 +2856,7 @@
"website": "splunk.com", "website": "splunk.com",
"cats": [ 19 ], "cats": [ 19 ],
"meta": { "author": "Splunk Inc\\;confidence:50" }, "meta": { "author": "Splunk Inc\\;confidence:50" },
"html": "<p class=\"footer\">&copy; [-0-9]+ Splunk Inc.(?: Splunk ([\\d\\.]+( build [\\d\\.]*\\d)?))?[^<]*</p>\\;version:\\1" "html": "<p class=\"footer\">&copy; [-\\d]+ Splunk Inc\\.(?: Splunk ([\\d\\.]+( build [\\d\\.]*\\d)?))?[^<]*</p>\\;version:\\1"
}, },
"Splunkd": { "Splunkd": {
"website": "splunk.com", "website": "splunk.com",
@ -2859,13 +2893,6 @@
"script": "three(?:\\.min)?\\.js", "script": "three(?:\\.min)?\\.js",
"env": "^THREE$" "env": "^THREE$"
}, },
"TiddlyWiki": {
"website": "tiddlywiki.com",
"cats": [ 1, 2, 4, 8 ],
"html": "<[^>]*type=[^>]text\\/vnd.tiddlywiki",
"env": "tiddler",
"meta": { "generator": "^TiddlyWiki$", "application-name": "^TiddlyWiki$", "tiddlywiki-version": ".*\\;version:\\1", "copyright": "^TiddlyWiki created by Jeremy Ruston\\, \\(jeremy \\[at\\] jermolene \\[dot\\] com\\) Copyright © Jeremy Ruston 2004-2007 Copyright &copy UnaMesa Association 2007-2014 Redistribution and use in source and binary forms\\, with or without modification\\, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice\\, this list of conditions and the following disclaimer\\. Redistributions in binary form must reproduce the above copyright notice\\, this list of conditions and the following disclaimer in the documentation and\\/or other materials provided with the distribution\\. Neither the name of the UnaMesa Association nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission\\. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES\\, INCLUDING\\, BUT NOT LIMITED TO\\, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED\\. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT\\, INDIRECT\\, INCIDENTAL\\, SPECIAL\\, EXEMPLARY\\, OR CONSEQUENTIAL DAMAGES \\(INCLUDING\\, BUT NOT LIMITED TO\\, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE\\, DATA\\, OR PROFITS; OR BUSINESS INTERRUPTION\\) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY\\, WHETHER IN CONTRACT\\, STRICT LIABILITY\\, OR TORT \\(INCLUDING NEGLIGENCE OR OTHERWISE\\) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE\\, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE\\.$" }
},
"Tiki Wiki CMS Groupware": { "Tiki Wiki CMS Groupware": {
"website": "tiki.org", "website": "tiki.org",
"cats": [ 1, 2, 8, 11, 13 ], "cats": [ 1, 2, 8, 11, 13 ],
@ -2922,19 +2949,25 @@
"website": "twiki.org", "website": "twiki.org",
"cats": [ 8 ], "cats": [ 8 ],
"headers": { "Set-cookie": "TWIKISID" }, "headers": { "Set-cookie": "TWIKISID" },
"script": "(TWikiJavascripts|twikilib(\\.js|\\.min\\.js))", "script": "(?:TWikiJavascripts|twikilib(?:\\.min)?\\.js)",
"html": "This site is powered by the TWiki collaboration platform" "html": "<img [^>]*(?:title|alt)=\"This site is powered by the TWiki collaboration platform"
}, },
"Twilight CMS": { "Twilight CMS": {
"website": "www.twilightcms.com", "website": "www.twilightcms.com",
"cats": [ 1 ], "cats": [ 1 ],
"headers": { "X-Powered-CMS": "Twilight CMS" } "headers": { "X-Powered-CMS": "Twilight CMS" }
}, },
"TwistPHP": {
"website": "twistphp.com",
"cats": [ 18 ],
"headers": { "X-Powered-By": "TwistPHP" },
"implies": "PHP"
},
"Twitter Bootstrap": { "Twitter Bootstrap": {
"website": "getbootstrap.com", "website": "getbootstrap.com",
"cats": [ 18 ], "cats": [ 18 ],
"script": "(?:twitter\\.github\\.com/bootstrap|bootstrap(?:\\.js|\\.min\\.js))", "script": "(?:twitter\\.github\\.com/bootstrap|bootstrap(?:\\.js|\\.min\\.js))",
"html": "<link.+?href=\"[^\"]+bootstrap(\\.min)?\\.css", "html": "<link.+?href=\"[^\"]+bootstrap(?:\\.min)?\\.css",
"env": "^Twipsy$\\;confidence:50" "env": "^Twipsy$\\;confidence:50"
}, },
"Typekit": { "Typekit": {
@ -2953,19 +2986,21 @@
"website": "www.typo3.org", "website": "www.typo3.org",
"cats": [ 1 ], "cats": [ 1 ],
"meta": { "generator": "TYPO3\\s+(?:CMS\\s+)?([\\d.]+)?(?:\\s+CMS)?\\;version:\\1" }, "meta": { "generator": "TYPO3\\s+(?:CMS\\s+)?([\\d.]+)?(?:\\s+CMS)?\\;version:\\1" },
"html": "<(?:script[^>]+ src|link[^>]+ href)=[^>]+typo3temp/",
"url": "/typo3/", "url": "/typo3/",
"implies": "PHP" "implies": "PHP"
}, },
"TYPO3 Flow": { "TYPO3 Flow": {
"website": "flow.typo3.org", "website": "flow.typo3.org",
"cats": [ 18 ], "cats": [ 18 ],
"headers": { "X-Flow-Powered": "Flow\\/(.+)?$\\;version:\\1" }, "headers": { "X-Flow-Powered": "Flow/(.+)?$\\;version:\\1" },
"implies": "PHP" "implies": "PHP",
"excludes": "TYPO3 CMS"
}, },
"TYPO3 Neos": { "TYPO3 Neos": {
"website": "neos.typo3.org", "website": "neos.typo3.org",
"cats": [ 1 ], "cats": [ 1 ],
"html": "xmlns:typo3=\\\"http:\\/\\/www\\.typo3\\.org\\/ns\\/[0-9]{4}\\/Flow\\/Packages\\/Neos\\/Content\\/", "html": "xmlns:typo3=\\\"http://www\\.typo3\\.org/ns/[\\d]{4}/Flow/Packages/Neos/Content/",
"url": "/neos/", "url": "/neos/",
"implies": [ "PHP", "TYPO3 Flow" ], "implies": [ "PHP", "TYPO3 Flow" ],
"excludes": "TYPO3 CMS" "excludes": "TYPO3 CMS"
@ -3123,7 +3158,7 @@
"Webix": { "Webix": {
"website": "webix.com", "website": "webix.com",
"cats": [ 12 ], "cats": [ 12 ],
"script": [ "\bwebix.js" ], "script": "\\bwebix\\.js",
"env": "^webix$" "env": "^webix$"
}, },
"Web Optimizer": { "Web Optimizer": {
@ -3261,8 +3296,8 @@
"website": "x-cart.com", "website": "x-cart.com",
"cats": [ 6 ], "cats": [ 6 ],
"meta": { "generator": "X-Cart(?: (\\d+))?\\;version:\\1" }, "meta": { "generator": "X-Cart(?: (\\d+))?\\;version:\\1" },
"headers": { "Set-Cookie": "xid=[a-z0-9]{32}(?:;|$)" }, "headers": { "Set-Cookie": "xid=[a-z\\d]{32}(?:;|$)" },
"html": [ "Powered by X-Cart(?: (\\d+))? <a[^>]+href=\"http://www\\.x-cart\\.com/\"[^>]*>\\;version:\\1", "<a[^>]+href=\"[^\"]*(?:\\?|&)xcart_form_id=[a-z0-9]{32}(?:&|$)" ], "html": [ "Powered by X-Cart(?: (\\d+))? <a[^>]+href=\"http://www\\.x-cart\\.com/\"[^>]*>\\;version:\\1", "<a[^>]+href=\"[^\"]*(?:\\?|&)xcart_form_id=[a-z\\d]{32}(?:&|$)" ],
"script": "/skin/common_files/modules/Product_Options/func\\.js", "script": "/skin/common_files/modules/Product_Options/func\\.js",
"env": "^(?:xcart_web_dir|xliteConfig)$", "env": "^(?:xcart_web_dir|xliteConfig)$",
"implies": "PHP" "implies": "PHP"
@ -3323,8 +3358,8 @@
"website": "advertising.yahoo.com", "website": "advertising.yahoo.com",
"cats": [ 36 ], "cats": [ 36 ],
"html": [ "<iframe[^>]+adserver\\.yahoo\\.com", "<img[^>]+clicks\\.beap\\.bc\\.yahoo\\.com" ], "html": [ "<iframe[^>]+adserver\\.yahoo\\.com", "<img[^>]+clicks\\.beap\\.bc\\.yahoo\\.com" ],
"env": [ "^adxinserthtml$" ], "env": "^adxinserthtml$",
"script": [ "adinterax.com" ] "script": "adinterax\\.com"
}, },
"Yahoo! Ecommerce": { "Yahoo! Ecommerce": {
"website": "smallbusiness.yahoo.com/ecommerce", "website": "smallbusiness.yahoo.com/ecommerce",
@ -3344,7 +3379,7 @@
"cats": [ 36 ], "cats": [ 36 ],
"env": [ "^yandex_partner_id$", "^yandex_ad_format$", "^yandex_direct_" ], "env": [ "^yandex_partner_id$", "^yandex_ad_format$", "^yandex_direct_" ],
"html": "<yatag class=\"ya-partner__ads\">", "html": "<yatag class=\"ya-partner__ads\">",
"script": [ "https?://an\\.yandex\\.ru/" ] "script": "https?://an\\.yandex\\.ru/"
}, },
"Yandex.Metrika": { "Yandex.Metrika": {
"website": "metrika.yandex.com", "website": "metrika.yandex.com",
@ -3400,8 +3435,8 @@
"Zeuscart": { "Zeuscart": {
"website": "zeuscart.com", "website": "zeuscart.com",
"cats": [ 6 ], "cats": [ 6 ],
"url": "\\?do=prodetail&action=show&prodid=\\d+", "url": "\\?do=prodetail&action=show(?:(?:popup)?prod)?&prodid=\\d",
"html": "<form name=\"product\" method=\"post\" action=\"[^\"]+\\?do=addtocart&prodid=\\d+\"(?:(?!<\\/form>).+)<input type=\"hidden\" name=\"addtocart\" value=\"\\d+\">", "html": "<form name=\"product\" method=\"post\" action=\"[^\"]+\\?do=addtocart&prodid=\\d+\"(?:(?!<\\/form>).)+<input type=\"hidden\" name=\"addtocart\" value=\"\\d+\">",
"implies": "PHP" "implies": "PHP"
}, },
"Zinnia": { "Zinnia": {
@ -3426,6 +3461,12 @@
"website": "foundation.zurb.com", "website": "foundation.zurb.com",
"cats": [ 18 ], "cats": [ 18 ],
"html": "<link[^>]+foundation[^>\"]+css" "html": "<link[^>]+foundation[^>\"]+css"
},
"October CMS": {
"website": "octobercms.com",
"cats": [ 1 ],
"headers": { "Set-Cookie": "october_session=" },
"implies": "Laravel"
} }
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Loading…
Cancel
Save