recog 1.0.24 → 1.0.25
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/recog/version.rb +1 -1
- data/xml/mysql_banners.xml +1221 -0
- data/xml/mysql_error.xml +129 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdd6264f603e3b2edb8579ebc45f93c7305c9c6d
|
4
|
+
data.tar.gz: 2bbbdb4f4bec8721173c12d892a461e84f467865
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e48111915c3399f027ce0fad6852340b3b5d8a8fc0369711aaa7a5c48482b698191de83beb3e45d3e1f6896f9666730c2700e0b755ce332e350962949f588ab
|
7
|
+
data.tar.gz: 8443ab8be2507c26c8cd6d8238a03fb30ba6454dadd01a34f76a950cd624f1d03b1d5887caad064506f61f1f2de9328d74243e3a14b66bdc0b063069d15daf8c
|
data/lib/recog/version.rb
CHANGED
@@ -0,0 +1,1221 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<!--
|
3
|
+
Upon successful connection to an MySQL/derivative TCP endpoint, provided
|
4
|
+
the connecting client is allowed to speak to the MySQL service (for
|
5
|
+
example, it hasn't been blocked for too many failed password attempts and
|
6
|
+
is explicitly allowed to connect from this client), the first packet
|
7
|
+
recieved will contain the MySQL server greeting which contains things like
|
8
|
+
the protocol spoken, capabilities and, most importantly, a version. This
|
9
|
+
version is a null-terminated, free-form field starting at the 6th byte of
|
10
|
+
the TCP payload and the fingerprints below are used to match and extract
|
11
|
+
from this version.
|
12
|
+
-->
|
13
|
+
<fingerprints matches="mysql.banners">
|
14
|
+
|
15
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3}(?:[.-]\d{1,2})?(?:[.-]\d{1})?)(?:-m\d{1,2})?(?:-rc)?(?:-alpha)?(?:-beta)?(?:-gamma)?(?:-?[Mm]ax)?(?:-rs)?(?:-modified)?(?:-debug)?(?:-log)?$">
|
16
|
+
<example service.version="4.1.20">4.1.20</example>
|
17
|
+
<example service.version="5.5.23-55">5.5.23-55</example>
|
18
|
+
<example service.version="5.5.30-1.1">5.5.30-1.1</example>
|
19
|
+
<example service.version="5.5.18.1">5.5.18.1-log</example>
|
20
|
+
<example service.version="5.7.4">5.7.4-m14</example>
|
21
|
+
<example service.version="5.0.95">5.0.95-rs</example>
|
22
|
+
<example service.version="5.1.65">5.1.65-log</example>
|
23
|
+
<example service.version="5.4.1">5.4.1-beta-log</example>
|
24
|
+
<example service.version="4.1.13">4.1.13-Max-log</example>
|
25
|
+
<example service.version="5.1.33">5.1.33max-log</example>
|
26
|
+
<example service.version="5.0.87">5.0.87-modified-log</example>
|
27
|
+
<example service.version="5.5.3">5.5.3-m3-log</example>
|
28
|
+
<example service.version="4.0.20a">4.0.20a-debug</example>
|
29
|
+
<example service.version="5.1.37">5.1.37-debug-log</example>
|
30
|
+
<description>Oracle MySQL (common)</description>
|
31
|
+
<param pos="1" name="service.version"/>
|
32
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
33
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
34
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
35
|
+
</fingerprint>
|
36
|
+
|
37
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-m\d)?(?:-rc)?(?:-alpha)?(?:-beta)?-[Cc]ommunity(?:-max)?(?:-debug)?(?:-log)?(?:-debug)?$">
|
38
|
+
<example service.version="5.0.95">5.0.95-community-log</example>
|
39
|
+
<example service.version="5.0.37">5.0.37-Community-log</example>
|
40
|
+
<example service.version="5.0.21">5.0.21-community-max</example>
|
41
|
+
<example service.version="5.5.0">5.5.0-m2-community-log</example>
|
42
|
+
<example service.version="6.0.4">6.0.4-alpha-community</example>
|
43
|
+
<example service.version="5.1.33">5.1.33-community-debug</example>
|
44
|
+
<example service.version="5.5.0">5.5.0-m2-community-debug-log</example>
|
45
|
+
<description>Oracle MySQL Community Edition</description>
|
46
|
+
<param pos="1" name="service.version"/>
|
47
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
48
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
49
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
50
|
+
<param pos="0" name="service.edition" value="Community Edition"/>
|
51
|
+
</fingerprint>
|
52
|
+
|
53
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-alpha)?(?:-beta)?(?:-rc)?-[Cc]ommunity(?:-max)?-nt(?:-log)?(?:-debug)?(?:-log)?$">
|
54
|
+
<example service.version="4.1.22">4.1.22-community-max-nt</example>
|
55
|
+
<example service.version="5.0.88">5.0.88-community-nt</example>
|
56
|
+
<example service.version="5.0.67">5.0.67-community-nt-log</example>
|
57
|
+
<example service.version="5.1.20">5.1.20-beta-community-nt-debug</example>
|
58
|
+
<example service.version="6.0.0">6.0.0-alpha-community-nt-debug</example>
|
59
|
+
<example service.version="6.0.2">6.0.2-alpha-community-nt-debug-log</example>
|
60
|
+
<description>Oracle MySQL Community Edition with Named Pipes (Windows)</description>
|
61
|
+
<param pos="1" name="service.version"/>
|
62
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
63
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
64
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
65
|
+
<param pos="0" name="service.edition" value="Community Edition"/>
|
66
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
67
|
+
<param pos="0" name="os.family" value="Windows"/>
|
68
|
+
</fingerprint>
|
69
|
+
|
70
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-alpha)?(?:-beta)?(?:-rc)?(?:-gamma)?(?:-max)?-nt(?:-max)?(?:-log)?$">
|
71
|
+
<example service.version="5.0.18">5.0.18-nt</example>
|
72
|
+
<example service.version="4.1.12a">4.1.12a-nt-max-log</example>
|
73
|
+
<example service.version="3.23.58">3.23.58-max-nt</example>
|
74
|
+
<example service.version="5.1.6">5.1.6-alpha-nt-max</example>
|
75
|
+
<example service.version="4.0.11">4.0.11-gamma-max-nt</example>
|
76
|
+
<description>Oracle MySQL with Named Pipes (Windows)</description>
|
77
|
+
<param pos="1" name="service.version"/>
|
78
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
79
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
80
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
81
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
82
|
+
<param pos="0" name="os.family" value="Windows"/>
|
83
|
+
</fingerprint>
|
84
|
+
|
85
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-cll$">
|
86
|
+
<example service.version="5.5.25a">5.5.25a-cll</example>
|
87
|
+
<description>Oracle MySQL hosted on CPanel</description>
|
88
|
+
<param pos="1" name="service.version"/>
|
89
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
90
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
91
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
92
|
+
<param pos="0" name="os.family" value="Linux"/>
|
93
|
+
</fingerprint>
|
94
|
+
|
95
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-community-cll$">
|
96
|
+
<example service.version="5.0.91">5.0.91-community-cll</example>
|
97
|
+
<description>Oracle MySQL Community hosted on CPanel</description>
|
98
|
+
<param pos="1" name="service.version"/>
|
99
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
100
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
101
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
102
|
+
<param pos="0" name="service.edition" value="Community Edition"/>
|
103
|
+
<param pos="0" name="os.family" value="Linux"/>
|
104
|
+
<param pos="0" name="os.product" value="Linux"/>
|
105
|
+
</fingerprint>
|
106
|
+
|
107
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-cll-lve$">
|
108
|
+
<example service.version="5.1.66">5.1.66-cll-lve</example>
|
109
|
+
<description>Oracle MySQL on CloudLinux in a Lightweight Virtual Environment (LVE)</description>
|
110
|
+
<param pos="1" name="service.version"/>
|
111
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
112
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
113
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
114
|
+
<param pos="0" name="os.vendor" value="CloudLinux"/>
|
115
|
+
<param pos="0" name="os.family" value="Linux"/>
|
116
|
+
<param pos="0" name="os.product" value="Linux"/>
|
117
|
+
</fingerprint>
|
118
|
+
|
119
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-community-cll-lve$">
|
120
|
+
<example service.version="5.0.95">5.0.95-community-cll-lve</example>
|
121
|
+
<description>Oracle MySQL Community on CloudLinux in a Lightweight Virtual Environment (LVE)</description>
|
122
|
+
<param pos="1" name="service.version"/>
|
123
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
124
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
125
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
126
|
+
<param pos="0" name="service.edition" value="Community Edition"/>
|
127
|
+
<param pos="0" name="os.vendor" value="CloudLinux"/>
|
128
|
+
<param pos="0" name="os.family" value="Linux"/>
|
129
|
+
<param pos="0" name="os.product" value="Linux"/>
|
130
|
+
</fingerprint>
|
131
|
+
|
132
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})-0ubuntu0.(\d\d\.\d\d)[.\d]*(?:-log)?$">
|
133
|
+
<example service.version="5.1.66" os.version="10.04">5.1.66-0ubuntu0.10.04.3-log</example>
|
134
|
+
<example service.version="5.5.28" os.version="12.04">5.5.28-0ubuntu0.12.04.3-log</example>
|
135
|
+
<description>Oracle MySQL on Ubuntu</description>
|
136
|
+
<param pos="1" name="service.version"/>
|
137
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
138
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
139
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
140
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
141
|
+
<param pos="0" name="os.family" value="Linux"/>
|
142
|
+
<param pos="0" name="os.product" value="Linux"/>
|
143
|
+
<param pos="2" name="os.version"/>
|
144
|
+
</fingerprint>
|
145
|
+
|
146
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})-(?:Debian_)?\dubuntu(\d{1,2}\.\d\d)[.\d]*(?:-log)?$">
|
147
|
+
<example service.version="5.0.22" os.version="6.06">5.0.22-Debian_0ubuntu6.06.14-log</example>
|
148
|
+
<example service.version="5.1.41" os.version="12.10">5.1.41-3ubuntu12.10</example>
|
149
|
+
<description>Oracle MySQL on Ubuntu</description>
|
150
|
+
<param pos="1" name="service.version"/>
|
151
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
152
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
153
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
154
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
155
|
+
<param pos="0" name="os.family" value="Linux"/>
|
156
|
+
<param pos="0" name="os.product" value="Linux"/>
|
157
|
+
<param pos="2" name="os.version"/>
|
158
|
+
</fingerprint>
|
159
|
+
|
160
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})[-_](?:Ubuntu[_-])?(?:Debian[_-])?\d{1,2}(?:~exp1)?ubuntu\d{1,2}(?:\.\d)?(?:-log)?$">
|
161
|
+
<example service.version="5.0.45">5.0.45-Debian_1ubuntu3.4</example>
|
162
|
+
<example service.version="5.0.51a">5.0.51a-3ubuntu5.5</example>
|
163
|
+
<example service.version="5.0.51a">5.0.51a-3ubuntu5.8-log</example>
|
164
|
+
<example service.version="5.0.75">5.0.75-0ubuntu10.2</example>
|
165
|
+
<example service.version="5.1.58">5.1.58-1ubuntu1</example>
|
166
|
+
<example service.version="4.0.24">4.0.24_Debian-10ubuntu2-log</example>
|
167
|
+
<example service.version="5.6.19">5.6.19-1~exp1ubuntu2-log</example>
|
168
|
+
<description>Oracle MySQL on Ubuntu where trailing digits aren't OS version</description>
|
169
|
+
<param pos="1" name="service.version"/>
|
170
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
171
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
172
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
173
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
174
|
+
<param pos="0" name="os.family" value="Linux"/>
|
175
|
+
<param pos="0" name="os.product" value="Linux"/>
|
176
|
+
</fingerprint>
|
177
|
+
|
178
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+deb\.sury\.org~precise\+\d(?:-log)?$">
|
179
|
+
<example service.version="5.6.19-1">5.6.19-1+deb.sury.org~precise+1</example>
|
180
|
+
<example service.version="5.6.20-1">5.6.20-1+deb.sury.org~precise+1-log</example>
|
181
|
+
<description>Oracle MySQL on Ubuntu 12.04 (Precise Pangolin) packaged by deb.sury.org</description>
|
182
|
+
<param pos="1" name="service.version"/>
|
183
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
184
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
185
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
186
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
187
|
+
<param pos="0" name="os.family" value="Linux"/>
|
188
|
+
<param pos="0" name="os.product" value="Linux"/>
|
189
|
+
<param pos="0" name="os.version" value="12.04"/>
|
190
|
+
</fingerprint>
|
191
|
+
|
192
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+deb\.sury\.org~trusty\+\d(?:-log)?$">
|
193
|
+
<example service.version="5.6.21-1">5.6.21-1+deb.sury.org~trusty+1</example>
|
194
|
+
<example service.version="5.6.19-1">5.6.19-1+deb.sury.org~trusty+1-log</example>
|
195
|
+
<description>Oracle MySQL on Ubuntu 14.04 (Trusty Tahr) packaged by deb.sury.org</description>
|
196
|
+
<param pos="1" name="service.version"/>
|
197
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
198
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
199
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
200
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
201
|
+
<param pos="0" name="os.family" value="Linux"/>
|
202
|
+
<param pos="0" name="os.product" value="Linux"/>
|
203
|
+
<param pos="0" name="os.version" value="14.04"/>
|
204
|
+
</fingerprint>
|
205
|
+
|
206
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+(?:squeeze\d|deb6u1)(?:-log)?$">
|
207
|
+
<example service.version="5.1.66-0">5.1.66-0+squeeze1</example>
|
208
|
+
<example service.version="5.1.66-0">5.1.66-0+squeeze1-log</example>
|
209
|
+
<example service.version="5.1.73-1">5.1.73-1+deb6u1</example>
|
210
|
+
<description>Oracle MySQL on Debian 6.0 (squeeze)</description>
|
211
|
+
<param pos="1" name="service.version"/>
|
212
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
213
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
214
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
215
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
216
|
+
<param pos="0" name="os.family" value="Linux"/>
|
217
|
+
<param pos="0" name="os.product" value="Linux"/>
|
218
|
+
<param pos="0" name="os.version" value="6.0"/>
|
219
|
+
</fingerprint>
|
220
|
+
|
221
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+wheezy\d(?:-log)?$">
|
222
|
+
<example service.version="5.5.41-0">5.5.41-0+wheezy1</example>
|
223
|
+
<example service.version="5.5.35-0">5.5.35-0+wheezy1-log</example>
|
224
|
+
<description>Oracle MySQL on Debian 7.0 (wheezy)</description>
|
225
|
+
<param pos="1" name="service.version"/>
|
226
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
227
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
228
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
229
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
230
|
+
<param pos="0" name="os.family" value="Linux"/>
|
231
|
+
<param pos="0" name="os.product" value="Linux"/>
|
232
|
+
<param pos="0" name="os.version" value="7.0"/>
|
233
|
+
</fingerprint>
|
234
|
+
|
235
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+lenny\d*(?:\+spu\d)?(?:-log)?$">
|
236
|
+
<example service.version="5.0.51a-24">5.0.51a-24+lenny1-log</example>
|
237
|
+
<example service.version="5.0.51a-24">5.0.51a-24+lenny2</example>
|
238
|
+
<example service.version="5.0.51a-24">5.0.51a-24+lenny2+spu1-log</example>
|
239
|
+
<description>Oracle MySQL on Debian 5.0 (lenny)</description>
|
240
|
+
<param pos="1" name="service.version"/>
|
241
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
242
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
243
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
244
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
245
|
+
<param pos="0" name="os.family" value="Linux"/>
|
246
|
+
<param pos="0" name="os.product" value="Linux"/>
|
247
|
+
<param pos="0" name="os.version" value="5.0"/>
|
248
|
+
</fingerprint>
|
249
|
+
|
250
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-\d~bpo50">
|
251
|
+
<example service.version="5.1.49">5.1.49-3~bpo50+1-log</example>
|
252
|
+
<description>Oracle MySQL Backport on Debian 5.0 (lenny)</description>
|
253
|
+
<param pos="1" name="service.version"/>
|
254
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
255
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
256
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
257
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
258
|
+
<param pos="0" name="os.family" value="Linux"/>
|
259
|
+
<param pos="0" name="os.product" value="Linux"/>
|
260
|
+
<param pos="0" name="os.version" value="5.0"/>
|
261
|
+
</fingerprint>
|
262
|
+
|
263
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3}).*~?bpo40(?:\+\d)?(?:-log)?$">
|
264
|
+
<example service.version="5.0.51a">5.0.51a-24+lenny2~bpo40+1-log</example>
|
265
|
+
<description>Oracle MySQL Backport on Debian 4.0 (etch)</description>
|
266
|
+
<param pos="1" name="service.version"/>
|
267
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
268
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
269
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
270
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
271
|
+
<param pos="0" name="os.family" value="Linux"/>
|
272
|
+
<param pos="0" name="os.product" value="Linux"/>
|
273
|
+
<param pos="0" name="os.version" value="4.0"/>
|
274
|
+
</fingerprint>
|
275
|
+
|
276
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-Debian.*~?bpo31(?:\+\d)?(?:-log)?$">
|
277
|
+
<example service.version="5.0.32">5.0.32-Debian_7etch5~bpo31+1-log</example>
|
278
|
+
<description>Oracle MySQL Backport on Debian 3.1 (sarge)</description>
|
279
|
+
<param pos="1" name="service.version"/>
|
280
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
281
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
282
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
283
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
284
|
+
<param pos="0" name="os.family" value="Linux"/>
|
285
|
+
<param pos="0" name="os.product" value="Linux"/>
|
286
|
+
<param pos="0" name="os.version" value="3.1"/>
|
287
|
+
</fingerprint>
|
288
|
+
<!-- FIXFIX -->
|
289
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-Debian_\d~?bpo\.?\d">
|
290
|
+
<example service.version="5.0.22">5.0.22-Debian_2bpo1</example>
|
291
|
+
<example service.version="5.0.32">5.0.32-Debian_7~bpo.1-log</example>
|
292
|
+
<description>Oracle MySQL Backport on Debian</description>
|
293
|
+
<param pos="1" name="service.version"/>
|
294
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
295
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
296
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
297
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
298
|
+
<param pos="0" name="os.family" value="Linux"/>
|
299
|
+
<param pos="0" name="os.product" value="Linux"/>
|
300
|
+
</fingerprint>
|
301
|
+
|
302
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})-Debian_\d?etch\d*(?:-log)?$">
|
303
|
+
<example service.version="4.1.11">4.1.11-Debian_etch1-log</example>
|
304
|
+
<example service.version="5.0.32">5.0.32-Debian_7etch6-log</example>
|
305
|
+
<description>Oracle MySQL on Debian 4.0 (etch)</description>
|
306
|
+
<param pos="1" name="service.version"/>
|
307
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
308
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
309
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
310
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
311
|
+
<param pos="0" name="os.family" value="Linux"/>
|
312
|
+
<param pos="0" name="os.product" value="Linux"/>
|
313
|
+
<param pos="0" name="os.version" value="4.0"/>
|
314
|
+
</fingerprint>
|
315
|
+
|
316
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})[_-]Debian[_-]\d{1,2}sarge\d*(?:-log)?$">
|
317
|
+
<example service.version="4.0.24">4.0.24_Debian-10sarge2-log</example>
|
318
|
+
<example service.version="4.1.11">4.1.11-Debian_4sarge7-log</example>
|
319
|
+
<description>Oracle MySQL on Debian 3.1 (sarge)</description>
|
320
|
+
<param pos="1" name="service.version"/>
|
321
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
322
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
323
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
324
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
325
|
+
<param pos="0" name="os.family" value="Linux"/>
|
326
|
+
<param pos="0" name="os.product" value="Linux"/>
|
327
|
+
<param pos="0" name="os.version" value="3.1"/>
|
328
|
+
</fingerprint>
|
329
|
+
|
330
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})[_-]Debian[_-]\d{1,2}woody\d*(?:-log)?$">
|
331
|
+
<example service.version="4.0.24">4.0.24_Debian-4woody1</example>
|
332
|
+
<description>Oracle MySQL on Debian 3.0 (woody)</description>
|
333
|
+
<param pos="1" name="service.version"/>
|
334
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
335
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
336
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
337
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
338
|
+
<param pos="0" name="os.family" value="Linux"/>
|
339
|
+
<param pos="0" name="os.product" value="Linux"/>
|
340
|
+
<param pos="0" name="os.version" value="3.0"/>
|
341
|
+
</fingerprint>
|
342
|
+
|
343
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:[_-]\d{8})?[_-]Debian[_-]\d{1,2}(?:-log)?$">
|
344
|
+
<example service.version="4.0.23">4.0.23_Debian-3-log</example>
|
345
|
+
<example service.version="4.0.31">4.0.31-20070605_Debian-7-log</example>
|
346
|
+
<description>Oracle MySQL on Debian (Generic match)</description>
|
347
|
+
<param pos="1" name="service.version"/>
|
348
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
349
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
350
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
351
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
352
|
+
<param pos="0" name="os.family" value="Linux"/>
|
353
|
+
<param pos="0" name="os.product" value="Linux"/>
|
354
|
+
</fingerprint>
|
355
|
+
|
356
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})(?:-rc)?[_-]Debian[_-]\d{1,2}~ppa\d(?:-log)?$">
|
357
|
+
<example service.version="5.1.22">5.1.22-rc-Debian_2~ppa5-log</example>
|
358
|
+
<description>Oracle MySQL on Debian (Generic match) using PPA</description>
|
359
|
+
<param pos="1" name="service.version"/>
|
360
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
361
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
362
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
363
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
364
|
+
<param pos="0" name="os.family" value="Linux"/>
|
365
|
+
<param pos="0" name="os.product" value="Linux"/>
|
366
|
+
</fingerprint>
|
367
|
+
|
368
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2})?(?:-Debian)?(?:-Dotdeb)?[-~_\d\.]+dotdeb\.\d(?:-log)?$">
|
369
|
+
<example service.version="5.1.54">5.1.54-0.dotdeb.0</example>
|
370
|
+
<example service.version="5.1.58">5.1.58-1~dotdeb.0</example>
|
371
|
+
<example service.version="5.5.30">5.5.30-1~dotdeb.0-log</example>
|
372
|
+
<example service.version="5.1.30">5.1.30-Dotdeb_0.dotdeb.0-log</example>
|
373
|
+
<description>Oracle MySQL packaged by DotDeb.org</description>
|
374
|
+
<param pos="1" name="service.version"/>
|
375
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
376
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
377
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
378
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
379
|
+
<param pos="0" name="os.family" value="Linux"/>
|
380
|
+
<param pos="0" name="os.product" value="Linux"/>
|
381
|
+
</fingerprint>
|
382
|
+
|
383
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-alpha)?(?:-beta)?(?:-gamma)?(?:-rc)?-standard(?:-log)?$">
|
384
|
+
<example service.version="5.0.13">5.0.13-rc-standard-log</example>
|
385
|
+
<example service.version="5.0.37">5.0.37-standard</example>
|
386
|
+
<example service.version="5.0.51a">5.0.51a-standard-log</example>
|
387
|
+
<description>Oracle MySQL Standard Edition</description>
|
388
|
+
<param pos="1" name="service.version"/>
|
389
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
390
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
391
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
392
|
+
<param pos="0" name="service.edition" value="Standard Edition"/>
|
393
|
+
</fingerprint>
|
394
|
+
|
395
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-pro(?:-gpl)?-nt(?:-log)?$">
|
396
|
+
<example service.version="5.0.24">5.0.24-pro-nt</example>
|
397
|
+
<example service.version="4.1.25">4.1.25-pro-gpl-nt-log</example>
|
398
|
+
<description>Oracle MySQL Commercial Edition with Named Pipes (Windows)</description>
|
399
|
+
<param pos="1" name="service.version"/>
|
400
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
401
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
402
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
403
|
+
<param pos="0" name="service.edition" value="Commercial Edition"/>
|
404
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
405
|
+
<param pos="0" name="os.family" value="Windows"/>
|
406
|
+
</fingerprint>
|
407
|
+
|
408
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-pro(?:-gpl)?(?:-cert)?(?:-log)?$">
|
409
|
+
<example service.version="4.1.23">4.1.23-pro-gpl-log</example>
|
410
|
+
<example service.version="5.0.17c">5.0.17c-pro-gpl-cert</example>
|
411
|
+
<description>Oracle MySQL Commercial Edition</description>
|
412
|
+
<param pos="1" name="service.version"/>
|
413
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
414
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
415
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
416
|
+
<param pos="0" name="service.edition" value="Commercial Edition"/>
|
417
|
+
</fingerprint>
|
418
|
+
|
419
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3}sp1)">
|
420
|
+
<example service.version="5.0.82sp1">5.0.82sp1</example>
|
421
|
+
<example service.version="5.1.46sp1">5.1.46sp1-enterprise-gpl-advanced-log</example>
|
422
|
+
<description>Oracle MySQL Enterprise Edition</description>
|
423
|
+
<param pos="1" name="service.version"/>
|
424
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
425
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
426
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
427
|
+
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
428
|
+
</fingerprint>
|
429
|
+
|
430
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-enterprise-nt">
|
431
|
+
<example service.version="5.0.84">5.0.84-enterprise-nt</example>
|
432
|
+
<description>Oracle MySQL Enterprise Edition with Named Pipes (Windows)</description>
|
433
|
+
<param pos="1" name="service.version"/>
|
434
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
435
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
436
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
437
|
+
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
438
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
439
|
+
<param pos="0" name="os.family" value="Windows"/>
|
440
|
+
</fingerprint>
|
441
|
+
|
442
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-rc)?-enterprise">
|
443
|
+
<example service.version="5.1.26">5.1.26-rc-enterprise-gpl-log</example>
|
444
|
+
<example service.version="5.5.27">5.5.27-enterprise-commercial-advanced-log</example>
|
445
|
+
<description>Oracle MySQL Enterprise Edition</description>
|
446
|
+
<param pos="1" name="service.version"/>
|
447
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
448
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
449
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
450
|
+
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
451
|
+
</fingerprint>
|
452
|
+
|
453
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3}-ndb-\d\.\d{1,2}\.\h{1,3})">
|
454
|
+
<example service.version="5.1.30-ndb-6.3.20">5.1.30-ndb-6.3.20-cluster-gpl-log</example>
|
455
|
+
<example service.version="5.5.20-ndb-7.2.5">5.5.20-ndb-7.2.5-gpl</example>
|
456
|
+
<description>Oracle MySQL Cluster Edition</description>
|
457
|
+
<param pos="1" name="service.version"/>
|
458
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
459
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
460
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
461
|
+
<param pos="0" name="service.edition" value="Cluster Edition"/>
|
462
|
+
</fingerprint>
|
463
|
+
|
464
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-CLUSTERS?(?:-log)?$" flags="REG_ICASE">
|
465
|
+
<example service.version="4.1.21">4.1.21-CLUSTERS</example>
|
466
|
+
<example service.version="5.0.46">5.0.46-cluster</example>
|
467
|
+
<description>Oracle MySQL Cluster Edition</description>
|
468
|
+
<param pos="1" name="service.version"/>
|
469
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
470
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
471
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
472
|
+
<param pos="0" name="service.edition" value="Cluster Edition"/>
|
473
|
+
</fingerprint>
|
474
|
+
|
475
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-classic(?:-log)?">
|
476
|
+
<example service.version="5.0.86">5.0.86-classic-log</example>
|
477
|
+
<description>Oracle MySQL Classic Edition</description>
|
478
|
+
<param pos="1" name="service.version"/>
|
479
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
480
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
481
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
482
|
+
<param pos="0" name="service.edition" value="Classic Edition"/>
|
483
|
+
</fingerprint>
|
484
|
+
|
485
|
+
<!-- Linux only - http://www.percona.com/services/mysql-support/supported-platforms -->
|
486
|
+
<!-- Build list - http://www.percona.com/doc/percona-server/5.1/release-notes/release-notes_index.html -->
|
487
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3}-?rel\d\d\.\d)(?:-log)?">
|
488
|
+
<example service.version="5.1.57-rel12.8">5.1.57-rel12.8</example>
|
489
|
+
<example service.version="5.1.60rel13.1">5.1.60rel13.1-log</example>
|
490
|
+
<example service.version="5.1.67-rel14.3">5.1.67-rel14.3-log</example>
|
491
|
+
<description>Percona Server (MySQL fork) match w/ 'rel'</description>
|
492
|
+
<param pos="1" name="service.version"/>
|
493
|
+
<param pos="0" name="service.vendor" value="Percona"/>
|
494
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
495
|
+
<param pos="0" name="service.product" value="Percona Server"/>
|
496
|
+
<param pos="0" name="os.family" value="Linux"/>
|
497
|
+
<param pos="0" name="os.product" value="Linux"/>
|
498
|
+
</fingerprint>
|
499
|
+
|
500
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-\d\d\.\d{1,2}-rel\d\d\.\d{1,2}(?:-log)?$">
|
501
|
+
<example service.version="5.6.17">5.6.17-65.0-rel65.0</example>
|
502
|
+
<description>Percona Server (MySQL fork) match w/ 'rel' variant 1</description>
|
503
|
+
<param pos="1" name="service.version"/>
|
504
|
+
<param pos="0" name="service.vendor" value="Percona"/>
|
505
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
506
|
+
<param pos="0" name="service.product" value="Percona Server"/>
|
507
|
+
<param pos="0" name="os.family" value="Linux"/>
|
508
|
+
<param pos="0" name="os.product" value="Linux"/>
|
509
|
+
</fingerprint>
|
510
|
+
|
511
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-(?:rc)?[Pp]ercona">
|
512
|
+
<example service.version="5.1.50">5.1.50-percona</example>
|
513
|
+
<example service.version="5.5.27">5.5.27-percona-sure1-log</example>
|
514
|
+
<example service.version="5.5.7">5.5.7-rcPercona-Server-log</example>
|
515
|
+
<description>Percona Server (MySQL fork) w/ percona in banner</description>
|
516
|
+
<param pos="1" name="service.version"/>
|
517
|
+
<param pos="0" name="service.vendor" value="Percona"/>
|
518
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
519
|
+
<param pos="0" name="service.product" value="Percona Server"/>
|
520
|
+
<param pos="0" name="os.family" value="Linux"/>
|
521
|
+
<param pos="0" name="os.product" value="Linux"/>
|
522
|
+
</fingerprint>
|
523
|
+
|
524
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-\d\d\.\d{1,2}(?:-\d\d)?(?:-log)?$">
|
525
|
+
<example service.version="5.1.73">5.1.73-14.12</example>
|
526
|
+
<example service.version="5.6.20">5.6.20-68.0-56</example>
|
527
|
+
<example service.version="5.6.16">5.6.16-64.2-25-log</example>
|
528
|
+
<description>Percona Server (MySQL fork) (just version number match)</description>
|
529
|
+
<param pos="1" name="service.version"/>
|
530
|
+
<param pos="0" name="service.vendor" value="Percona"/>
|
531
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
532
|
+
<param pos="0" name="service.product" value="Percona Server"/>
|
533
|
+
<param pos="0" name="os.family" value="Linux"/>
|
534
|
+
<param pos="0" name="os.product" value="Linux"/>
|
535
|
+
</fingerprint>
|
536
|
+
|
537
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-rc\d\d\.\d(?:-log)?$">
|
538
|
+
<example service.version="5.6.13">5.6.13-rc60.6</example>
|
539
|
+
<example service.version="5.6.13">5.6.13-rc61.0-log</example>
|
540
|
+
<description>Percona Server (MySQL fork) match w/ 'rc'</description>
|
541
|
+
<param pos="1" name="service.version"/>
|
542
|
+
<param pos="0" name="service.vendor" value="Percona"/>
|
543
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
544
|
+
<param pos="0" name="service.product" value="Percona Server"/>
|
545
|
+
<param pos="0" name="os.family" value="Linux"/>
|
546
|
+
<param pos="0" name="os.product" value="Linux"/>
|
547
|
+
</fingerprint>
|
548
|
+
|
549
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-\d\d\.\d-\d{3}\.trusty(?:-log)?$">
|
550
|
+
<example service.version="5.6.17">5.6.17-65.0-583.trusty</example>
|
551
|
+
<description>Percona Server (MySQL fork) on Ubuntu 14.04 (Trusty Tahr)</description>
|
552
|
+
<param pos="1" name="service.version"/>
|
553
|
+
<param pos="0" name="service.vendor" value="Percona"/>
|
554
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
555
|
+
<param pos="0" name="service.product" value="Percona Server"/>
|
556
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
557
|
+
<param pos="0" name="os.family" value="Linux"/>
|
558
|
+
<param pos="0" name="os.product" value="Linux"/>
|
559
|
+
<param pos="0" name="os.version" value="14.04"/>
|
560
|
+
</fingerprint>
|
561
|
+
|
562
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-\d\d\.\d-\d{3}\.saucy(?:-log)?$">
|
563
|
+
<example service.version="5.6.17">5.6.17-65.0-587.saucy</example>
|
564
|
+
<description>Percona Server (MySQL fork) on Ubuntu 13.10 (Saucy Salamander)</description>
|
565
|
+
<param pos="1" name="service.version"/>
|
566
|
+
<param pos="0" name="service.vendor" value="Percona"/>
|
567
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
568
|
+
<param pos="0" name="service.product" value="Percona Server"/>
|
569
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
570
|
+
<param pos="0" name="os.family" value="Linux"/>
|
571
|
+
<param pos="0" name="os.product" value="Linux"/>
|
572
|
+
<param pos="0" name="os.version" value="13.10"/>
|
573
|
+
</fingerprint>
|
574
|
+
|
575
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-\d\d\.\d-\d{3}\.quantal(?:-log)?$">
|
576
|
+
<example service.version="5.6.16">5.6.16-64.2-569.quantal-log</example>
|
577
|
+
<description>Percona Server (MySQL fork) on Ubuntu 12.10 (Quantal Quetzal)</description>
|
578
|
+
<param pos="1" name="service.version"/>
|
579
|
+
<param pos="0" name="service.vendor" value="Percona"/>
|
580
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
581
|
+
<param pos="0" name="service.product" value="Percona Server"/>
|
582
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
583
|
+
<param pos="0" name="os.family" value="Linux"/>
|
584
|
+
<param pos="0" name="os.product" value="Linux"/>
|
585
|
+
<param pos="0" name="os.version" value="12.10"/>
|
586
|
+
</fingerprint>
|
587
|
+
|
588
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-\d\d\.\d-\d{3}\.precise(?:-log)?$">
|
589
|
+
<example service.version="5.6.16">5.6.16-64.2-569.precise-log</example>
|
590
|
+
<description>Percona Server (MySQL fork) on Ubuntu 12.04 LTS (Precise Pangolin)</description>
|
591
|
+
<param pos="1" name="service.version"/>
|
592
|
+
<param pos="0" name="service.vendor" value="Percona"/>
|
593
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
594
|
+
<param pos="0" name="service.product" value="Percona Server"/>
|
595
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
596
|
+
<param pos="0" name="os.family" value="Linux"/>
|
597
|
+
<param pos="0" name="os.product" value="Linux"/>
|
598
|
+
<param pos="0" name="os.version" value="12.04"/>
|
599
|
+
</fingerprint>
|
600
|
+
|
601
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-\d\d\.\d-\d{3}\.wheezy(?:-log)?$">
|
602
|
+
<example service.version="5.5.36">5.5.36-34.2-648.wheezy-log</example>
|
603
|
+
<description>Percona Server (MySQL fork) on Debian 7.0 (wheezy)</description>
|
604
|
+
<param pos="1" name="service.version"/>
|
605
|
+
<param pos="0" name="service.vendor" value="Percona"/>
|
606
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
607
|
+
<param pos="0" name="service.product" value="Percona Server"/>
|
608
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
609
|
+
<param pos="0" name="os.family" value="Linux"/>
|
610
|
+
<param pos="0" name="os.product" value="Linux"/>
|
611
|
+
<param pos="0" name="os.version" value="7.0"/>
|
612
|
+
</fingerprint>
|
613
|
+
|
614
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-\d\d\.\d-\d{3}\.squeeze(?:-log)?$">
|
615
|
+
<example service.version="5.5.36">5.5.36-34.2-648.squeeze</example>
|
616
|
+
<description>Percona Server (MySQL fork) on Debian 6.0 (squeeze)</description>
|
617
|
+
<param pos="1" name="service.version"/>
|
618
|
+
<param pos="0" name="service.vendor" value="Percona"/>
|
619
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
620
|
+
<param pos="0" name="service.product" value="Percona Server"/>
|
621
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
622
|
+
<param pos="0" name="os.family" value="Linux"/>
|
623
|
+
<param pos="0" name="os.product" value="Linux"/>
|
624
|
+
<param pos="0" name="os.version" value="6.0"/>
|
625
|
+
</fingerprint>
|
626
|
+
|
627
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-nmm">
|
628
|
+
<example service.version="4.0.27">4.0.27-nmm1-log</example>
|
629
|
+
<example service.version="4.1.22">4.1.22-nmm-1-log</example>
|
630
|
+
<description>Oracle MySQL (nmm variant)</description>
|
631
|
+
<param pos="1" name="service.version"/>
|
632
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
633
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
634
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
635
|
+
</fingerprint>
|
636
|
+
|
637
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-nightly-\d{8}(?:-log)?$">
|
638
|
+
<example service.version="3.23.59">3.23.59-nightly-20050301-log</example>
|
639
|
+
<description>Oracle MySQL nightly build</description>
|
640
|
+
<param pos="1" name="service.version"/>
|
641
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
642
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
643
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
644
|
+
</fingerprint>
|
645
|
+
|
646
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-SERVER">
|
647
|
+
<example service.version="5.1.30">5.1.30-SERVER-104</example>
|
648
|
+
<description>Oracle MySQL (SERVER variant)</description>
|
649
|
+
<param pos="1" name="service.version"/>
|
650
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
651
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
652
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
653
|
+
</fingerprint>
|
654
|
+
|
655
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-ISPrime">
|
656
|
+
<example service.version="4.0.15a">4.0.15a-ISPrime</example>
|
657
|
+
<description>Oracle MySQL (ISPrime variant)</description>
|
658
|
+
<param pos="1" name="service.version"/>
|
659
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
660
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
661
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
662
|
+
</fingerprint>
|
663
|
+
|
664
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-rc-\d\.\d{1,2}\.\h{1,3}">
|
665
|
+
<example service.version="5.1.26">5.1.26-rc-5.1.26rc-log</example>
|
666
|
+
<description>Oracle MySQL possibly Debian specific</description>
|
667
|
+
<param pos="1" name="service.version"/>
|
668
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
669
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
670
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
671
|
+
</fingerprint>
|
672
|
+
|
673
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-ius(?:-log)?$">
|
674
|
+
<example service.version="5.1.66">5.1.66-ius-log</example>
|
675
|
+
<description>Oracle MySQL packaged for RHEL/CentOS by IUS</description>
|
676
|
+
<param pos="1" name="service.version"/>
|
677
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
678
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
679
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
680
|
+
<param pos="0" name="os.family" value="Linux"/>
|
681
|
+
<param pos="0" name="os.product" value="Linux"/>
|
682
|
+
</fingerprint>
|
683
|
+
|
684
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})[\.-]d\d{1,2}-ourdelta\d{0,2}(?:-log)?$">
|
685
|
+
<example service.version="5.0.67">5.0.67.d7-ourdelta-log</example>
|
686
|
+
<example service.version="5.0.87">5.0.87-d10-ourdelta65-log</example>
|
687
|
+
<description>Oracle MySQL tweaked and packaged by OurDelta</description>
|
688
|
+
<!-- They also have a MariaDB based one based on 5.1 -->
|
689
|
+
<param pos="1" name="service.version"/>
|
690
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
691
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
692
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
693
|
+
<param pos="0" name="os.family" value="Linux"/>
|
694
|
+
<param pos="0" name="os.product" value="Linux"/>
|
695
|
+
</fingerprint>
|
696
|
+
|
697
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-Alibaba(?:-rds)?-\d{6}(?:-log)?$">
|
698
|
+
<example service.version="5.1.61">5.1.61-Alibaba-121011-log</example>
|
699
|
+
<example service.version="5.1.61">5.1.61-Alibaba-rds-201404-log</example>
|
700
|
+
<description>Oracle MySQL Alibaba build? distro? Aliyun.com hosted?</description>
|
701
|
+
<param pos="1" name="service.version"/>
|
702
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
703
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
704
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
705
|
+
</fingerprint>
|
706
|
+
|
707
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB-cll-lve$">
|
708
|
+
<example service.version="5.5.34">5.5.34-MariaDB-cll-lve</example>
|
709
|
+
<example service.version="5.5.5">5.5.5-10.0.15-MariaDB-cll-lve</example>
|
710
|
+
<description>MariaDB MariaDB on CloudLinux in a Lightweight Virtual Environment (LVE)</description>
|
711
|
+
<param pos="1" name="service.version"/>
|
712
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
713
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
714
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
715
|
+
<param pos="0" name="os.vendor" value="CloudLinux"/>
|
716
|
+
<param pos="0" name="os.family" value="Linux"/>
|
717
|
+
<param pos="0" name="os.product" value="Linux"/>
|
718
|
+
</fingerprint>
|
719
|
+
|
720
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~wheezy(?:-log)?$">
|
721
|
+
<example service.version="5.5.37">5.5.37-MariaDB-1~wheezy-log</example>
|
722
|
+
<example service.version="10.0.11">10.0.11-MariaDB-1~wheezy-log</example>
|
723
|
+
<example service.version="5.5.5">5.5.5-10.0.14-MariaDB-1~wheezy-log</example>
|
724
|
+
<description>MariaDB MariaDB on Debian 7.0 (wheezy)</description>
|
725
|
+
<param pos="1" name="service.version"/>
|
726
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
727
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
728
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
729
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
730
|
+
<param pos="0" name="os.family" value="Linux"/>
|
731
|
+
<param pos="0" name="os.product" value="Linux"/>
|
732
|
+
<param pos="0" name="os.version" value="7.0"/>
|
733
|
+
</fingerprint>
|
734
|
+
|
735
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~squeeze(?:-log)?$">
|
736
|
+
<example service.version="5.5.31">5.5.31-MariaDB-1~squeeze-log</example>
|
737
|
+
<example service.version="5.5.5">5.5.5-10.0.15-MariaDB-1~squeeze-log</example>
|
738
|
+
<description>MariaDB MariaDB on Debian 6.0 (squeeze)</description>
|
739
|
+
<param pos="1" name="service.version"/>
|
740
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
741
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
742
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
743
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
744
|
+
<param pos="0" name="os.family" value="Linux"/>
|
745
|
+
<param pos="0" name="os.product" value="Linux"/>
|
746
|
+
<param pos="0" name="os.version" value="6.0"/>
|
747
|
+
</fingerprint>
|
748
|
+
|
749
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-MariaDB.+~lenny(?:-log)?$">
|
750
|
+
<example service.version="5.3.2">5.3.2-MariaDB-beta-mariadb102~lenny</example>
|
751
|
+
<description>MariaDB MariaDB on Debian 5.0 (lenny)</description>
|
752
|
+
<param pos="1" name="service.version"/>
|
753
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
754
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
755
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
756
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
757
|
+
<param pos="0" name="os.family" value="Linux"/>
|
758
|
+
<param pos="0" name="os.product" value="Linux"/>
|
759
|
+
<param pos="0" name="os.version" value="5.0"/>
|
760
|
+
</fingerprint>
|
761
|
+
|
762
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~sid(?:-log)?$">
|
763
|
+
<example service.version="5.5.5">5.5.5-10.0.16-MariaDB-1~sid</example>
|
764
|
+
<description>MariaDB MariaDB on Debian Unstable/No version (sid)</description>
|
765
|
+
<param pos="1" name="service.version"/>
|
766
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
767
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
768
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
769
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
770
|
+
<param pos="0" name="os.family" value="Linux"/>
|
771
|
+
<param pos="0" name="os.product" value="Linux"/>
|
772
|
+
</fingerprint>
|
773
|
+
|
774
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,4})-MariaDB-\dubuntu\d\.(\d{1,2}\.\d\d)[\.\d]*(?:-log)?$">
|
775
|
+
<example service.version="5.5.39" os.version="14.04">5.5.39-MariaDB-0ubuntu0.14.04.1</example>
|
776
|
+
<description>MariaDB MariaDB on Ubuntu</description>
|
777
|
+
<param pos="1" name="service.version"/>
|
778
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
779
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
780
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
781
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
782
|
+
<param pos="0" name="os.family" value="Linux"/>
|
783
|
+
<param pos="0" name="os.product" value="Linux"/>
|
784
|
+
<param pos="2" name="os.version"/>
|
785
|
+
</fingerprint>
|
786
|
+
|
787
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~utopic(?:-log)?$">
|
788
|
+
<example service.version="5.5.5">5.5.5-10.0.16-MariaDB-1~utopic-log</example>
|
789
|
+
<description>MariaDB MariaDB on Ubuntu 14.10 (Utopic Unicorn)</description>
|
790
|
+
<param pos="1" name="service.version"/>
|
791
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
792
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
793
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
794
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
795
|
+
<param pos="0" name="os.family" value="Linux"/>
|
796
|
+
<param pos="0" name="os.product" value="Linux"/>
|
797
|
+
<param pos="0" name="os.version" value="14.10"/>
|
798
|
+
</fingerprint>
|
799
|
+
|
800
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~trusty(?:-log)?$">
|
801
|
+
<example service.version="5.5.5">5.5.5-10.0.15-MariaDB-1~trusty</example>
|
802
|
+
<description>MariaDB MariaDB on Ubuntu 14.04 (Trusty Tahr)</description>
|
803
|
+
<param pos="1" name="service.version"/>
|
804
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
805
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
806
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
807
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
808
|
+
<param pos="0" name="os.family" value="Linux"/>
|
809
|
+
<param pos="0" name="os.product" value="Linux"/>
|
810
|
+
<param pos="0" name="os.version" value="14.04"/>
|
811
|
+
</fingerprint>
|
812
|
+
|
813
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~saucy(?:-log)?$">
|
814
|
+
<example service.version="5.5.39">5.5.39-MariaDB-1~saucy-log</example>
|
815
|
+
<description>MariaDB MariaDB on Ubuntu 13.10 (Saucy Salamander)</description>
|
816
|
+
<param pos="1" name="service.version"/>
|
817
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
818
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
819
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
820
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
821
|
+
<param pos="0" name="os.family" value="Linux"/>
|
822
|
+
<param pos="0" name="os.product" value="Linux"/>
|
823
|
+
<param pos="0" name="os.version" value="13.10"/>
|
824
|
+
</fingerprint>
|
825
|
+
|
826
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~raring(?:-log)?$">
|
827
|
+
<example service.version="5.5.32">5.5.32-MariaDB-1~raring-log</example>
|
828
|
+
<description>MariaDB MariaDB on Ubuntu 13.04 (Raring Ringtail)</description>
|
829
|
+
<param pos="1" name="service.version"/>
|
830
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
831
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
832
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
833
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
834
|
+
<param pos="0" name="os.family" value="Linux"/>
|
835
|
+
<param pos="0" name="os.product" value="Linux"/>
|
836
|
+
<param pos="0" name="os.version" value="13.04"/>
|
837
|
+
</fingerprint>
|
838
|
+
|
839
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~quantal(?:-log)?$">
|
840
|
+
<example service.version="5.5.5">5.5.5-10.0.12-MariaDB-1~quantal-log</example>
|
841
|
+
<example service.version="5.5.38">5.5.38-MariaDB-1~quantal-log</example>
|
842
|
+
<description>MariaDB MariaDB on Ubuntu 12.10 (Quantal Quetzal)</description>
|
843
|
+
<param pos="1" name="service.version"/>
|
844
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
845
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
846
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
847
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
848
|
+
<param pos="0" name="os.family" value="Linux"/>
|
849
|
+
<param pos="0" name="os.product" value="Linux"/>
|
850
|
+
<param pos="0" name="os.version" value="12.10"/>
|
851
|
+
</fingerprint>
|
852
|
+
|
853
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~precise(?:-log)?$">
|
854
|
+
<example service.version="5.5.41">5.5.41-MariaDB-1~precise-log</example>
|
855
|
+
<description>MariaDB MariaDB on Ubuntu 12.04 LTS (Precise Pangolin)</description>
|
856
|
+
<param pos="1" name="service.version"/>
|
857
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
858
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
859
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
860
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
861
|
+
<param pos="0" name="os.family" value="Linux"/>
|
862
|
+
<param pos="0" name="os.product" value="Linux"/>
|
863
|
+
<param pos="0" name="os.version" value="12.04"/>
|
864
|
+
</fingerprint>
|
865
|
+
|
866
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~lucid(?:-log)?$">
|
867
|
+
<example service.version="5.5.34">5.5.34-MariaDB-1~lucid-log</example>
|
868
|
+
<description>MariaDB MariaDB on Ubuntu 10.04 (Lucid Lynx)</description>
|
869
|
+
<param pos="1" name="service.version"/>
|
870
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
871
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
872
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
873
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
874
|
+
<param pos="0" name="os.family" value="Linux"/>
|
875
|
+
<param pos="0" name="os.product" value="Linux"/>
|
876
|
+
<param pos="0" name="os.version" value="10.04"/>
|
877
|
+
</fingerprint>
|
878
|
+
|
879
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~hardy(?:-log)?$">
|
880
|
+
<example service.version="5.5.34">5.5.34-MariaDB-mariadb122~hardy-log</example>
|
881
|
+
<description>MariaDB MariaDB on Ubuntu 8.04 LTS (Hardy Heron)</description>
|
882
|
+
<param pos="1" name="service.version"/>
|
883
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
884
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
885
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
886
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
887
|
+
<param pos="0" name="os.family" value="Linux"/>
|
888
|
+
<param pos="0" name="os.product" value="Linux"/>
|
889
|
+
<param pos="0" name="os.version" value="8.04"/>
|
890
|
+
</fingerprint>
|
891
|
+
|
892
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-[Mm]ariaDB.+~trusty-wsrep(?:-log)?$">
|
893
|
+
<example service.version="5.5.5">5.5.5-10.1.1-MariaDB-1~trusty-wsrep-log</example>
|
894
|
+
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 14.04 (Trusty Tahr)</description>
|
895
|
+
<param pos="1" name="service.version"/>
|
896
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
897
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
898
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
899
|
+
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
900
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
901
|
+
<param pos="0" name="os.family" value="Linux"/>
|
902
|
+
<param pos="0" name="os.product" value="Linux"/>
|
903
|
+
<param pos="0" name="os.version" value="14.04"/>
|
904
|
+
</fingerprint>
|
905
|
+
|
906
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~saucy-wsrep(?:-log)?$">
|
907
|
+
<example service.version="5.5.5">5.5.5-10.0.10-MariaDB-1~saucy-wsrep-log</example>
|
908
|
+
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 13.10 (Saucy Salamander)</description>
|
909
|
+
<param pos="1" name="service.version"/>
|
910
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
911
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
912
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
913
|
+
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
914
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
915
|
+
<param pos="0" name="os.family" value="Linux"/>
|
916
|
+
<param pos="0" name="os.product" value="Linux"/>
|
917
|
+
<param pos="0" name="os.version" value="13.10"/>
|
918
|
+
</fingerprint>
|
919
|
+
|
920
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~precise-wsrep(?:-log)?$">
|
921
|
+
<example service.version="5.5.5">5.5.5-10.1.1-MariaDB-1~precise-wsrep</example>
|
922
|
+
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 12.04 (Precise Pangolin)</description>
|
923
|
+
<param pos="1" name="service.version"/>
|
924
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
925
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
926
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
927
|
+
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
928
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
929
|
+
<param pos="0" name="os.family" value="Linux"/>
|
930
|
+
<param pos="0" name="os.product" value="Linux"/>
|
931
|
+
<param pos="0" name="os.version" value="12.04"/>
|
932
|
+
</fingerprint>
|
933
|
+
|
934
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~lucid-wsrep(?:-log)?$">
|
935
|
+
<example service.version="5.5.34">5.5.34-MariaDB-1~lucid-wsrep-log</example>
|
936
|
+
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 10.04 TLS (Lucid Lynx)</description>
|
937
|
+
<param pos="1" name="service.version"/>
|
938
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
939
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
940
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
941
|
+
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
942
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
943
|
+
<param pos="0" name="os.family" value="Linux"/>
|
944
|
+
<param pos="0" name="os.product" value="Linux"/>
|
945
|
+
<param pos="0" name="os.version" value="10.04"/>
|
946
|
+
</fingerprint>
|
947
|
+
|
948
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~wheezy-wsrep(?:-log)?$">
|
949
|
+
<example service.version="5.5.5">5.5.5-10.1.1-MariaDB-1~wheezy-wsrep-log</example>
|
950
|
+
<description>MariaDB MariaDB with Galera Cluster on Debian 7.0 (wheezy)</description>
|
951
|
+
<param pos="1" name="service.version"/>
|
952
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
953
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
954
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
955
|
+
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
956
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
957
|
+
<param pos="0" name="os.family" value="Linux"/>
|
958
|
+
<param pos="0" name="os.product" value="Linux"/>
|
959
|
+
<param pos="0" name="os.version" value="7.0"/>
|
960
|
+
</fingerprint>
|
961
|
+
|
962
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~squeeze-wsrep(?:-log)?$">
|
963
|
+
<example service.version="5.5.5">5.5.5-10.1.1-MariaDB-1~squeeze-wsrep</example>
|
964
|
+
<description>MariaDB MariaDB with Galera Cluster on Debian 6.0 (squeeze)</description>
|
965
|
+
<param pos="1" name="service.version"/>
|
966
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
967
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
968
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
969
|
+
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
970
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
971
|
+
<param pos="0" name="os.family" value="Linux"/>
|
972
|
+
<param pos="0" name="os.product" value="Linux"/>
|
973
|
+
<param pos="0" name="os.version" value="6.0"/>
|
974
|
+
</fingerprint>
|
975
|
+
|
976
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-MariaDB.+~sid-wsrep(?:-log)?$">
|
977
|
+
<example service.version="5.5.5">5.5.5-10.0.16-MariaDB-1~sid-wsrep</example>
|
978
|
+
<description>MariaDB MariaDB with Galera Cluster on Debian Unstable/No version (sid)</description>
|
979
|
+
<param pos="1" name="service.version"/>
|
980
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
981
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
982
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
983
|
+
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
984
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
985
|
+
<param pos="0" name="os.family" value="Linux"/>
|
986
|
+
<param pos="0" name="os.product" value="Linux"/>
|
987
|
+
</fingerprint>
|
988
|
+
|
989
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-[Mm]ariaDB-wsrep(?:-log)?$">
|
990
|
+
<example service.version="5.5.5">5.5.5-10.0.15-MariaDB-wsrep</example>
|
991
|
+
<description>MariaDB MariaDB with Galera Cluster</description>
|
992
|
+
<param pos="1" name="service.version"/>
|
993
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
994
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
995
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
996
|
+
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
997
|
+
</fingerprint>
|
998
|
+
|
999
|
+
|
1000
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:-\d{1,2}\.\d{1,3}\.\h{1,4})?-[Mm]aria(?:DB)?[-\d]*(?:-debug)?(?:-ga)?(?:-beta)?(?:-mariadb)?[~\.\d]*(?:-log)?$">
|
1001
|
+
<example service.version="5.1.39">5.1.39-maria-beta</example>
|
1002
|
+
<example service.version="5.3.5">5.3.5-MariaDB-ga-mariadb113-log</example>
|
1003
|
+
<example service.version="5.5.24">5.5.24-MariaDB-mariadb1~0.1</example>
|
1004
|
+
<example service.version="10.0.1">10.0.1-MariaDB-log</example>
|
1005
|
+
<example service.version="5.5.5">5.5.5-10.0.16-MariaDB-log</example>
|
1006
|
+
<example service.version="5.5.30">5.5.30-MariaDB-debug</example>
|
1007
|
+
<example service.version="5.2.10">5.2.10-MariaDB-mariadb107</example>
|
1008
|
+
<description>MariaDB MariaDB</description>
|
1009
|
+
<param pos="1" name="service.version"/>
|
1010
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
1011
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1012
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
1013
|
+
</fingerprint>
|
1014
|
+
|
1015
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-[Cc]ommunity-[Mm]aria(?:DB)?(?:-log)?$">
|
1016
|
+
<example service.version="5.1.44">5.1.44-community-maria-log</example>
|
1017
|
+
<description>MariaDB MariaDB Community Edition</description>
|
1018
|
+
<param pos="1" name="service.version"/>
|
1019
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
1020
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1021
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
1022
|
+
<param pos="0" name="service.edition" value="Community Edition"/>
|
1023
|
+
</fingerprint>
|
1024
|
+
|
1025
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-falcon-alpha-community-nt">
|
1026
|
+
<example service.version="5.2.0">5.2.0-falcon-alpha-community-nt</example>
|
1027
|
+
<description>Oracle MySQL with defunct Falcon Storage Engine with Named Pipes (Windows)</description>
|
1028
|
+
<param pos="1" name="service.version"/>
|
1029
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1030
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1031
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1032
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1033
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1034
|
+
</fingerprint>
|
1035
|
+
|
1036
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-falcon-alpha(?:-community)?(?:-log)?$">
|
1037
|
+
<example service.version="5.2.0">5.2.0-falcon-alpha-log</example>
|
1038
|
+
<example service.version="5.2.0">5.2.0-falcon-alpha-community</example>
|
1039
|
+
<description>Oracle MySQL with defunct Falcon Storage Engine</description>
|
1040
|
+
<param pos="1" name="service.version"/>
|
1041
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1042
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1043
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1044
|
+
</fingerprint>
|
1045
|
+
|
1046
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-tokudb-\d\.\d\.\d{1,2}(?:-\d*)?(?:-log)?$">
|
1047
|
+
<example service.version="5.5.40">5.5.40-tokudb-7.5.3-log</example>
|
1048
|
+
<example service.version="5.5.21">5.5.21-tokudb-6.0.0-42634</example>
|
1049
|
+
<description>Tokutek customized MySQL</description>
|
1050
|
+
<param pos="1" name="service.version"/>
|
1051
|
+
<param pos="0" name="service.vendor" value="Tokutek"/>
|
1052
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1053
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
1054
|
+
</fingerprint>
|
1055
|
+
|
1056
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-tokudb-.*MariaDB(?:-log)?$">
|
1057
|
+
<example service.version="5.5.25">5.5.25-tokudb-6.1.1-47477-MariaDB-log</example>
|
1058
|
+
<description>Tokutek customized MariaDB</description>
|
1059
|
+
<param pos="1" name="service.version"/>
|
1060
|
+
<param pos="0" name="service.vendor" value="Tokutek"/>
|
1061
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1062
|
+
<param pos="0" name="service.product" value="MariaDB"/>
|
1063
|
+
</fingerprint>
|
1064
|
+
|
1065
|
+
<fingerprint pattern="^^(\d{1,2}\.\d{1,2}\.\h{1,3})-Sphinx">
|
1066
|
+
<example service.version="5.1.40">5.1.40-Sphinx</example>
|
1067
|
+
<description>Oracle MySQL with the Sphinx full text search engine</description>
|
1068
|
+
<param pos="1" name="service.version"/>
|
1069
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1070
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1071
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1072
|
+
</fingerprint>
|
1073
|
+
|
1074
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})(?:[^+]+)?\+tld\d">
|
1075
|
+
<example service.version="5.0.91">5.0.91+tld0-log</example>
|
1076
|
+
<example service.version="5.1.57">5.1.57-5.1.57+tld2-log</example>
|
1077
|
+
<description>Oracle MySQL packaged by TLD Linux</description>
|
1078
|
+
<param pos="1" name="service.version"/>
|
1079
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1080
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1081
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1082
|
+
<param pos="0" name="os.vendor" value="TLD"/>
|
1083
|
+
<param pos="0" name="os.family" value="Linux"/>
|
1084
|
+
<param pos="0" name="os.product" value="Linux"/>
|
1085
|
+
</fingerprint>
|
1086
|
+
|
1087
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-Debian_\d\.infrant\d$">
|
1088
|
+
<example service.version="5.0.24a">5.0.24a-Debian_3.infrant1</example>
|
1089
|
+
<description>Oracle MySQL on a Netgear ReadyNAS</description>
|
1090
|
+
<param pos="1" name="service.version"/>
|
1091
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1092
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1093
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1094
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
1095
|
+
<param pos="0" name="os.family" value="Linux"/>
|
1096
|
+
<param pos="0" name="os.product" value="Linux"/>
|
1097
|
+
<param pos="0" name="hw.vendor" value="Netgear"/>
|
1098
|
+
<param pos="0" name="hw.device" value="General"/>
|
1099
|
+
<param pos="0" name="hw.family" value="ReadyNAS"/>
|
1100
|
+
<param pos="0" name="hw.product" value="ReadyNAS"/>
|
1101
|
+
</fingerprint>
|
1102
|
+
|
1103
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-beget(?:-log)?$">
|
1104
|
+
<example service.version="5.1.61">5.1.61-beget-log</example>
|
1105
|
+
<description>Oracle MySQL at Ukrainian hoster BeGet(?)</description>
|
1106
|
+
<param pos="1" name="service.version"/>
|
1107
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1108
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1109
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1110
|
+
</fingerprint>
|
1111
|
+
|
1112
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-(?:Linuxtone.Org|LTOPS)(?:-log)?$">
|
1113
|
+
<example service.version="5.0.56">5.0.56-Linuxtone.Org</example>
|
1114
|
+
<example service.version="5.1.53">5.1.53-LTOPS-log</example>
|
1115
|
+
<description>Oracle MySQL at Chinese hoster Linuxtone.org</description>
|
1116
|
+
<param pos="1" name="service.version"/>
|
1117
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1118
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1119
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1120
|
+
</fingerprint>
|
1121
|
+
|
1122
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-xencdn.net(?:-log)?$">
|
1123
|
+
<example service.version="5.1.66">5.1.66-xencdn.net-log</example>
|
1124
|
+
<description>Oracle MySQL at Chinese hoster Xencdn.net</description>
|
1125
|
+
<param pos="1" name="service.version"/>
|
1126
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1127
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1128
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1129
|
+
</fingerprint>
|
1130
|
+
|
1131
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-Comsenz(?:-log)?$">
|
1132
|
+
<example service.version="5.0.27">5.0.27-Comsenz-log</example>
|
1133
|
+
<description>Oracle MySQL at Chinese hoster Comsenz</description>
|
1134
|
+
<param pos="1" name="service.version"/>
|
1135
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1136
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1137
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1138
|
+
</fingerprint>
|
1139
|
+
|
1140
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-www\.gamewave\.net(?:-edition)?(?:-log)?$">
|
1141
|
+
<example service.version="5.1.56">5.1.56-www.gamewave.net-edition-log</example>
|
1142
|
+
<example service.version="5.1.56">5.1.56-www.gamewave.net-log</example>
|
1143
|
+
<description>Oracle MySQL at Chinese game hoster Gamewave</description>
|
1144
|
+
<param pos="1" name="service.version"/>
|
1145
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1146
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1147
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1148
|
+
</fingerprint>
|
1149
|
+
|
1150
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3}(?:[.-]\d{1,2})?(?:[.-]\d{1})?)[-\d]*-beget(?:-log)?$">
|
1151
|
+
<example service.version="5.6.16-64.0">5.6.16-64.0-beget-log</example>
|
1152
|
+
<example service.version="5.6.21-70.0">5.6.21-70.0-1-beget-log</example>
|
1153
|
+
<description>Oracle MySQL at Russian hoster Beget</description>
|
1154
|
+
<param pos="1" name="service.version"/>
|
1155
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1156
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1157
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1158
|
+
</fingerprint>
|
1159
|
+
|
1160
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})yes(?:-log)?$">
|
1161
|
+
<example service.version="4.0.27">4.0.27yes</example>
|
1162
|
+
<description>Oracle MySQL part of KB2 / Kimsboard (Korean site mgmt)?</description>
|
1163
|
+
<param pos="1" name="service.version"/>
|
1164
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1165
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1166
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1167
|
+
</fingerprint>
|
1168
|
+
|
1169
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})\.t\d{1,2}(?:[\.\d]{3})?(?:-log)?$">
|
1170
|
+
<example service.version="5.5.24">5.5.24.t7-log</example>
|
1171
|
+
<example service.version="5.5.31">5.5.31.t11.1</example>
|
1172
|
+
<description>Oracle MySQL audited/published by Twitter</description>
|
1173
|
+
<param pos="1" name="service.version"/>
|
1174
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1175
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1176
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1177
|
+
</fingerprint>
|
1178
|
+
|
1179
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3}) Hybrid Cluster MySQL Proxy to$">
|
1180
|
+
<example service.version="5.5.15">5.5.15 Hybrid Cluster MySQL Proxy to</example>
|
1181
|
+
<description>Oracle MySQL by Hybrid Cluster (hosted?)</description>
|
1182
|
+
<param pos="1" name="service.version"/>
|
1183
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1184
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1185
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1186
|
+
</fingerprint>
|
1187
|
+
|
1188
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3}) ScaleBase Data Traffic Manager [\.\d]+$">
|
1189
|
+
<example service.version="5.1.53">5.1.53 ScaleBase Data Traffic Manager 3.2.3</example>
|
1190
|
+
<description>Oracle MySQL behind ScaleBase Data Traffic Manager</description>
|
1191
|
+
<param pos="1" name="service.version"/>
|
1192
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1193
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1194
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1195
|
+
</fingerprint>
|
1196
|
+
|
1197
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3})-\d\d\.\d{1,2}-\d\.ctbanco\d+(?:-log)?$">
|
1198
|
+
<example service.version="5.6.16">5.6.16-64.1-1.ctbanco60-log</example>
|
1199
|
+
<example service.version="5.6.16">5.6.16-64.1-1.ctbanco7-log</example>
|
1200
|
+
<description>Percona Server (MySQL fork) with 'ctbanco' </description>
|
1201
|
+
<param pos="1" name="service.version"/>
|
1202
|
+
<param pos="0" name="service.vendor" value="Percona"/>
|
1203
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1204
|
+
<param pos="0" name="service.product" value="Percona Server"/>
|
1205
|
+
<param pos="0" name="os.family" value="Linux"/>
|
1206
|
+
<param pos="0" name="os.product" value="Linux"/>
|
1207
|
+
</fingerprint>
|
1208
|
+
|
1209
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\h{1,3}) Complete MySQL by Server Logistics(?:-log)?$">
|
1210
|
+
<example service.version="4.0.21">4.0.21 Complete MySQL by Server Logistics-log</example>
|
1211
|
+
<description>Oracle MySQL packaged by Server Logistics, Mac specific</description>
|
1212
|
+
<param pos="1" name="service.version"/>
|
1213
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1214
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
1215
|
+
<param pos="0" name="service.product" value="MySQL"/>
|
1216
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
1217
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
1218
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
1219
|
+
</fingerprint>
|
1220
|
+
|
1221
|
+
</fingerprints>
|