diff --git a/share/apps.json b/share/apps.json index e59311de0..8e20fc122 100644 --- a/share/apps.json +++ b/share/apps.json @@ -312,7 +312,7 @@ "website": "jfrog.com/open-source/#os-arti", "cats": [ 47 ], "env": "^ArtifactoryUpdates$", - "script": [ "wicket/resource/org\\.artifactory." ], + "script": [ "wicket/resource/org\\.artifactory\\." ], "html": [ "Artifactory(?: Pro)?(?: Power Pack)?(?: ([\\d.]+))?\\;version:\\1" ] }, "AsciiDoc": { @@ -867,11 +867,6 @@ "meta": { "generator": "DataLife Engine" }, "implies": [ "PHP", "Apache" ] }, - "DAV": { - "website": "???", - "cats": [ 33 ], - "headers": { "Server": "\\bDAV\\b(?:/([\\d.]+))?\\;version:\\1" } - }, "David Webbox": { "website": "www.tobit.com", "cats": [ 22 ], @@ -1518,7 +1513,8 @@ "Happy ICS Server": { "website": "???", "cats": [ 22 ], - "headers": { "Server": "Happy ICS Server(?:/([\\d.]+))?\\;version:\\1" } + "headers": { "Server": "Happy ICS Server(?:/([\\d.]+))?\\;version:\\1" }, + "implies": "OmniTouch 8660 My Teamwork" }, "HeadJS": { "website": "headjs.com", @@ -1599,7 +1595,7 @@ "HTTP-Server": { "website": "???", "cats": [ 22 ], - "headers": { "Server": "\\bHTTP-Server(?: ?/?V?([\\d.]+))?\\;version:\\1" } + "headers": { "Server": "(?:^|[^-])\\bHTTP-Server(?: ?/?V?([\\d.]+))?\\;version:\\1" } }, "HubSpot": { "website": "hubspot.com", @@ -2210,7 +2206,7 @@ "cats": [ 18 ], "url": "\\.aspx(?:$|\\?)", "html": "]+name=\"__VIEWSTATE", - "headers": { "X-Powered-By": "ASP\\.NET\\;confidence:50", "X-AspNet-Version": "(.+)\\;version:\\1", "Set-Cookie": "(ASPSESSION|ASP\\.NET_SessionId)" }, + "headers": { "X-Powered-By": "ASP\\.NET\\;confidence:50", "X-AspNet-Version": "(.+)\\;version:\\1", "Set-Cookie": "ASPSESSION|ASP\\.NET_SessionId" }, "implies": "IIS\\;confidence:50" }, "Microsoft HTTPAPI": { @@ -2295,6 +2291,12 @@ "headers": { "Server": "mod_auth_pam(?:/([\\d\\.]+))?\\;version:\\1" }, "implies": "Apache" }, + "mod_dav": { + "website": "webdav.org/mod_dav", + "cats": [ 33 ], + "headers": { "Server": "\\b(?:mod_)?DAV\\b(?:/([\\d.]+))?\\;version:\\1" }, + "implies": "Apache" + }, "mod_fastcgi": { "website": "www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html", "cats": [ 33 ], @@ -2547,6 +2549,10 @@ "headers": { "Set-Cookie": "october_session=" }, "implies": "Laravel" }, + "OmniTouch 8660 My Teamwork": { + "website": "enterprise.alcatel-lucent.com", + "cats": [ 19 ] + }, "Open AdStream": { "website": "xaxis.com", "cats": [ 36 ], @@ -2644,8 +2650,7 @@ "Oracle HTTP Server": { "website": "oracle.com", "cats": [ 22 ], - "headers": { "Server": "Oracle-HTTP-Server(?:/([\\d.]+))?\\;version:\\1" }, - "excludes": [ "HTTP-Server" ] + "headers": { "Server": "Oracle-HTTP-Server(?:/([\\d.]+))?\\;version:\\1" } }, "Oracle Recommendations On Demand": { "website": "www.oracle.com/us/products/applications/commerce/recommendations-on-demand/index.html", diff --git a/share/images/icons/OmniTouch 8660 My Teamwork.png b/share/images/icons/OmniTouch 8660 My Teamwork.png new file mode 100644 index 000000000..012c09d7d Binary files /dev/null and b/share/images/icons/OmniTouch 8660 My Teamwork.png differ