analytics/priv/ua_inspector/client.libraries.yml
2024-07-01 09:30:09 +02:00

614 lines
14 KiB
YAML

###############
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link https://matomo.org
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############
- regex: 'kiwi-tcms/(\d+[\.\d]+)'
name: 'Kiwi TCMS'
version: '$1'
url: 'https://kiwitcms.org'
- regex: 'tcms-api/(\d+[\.\d]+)'
name: 'Kiwi TCMS API'
version: '$1'
url: 'https://kiwitcms.org'
- regex: 'Fuzz Faster U Fool v(\d+[\.\d]+)'
name: 'FFUF'
version: '$1'
url: 'https://github.com/ffuf/ffuf'
- regex: 'Slim Framework'
name: 'Slim Framework'
version: ''
url: 'https://www.slimframework.com/'
- regex: 'msray-plus'
name: 'Msray-Plus'
version: ''
url: 'https://github.com/super-l/msray'
- regex: 'HTMLParser(?:/(\d+[\.\d]+))?'
name: 'HTML Parser'
version: '$1'
url: 'https://htmlparser.sourceforge.net/'
# got - a nodejs library
- regex: '^got(?:/(\d+\.[.\d]+))? \('
name: 'got'
version: '$1'
url: 'https://github.com/sindresorhus/got'
# Typhoeus
- regex: 'Typhoeus'
name: 'Typhoeus'
version: ''
url: 'https://github.com/typhoeus/typhoeus'
# req
- regex: 'req/v([\.\d]+)'
name: 'req'
version: '$1'
url: 'https://github.com/imroc/req'
# quic-go
- regex: 'quic-go-HTTP/3'
name: 'quic-go'
version: ''
url: 'https://github.com/lucas-clemente/quic-go'
# Azure Data Factory
- regex: 'azure-data-factory(?:/(\d+[\.\d]+))?'
name: 'Azure Data Factory'
version: '$1'
url: 'https://azure.microsoft.com/en-us/products/data-factory/'
# Dart
- regex: 'Dart(?:/(\d+[\.\d]+))?'
name: 'Dart'
version: '$1'
url: 'https://dart.dev/'
# r-curl
- regex: 'r-curl(?:/(\d+[\.\d]+))?'
name: 'r-curl'
version: '$1'
url: 'https://github.com/jeroen/curl'
# HTTPX
- regex: 'python-httpx(?:/(\d+[\.\d]+))?'
name: 'HTTPX'
version: '$1'
url: 'https://www.python-httpx.org/'
# fasthttp
- regex: 'fasthttp(?:/(\d+[\.\d]+))?'
name: 'fasthttp'
version: '$1'
url: 'https://github.com/valyala/fasthttp'
# GeoIP Update
- regex: 'geoipupdate(?:/(\d+[\.\d]+))?'
name: 'GeoIP Update'
version: '$1'
url: 'https://github.com/maxmind/geoipupdate'
# PHP cURL Class
- regex: 'PHP-Curl-Class(?:/(\d+[\.\d]+))?'
name: 'PHP cURL Class'
version: '$1'
url: 'https://github.com/php-curl-class/php-curl-class'
# cPanel HTTP Client
- regex: 'Cpanel-HTTP-Client(?:/(\d+[\.\d]+))?'
name: 'cPanel HTTP Client'
version: '$1'
url: 'https://www.cpanel.net/'
# AnyEvent HTTP
- regex: 'AnyEvent-HTTP(?:/(\d+[\.\d]+))?'
name: 'AnyEvent HTTP'
version: '$1'
url: 'http://software.schmorp.de/pkg/AnyEvent'
# SlimerJS
- regex: 'SlimerJS/(\d+[\.\d]+)'
name: 'SlimerJS'
version: '$1'
url: 'https://www.slimerjs.org/'
- regex: 'Wget(?:/(\d+[\.\d]+))?'
name: 'Wget'
version: '$1'
- regex: 'Guzzle(?:Http)?(?:/(\d+[\.\d]+))?'
name: 'Guzzle (PHP HTTP Client)'
version: '$1'
# symphony php http client
- regex: '^Symfony HttpClient/'
name: 'Symfony'
version: '$1'
- regex: '(?:lib)?curl(?:/(\d+[\.\d]+))?'
name: 'curl'
version: '$1'
- regex: 'python-requests(?:/(\d+[\.\d]+))?'
name: 'Python Requests'
version: '$1'
- regex: 'Python-httplib2(?:/(\d+[\.\d]+))?'
name: 'httplib2'
version: '$1'
url: 'https://pypi.org/project/httplib2/'
- regex: 'Python-urllib3?(?:/?(\d+[\.\d]+))?'
name: 'Python urllib'
version: '$1'
- regex: 'Apache-HttpClient(?:/?(\d+[\.\d]+))?'
name: 'Apache HTTP Client'
version: '$1'
- regex: 'Java-http-client(?:/?(\d+[\.\d]+))?'
name: 'Java HTTP Client'
version: '$1'
- regex: 'Java(?:/?(\d+[\.\d]+))?'
name: 'Java'
version: '$1'
- regex: '(?:perlclient|libwww-perl)(?:/?(\d+[\.\d]+))?'
name: 'Perl'
version: '$1'
- regex: 'grpc-java-okhttp/([\d\.]+)'
name: 'gRPC-Java'
version: '$1'
url: 'https://github.com/grpc/grpc-java'
# java library
- regex: '(?:okhttp|network-okhttp3)/([\d\.]+)'
name: 'OkHttp'
version: '$1'
- regex: 'okhttp3-([\d\.]+)'
name: 'OkHttp'
version: '$1'
- regex: 'HTTP_Request2(?:/(\d+[\.\d]+))?'
name: 'HTTP_Request2'
version: '$1'
- regex: 'HTTP_Request2(?:/(\d+[\.\d]+))?'
name: 'HTTP_Request2'
version: '$1'
url: 'https://pear.php.net/package/http_request2'
- regex: 'Mechanize(?:/(\d+[\.\d]+))?'
name: 'Mechanize'
version: '$1'
url: 'https://github.com/sparklemotion/mechanize'
- regex: 'aiohttp(?:/(\d+[\.\d]+))?'
name: 'aiohttp'
version: '$1'
- regex: 'Google-HTTP-Java-Client(?:/(\d+[\.\w-]+))?'
name: 'Google HTTP Java Client'
version: '$1'
- regex: 'WWW-Mechanize(?:/(\d+[\.\d]+))?'
name: 'WWW-Mechanize'
version: '$1'
- regex: 'Faraday(?: v(\d+[\.\d]+))?'
name: 'Faraday'
version: '$1'
url: 'https://github.com/lostisland/faraday'
- regex: '(?:Go-http-client|Go )/?(?:(\d+[\.\d]+))?(?: package http)?'
name: 'Go-http-client'
version: '$1'
- regex: 'urlgrabber(?:/(\d+[\.\d]+))?'
name: 'urlgrabber (yum)'
version: '$1'
- regex: 'libdnf(?:/(\d+[\.\d]+))?'
name: 'libdnf'
version: '$1'
- regex: 'HTTPie(?:/(\d+[\.\d]+))?'
name: 'HTTPie'
version: '$1'
- regex: 'rest-client/(\d+\.[\.\d]+) .*ruby'
name: 'REST Client for Ruby'
version: '$1'
- regex: 'RestSharp/(\d+[\.\d]+)'
name: 'RestSharp'
version: '$1'
url: 'https://github.com/restsharp/RestSharp'
- regex: 'scalaj-http/(\d+[\.\d]+)'
name: 'ScalaJ HTTP'
version: '$1'
url: 'https://github.com/scalaj/scalaj-http'
- regex: 'REST::Client/(\d+)'
name: 'Perl REST::Client'
version: '$1'
url: 'https://metacpan.org/pod/REST::Client'
- regex: 'node-fetch/?(\d+[\.\d]+)?'
name: 'Node Fetch'
version: '$1'
url: 'https://github.com/node-fetch/node-fetch'
- regex: 'electron-fetch/?(\d+[\.\d]+)?'
name: 'Electron Fetch'
version: '$1'
url: 'https://github.com/arantes555/electron-fetch'
- regex: 'ReactorNetty/(\d+[\.\d]+)'
name: 'ReactorNetty'
version: '$1'
url: 'https://github.com/reactor/reactor-netty'
- regex: 'PostmanRuntime(?:/(\d+[\.\d]+))?'
name: 'Postman Desktop'
version: '$1'
url: 'https://github.com/postmanlabs/postman-runtime'
- regex: 'insomnia(?:/(\d+[\.\d]+))?'
name: 'Insomnia REST Client'
version: '$1'
url: 'https://insomnia.rest'
- regex: 'Jakarta Commons-HttpClient/([\.\d]+)'
name: 'Jakarta Commons HttpClient'
version: '$1'
url: 'https://hc.apache.org/httpclient-3.x'
- regex: 'WinHttp\.WinHttpRequest.+([\.\d]+)'
name: 'WinHttp WinHttpRequest'
version: '$1'
- regex: 'WinHTTP'
name: 'Windows HTTP'
version: ''
# THTTPClient in delphi 10+ default useragent
- regex: 'Embarcadero URI Client/([\.\d]+)'
name: 'Embarcadero URI Client'
version: '$1'
- regex: 'Mikrotik/([\.\d]+)'
name: 'Mikrotik Fetch'
version: '$1'
- regex: 'GRequests(?:/(\d+[\.\d]+))?'
name: 'GRequests'
version: '$1'
# https://doc.akka.io/
- regex: 'akka-http/([\.\d]+)'
name: 'Akka HTTP'
version: '$1'
# this added need added tests
- regex: 'aria2(?:/(\d+[\.\d]+))?'
name: 'Aria2'
version: '$1'
- regex: '(?:BTWebClient/|^uTorrent/)'
name: 'uTorrent'
version: ''
- regex: 'gvfs/(?:(\d+[\.\d]+))?'
name: 'gvfs'
version: '$1'
# https://openwrt.org/packages/pkgdata/uclient-fetch
- regex: 'uclient-fetch'
name: 'uclient-fetch'
version: ''
# https://github.com/microsoft/cpprestsdk
- regex: 'cpprestsdk/([\.\d]+)'
name: 'C++ REST SDK'
version: '$1'
- regex: 'lua-resty-http/([\.\d]+).+ngx_'
name: 'LUA OpenResty NGINX'
version: '$1'
# https://github.com/Kong/unirest-java
- regex: 'unirest-java/([\.\d]+)'
name: 'Unirest for Java'
version: '$1'
# jsdom (https://github.com/jsdom/jsdom)
- regex: 'jsdom/([\.\d]+)'
name: 'jsdom'
version: '$1'
# hackney (https://github.com/benoitc/hackney) (elixir)
- regex: 'hackney/([\.\d]+)'
name: 'hackney'
version: '$1'
# Resty (https://github.com/go-resty/resty)
- regex: 'go-resty/([\.\d]+)'
name: 'Resty'
version: '$1'
# Pa11y (https://pa11y.org/)
- regex: 'pa11y/([\.\d]+)'
name: 'Pa11y'
version: '$1'
# Ultimate Sitemap Parser (https://github.com/mediacloud/ultimate-sitemap-parser)
- regex: 'ultimate_sitemap_parser/([\.\d]+)'
name: 'Ultimate Sitemap Parser'
version: '$1'
# Container-related useragents
# Artifactory (https://jfrog.com/de/artifactory/)
- regex: 'Artifactory/([\.\d]+)'
name: 'Artifactory'
version: '$1'
# Open build service (https://build.opensuse.org/)
- regex: 'BSRPC ([\.\d]+)'
name: 'Open Build Service'
version: '$1'
# Buildah (https://github.com/containers/buildah)
- regex: 'Buildah/([\.\d]+)'
name: 'Buildah'
version: '$1'
# Buildkit (https://github.com/moby/buildkit)
- regex: 'buildkit/v?([\.\d]+)'
name: 'BuildKit'
version: '$1'
# containerd (https://github.com/containerd/containerd)
- regex: 'containerd/v?([\.\d]+)'
name: 'Containerd'
version: '$1'
# containers (https://github.com/containers/image)
- regex: 'containers/([\.\d]+)'
name: 'containers'
version: '$1'
# cri-o (https://github.com/cri-o/cri-)o
- regex: 'cri-o/([\.\d]+)'
name: 'cri-o'
version: '$1'
# docker (https://github.com/moby/moby)
- regex: 'docker/([\.\d]+)'
name: 'docker'
version: '$1'
# gcr (https://github.com/google/go-containerregistry)
- regex: 'go-containerregistry/v([\.\d]+)'
name: 'go-container registry'
version: '$1'
# libpod (https://github.com/dankohn/libpod)
- regex: 'libpod/([\.\d]+)'
name: 'libpod'
version: '$1'
# skopeo (https://github.com/containers/skopeo)
- regex: 'skopeo/([\.\d]+)'
name: 'Skopeo'
version: '$1'
# helm (https://github.com/helm/helm)
- regex: 'Helm/([\.\d]+)'
name: 'Helm'
version: '$1'
# harbor client (https://goharbor.io/)
- regex: 'harbor-registry-client'
name: 'Harbor registry client'
version: ''
# axios http (https://axios-http.com/)
- regex: 'axios(?:/?(\d+[\.\d]+))?'
name: Axios
version: '$1'
# Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks
- regex: '^CarrierWave/(\d+\.[.\d]+)'
name: 'CarrierWave'
version: '$1'
- regex: '^Deno/(\d+\.[.\d]+)'
name: 'Deno'
version: '$1'
# Streaming downloads using net/http, http.rb, HTTPX or wget (ruby)
- regex: '^Down/(\d+\.[.\d]+)'
name: 'Down'
version: '$1'
# various programs can use this, like vlc, but the underlying lib is ffmpeg
- regex: '^Lavf/'
name: 'ffmpeg'
version: '$1'
- regex: '^FileDownloader/(\d+\.[.\d]+)'
name: 'FileDownloader'
version: '$1'
# Allows managing large files with git, without storing the file contents in git
- regex: '^git-annex/(\d+\.[.\d]+)'
name: 'git-annex'
version: '$1'
- regex: '^GStreamer(?: souphttpsrc)[ /](\d+\.[.\d]+)?'
name: 'GStreamer'
version: '$1'
# A small, simple, correct HTTP/1.1 client (Perl)
- regex: '^HTTP-Tiny/(\d+\.[.\d]+)'
name: 'HTTP:Tiny'
version: '$1'
- regex: 'KaiOS Downloader'
name: 'KaiOS Downloader'
version: ''
# HTTP client/server library for GNOME
- regex: '^libsoup/(\d+\.[.\d]+)'
name: 'libsoup'
version: '$1'
- regex: '^Android\.LVLDM$'
name: 'Android License Verification Library'
version: '$1'
# A file downloader library for Android with pause and resume support
- regex: '^PRDownloader$'
name: 'PRDownloader'
version: ''
# a rust http library
- regex: '^reqwest/(\d+\.[.\d]+)'
name: 'reqwest'
version: '$1'
# lua http library
- regex: '^resty-requests'
name: 'resty-requests'
version: ''
# ruby core lib http download
- regex: '^Ruby'
name: 'ruby'
version: ''
# SFSafariViewController, some safari service
- regex: '^SafariViewService/(\d+\.[.\d]+)'
name: 'Safari View Service'
version: '$1'
# a nodejs lib
- regex: '^undici$'
name: 'undici'
version: ''
# URL, an emacs plugin
- regex: '^URL/Emacs Emacs/(\d+\.[.\d]+)'
name: 'Emacs'
version: '$1'
- regex: '^FDM[ /]([\d\.]+)'
name: 'Free Download Manager'
version: '$1'
# 'https://github.com/lingochamp/okdownload'
- regex: 'OkDownload/([\d\.]+)'
name: 'OKDownload Library'
version: '$1'
# podcast host https://libsyn.com (probably an importer)
- regex: '^Libsyn4-?(?:peek|download)$'
name: 'Libsyn'
version: ''
# any ios application that uses apple core media but doesn't set its user
# agent will default to this, always with 1.0.0 version.
# there was a time when (not even that long ago) apple didn't let you set
# a user agent so a ton of random applications still identify themselves this way.
- regex: 'AppleCoreMedia/1\.0\.0'
name: 'iOS Application'
version: ''
- regex: 'cpp-httplib(?:/(\d+[\.\d]+))?'
name: 'cpp-httplib'
version: '$1'
url: 'https://github.com/yhirose/cpp-httplib'
- regex: 'Definitely-Not-Requests'
name: 'Requests'
version: ''
url: 'https://github.com/psf/requests'
- regex: 'Stealer ([\d\.]+)'
name: 'Stealer'
version: '$1'
url: 'https://github.com/hotrush/stealer/'
- regex: 'Mandrill-PHP(?:/(\d+[\.\d]+))?'
name: 'Mandrill PHP'
version: '$1'
url: 'https://bitbucket.org/mailchimp/mandrill-api-php/src/master/'
- regex: '^Podgrab'
name: 'Podgrab'
version: ''
url: 'https://github.com/akhilrex/podgrab'
- regex: '^Podcast Provider.*?Radio Downloader ([\d\.]+)'
name: 'Radio Downloader'
version: '$1'
url: 'https://nerdoftheherd.com/tools/radiodld/'
- regex: '^ESP32 HTTP Client/([\d\.]+)'
name: 'ESP32 HTTP Client'
version: '$1'
url: 'https://github.com/espressif/arduino-esp32'
- regex: 'babashka\.http-client(?:/(\d+[\.\d]+))?'
name: 'Babashka HTTP Client'
version: '$1'
url: 'https://github.com/babashka/http-client'
- regex: 'http\.rb(?:/(\d+[\.\d]+))?'
name: 'http.rb'
version: '$1'
url: 'https://github.com/httprb/http'
- regex: 'node-superagent(?:/(\d+[\.\d]+))?'
name: 'superagent'
version: '$1'
url: 'https://github.com/ladjs/superagent'
- regex: 'CakePHP'
name: 'CakePHP'
version: ''
url: 'https://www.cakephp.org/'
- regex: 'request\.js'
name: 'request'
version: ''
url: 'https://github.com/request/request'
- regex: 'qbhttp(?:/(\d+[\.\d]+))?'
name: 'QbHttp'
version: '$1'
url: 'https://github.com/OpenQb/QbHttp'
- regex: 'httprs(?:/(\d+[\.\d]+))?'
name: 'httprs'
version: '$1'
url: 'https://github.com/http-server-rs/http-server'
- regex: 'Boto3(?:/(\d+[\.\d]+))?'
name: 'Boto3'
version: '$1'
url: 'https://github.com/boto/boto3'