recog 2.3.8 → 2.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +6 -0
- data/CONTRIBUTING.md +136 -37
- data/README.md +18 -16
- data/bin/recog_cleanup +16 -0
- data/bin/recog_standardize +30 -6
- data/identifiers/README.md +9 -0
- data/identifiers/hw_device.txt +77 -0
- data/identifiers/hw_family.txt +96 -0
- data/identifiers/hw_product.txt +328 -0
- data/identifiers/os_architecture.txt +6 -6
- data/identifiers/os_device.txt +45 -3
- data/identifiers/os_family.txt +206 -41
- data/identifiers/os_product.txt +238 -17
- data/identifiers/service_family.txt +144 -57
- data/identifiers/service_product.txt +384 -83
- data/identifiers/vendor.txt +553 -68
- data/lib/recog/version.rb +1 -1
- data/requirements.txt +1 -1
- data/xml/apache_modules.xml +292 -5
- data/xml/apache_os.xml +41 -2
- data/xml/architecture.xml +11 -3
- data/xml/dns_versionbind.xml +76 -8
- data/xml/favicons.xml +1700 -0
- data/xml/ftp_banners.xml +178 -8
- data/xml/h323_callresp.xml +112 -12
- data/xml/hp_pjl_id.xml +47 -5
- data/xml/html_title.xml +1258 -25
- data/xml/http_cookies.xml +64 -9
- data/xml/http_servers.xml +667 -37
- data/xml/http_wwwauth.xml +141 -26
- data/xml/imap_banners.xml +19 -13
- data/xml/ldap_searchresult.xml +81 -9
- data/xml/mdns_device-info_txt.xml +175 -2
- data/xml/mdns_workstation_txt.xml +4 -2
- data/xml/mysql_banners.xml +134 -7
- data/xml/mysql_error.xml +113 -6
- data/xml/nntp_banners.xml +10 -2
- data/xml/ntp_banners.xml +80 -4
- data/xml/operating_system.xml +89 -3
- data/xml/pop_banners.xml +30 -31
- data/xml/rsh_resp.xml +11 -2
- data/xml/rtsp_servers.xml +22 -2
- data/xml/sip_banners.xml +35 -4
- data/xml/sip_user_agents.xml +29 -2
- data/xml/smb_native_lm.xml +10 -2
- data/xml/smb_native_os.xml +79 -2
- data/xml/smtp_banners.xml +146 -7
- data/xml/smtp_debug.xml +6 -4
- data/xml/smtp_ehlo.xml +7 -5
- data/xml/smtp_expn.xml +13 -4
- data/xml/smtp_help.xml +23 -4
- data/xml/smtp_mailfrom.xml +5 -2
- data/xml/smtp_noop.xml +6 -5
- data/xml/smtp_quit.xml +5 -4
- data/xml/smtp_rcptto.xml +5 -2
- data/xml/smtp_rset.xml +4 -4
- data/xml/smtp_turn.xml +4 -4
- data/xml/smtp_vrfy.xml +14 -4
- data/xml/snmp_sysdescr.xml +731 -24
- data/xml/snmp_sysobjid.xml +47 -2
- data/xml/ssh_banners.xml +175 -5
- data/xml/telnet_banners.xml +266 -15
- data/xml/x11_banners.xml +26 -3
- data/xml/x509_issuers.xml +30 -6
- data/xml/x509_subjects.xml +200 -31
- metadata +8 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
<?xml version=
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
2
|
<fingerprints matches="mdns.workstation.txt" protocol="mdns" database_type="service">
|
3
3
|
<!--
|
4
4
|
Fingerprint definitions that are matched against the string values in the
|
@@ -7,9 +7,11 @@
|
|
7
7
|
to the domain name for a server to respond with the record:
|
8
8
|
e.g. 'host-name._workstation._tcp.local'.
|
9
9
|
-->
|
10
|
+
|
10
11
|
<fingerprint pattern="^org\.freedesktop\.Avahi\.cookie=\S+$">
|
11
12
|
<description>Avahi</description>
|
12
13
|
<example>org.freedesktop.Avahi.cookie=1023312927</example>
|
13
14
|
<param pos="0" name="service.product" value="Avahi"/>
|
14
15
|
</fingerprint>
|
15
|
-
|
16
|
+
|
17
|
+
</fingerprints>
|
data/xml/mysql_banners.xml
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<?xml version=
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
2
|
<fingerprints matches="mysql.banners" protocol="mysql" database_type="service" preference="0.75">
|
3
3
|
<!--
|
4
4
|
Upon successful connection to an MySQL/derivative TCP endpoint, provided
|
@@ -11,6 +11,7 @@
|
|
11
11
|
the TCP payload and the fingerprints below are used to match and extract
|
12
12
|
from this version.
|
13
13
|
-->
|
14
|
+
|
14
15
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}(?:[.-]\d{1,2})?(?:[.-]\d{1})?)(?:-m\d{1,2})?(?:-rc)?(?:-alpha)?(?:-beta)?(?:-gamma)?(?:-?max)?(?:-rs)?(?:-modified)?(?:-debug)?(?:-log)?$" flags="REG_ICASE">
|
15
16
|
<description>Oracle MySQL (common)</description>
|
16
17
|
<example service.version="4.1.20">4.1.20</example>
|
@@ -33,6 +34,7 @@
|
|
33
34
|
<param pos="0" name="service.product" value="MySQL"/>
|
34
35
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
35
36
|
</fingerprint>
|
37
|
+
|
36
38
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:-m\d)?(?:-rc)?(?:-alpha)?(?:-beta)?-community(?:-max)?(?:-debug)?(?:-log)?(?:-debug)?$" flags="REG_ICASE">
|
37
39
|
<description>Oracle MySQL Community Edition</description>
|
38
40
|
<example service.version="5.0.95">5.0.95-community-log</example>
|
@@ -49,6 +51,7 @@
|
|
49
51
|
<param pos="0" name="service.edition" value="Community Edition"/>
|
50
52
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
51
53
|
</fingerprint>
|
54
|
+
|
52
55
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:-alpha)?(?:-beta)?(?:-rc)?-community(?:-max)?-nt(?:-log)?(?:-debug)?(?:-log)?$" flags="REG_ICASE">
|
53
56
|
<description>Oracle MySQL Community Edition with Named Pipes (Windows)</description>
|
54
57
|
<example service.version="4.1.22">4.1.22-community-max-nt</example>
|
@@ -66,6 +69,7 @@
|
|
66
69
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
67
70
|
<param pos="0" name="os.family" value="Windows"/>
|
68
71
|
</fingerprint>
|
72
|
+
|
69
73
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:-alpha)?(?:-beta)?(?:-rc)?(?:-gamma)?(?:-max)?-nt(?:-max)?(?:-log)?$" flags="REG_ICASE">
|
70
74
|
<description>Oracle MySQL with Named Pipes (Windows)</description>
|
71
75
|
<example service.version="5.0.18">5.0.18-nt</example>
|
@@ -81,6 +85,7 @@
|
|
81
85
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
82
86
|
<param pos="0" name="os.family" value="Windows"/>
|
83
87
|
</fingerprint>
|
88
|
+
|
84
89
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-cll$" flags="REG_ICASE">
|
85
90
|
<description>Oracle MySQL hosted on CPanel</description>
|
86
91
|
<example service.version="5.5.25a">5.5.25a-cll</example>
|
@@ -91,6 +96,7 @@
|
|
91
96
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
92
97
|
<param pos="0" name="os.family" value="Linux"/>
|
93
98
|
</fingerprint>
|
99
|
+
|
94
100
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-community-cll$" flags="REG_ICASE">
|
95
101
|
<description>Oracle MySQL Community hosted on CPanel</description>
|
96
102
|
<example service.version="5.0.91">5.0.91-community-cll</example>
|
@@ -103,6 +109,7 @@
|
|
103
109
|
<param pos="0" name="os.family" value="Linux"/>
|
104
110
|
<param pos="0" name="os.product" value="Linux"/>
|
105
111
|
</fingerprint>
|
112
|
+
|
106
113
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-cll-lve$" flags="REG_ICASE">
|
107
114
|
<description>Oracle MySQL on CloudLinux in a Lightweight Virtual Environment (LVE)</description>
|
108
115
|
<example service.version="5.1.66">5.1.66-cll-lve</example>
|
@@ -115,6 +122,7 @@
|
|
115
122
|
<param pos="0" name="os.family" value="Linux"/>
|
116
123
|
<param pos="0" name="os.product" value="Linux"/>
|
117
124
|
</fingerprint>
|
125
|
+
|
118
126
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-community-cll-lve$" flags="REG_ICASE">
|
119
127
|
<description>Oracle MySQL Community on CloudLinux in a Lightweight Virtual Environment (LVE)</description>
|
120
128
|
<example service.version="5.0.95">5.0.95-community-cll-lve</example>
|
@@ -128,6 +136,7 @@
|
|
128
136
|
<param pos="0" name="os.family" value="Linux"/>
|
129
137
|
<param pos="0" name="os.product" value="Linux"/>
|
130
138
|
</fingerprint>
|
139
|
+
|
131
140
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})-0ubuntu0.(\d\d\.\d\d)[.\d]*(?:-log)?$">
|
132
141
|
<description>Oracle MySQL on Ubuntu</description>
|
133
142
|
<example service.version="5.1.66" os.version="10.04">5.1.66-0ubuntu0.10.04.3-log</example>
|
@@ -143,6 +152,7 @@
|
|
143
152
|
<param pos="2" name="os.version"/>
|
144
153
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:{os.version}"/>
|
145
154
|
</fingerprint>
|
155
|
+
|
146
156
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})-(?:Debian_)?\dubuntu(\d{1,2}\.\d\d)[.\d]*(?:-log)?$">
|
147
157
|
<description>Oracle MySQL on Ubuntu - Debian string variant</description>
|
148
158
|
<example service.version="5.0.22" os.version="6.06">5.0.22-Debian_0ubuntu6.06.14-log</example>
|
@@ -158,6 +168,7 @@
|
|
158
168
|
<param pos="2" name="os.version"/>
|
159
169
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:{os.version}"/>
|
160
170
|
</fingerprint>
|
171
|
+
|
161
172
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})[-_](?:Ubuntu[_-])?(?:Debian[_-])?\d{1,2}(?:~exp1)?ubuntu\d{1,2}(?:\.\d)?(?:-log)?$" flags="REG_ICASE">
|
162
173
|
<description>Oracle MySQL on Ubuntu where trailing digits aren't OS version</description>
|
163
174
|
<example service.version="5.0.45">5.0.45-Debian_1ubuntu3.4</example>
|
@@ -177,6 +188,7 @@
|
|
177
188
|
<param pos="0" name="os.product" value="Linux"/>
|
178
189
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:-"/>
|
179
190
|
</fingerprint>
|
191
|
+
|
180
192
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+deb\.sury\.org~precise\+\d(?:-log)?$">
|
181
193
|
<description>Oracle MySQL on Ubuntu 12.04 (Precise Pangolin) packaged by deb.sury.org</description>
|
182
194
|
<example service.version="5.6.19-1">5.6.19-1+deb.sury.org~precise+1</example>
|
@@ -192,6 +204,7 @@
|
|
192
204
|
<param pos="0" name="os.version" value="12.04"/>
|
193
205
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.04"/>
|
194
206
|
</fingerprint>
|
207
|
+
|
195
208
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+deb\.sury\.org~trusty\+\d(?:-log)?$">
|
196
209
|
<description>Oracle MySQL on Ubuntu 14.04 (Trusty Tahr) packaged by deb.sury.org</description>
|
197
210
|
<example service.version="5.6.21-1">5.6.21-1+deb.sury.org~trusty+1</example>
|
@@ -207,6 +220,7 @@
|
|
207
220
|
<param pos="0" name="os.version" value="14.04"/>
|
208
221
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.04"/>
|
209
222
|
</fingerprint>
|
223
|
+
|
210
224
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+deb8u1(?:-log)?$">
|
211
225
|
<description>Oracle MySQL on Debian 8.1 (jessie)</description>
|
212
226
|
<example service.version="5.5.62-0">5.5.62-0+deb8u1</example>
|
@@ -222,6 +236,7 @@
|
|
222
236
|
<param pos="0" name="os.version" value="8.1"/>
|
223
237
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:8.1"/>
|
224
238
|
</fingerprint>
|
239
|
+
|
225
240
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+\d?jessie\d?(?:-log)?$">
|
226
241
|
<description>Oracle MySQL on Debian 8.0 (jessie)</description>
|
227
242
|
<example service.version="5.6.31-1">5.6.31-1+jessie</example>
|
@@ -236,6 +251,7 @@
|
|
236
251
|
<param pos="0" name="os.version" value="8.0"/>
|
237
252
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:8.0"/>
|
238
253
|
</fingerprint>
|
254
|
+
|
239
255
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+deb7u2(?:-log)?$">
|
240
256
|
<description>Oracle MySQL on Debian 7.2 (wheezy)</description>
|
241
257
|
<example service.version="5.5.60-0">5.5.60-0+deb7u2</example>
|
@@ -251,6 +267,7 @@
|
|
251
267
|
<param pos="0" name="os.version" value="7.2"/>
|
252
268
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:7.2"/>
|
253
269
|
</fingerprint>
|
270
|
+
|
254
271
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+deb7u1(?:-log)?$">
|
255
272
|
<description>Oracle MySQL on Debian 7.1 (wheezy)</description>
|
256
273
|
<example service.version="5.5.60-0">5.5.60-0+deb7u1</example>
|
@@ -266,6 +283,7 @@
|
|
266
283
|
<param pos="0" name="os.version" value="7.1"/>
|
267
284
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:7.1"/>
|
268
285
|
</fingerprint>
|
286
|
+
|
269
287
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+(?:squeeze\d|deb6u1)(?:-log)?$">
|
270
288
|
<description>Oracle MySQL on Debian 6.0 (squeeze)</description>
|
271
289
|
<example service.version="5.1.66-0">5.1.66-0+squeeze1</example>
|
@@ -282,6 +300,7 @@
|
|
282
300
|
<param pos="0" name="os.version" value="6.0"/>
|
283
301
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:6.0"/>
|
284
302
|
</fingerprint>
|
303
|
+
|
285
304
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+\d?wheezy\d?(?:-log)?$">
|
286
305
|
<description>Oracle MySQL on Debian 7.0 (wheezy)</description>
|
287
306
|
<example service.version="5.5.41-0">5.5.41-0+wheezy1</example>
|
@@ -298,6 +317,7 @@
|
|
298
317
|
<param pos="0" name="os.version" value="7.0"/>
|
299
318
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:7.0"/>
|
300
319
|
</fingerprint>
|
320
|
+
|
301
321
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+lenny\d*(?:\+spu\d)?(?:-log)?$">
|
302
322
|
<description>Oracle MySQL on Debian 5.0 (lenny)</description>
|
303
323
|
<example service.version="5.0.51a-24">5.0.51a-24+lenny1-log</example>
|
@@ -314,6 +334,7 @@
|
|
314
334
|
<param pos="0" name="os.version" value="5.0"/>
|
315
335
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:5.0"/>
|
316
336
|
</fingerprint>
|
337
|
+
|
317
338
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d~bpo50" flags="REG_ICASE">
|
318
339
|
<description>Oracle MySQL Backport on Debian 5.0 (lenny)</description>
|
319
340
|
<example service.version="5.1.49">5.1.49-3~bpo50+1-log</example>
|
@@ -328,6 +349,7 @@
|
|
328
349
|
<param pos="0" name="os.version" value="5.0"/>
|
329
350
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:5.0"/>
|
330
351
|
</fingerprint>
|
352
|
+
|
331
353
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}).*~?bpo40(?:\+\d)?(?:-log)?$" flags="REG_ICASE">
|
332
354
|
<description>Oracle MySQL Backport on Debian 4.0 (etch)</description>
|
333
355
|
<example service.version="5.0.51a">5.0.51a-24+lenny2~bpo40+1-log</example>
|
@@ -342,6 +364,7 @@
|
|
342
364
|
<param pos="0" name="os.version" value="4.0"/>
|
343
365
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:4.0"/>
|
344
366
|
</fingerprint>
|
367
|
+
|
345
368
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Debian.*~?bpo31(?:\+\d)?(?:-log)?$" flags="REG_ICASE">
|
346
369
|
<description>Oracle MySQL Backport on Debian 3.1 (sarge)</description>
|
347
370
|
<example service.version="5.0.32">5.0.32-Debian_7etch5~bpo31+1-log</example>
|
@@ -356,7 +379,9 @@
|
|
356
379
|
<param pos="0" name="os.version" value="3.1"/>
|
357
380
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:3.1"/>
|
358
381
|
</fingerprint>
|
382
|
+
|
359
383
|
<!-- FIXFIX -->
|
384
|
+
|
360
385
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Debian_\d~?bpo\.?\d" flags="REG_ICASE">
|
361
386
|
<description>Oracle MySQL Backport on Debian</description>
|
362
387
|
<example service.version="5.0.22">5.0.22-Debian_2bpo1</example>
|
@@ -371,6 +396,7 @@
|
|
371
396
|
<param pos="0" name="os.product" value="Linux"/>
|
372
397
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
373
398
|
</fingerprint>
|
399
|
+
|
374
400
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})-Debian_\d?etch\d*(?:-log)?$">
|
375
401
|
<description>Oracle MySQL on Debian 4.0 (etch)</description>
|
376
402
|
<example service.version="4.1.11">4.1.11-Debian_etch1-log</example>
|
@@ -386,6 +412,7 @@
|
|
386
412
|
<param pos="0" name="os.version" value="4.0"/>
|
387
413
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:4.0"/>
|
388
414
|
</fingerprint>
|
415
|
+
|
389
416
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})[_-]Debian[_-]\d{1,2}sarge\d*(?:-log)?$">
|
390
417
|
<description>Oracle MySQL on Debian 3.1 (sarge)</description>
|
391
418
|
<example service.version="4.0.24">4.0.24_Debian-10sarge2-log</example>
|
@@ -401,6 +428,7 @@
|
|
401
428
|
<param pos="0" name="os.version" value="3.1"/>
|
402
429
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:3.1"/>
|
403
430
|
</fingerprint>
|
431
|
+
|
404
432
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})[_-]Debian[_-]\d{1,2}woody\d*(?:-log)?$">
|
405
433
|
<description>Oracle MySQL on Debian 3.0 (woody)</description>
|
406
434
|
<example service.version="4.0.24">4.0.24_Debian-4woody1</example>
|
@@ -415,6 +443,7 @@
|
|
415
443
|
<param pos="0" name="os.version" value="3.0"/>
|
416
444
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:3.0"/>
|
417
445
|
</fingerprint>
|
446
|
+
|
418
447
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:[_-]\d{8})?[_-]Debian[_-]\d{1,2}(?:-log)?$" flags="REG_ICASE">
|
419
448
|
<description>Oracle MySQL on Debian (Generic match)</description>
|
420
449
|
<example service.version="4.0.23">4.0.23_Debian-3-log</example>
|
@@ -429,6 +458,7 @@
|
|
429
458
|
<param pos="0" name="os.product" value="Linux"/>
|
430
459
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
431
460
|
</fingerprint>
|
461
|
+
|
432
462
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})(?:-rc)?[_-]Debian[_-]\d{1,2}~ppa\d(?:-log)?$">
|
433
463
|
<description>Oracle MySQL on Debian (Generic match) using PPA</description>
|
434
464
|
<example service.version="5.1.22">5.1.22-rc-Debian_2~ppa5-log</example>
|
@@ -442,6 +472,7 @@
|
|
442
472
|
<param pos="0" name="os.product" value="Linux"/>
|
443
473
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
444
474
|
</fingerprint>
|
475
|
+
|
445
476
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:-\d{1,2})?(?:-Debian)?(?:-Dotdeb)?[-~_\d\.]+dotdeb\.\d(?:-log)?$" flags="REG_ICASE">
|
446
477
|
<description>Oracle MySQL packaged by DotDeb.org</description>
|
447
478
|
<example service.version="5.1.54">5.1.54-0.dotdeb.0</example>
|
@@ -458,6 +489,7 @@
|
|
458
489
|
<param pos="0" name="os.product" value="Linux"/>
|
459
490
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
460
491
|
</fingerprint>
|
492
|
+
|
461
493
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:-alpha)?(?:-beta)?(?:-gamma)?(?:-rc)?-standard(?:-log)?$" flags="REG_ICASE">
|
462
494
|
<description>Oracle MySQL Standard Edition</description>
|
463
495
|
<example service.version="5.0.13">5.0.13-rc-standard-log</example>
|
@@ -470,6 +502,7 @@
|
|
470
502
|
<param pos="0" name="service.edition" value="Standard Edition"/>
|
471
503
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
472
504
|
</fingerprint>
|
505
|
+
|
473
506
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-pro(?:-gpl)?-nt(?:-log)?$" flags="REG_ICASE">
|
474
507
|
<description>Oracle MySQL Commercial Edition with Named Pipes (Windows)</description>
|
475
508
|
<example service.version="5.0.24">5.0.24-pro-nt</example>
|
@@ -483,6 +516,7 @@
|
|
483
516
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
484
517
|
<param pos="0" name="os.family" value="Windows"/>
|
485
518
|
</fingerprint>
|
519
|
+
|
486
520
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-pro(?:-gpl)?(?:-cert)?(?:-log)?$" flags="REG_ICASE">
|
487
521
|
<description>Oracle MySQL Commercial Edition</description>
|
488
522
|
<example service.version="4.1.23">4.1.23-pro-gpl-log</example>
|
@@ -494,6 +528,7 @@
|
|
494
528
|
<param pos="0" name="service.edition" value="Commercial Edition"/>
|
495
529
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
496
530
|
</fingerprint>
|
531
|
+
|
497
532
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}sp1)" flags="REG_ICASE">
|
498
533
|
<description>Oracle MySQL Enterprise Edition</description>
|
499
534
|
<example service.version="5.0.82sp1">5.0.82sp1</example>
|
@@ -505,6 +540,7 @@
|
|
505
540
|
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
506
541
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
507
542
|
</fingerprint>
|
543
|
+
|
508
544
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-enterprise-nt" flags="REG_ICASE">
|
509
545
|
<description>Oracle MySQL Enterprise Edition with Named Pipes (Windows)</description>
|
510
546
|
<example service.version="5.0.84">5.0.84-enterprise-nt</example>
|
@@ -517,6 +553,7 @@
|
|
517
553
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
518
554
|
<param pos="0" name="os.family" value="Windows"/>
|
519
555
|
</fingerprint>
|
556
|
+
|
520
557
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:-rc)?-enterprise" flags="REG_ICASE">
|
521
558
|
<description>Oracle MySQL Enterprise Edition - variant 1</description>
|
522
559
|
<example service.version="5.1.26">5.1.26-rc-enterprise-gpl-log</example>
|
@@ -528,6 +565,7 @@
|
|
528
565
|
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
529
566
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
530
567
|
</fingerprint>
|
568
|
+
|
531
569
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-ndb-\d\.\d{1,2}\.[a-f\d]{1,3})" flags="REG_ICASE">
|
532
570
|
<description>Oracle MySQL Cluster Edition - nbd variant</description>
|
533
571
|
<example service.version="5.1.30-ndb-6.3.20">5.1.30-ndb-6.3.20-cluster-gpl-log</example>
|
@@ -539,6 +577,7 @@
|
|
539
577
|
<param pos="0" name="service.edition" value="Cluster Edition"/>
|
540
578
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
541
579
|
</fingerprint>
|
580
|
+
|
542
581
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-CLUSTERS?(?:-log)?$" flags="REG_ICASE">
|
543
582
|
<description>Oracle MySQL Cluster Edition</description>
|
544
583
|
<example service.version="4.1.21">4.1.21-CLUSTERS</example>
|
@@ -550,6 +589,7 @@
|
|
550
589
|
<param pos="0" name="service.edition" value="Cluster Edition"/>
|
551
590
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
552
591
|
</fingerprint>
|
592
|
+
|
553
593
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-classic(?:-log)?" flags="REG_ICASE">
|
554
594
|
<description>Oracle MySQL Classic Edition</description>
|
555
595
|
<example service.version="5.0.86">5.0.86-classic-log</example>
|
@@ -560,8 +600,11 @@
|
|
560
600
|
<param pos="0" name="service.edition" value="Classic Edition"/>
|
561
601
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
562
602
|
</fingerprint>
|
603
|
+
|
563
604
|
<!-- Linux only - http://www.percona.com/services/mysql-support/supported-platforms -->
|
605
|
+
|
564
606
|
<!-- Build list - http://www.percona.com/doc/percona-server/5.1/release-notes/release-notes_index.html -->
|
607
|
+
|
565
608
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-?rel\d\d\.\d)(?:-log)?" flags="REG_ICASE">
|
566
609
|
<description>Percona Server (MySQL fork) match w/ 'rel'</description>
|
567
610
|
<example service.version="5.1.57-rel12.8">5.1.57-rel12.8</example>
|
@@ -575,6 +618,7 @@
|
|
575
618
|
<param pos="0" name="os.family" value="Linux"/>
|
576
619
|
<param pos="0" name="os.product" value="Linux"/>
|
577
620
|
</fingerprint>
|
621
|
+
|
578
622
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d{1,2}-rel\d\d\.\d{1,2}(?:-log)?$" flags="REG_ICASE">
|
579
623
|
<description>Percona Server (MySQL fork) match w/ 'rel' variant 1</description>
|
580
624
|
<example service.version="5.6.17">5.6.17-65.0-rel65.0</example>
|
@@ -586,6 +630,7 @@
|
|
586
630
|
<param pos="0" name="os.family" value="Linux"/>
|
587
631
|
<param pos="0" name="os.product" value="Linux"/>
|
588
632
|
</fingerprint>
|
633
|
+
|
589
634
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-(?:rc)?percona" flags="REG_ICASE">
|
590
635
|
<description>Percona Server (MySQL fork) w/ percona in banner</description>
|
591
636
|
<example service.version="5.1.50">5.1.50-percona</example>
|
@@ -599,6 +644,7 @@
|
|
599
644
|
<param pos="0" name="os.family" value="Linux"/>
|
600
645
|
<param pos="0" name="os.product" value="Linux"/>
|
601
646
|
</fingerprint>
|
647
|
+
|
602
648
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d{1,2}(?:-\d\d)?(?:-log)?$" flags="REG_ICASE">
|
603
649
|
<description>Percona Server (MySQL fork) (just version number match)</description>
|
604
650
|
<example service.version="5.1.73">5.1.73-14.12</example>
|
@@ -612,6 +658,7 @@
|
|
612
658
|
<param pos="0" name="os.family" value="Linux"/>
|
613
659
|
<param pos="0" name="os.product" value="Linux"/>
|
614
660
|
</fingerprint>
|
661
|
+
|
615
662
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-rc\d\d\.\d(?:-log)?$" flags="REG_ICASE">
|
616
663
|
<description>Percona Server (MySQL fork) match w/ 'rc'</description>
|
617
664
|
<example service.version="5.6.13">5.6.13-rc60.6</example>
|
@@ -624,6 +671,7 @@
|
|
624
671
|
<param pos="0" name="os.family" value="Linux"/>
|
625
672
|
<param pos="0" name="os.product" value="Linux"/>
|
626
673
|
</fingerprint>
|
674
|
+
|
627
675
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.trusty(?:-log)?$" flags="REG_ICASE">
|
628
676
|
<description>Percona Server (MySQL fork) on Ubuntu 14.04 (Trusty Tahr)</description>
|
629
677
|
<example service.version="5.6.17">5.6.17-65.0-583.trusty</example>
|
@@ -638,6 +686,7 @@
|
|
638
686
|
<param pos="0" name="os.version" value="14.04"/>
|
639
687
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.04"/>
|
640
688
|
</fingerprint>
|
689
|
+
|
641
690
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.saucy(?:-log)?$" flags="REG_ICASE">
|
642
691
|
<description>Percona Server (MySQL fork) on Ubuntu 13.10 (Saucy Salamander)</description>
|
643
692
|
<example service.version="5.6.17">5.6.17-65.0-587.saucy</example>
|
@@ -652,6 +701,7 @@
|
|
652
701
|
<param pos="0" name="os.version" value="13.10"/>
|
653
702
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:13.10"/>
|
654
703
|
</fingerprint>
|
704
|
+
|
655
705
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.quantal(?:-log)?$" flags="REG_ICASE">
|
656
706
|
<description>Percona Server (MySQL fork) on Ubuntu 12.10 (Quantal Quetzal)</description>
|
657
707
|
<example service.version="5.6.16">5.6.16-64.2-569.quantal-log</example>
|
@@ -666,6 +716,7 @@
|
|
666
716
|
<param pos="0" name="os.version" value="12.10"/>
|
667
717
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.10"/>
|
668
718
|
</fingerprint>
|
719
|
+
|
669
720
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.precise(?:-log)?$" flags="REG_ICASE">
|
670
721
|
<description>Percona Server (MySQL fork) on Ubuntu 12.04 (Precise Pangolin)</description>
|
671
722
|
<example service.version="5.6.16">5.6.16-64.2-569.precise-log</example>
|
@@ -680,6 +731,7 @@
|
|
680
731
|
<param pos="0" name="os.version" value="12.04"/>
|
681
732
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.04"/>
|
682
733
|
</fingerprint>
|
734
|
+
|
683
735
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.wheezy(?:-log)?$" flags="REG_ICASE">
|
684
736
|
<description>Percona Server (MySQL fork) on Debian 7.0 (wheezy)</description>
|
685
737
|
<example service.version="5.5.36">5.5.36-34.2-648.wheezy-log</example>
|
@@ -694,6 +746,7 @@
|
|
694
746
|
<param pos="0" name="os.version" value="7.0"/>
|
695
747
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:7.0"/>
|
696
748
|
</fingerprint>
|
749
|
+
|
697
750
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.squeeze(?:-log)?$" flags="REG_ICASE">
|
698
751
|
<description>Percona Server (MySQL fork) on Debian 6.0 (squeeze)</description>
|
699
752
|
<example service.version="5.5.36">5.5.36-34.2-648.squeeze</example>
|
@@ -708,6 +761,7 @@
|
|
708
761
|
<param pos="0" name="os.version" value="6.0"/>
|
709
762
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:6.0"/>
|
710
763
|
</fingerprint>
|
764
|
+
|
711
765
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-nmm" flags="REG_ICASE">
|
712
766
|
<description>Oracle MySQL (nmm variant)</description>
|
713
767
|
<example service.version="4.0.27">4.0.27-nmm1-log</example>
|
@@ -718,6 +772,7 @@
|
|
718
772
|
<param pos="0" name="service.product" value="MySQL"/>
|
719
773
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
720
774
|
</fingerprint>
|
775
|
+
|
721
776
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-nightly-\d{8}(?:-log)?$" flags="REG_ICASE">
|
722
777
|
<description>Oracle MySQL nightly build</description>
|
723
778
|
<example service.version="3.23.59">3.23.59-nightly-20050301-log</example>
|
@@ -727,6 +782,7 @@
|
|
727
782
|
<param pos="0" name="service.product" value="MySQL"/>
|
728
783
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
729
784
|
</fingerprint>
|
785
|
+
|
730
786
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-SERVER" flags="REG_ICASE">
|
731
787
|
<description>Oracle MySQL (SERVER variant)</description>
|
732
788
|
<example service.version="5.1.30">5.1.30-SERVER-104</example>
|
@@ -736,6 +792,7 @@
|
|
736
792
|
<param pos="0" name="service.product" value="MySQL"/>
|
737
793
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
738
794
|
</fingerprint>
|
795
|
+
|
739
796
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-ISPrime" flags="REG_ICASE">
|
740
797
|
<description>Oracle MySQL (ISPrime variant)</description>
|
741
798
|
<example service.version="4.0.15a">4.0.15a-ISPrime</example>
|
@@ -745,6 +802,7 @@
|
|
745
802
|
<param pos="0" name="service.product" value="MySQL"/>
|
746
803
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
747
804
|
</fingerprint>
|
805
|
+
|
748
806
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-rc-\d\.\d{1,2}\.[a-f\d]{1,3}" flags="REG_ICASE">
|
749
807
|
<description>Oracle MySQL possibly Debian specific</description>
|
750
808
|
<example service.version="5.1.26">5.1.26-rc-5.1.26rc-log</example>
|
@@ -754,6 +812,7 @@
|
|
754
812
|
<param pos="0" name="service.product" value="MySQL"/>
|
755
813
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
756
814
|
</fingerprint>
|
815
|
+
|
757
816
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-ius(?:-log)?$" flags="REG_ICASE">
|
758
817
|
<description>Oracle MySQL packaged for RHEL/CentOS by IUS</description>
|
759
818
|
<example service.version="5.1.66">5.1.66-ius-log</example>
|
@@ -765,6 +824,7 @@
|
|
765
824
|
<param pos="0" name="os.family" value="Linux"/>
|
766
825
|
<param pos="0" name="os.product" value="Linux"/>
|
767
826
|
</fingerprint>
|
827
|
+
|
768
828
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})[\.-]d\d{1,2}-ourdelta\d{0,2}(?:-log)?$" flags="REG_ICASE">
|
769
829
|
<description>Oracle MySQL tweaked and packaged by OurDelta</description>
|
770
830
|
<example service.version="5.0.67">5.0.67.d7-ourdelta-log</example>
|
@@ -777,6 +837,7 @@
|
|
777
837
|
<param pos="0" name="os.family" value="Linux"/>
|
778
838
|
<param pos="0" name="os.product" value="Linux"/>
|
779
839
|
</fingerprint>
|
840
|
+
|
780
841
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Alibaba(?:-rds)?-\d{6}(?:-log)?$" flags="REG_ICASE">
|
781
842
|
<description>Oracle MySQL Alibaba build? distro? Aliyun.com hosted?</description>
|
782
843
|
<example service.version="5.1.61">5.1.61-Alibaba-121011-log</example>
|
@@ -787,24 +848,21 @@
|
|
787
848
|
<param pos="0" name="service.product" value="MySQL"/>
|
788
849
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
789
850
|
</fingerprint>
|
851
|
+
|
790
852
|
<!--
|
791
853
|
MariaDB Fingerprinting note: MariaDB uses version numbers in the same range
|
792
854
|
as MySQL all the way through the 5.5.x family. Banners look like this:
|
793
|
-
|
794
855
|
5.5.34-MariaDB-cll-lve
|
795
856
|
5.5.31-MariaDB-1~squeeze-log
|
796
|
-
|
797
857
|
After 5.5.x they jumped to 10.x.x. Banners for the 10.x.x family will have
|
798
858
|
MySQL version that the code is based off of first, and then the MariaDB
|
799
859
|
version number will follow:
|
800
|
-
|
801
860
|
5.5.5-10.0.15-MariaDB-cll-lve
|
802
861
|
5.5.5-10.0.15-MariaDB-1~squeeze-log
|
803
|
-
|
804
862
|
In the banners above, 10.0.15 is the accurate version number.
|
805
|
-
|
806
863
|
Reference: https://mariadb.org/explanation-on-mariadb-10-0/
|
807
864
|
-->
|
865
|
+
|
808
866
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB(?:-log)?-cll-lve$" flags="REG_ICASE">
|
809
867
|
<description>MariaDB MariaDB on CloudLinux in a Lightweight Virtual Environment (LVE)</description>
|
810
868
|
<example service.version="5.5.34">5.5.34-MariaDB-cll-lve</example>
|
@@ -819,6 +877,7 @@
|
|
819
877
|
<param pos="0" name="os.family" value="Linux"/>
|
820
878
|
<param pos="0" name="os.product" value="Linux"/>
|
821
879
|
</fingerprint>
|
880
|
+
|
822
881
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~jessie(?:-log)?$" flags="REG_ICASE">
|
823
882
|
<description>MariaDB MariaDB on Debian 8.0 (jessie)</description>
|
824
883
|
<example service.version="5.5.37">5.5.37-MariaDB-1~jessie-log</example>
|
@@ -835,6 +894,7 @@
|
|
835
894
|
<param pos="0" name="os.version" value="8.0"/>
|
836
895
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:8.0"/>
|
837
896
|
</fingerprint>
|
897
|
+
|
838
898
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~wheezy(?:-log)?$" flags="REG_ICASE">
|
839
899
|
<description>MariaDB MariaDB on Debian 7.0 (wheezy)</description>
|
840
900
|
<example service.version="5.5.37">5.5.37-MariaDB-1~wheezy-log</example>
|
@@ -851,6 +911,7 @@
|
|
851
911
|
<param pos="0" name="os.version" value="7.0"/>
|
852
912
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:7.0"/>
|
853
913
|
</fingerprint>
|
914
|
+
|
854
915
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~squeeze(?:-log)?$" flags="REG_ICASE">
|
855
916
|
<description>MariaDB MariaDB on Debian 6.0 (squeeze)</description>
|
856
917
|
<example service.version="5.5.31">5.5.31-MariaDB-1~squeeze-log</example>
|
@@ -866,6 +927,7 @@
|
|
866
927
|
<param pos="0" name="os.version" value="6.0"/>
|
867
928
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:6.0"/>
|
868
929
|
</fingerprint>
|
930
|
+
|
869
931
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-MariaDB.+~lenny(?:-log)?$" flags="REG_ICASE">
|
870
932
|
<description>MariaDB MariaDB on Debian 5.0 (lenny)</description>
|
871
933
|
<example service.version="5.3.2">5.3.2-MariaDB-beta-mariadb102~lenny</example>
|
@@ -880,6 +942,7 @@
|
|
880
942
|
<param pos="0" name="os.version" value="5.0"/>
|
881
943
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:5.0"/>
|
882
944
|
</fingerprint>
|
945
|
+
|
883
946
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~sid(?:-log)?$" flags="REG_ICASE">
|
884
947
|
<description>MariaDB MariaDB on Debian Unstable/No version (sid)</description>
|
885
948
|
<example service.version="10.0.16">5.5.5-10.0.16-MariaDB-1~sid</example>
|
@@ -893,6 +956,7 @@
|
|
893
956
|
<param pos="0" name="os.product" value="Linux"/>
|
894
957
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
895
958
|
</fingerprint>
|
959
|
+
|
896
960
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~xenial(?:-log)?$" flags="REG_ICASE">
|
897
961
|
<description>MariaDB MariaDB on Ubuntu 16.04 (Xenial Xerus)</description>
|
898
962
|
<example service.version="10.1.23">5.5.5-10.1.23-MariaDB-1~xenial</example>
|
@@ -907,6 +971,7 @@
|
|
907
971
|
<param pos="0" name="os.version" value="16.04"/>
|
908
972
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:16.04"/>
|
909
973
|
</fingerprint>
|
974
|
+
|
910
975
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~utopic(?:-log)?$" flags="REG_ICASE">
|
911
976
|
<description>MariaDB MariaDB on Ubuntu 14.10 (Utopic Unicorn)</description>
|
912
977
|
<example service.version="10.0.16">5.5.5-10.0.16-MariaDB-1~utopic-log</example>
|
@@ -921,6 +986,7 @@
|
|
921
986
|
<param pos="0" name="os.version" value="14.10"/>
|
922
987
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.10"/>
|
923
988
|
</fingerprint>
|
989
|
+
|
924
990
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~trusty(?:-log)?$" flags="REG_ICASE">
|
925
991
|
<description>MariaDB MariaDB on Ubuntu 14.04 (Trusty Tahr)</description>
|
926
992
|
<example service.version="10.0.15">5.5.5-10.0.15-MariaDB-1~trusty</example>
|
@@ -935,6 +1001,7 @@
|
|
935
1001
|
<param pos="0" name="os.version" value="14.04"/>
|
936
1002
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.04"/>
|
937
1003
|
</fingerprint>
|
1004
|
+
|
938
1005
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~saucy(?:-log)?$" flags="REG_ICASE">
|
939
1006
|
<description>MariaDB MariaDB on Ubuntu 13.10 (Saucy Salamander)</description>
|
940
1007
|
<example service.version="5.5.39">5.5.39-MariaDB-1~saucy-log</example>
|
@@ -949,6 +1016,7 @@
|
|
949
1016
|
<param pos="0" name="os.version" value="13.10"/>
|
950
1017
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:13.10"/>
|
951
1018
|
</fingerprint>
|
1019
|
+
|
952
1020
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~buster(?:-log)?$" flags="REG_ICASE">
|
953
1021
|
<description>MariaDB MariaDB on Debian 10 (buster)</description>
|
954
1022
|
<example service.version="10.3.20">5.5.5-10.3.20-MariaDB-1:10.3.20+maria~buster-log</example>
|
@@ -963,6 +1031,7 @@
|
|
963
1031
|
<param pos="0" name="os.version" value="10.0"/>
|
964
1032
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:10.0"/>
|
965
1033
|
</fingerprint>
|
1034
|
+
|
966
1035
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~yakkety(?:-log)?$" flags="REG_ICASE">
|
967
1036
|
<description>MariaDB MariaDB on Ubuntu 16.10 (Yakkety Yak)</description>
|
968
1037
|
<example service.version="10.1.26">5.5.5-10.1.26-MariaDB-1~yakkety</example>
|
@@ -977,6 +1046,7 @@
|
|
977
1046
|
<param pos="0" name="os.version" value="16.10"/>
|
978
1047
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:16.10"/>
|
979
1048
|
</fingerprint>
|
1049
|
+
|
980
1050
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB-1~yakkety-(?:wsrep)?$" flags="REG_ICASE">
|
981
1051
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 16.10 (Yakkety Yak)</description>
|
982
1052
|
<example service.version="10.0.28">5.5.5-10.0.28-MariaDB-1~yakkety-wsrep</example>
|
@@ -992,6 +1062,7 @@
|
|
992
1062
|
<param pos="0" name="os.version" value="16.10"/>
|
993
1063
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:16.10"/>
|
994
1064
|
</fingerprint>
|
1065
|
+
|
995
1066
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~wily(?:-log)?$" flags="REG_ICASE">
|
996
1067
|
<description>MariaDB MariaDB on Ubuntu 15.10 (Wily Werewolf)</description>
|
997
1068
|
<example service.version="10.3.22">5.5.5-10.3.22-MariaDB-1:10.3.22+maria~wily</example>
|
@@ -1009,6 +1080,7 @@
|
|
1009
1080
|
<param pos="0" name="os.version" value="15.10"/>
|
1010
1081
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:15.10"/>
|
1011
1082
|
</fingerprint>
|
1083
|
+
|
1012
1084
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~vivid(?:-log)?$" flags="REG_ICASE">
|
1013
1085
|
<description>MariaDB MariaDB on Ubuntu 15.04 (Vivid Vervet)</description>
|
1014
1086
|
<example service.version="10.0.24">5.5.5-10.0.24-MariaDB-1~vivid</example>
|
@@ -1024,6 +1096,7 @@
|
|
1024
1096
|
<param pos="0" name="os.version" value="15.04"/>
|
1025
1097
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:15.04"/>
|
1026
1098
|
</fingerprint>
|
1099
|
+
|
1027
1100
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~vivid-wsrep(?:-log)?$" flags="REG_ICASE">
|
1028
1101
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 15.04 (Vivid Vervet)</description>
|
1029
1102
|
<example service.version="10.0.24">5.5.5-10.0.24-MariaDB-1~vivid-wsrep</example>
|
@@ -1040,6 +1113,7 @@
|
|
1040
1113
|
<param pos="0" name="os.version" value="15.04"/>
|
1041
1114
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:15.04"/>
|
1042
1115
|
</fingerprint>
|
1116
|
+
|
1043
1117
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~eoan(?:-log)?$" flags="REG_ICASE">
|
1044
1118
|
<description>MariaDB MariaDB on Ubuntu 19.10 (Eoan Ermine)</description>
|
1045
1119
|
<example service.version="10.3.22">5.5.5-10.3.22-MariaDB-1:10.3.22+maria~eoan</example>
|
@@ -1055,6 +1129,7 @@
|
|
1055
1129
|
<param pos="0" name="os.version" value="19.10"/>
|
1056
1130
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:19.10"/>
|
1057
1131
|
</fingerprint>
|
1132
|
+
|
1058
1133
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~cosmic(?:-log)?$" flags="REG_ICASE">
|
1059
1134
|
<description>MariaDB MariaDB on Ubuntu 18.10 (Cosmic Cuttlefish)</description>
|
1060
1135
|
<example service.version="10.3.17">5.5.5-10.3.17-MariaDB-1:10.3.17+maria~cosmic-log</example>
|
@@ -1070,6 +1145,7 @@
|
|
1070
1145
|
<param pos="0" name="os.version" value="18.10"/>
|
1071
1146
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:18.10"/>
|
1072
1147
|
</fingerprint>
|
1148
|
+
|
1073
1149
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~disco(?:-log)?$" flags="REG_ICASE">
|
1074
1150
|
<description>MariaDB MariaDB on Ubuntu 19.04 (Disco Dingo)</description>
|
1075
1151
|
<example service.version="10.3.17">5.5.5-10.3.17-MariaDB-1:10.3.17+maria~disco-log</example>
|
@@ -1085,6 +1161,7 @@
|
|
1085
1161
|
<param pos="0" name="os.version" value="19.04"/>
|
1086
1162
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:19.04"/>
|
1087
1163
|
</fingerprint>
|
1164
|
+
|
1088
1165
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~raring(?:-log)?$" flags="REG_ICASE">
|
1089
1166
|
<description>MariaDB MariaDB on Ubuntu 13.04 (Raring Ringtail)</description>
|
1090
1167
|
<example service.version="5.5.32">5.5.32-MariaDB-1~raring-log</example>
|
@@ -1099,6 +1176,7 @@
|
|
1099
1176
|
<param pos="0" name="os.version" value="13.04"/>
|
1100
1177
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:13.04"/>
|
1101
1178
|
</fingerprint>
|
1179
|
+
|
1102
1180
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~quantal(?:-log)?$" flags="REG_ICASE">
|
1103
1181
|
<description>MariaDB MariaDB on Ubuntu 12.10 (Quantal Quetzal)</description>
|
1104
1182
|
<example service.version="10.0.12">5.5.5-10.0.12-MariaDB-1~quantal-log</example>
|
@@ -1114,6 +1192,7 @@
|
|
1114
1192
|
<param pos="0" name="os.version" value="12.10"/>
|
1115
1193
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.10"/>
|
1116
1194
|
</fingerprint>
|
1195
|
+
|
1117
1196
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~precise(?:-log)?$" flags="REG_ICASE">
|
1118
1197
|
<description>MariaDB MariaDB on Ubuntu 12.04 (Precise Pangolin)</description>
|
1119
1198
|
<example service.version="5.5.41">5.5.41-MariaDB-1~precise-log</example>
|
@@ -1129,6 +1208,7 @@
|
|
1129
1208
|
<param pos="0" name="os.version" value="12.04"/>
|
1130
1209
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.04"/>
|
1131
1210
|
</fingerprint>
|
1211
|
+
|
1132
1212
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~hardy(?:-log)?$" flags="REG_ICASE">
|
1133
1213
|
<description>MariaDB MariaDB on Ubuntu 8.04 (Hardy Heron)</description>
|
1134
1214
|
<example service.version="5.5.34">5.5.34-MariaDB-mariadb122~hardy-log</example>
|
@@ -1143,6 +1223,7 @@
|
|
1143
1223
|
<param pos="0" name="os.version" value="8.04"/>
|
1144
1224
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:8.04"/>
|
1145
1225
|
</fingerprint>
|
1226
|
+
|
1146
1227
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~trusty-wsrep(?:-log)?$" flags="REG_ICASE">
|
1147
1228
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 14.04 (Trusty Tahr)</description>
|
1148
1229
|
<example service.version="10.1.1">5.5.5-10.1.1-MariaDB-1~trusty-wsrep-log</example>
|
@@ -1158,6 +1239,7 @@
|
|
1158
1239
|
<param pos="0" name="os.version" value="14.04"/>
|
1159
1240
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.04"/>
|
1160
1241
|
</fingerprint>
|
1242
|
+
|
1161
1243
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~jessie-wsrep(?:-log)?$" flags="REG_ICASE">
|
1162
1244
|
<description>MariaDB MariaDB with Galera Cluster on Debian 8.0 (jessie)</description>
|
1163
1245
|
<example service.version="10.0.26">5.5.5-10.0.26-MariaDB-1~jessie-wsrep</example>
|
@@ -1174,6 +1256,7 @@
|
|
1174
1256
|
<param pos="0" name="os.version" value="8.0"/>
|
1175
1257
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:8.0"/>
|
1176
1258
|
</fingerprint>
|
1259
|
+
|
1177
1260
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~xenial-wsrep(?:-log)?$" flags="REG_ICASE">
|
1178
1261
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 16.04 (Xenial Xerus)</description>
|
1179
1262
|
<example service.version="10.0.36">5.5.5-10.0.36-MariaDB-1~xenial-wsrep</example>
|
@@ -1190,6 +1273,7 @@
|
|
1190
1273
|
<param pos="0" name="os.version" value="16.04"/>
|
1191
1274
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:16.04"/>
|
1192
1275
|
</fingerprint>
|
1276
|
+
|
1193
1277
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~saucy-wsrep(?:-log)?$" flags="REG_ICASE">
|
1194
1278
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 13.10 (Saucy Salamander)</description>
|
1195
1279
|
<example service.version="10.0.10">5.5.5-10.0.10-MariaDB-1~saucy-wsrep-log</example>
|
@@ -1205,6 +1289,7 @@
|
|
1205
1289
|
<param pos="0" name="os.version" value="13.10"/>
|
1206
1290
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:13.10"/>
|
1207
1291
|
</fingerprint>
|
1292
|
+
|
1208
1293
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~precise-wsrep(?:-log)?$" flags="REG_ICASE">
|
1209
1294
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 12.04 (Precise Pangolin)</description>
|
1210
1295
|
<example service.version="10.1.1">5.5.5-10.1.1-MariaDB-1~precise-wsrep</example>
|
@@ -1220,6 +1305,7 @@
|
|
1220
1305
|
<param pos="0" name="os.version" value="12.04"/>
|
1221
1306
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.04"/>
|
1222
1307
|
</fingerprint>
|
1308
|
+
|
1223
1309
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~lucid-wsrep(?:-log)?$" flags="REG_ICASE">
|
1224
1310
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 10.04 (Lucid Lynx)</description>
|
1225
1311
|
<example service.version="5.5.34">5.5.34-MariaDB-1~lucid-wsrep-log</example>
|
@@ -1235,6 +1321,7 @@
|
|
1235
1321
|
<param pos="0" name="os.version" value="10.04"/>
|
1236
1322
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:10.04"/>
|
1237
1323
|
</fingerprint>
|
1324
|
+
|
1238
1325
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB-\dubuntu\d(?:\.\d{1,3}\.\d{1,3}\.\d{1,3})?(?:-log)?$" flags="REG_ICASE">
|
1239
1326
|
<description>MariaDB MariaDB on Ubuntu</description>
|
1240
1327
|
<example service.version="10.0.17">5.5.5-10.0.17-MariaDB-0ubuntu1</example>
|
@@ -1251,6 +1338,7 @@
|
|
1251
1338
|
<param pos="0" name="os.product" value="Linux"/>
|
1252
1339
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:-"/>
|
1253
1340
|
</fingerprint>
|
1341
|
+
|
1254
1342
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~lucid(?:-log)?$" flags="REG_ICASE">
|
1255
1343
|
<description>MariaDB MariaDB on Ubuntu 10.04 (Lucid lynx)</description>
|
1256
1344
|
<example service.version="5.5.34">5.5.34-MariaDB-1~lucid-log</example>
|
@@ -1265,6 +1353,7 @@
|
|
1265
1353
|
<param pos="0" name="os.version" value="10.04"/>
|
1266
1354
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:10.04"/>
|
1267
1355
|
</fingerprint>
|
1356
|
+
|
1268
1357
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB-\d\:.*\+maria\~focal$" flags="REG_ICASE">
|
1269
1358
|
<description>MariaDB MariaDB on Ubuntu 20.04 (Focal Fossa)</description>
|
1270
1359
|
<example service.version="10.5.2">5.5.5-10.5.2-MariaDB-1:10.5.2+maria~focal</example>
|
@@ -1279,6 +1368,7 @@
|
|
1279
1368
|
<param pos="0" name="os.version" value="20.04"/>
|
1280
1369
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:20.04"/>
|
1281
1370
|
</fingerprint>
|
1371
|
+
|
1282
1372
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB-mariadb\d\Smaverick$" flags="REG_ICASE">
|
1283
1373
|
<description>MariaDB MariaDB on Ubuntu 10.10 (Maverick Meerkat)</description>
|
1284
1374
|
<example service.version="5.5.29">5.5.29-MariaDB-mariadb1~maverick</example>
|
@@ -1293,6 +1383,7 @@
|
|
1293
1383
|
<param pos="0" name="os.version" value="10.10"/>
|
1294
1384
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:10.10"/>
|
1295
1385
|
</fingerprint>
|
1386
|
+
|
1296
1387
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4}(?:\-\d)?)-MariaDB-alt\d{1,2}(?:-log)?.*$" flags="REG_ICASE">
|
1297
1388
|
<description>MariaDB MariaDB on a ALT Linux</description>
|
1298
1389
|
<example service.version="10.1.29">5.5.5-10.1.29-MariaDB-alt1.M80P.1</example>
|
@@ -1306,6 +1397,7 @@
|
|
1306
1397
|
<param pos="0" name="os.family" value="Linux"/>
|
1307
1398
|
<param pos="0" name="os.product" value="Linux"/>
|
1308
1399
|
</fingerprint>
|
1400
|
+
|
1309
1401
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4}\-\d{1,2})-MariaDB-enterprise(?:-log)?$" flags="REG_ICASE">
|
1310
1402
|
<description>MariaDB Maria DB Enterprise Edition</description>
|
1311
1403
|
<example service.version="10.4.10-4">5.5.5-10.4.10-4-MariaDB-enterprise-log</example>
|
@@ -1316,6 +1408,7 @@
|
|
1316
1408
|
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
1317
1409
|
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
1318
1410
|
</fingerprint>
|
1411
|
+
|
1319
1412
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4}(?:\-\d)?)-MariaDB(?:\-\d{1,2})?(?:\+\S{1,2})?$" flags="REG_ICASE">
|
1320
1413
|
<description>MariaDB</description>
|
1321
1414
|
<example service.version="10.0.40-2">5.5.5-10.0.40-2-MariaDB</example>
|
@@ -1330,6 +1423,7 @@
|
|
1330
1423
|
<param pos="0" name="service.product" value="MariaDB"/>
|
1331
1424
|
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
1332
1425
|
</fingerprint>
|
1426
|
+
|
1333
1427
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)MariaDB-\d{1,2}\:(\d{1,2}\.\d{1,2}\.\d{1,2})$" flags="REG_ICASE">
|
1334
1428
|
<description>MariaDB MariaDB alternate version format</description>
|
1335
1429
|
<example service.version="10.3.13">5.7.8-MariaDB-1:10.3.13</example>
|
@@ -1339,6 +1433,7 @@
|
|
1339
1433
|
<param pos="0" name="service.product" value="MariaDB"/>
|
1340
1434
|
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
1341
1435
|
</fingerprint>
|
1436
|
+
|
1342
1437
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~wheezy-wsrep(?:-log)?$" flags="REG_ICASE">
|
1343
1438
|
<description>MariaDB MariaDB with Galera Cluster on Debian 7.0 (wheezy)</description>
|
1344
1439
|
<example service.version="10.1.1">5.5.5-10.1.1-MariaDB-1~wheezy-wsrep-log</example>
|
@@ -1354,6 +1449,7 @@
|
|
1354
1449
|
<param pos="0" name="os.version" value="7.0"/>
|
1355
1450
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:7.0"/>
|
1356
1451
|
</fingerprint>
|
1452
|
+
|
1357
1453
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~squeeze-wsrep(?:-log)?$" flags="REG_ICASE">
|
1358
1454
|
<description>MariaDB MariaDB with Galera Cluster on Debian 6.0 (squeeze)</description>
|
1359
1455
|
<example service.version="10.1.1">5.5.5-10.1.1-MariaDB-1~squeeze-wsrep</example>
|
@@ -1369,6 +1465,7 @@
|
|
1369
1465
|
<param pos="0" name="os.version" value="6.0"/>
|
1370
1466
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:6.0"/>
|
1371
1467
|
</fingerprint>
|
1468
|
+
|
1372
1469
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~zesty(?:-log)?$" flags="REG_ICASE">
|
1373
1470
|
<description>MariaDB MariaDB on Ubuntu 17.04 (Zesty Zapus)</description>
|
1374
1471
|
<example service.version="10.2.12">5.5.5-10.2.12-MariaDB-10.2.12+maria~zesty-log</example>
|
@@ -1384,6 +1481,7 @@
|
|
1384
1481
|
<param pos="0" name="os.version" value="17.04"/>
|
1385
1482
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:17.04"/>
|
1386
1483
|
</fingerprint>
|
1484
|
+
|
1387
1485
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~artful(?:-log)?$" flags="REG_ICASE">
|
1388
1486
|
<description>MariaDB MariaDB on Ubuntu 17.10 (Artful Ardvark)</description>
|
1389
1487
|
<example service.version="10.5.12">5.5.5-10.5.12-MariaDB-10.2.12+maria~artful-log</example>
|
@@ -1399,6 +1497,7 @@
|
|
1399
1497
|
<param pos="0" name="os.version" value="17.10"/>
|
1400
1498
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:17.10"/>
|
1401
1499
|
</fingerprint>
|
1500
|
+
|
1402
1501
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB.+~sid-wsrep(?:-log)?$" flags="REG_ICASE">
|
1403
1502
|
<description>MariaDB MariaDB with Galera Cluster on Debian Unstable/No version (sid)</description>
|
1404
1503
|
<example service.version="10.0.16">5.5.5-10.0.16-MariaDB-1~sid-wsrep</example>
|
@@ -1413,6 +1512,7 @@
|
|
1413
1512
|
<param pos="0" name="os.product" value="Linux"/>
|
1414
1513
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
1415
1514
|
</fingerprint>
|
1515
|
+
|
1416
1516
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB-wsrep(?:-log)?$" flags="REG_ICASE">
|
1417
1517
|
<description>MariaDB MariaDB with Galera Cluster</description>
|
1418
1518
|
<example service.version="10.0.15">5.5.5-10.0.15-MariaDB-wsrep</example>
|
@@ -1423,6 +1523,7 @@
|
|
1423
1523
|
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
1424
1524
|
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
1425
1525
|
</fingerprint>
|
1526
|
+
|
1426
1527
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-Maria(?:DB)?[-\d]*(?:-debug)?(?:-ga)?(?:-beta)?(?:-mariadb)?[~\.\d]*(?:-log)?$" flags="REG_ICASE">
|
1427
1528
|
<description>MariaDB MariaDB</description>
|
1428
1529
|
<example service.version="5.1.39">5.1.39-maria-beta</example>
|
@@ -1438,6 +1539,7 @@
|
|
1438
1539
|
<param pos="0" name="service.product" value="MariaDB"/>
|
1439
1540
|
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
1440
1541
|
</fingerprint>
|
1542
|
+
|
1441
1543
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Community-Maria(?:DB)?(?:-log)?$" flags="REG_ICASE">
|
1442
1544
|
<description>MariaDB MariaDB Community Edition</description>
|
1443
1545
|
<example service.version="5.1.44">5.1.44-community-maria-log</example>
|
@@ -1448,6 +1550,7 @@
|
|
1448
1550
|
<param pos="0" name="service.edition" value="Community Edition"/>
|
1449
1551
|
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
1450
1552
|
</fingerprint>
|
1553
|
+
|
1451
1554
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB-enterprise(?:-log)?$" flags="REG_ICASE">
|
1452
1555
|
<description>MariaDB MariaDB Enterprise Edition</description>
|
1453
1556
|
<example service.version="10.1.21">5.5.5-10.1.21-MariaDB-enterprise</example>
|
@@ -1460,6 +1563,7 @@
|
|
1460
1563
|
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
1461
1564
|
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
1462
1565
|
</fingerprint>
|
1566
|
+
|
1463
1567
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,2}\.[a-f\d]{1,2})(?:-\d{1,2}\.\d{1,2}\.[a-f\d]{1,2})?\s(\d{1,2}\.\d{1,2}\.\d{1,2})-maxscale$">
|
1464
1568
|
<description>MariaDB MariaDB MaxScale</description>
|
1465
1569
|
<example service.version="2.1.14">5.5.5-10.0.0 2.1.14-maxscale</example>
|
@@ -1468,6 +1572,7 @@
|
|
1468
1572
|
<param pos="0" name="service.family" value="MySQL"/>
|
1469
1573
|
<param pos="0" name="service.product" value="MaxScale"/>
|
1470
1574
|
</fingerprint>
|
1575
|
+
|
1471
1576
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-falcon-alpha-community-nt" flags="REG_ICASE">
|
1472
1577
|
<description>Oracle MySQL with defunct Falcon Storage Engine with Named Pipes (Windows)</description>
|
1473
1578
|
<example service.version="5.2.0">5.2.0-falcon-alpha-community-nt</example>
|
@@ -1479,6 +1584,7 @@
|
|
1479
1584
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1480
1585
|
<param pos="0" name="os.family" value="Windows"/>
|
1481
1586
|
</fingerprint>
|
1587
|
+
|
1482
1588
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-falcon-alpha(?:-community)?(?:-log)?$" flags="REG_ICASE">
|
1483
1589
|
<description>Oracle MySQL with defunct Falcon Storage Engine</description>
|
1484
1590
|
<example service.version="5.2.0">5.2.0-falcon-alpha-log</example>
|
@@ -1489,6 +1595,7 @@
|
|
1489
1595
|
<param pos="0" name="service.product" value="MySQL"/>
|
1490
1596
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1491
1597
|
</fingerprint>
|
1598
|
+
|
1492
1599
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-tokudb-\d\.\d\.\d{1,2}(?:-\d*)?(?:-log)?$" flags="REG_ICASE">
|
1493
1600
|
<description>Tokutek customized MySQL</description>
|
1494
1601
|
<example service.version="5.5.40">5.5.40-tokudb-7.5.3-log</example>
|
@@ -1498,6 +1605,7 @@
|
|
1498
1605
|
<param pos="0" name="service.family" value="MySQL"/>
|
1499
1606
|
<param pos="0" name="service.product" value="MariaDB"/>
|
1500
1607
|
</fingerprint>
|
1608
|
+
|
1501
1609
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-tokudb-.*MariaDB(?:-log)?$" flags="REG_ICASE">
|
1502
1610
|
<description>Tokutek customized MariaDB</description>
|
1503
1611
|
<example service.version="5.5.25">5.5.25-tokudb-6.1.1-47477-MariaDB-log</example>
|
@@ -1506,6 +1614,7 @@
|
|
1506
1614
|
<param pos="0" name="service.family" value="MySQL"/>
|
1507
1615
|
<param pos="0" name="service.product" value="MariaDB"/>
|
1508
1616
|
</fingerprint>
|
1617
|
+
|
1509
1618
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)(\d*\.\d*\.\d*)-MariaDB.*-*~bionic?(?:-log)?$" flags="REG_ICASE">
|
1510
1619
|
<description>MariaDB MariaDB on Ubuntu 18.04 (Bionic Beaver)</description>
|
1511
1620
|
<example service.version="10.2.17">5.5.5-10.2.17-MariaDB-1:10.2.17+maria~bionic</example>
|
@@ -1523,6 +1632,7 @@
|
|
1523
1632
|
<param pos="0" name="os.version" value="18.04"/>
|
1524
1633
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:18.04"/>
|
1525
1634
|
</fingerprint>
|
1635
|
+
|
1526
1636
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)(\d*\.\d*\.\d*)-MariaDB.*~stretch(?:-log)?$" flags="REG_ICASE">
|
1527
1637
|
<description>MariaDB MariaDB on Debian 9.0 (stretch)</description>
|
1528
1638
|
<example service.version="10.2.17">5.5.5-10.2.17-MariaDB-1:10.2.17+maria~stretch</example>
|
@@ -1539,6 +1649,7 @@
|
|
1539
1649
|
<param pos="0" name="os.version" value="9.0"/>
|
1540
1650
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:9.0"/>
|
1541
1651
|
</fingerprint>
|
1652
|
+
|
1542
1653
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)(\d*\.\d*\.\d*)-MariaDB\S*deb\S*$" flags="REG_ICASE">
|
1543
1654
|
<description>MariaDB MariaDB on Debian 9.1 (stretch)</description>
|
1544
1655
|
<example service.version="10.1.23">5.5.5-10.1.23-MariaDB-9+deb9u1</example>
|
@@ -1553,6 +1664,7 @@
|
|
1553
1664
|
<param pos="0" name="os.version" value="9.1"/>
|
1554
1665
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:9.1"/>
|
1555
1666
|
</fingerprint>
|
1667
|
+
|
1556
1668
|
<fingerprint pattern="^^(\d{1,2}\.\d{1,2}\.[a-f\d]{1,3})-Sphinx" flags="REG_ICASE">
|
1557
1669
|
<description>Oracle MySQL with the Sphinx full text search engine</description>
|
1558
1670
|
<example service.version="5.1.40">5.1.40-Sphinx</example>
|
@@ -1562,6 +1674,7 @@
|
|
1562
1674
|
<param pos="0" name="service.product" value="MySQL"/>
|
1563
1675
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1564
1676
|
</fingerprint>
|
1677
|
+
|
1565
1678
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:-\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})?\+tld\d" flags="REG_ICASE">
|
1566
1679
|
<description>Oracle MySQL packaged by TLD Linux</description>
|
1567
1680
|
<example service.version="5.0.91">5.0.91+tld0-log</example>
|
@@ -1575,6 +1688,7 @@
|
|
1575
1688
|
<param pos="0" name="os.family" value="Linux"/>
|
1576
1689
|
<param pos="0" name="os.product" value="Linux"/>
|
1577
1690
|
</fingerprint>
|
1691
|
+
|
1578
1692
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Debian_\d\.infrant\d$" flags="REG_ICASE">
|
1579
1693
|
<description>Oracle MySQL on a Netgear ReadyNAS</description>
|
1580
1694
|
<example service.version="5.0.24a">5.0.24a-Debian_3.infrant1</example>
|
@@ -1593,6 +1707,7 @@
|
|
1593
1707
|
<param pos="0" name="hw.family" value="ReadyNAS"/>
|
1594
1708
|
<param pos="0" name="hw.product" value="ReadyNAS"/>
|
1595
1709
|
</fingerprint>
|
1710
|
+
|
1596
1711
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-beget(?:-log)?$" flags="REG_ICASE">
|
1597
1712
|
<description>Oracle MySQL at Ukrainian hoster BeGet(?)</description>
|
1598
1713
|
<example service.version="5.1.61">5.1.61-beget-log</example>
|
@@ -1602,6 +1717,7 @@
|
|
1602
1717
|
<param pos="0" name="service.product" value="MySQL"/>
|
1603
1718
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1604
1719
|
</fingerprint>
|
1720
|
+
|
1605
1721
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-(?:Linuxtone.Org|LTOPS)(?:-log)?$" flags="REG_ICASE">
|
1606
1722
|
<description>Oracle MySQL at Chinese hoster Linuxtone.org</description>
|
1607
1723
|
<example service.version="5.0.56">5.0.56-Linuxtone.Org</example>
|
@@ -1612,6 +1728,7 @@
|
|
1612
1728
|
<param pos="0" name="service.product" value="MySQL"/>
|
1613
1729
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1614
1730
|
</fingerprint>
|
1731
|
+
|
1615
1732
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-xencdn.net(?:-log)?$" flags="REG_ICASE">
|
1616
1733
|
<description>Oracle MySQL at Chinese hoster Xencdn.net</description>
|
1617
1734
|
<example service.version="5.1.66">5.1.66-xencdn.net-log</example>
|
@@ -1621,6 +1738,7 @@
|
|
1621
1738
|
<param pos="0" name="service.product" value="MySQL"/>
|
1622
1739
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1623
1740
|
</fingerprint>
|
1741
|
+
|
1624
1742
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Comsenz(?:-log)?$" flags="REG_ICASE">
|
1625
1743
|
<description>Oracle MySQL at Chinese hoster Comsenz</description>
|
1626
1744
|
<example service.version="5.0.27">5.0.27-Comsenz-log</example>
|
@@ -1630,6 +1748,7 @@
|
|
1630
1748
|
<param pos="0" name="service.product" value="MySQL"/>
|
1631
1749
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1632
1750
|
</fingerprint>
|
1751
|
+
|
1633
1752
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-www\.gamewave\.net(?:-edition)?(?:-log)?$" flags="REG_ICASE">
|
1634
1753
|
<description>Oracle MySQL at Chinese game hoster Gamewave</description>
|
1635
1754
|
<example service.version="5.1.56">5.1.56-www.gamewave.net-edition-log</example>
|
@@ -1640,6 +1759,7 @@
|
|
1640
1759
|
<param pos="0" name="service.product" value="MySQL"/>
|
1641
1760
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1642
1761
|
</fingerprint>
|
1762
|
+
|
1643
1763
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}(?:[.-]\d{1,2})?(?:[.-]\d{1})?)[-\d]*-beget(?:-log)?$" flags="REG_ICASE">
|
1644
1764
|
<description>Oracle MySQL at Russian hoster Beget</description>
|
1645
1765
|
<example service.version="5.6.16-64.0">5.6.16-64.0-beget-log</example>
|
@@ -1650,6 +1770,7 @@
|
|
1650
1770
|
<param pos="0" name="service.product" value="MySQL"/>
|
1651
1771
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1652
1772
|
</fingerprint>
|
1773
|
+
|
1653
1774
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})yes(?:-log)?$" flags="REG_ICASE">
|
1654
1775
|
<description>Oracle MySQL part of KB2 / Kimsboard (Korean site mgmt)?</description>
|
1655
1776
|
<example service.version="4.0.27">4.0.27yes</example>
|
@@ -1659,6 +1780,7 @@
|
|
1659
1780
|
<param pos="0" name="service.product" value="MySQL"/>
|
1660
1781
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1661
1782
|
</fingerprint>
|
1783
|
+
|
1662
1784
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})\.t\d{1,2}(?:[\.\d]{3})?(?:-log)?$" flags="REG_ICASE">
|
1663
1785
|
<description>Oracle MySQL audited/published by Twitter</description>
|
1664
1786
|
<example service.version="5.5.24">5.5.24.t7-log</example>
|
@@ -1669,6 +1791,7 @@
|
|
1669
1791
|
<param pos="0" name="service.product" value="MySQL"/>
|
1670
1792
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1671
1793
|
</fingerprint>
|
1794
|
+
|
1672
1795
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}) Hybrid Cluster MySQL Proxy to$" flags="REG_ICASE">
|
1673
1796
|
<description>Oracle MySQL by Hybrid Cluster (hosted?)</description>
|
1674
1797
|
<example service.version="5.5.15">5.5.15 Hybrid Cluster MySQL Proxy to</example>
|
@@ -1678,6 +1801,7 @@
|
|
1678
1801
|
<param pos="0" name="service.product" value="MySQL"/>
|
1679
1802
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1680
1803
|
</fingerprint>
|
1804
|
+
|
1681
1805
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}) ScaleBase Data Traffic Manager [\.\d]+$" flags="REG_ICASE">
|
1682
1806
|
<description>Oracle MySQL behind ScaleBase Data Traffic Manager</description>
|
1683
1807
|
<example service.version="5.1.53">5.1.53 ScaleBase Data Traffic Manager 3.2.3</example>
|
@@ -1687,6 +1811,7 @@
|
|
1687
1811
|
<param pos="0" name="service.product" value="MySQL"/>
|
1688
1812
|
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1689
1813
|
</fingerprint>
|
1814
|
+
|
1690
1815
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d{1,2}-\d\.ctbanco\d+(?:-log)?$" flags="REG_ICASE">
|
1691
1816
|
<description>Percona Server (MySQL fork) with 'ctbanco' </description>
|
1692
1817
|
<example service.version="5.6.16">5.6.16-64.1-1.ctbanco60-log</example>
|
@@ -1699,6 +1824,7 @@
|
|
1699
1824
|
<param pos="0" name="os.family" value="Linux"/>
|
1700
1825
|
<param pos="0" name="os.product" value="Linux"/>
|
1701
1826
|
</fingerprint>
|
1827
|
+
|
1702
1828
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}) Complete MySQL by Server Logistics(?:-log)?$" flags="REG_ICASE">
|
1703
1829
|
<description>Oracle MySQL packaged by Server Logistics, Mac specific</description>
|
1704
1830
|
<example service.version="4.0.21">4.0.21 Complete MySQL by Server Logistics-log</example>
|
@@ -1712,4 +1838,5 @@
|
|
1712
1838
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
1713
1839
|
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
1714
1840
|
</fingerprint>
|
1715
|
-
|
1841
|
+
|
1842
|
+
</fingerprints>
|