recog 2.0.19 → 2.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/recog/version.rb +1 -1
- data/xml/mysql_banners.xml +102 -100
- data/xml/smb_native_os.xml +192 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9840be337edfe94340d597b7c884322ec9f6ded6
|
|
4
|
+
data.tar.gz: f6b743905f3451ce0da0845c1dc52c52c8fcd0ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b9a720a95c14f830053bbeef0fcafe56439776836298554ff93adb22a7c16688daa6f4c3ef6e827442743f5d19f6c9c30a6cc90e87c520ef455538bc0a8f6b1
|
|
7
|
+
data.tar.gz: 8bf330d416aaeeba9f3a3285a4c25f65e009b46f77664803bd61e87ee6eaad2fb2ea2844a4d1ed03806d3273688fd508794c38553f32f3c409922569e873e46a
|
data/lib/recog/version.rb
CHANGED
data/xml/mysql_banners.xml
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
from this version.
|
|
12
12
|
-->
|
|
13
13
|
<fingerprints matches="mysql.banners">
|
|
14
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
14
|
+
<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
15
|
<description>Oracle MySQL (common)</description>
|
|
16
16
|
<example service.version="4.1.20">4.1.20</example>
|
|
17
17
|
<example service.version="5.5.23-55">5.5.23-55</example>
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
33
33
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
34
34
|
</fingerprint>
|
|
35
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
35
|
+
<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">
|
|
36
36
|
<description>Oracle MySQL Community Edition</description>
|
|
37
37
|
<example service.version="5.0.95">5.0.95-community-log</example>
|
|
38
38
|
<example service.version="5.0.37">5.0.37-Community-log</example>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
48
48
|
<param pos="0" name="service.edition" value="Community Edition"/>
|
|
49
49
|
</fingerprint>
|
|
50
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
50
|
+
<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">
|
|
51
51
|
<description>Oracle MySQL Community Edition with Named Pipes (Windows)</description>
|
|
52
52
|
<example service.version="4.1.22">4.1.22-community-max-nt</example>
|
|
53
53
|
<example service.version="5.0.88">5.0.88-community-nt</example>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
|
64
64
|
<param pos="0" name="os.family" value="Windows"/>
|
|
65
65
|
</fingerprint>
|
|
66
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
66
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:-alpha)?(?:-beta)?(?:-rc)?(?:-gamma)?(?:-max)?-nt(?:-max)?(?:-log)?$" flags="REG_ICASE">
|
|
67
67
|
<description>Oracle MySQL with Named Pipes (Windows)</description>
|
|
68
68
|
<example service.version="5.0.18">5.0.18-nt</example>
|
|
69
69
|
<example service.version="4.1.12a">4.1.12a-nt-max-log</example>
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
|
78
78
|
<param pos="0" name="os.family" value="Windows"/>
|
|
79
79
|
</fingerprint>
|
|
80
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
80
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-cll$" flags="REG_ICASE">
|
|
81
81
|
<description>Oracle MySQL hosted on CPanel</description>
|
|
82
82
|
<example service.version="5.5.25a">5.5.25a-cll</example>
|
|
83
83
|
<param pos="1" name="service.version"/>
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
87
87
|
<param pos="0" name="os.family" value="Linux"/>
|
|
88
88
|
</fingerprint>
|
|
89
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
89
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-community-cll$" flags="REG_ICASE">
|
|
90
90
|
<description>Oracle MySQL Community hosted on CPanel</description>
|
|
91
91
|
<example service.version="5.0.91">5.0.91-community-cll</example>
|
|
92
92
|
<param pos="1" name="service.version"/>
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
<param pos="0" name="os.family" value="Linux"/>
|
|
98
98
|
<param pos="0" name="os.product" value="Linux"/>
|
|
99
99
|
</fingerprint>
|
|
100
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
100
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-cll-lve$" flags="REG_ICASE">
|
|
101
101
|
<description>Oracle MySQL on CloudLinux in a Lightweight Virtual Environment (LVE)</description>
|
|
102
102
|
<example service.version="5.1.66">5.1.66-cll-lve</example>
|
|
103
103
|
<param pos="1" name="service.version"/>
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
<param pos="0" name="os.family" value="Linux"/>
|
|
109
109
|
<param pos="0" name="os.product" value="Linux"/>
|
|
110
110
|
</fingerprint>
|
|
111
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
111
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-community-cll-lve$" flags="REG_ICASE">
|
|
112
112
|
<description>Oracle MySQL Community on CloudLinux in a Lightweight Virtual Environment (LVE)</description>
|
|
113
113
|
<example service.version="5.0.95">5.0.95-community-cll-lve</example>
|
|
114
114
|
<param pos="1" name="service.version"/>
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
<param pos="0" name="os.product" value="Linux"/>
|
|
147
147
|
<param pos="2" name="os.version"/>
|
|
148
148
|
</fingerprint>
|
|
149
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
149
|
+
<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">
|
|
150
150
|
<description>Oracle MySQL on Ubuntu where trailing digits aren't OS version</description>
|
|
151
151
|
<example service.version="5.0.45">5.0.45-Debian_1ubuntu3.4</example>
|
|
152
152
|
<example service.version="5.0.51a">5.0.51a-3ubuntu5.5</example>
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
<param pos="0" name="os.product" value="Linux"/>
|
|
231
231
|
<param pos="0" name="os.version" value="5.0"/>
|
|
232
232
|
</fingerprint>
|
|
233
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
233
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d~bpo50" flags="REG_ICASE">
|
|
234
234
|
<description>Oracle MySQL Backport on Debian 5.0 (lenny)</description>
|
|
235
235
|
<example service.version="5.1.49">5.1.49-3~bpo50+1-log</example>
|
|
236
236
|
<param pos="1" name="service.version"/>
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
<param pos="0" name="os.product" value="Linux"/>
|
|
243
243
|
<param pos="0" name="os.version" value="5.0"/>
|
|
244
244
|
</fingerprint>
|
|
245
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
245
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}).*~?bpo40(?:\+\d)?(?:-log)?$" flags="REG_ICASE">
|
|
246
246
|
<description>Oracle MySQL Backport on Debian 4.0 (etch)</description>
|
|
247
247
|
<example service.version="5.0.51a">5.0.51a-24+lenny2~bpo40+1-log</example>
|
|
248
248
|
<param pos="1" name="service.version"/>
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
<param pos="0" name="os.product" value="Linux"/>
|
|
255
255
|
<param pos="0" name="os.version" value="4.0"/>
|
|
256
256
|
</fingerprint>
|
|
257
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
257
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Debian.*~?bpo31(?:\+\d)?(?:-log)?$" flags="REG_ICASE">
|
|
258
258
|
<description>Oracle MySQL Backport on Debian 3.1 (sarge)</description>
|
|
259
259
|
<example service.version="5.0.32">5.0.32-Debian_7etch5~bpo31+1-log</example>
|
|
260
260
|
<param pos="1" name="service.version"/>
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
<param pos="0" name="os.version" value="3.1"/>
|
|
268
268
|
</fingerprint>
|
|
269
269
|
<!-- FIXFIX -->
|
|
270
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
270
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Debian_\d~?bpo\.?\d" flags="REG_ICASE">
|
|
271
271
|
<description>Oracle MySQL Backport on Debian</description>
|
|
272
272
|
<example service.version="5.0.22">5.0.22-Debian_2bpo1</example>
|
|
273
273
|
<example service.version="5.0.32">5.0.32-Debian_7~bpo.1-log</example>
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
<param pos="0" name="os.product" value="Linux"/>
|
|
318
318
|
<param pos="0" name="os.version" value="3.0"/>
|
|
319
319
|
</fingerprint>
|
|
320
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
320
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:[_-]\d{8})?[_-]Debian[_-]\d{1,2}(?:-log)?$" flags="REG_ICASE">
|
|
321
321
|
<description>Oracle MySQL on Debian (Generic match)</description>
|
|
322
322
|
<example service.version="4.0.23">4.0.23_Debian-3-log</example>
|
|
323
323
|
<example service.version="4.0.31">4.0.31-20070605_Debian-7-log</example>
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
<param pos="0" name="os.family" value="Linux"/>
|
|
341
341
|
<param pos="0" name="os.product" value="Linux"/>
|
|
342
342
|
</fingerprint>
|
|
343
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
343
|
+
<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">
|
|
344
344
|
<description>Oracle MySQL packaged by DotDeb.org</description>
|
|
345
345
|
<example service.version="5.1.54">5.1.54-0.dotdeb.0</example>
|
|
346
346
|
<example service.version="5.1.58">5.1.58-1~dotdeb.0</example>
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
<param pos="0" name="os.family" value="Linux"/>
|
|
355
355
|
<param pos="0" name="os.product" value="Linux"/>
|
|
356
356
|
</fingerprint>
|
|
357
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
357
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:-alpha)?(?:-beta)?(?:-gamma)?(?:-rc)?-standard(?:-log)?$" flags="REG_ICASE">
|
|
358
358
|
<description>Oracle MySQL Standard Edition</description>
|
|
359
359
|
<example service.version="5.0.13">5.0.13-rc-standard-log</example>
|
|
360
360
|
<example service.version="5.0.37">5.0.37-standard</example>
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
366
366
|
<param pos="0" name="service.edition" value="Standard Edition"/>
|
|
367
367
|
</fingerprint>
|
|
368
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
368
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-pro(?:-gpl)?-nt(?:-log)?$" flags="REG_ICASE">
|
|
369
369
|
<description>Oracle MySQL Commercial Edition with Named Pipes (Windows)</description>
|
|
370
370
|
<example service.version="5.0.24">5.0.24-pro-nt</example>
|
|
371
371
|
<example service.version="4.1.25">4.1.25-pro-gpl-nt-log</example>
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
|
378
378
|
<param pos="0" name="os.family" value="Windows"/>
|
|
379
379
|
</fingerprint>
|
|
380
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
380
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-pro(?:-gpl)?(?:-cert)?(?:-log)?$" flags="REG_ICASE">
|
|
381
381
|
<description>Oracle MySQL Commercial Edition</description>
|
|
382
382
|
<example service.version="4.1.23">4.1.23-pro-gpl-log</example>
|
|
383
383
|
<example service.version="5.0.17c">5.0.17c-pro-gpl-cert</example>
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
388
388
|
<param pos="0" name="service.edition" value="Commercial Edition"/>
|
|
389
389
|
</fingerprint>
|
|
390
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
390
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}sp1)" flags="REG_ICASE">
|
|
391
391
|
<description>Oracle MySQL Enterprise Edition</description>
|
|
392
392
|
<example service.version="5.0.82sp1">5.0.82sp1</example>
|
|
393
393
|
<example service.version="5.1.46sp1">5.1.46sp1-enterprise-gpl-advanced-log</example>
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
398
398
|
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
|
399
399
|
</fingerprint>
|
|
400
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
400
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-enterprise-nt" flags="REG_ICASE">
|
|
401
401
|
<description>Oracle MySQL Enterprise Edition with Named Pipes (Windows)</description>
|
|
402
402
|
<example service.version="5.0.84">5.0.84-enterprise-nt</example>
|
|
403
403
|
<param pos="1" name="service.version"/>
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
|
409
409
|
<param pos="0" name="os.family" value="Windows"/>
|
|
410
410
|
</fingerprint>
|
|
411
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
411
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:-rc)?-enterprise" flags="REG_ICASE">
|
|
412
412
|
<description>Oracle MySQL Enterprise Edition</description>
|
|
413
413
|
<example service.version="5.1.26">5.1.26-rc-enterprise-gpl-log</example>
|
|
414
414
|
<example service.version="5.5.27">5.5.27-enterprise-commercial-advanced-log</example>
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
419
419
|
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
|
420
420
|
</fingerprint>
|
|
421
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
421
|
+
<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">
|
|
422
422
|
<description>Oracle MySQL Cluster Edition</description>
|
|
423
423
|
<example service.version="5.1.30-ndb-6.3.20">5.1.30-ndb-6.3.20-cluster-gpl-log</example>
|
|
424
424
|
<example service.version="5.5.20-ndb-7.2.5">5.5.20-ndb-7.2.5-gpl</example>
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
429
429
|
<param pos="0" name="service.edition" value="Cluster Edition"/>
|
|
430
430
|
</fingerprint>
|
|
431
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
431
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-CLUSTERS?(?:-log)?$" flags="REG_ICASE">
|
|
432
432
|
<description>Oracle MySQL Cluster Edition</description>
|
|
433
433
|
<example service.version="4.1.21">4.1.21-CLUSTERS</example>
|
|
434
434
|
<example service.version="5.0.46">5.0.46-cluster</example>
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
439
439
|
<param pos="0" name="service.edition" value="Cluster Edition"/>
|
|
440
440
|
</fingerprint>
|
|
441
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
441
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-classic(?:-log)?" flags="REG_ICASE">
|
|
442
442
|
<description>Oracle MySQL Classic Edition</description>
|
|
443
443
|
<example service.version="5.0.86">5.0.86-classic-log</example>
|
|
444
444
|
<param pos="1" name="service.version"/>
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
</fingerprint>
|
|
450
450
|
<!-- Linux only - http://www.percona.com/services/mysql-support/supported-platforms -->
|
|
451
451
|
<!-- Build list - http://www.percona.com/doc/percona-server/5.1/release-notes/release-notes_index.html -->
|
|
452
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
452
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-?rel\d\d\.\d)(?:-log)?" flags="REG_ICASE">
|
|
453
453
|
<description>Percona Server (MySQL fork) match w/ 'rel'</description>
|
|
454
454
|
<example service.version="5.1.57-rel12.8">5.1.57-rel12.8</example>
|
|
455
455
|
<example service.version="5.1.60rel13.1">5.1.60rel13.1-log</example>
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
<param pos="0" name="os.family" value="Linux"/>
|
|
462
462
|
<param pos="0" name="os.product" value="Linux"/>
|
|
463
463
|
</fingerprint>
|
|
464
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
464
|
+
<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">
|
|
465
465
|
<description>Percona Server (MySQL fork) match w/ 'rel' variant 1</description>
|
|
466
466
|
<example service.version="5.6.17">5.6.17-65.0-rel65.0</example>
|
|
467
467
|
<param pos="1" name="service.version"/>
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
<param pos="0" name="os.family" value="Linux"/>
|
|
472
472
|
<param pos="0" name="os.product" value="Linux"/>
|
|
473
473
|
</fingerprint>
|
|
474
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
474
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-(?:rc)?percona" flags="REG_ICASE">
|
|
475
475
|
<description>Percona Server (MySQL fork) w/ percona in banner</description>
|
|
476
476
|
<example service.version="5.1.50">5.1.50-percona</example>
|
|
477
477
|
<example service.version="5.5.27">5.5.27-percona-sure1-log</example>
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
<param pos="0" name="os.family" value="Linux"/>
|
|
484
484
|
<param pos="0" name="os.product" value="Linux"/>
|
|
485
485
|
</fingerprint>
|
|
486
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
486
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d{1,2}(?:-\d\d)?(?:-log)?$" flags="REG_ICASE">
|
|
487
487
|
<description>Percona Server (MySQL fork) (just version number match)</description>
|
|
488
488
|
<example service.version="5.1.73">5.1.73-14.12</example>
|
|
489
489
|
<example service.version="5.6.20">5.6.20-68.0-56</example>
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
<param pos="0" name="os.family" value="Linux"/>
|
|
496
496
|
<param pos="0" name="os.product" value="Linux"/>
|
|
497
497
|
</fingerprint>
|
|
498
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
498
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-rc\d\d\.\d(?:-log)?$" flags="REG_ICASE">
|
|
499
499
|
<description>Percona Server (MySQL fork) match w/ 'rc'</description>
|
|
500
500
|
<example service.version="5.6.13">5.6.13-rc60.6</example>
|
|
501
501
|
<example service.version="5.6.13">5.6.13-rc61.0-log</example>
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
<param pos="0" name="os.family" value="Linux"/>
|
|
507
507
|
<param pos="0" name="os.product" value="Linux"/>
|
|
508
508
|
</fingerprint>
|
|
509
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
509
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.trusty(?:-log)?$" flags="REG_ICASE">
|
|
510
510
|
<description>Percona Server (MySQL fork) on Ubuntu 14.04 (Trusty Tahr)</description>
|
|
511
511
|
<example service.version="5.6.17">5.6.17-65.0-583.trusty</example>
|
|
512
512
|
<param pos="1" name="service.version"/>
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
<param pos="0" name="os.product" value="Linux"/>
|
|
519
519
|
<param pos="0" name="os.version" value="14.04"/>
|
|
520
520
|
</fingerprint>
|
|
521
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
521
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.saucy(?:-log)?$" flags="REG_ICASE">
|
|
522
522
|
<description>Percona Server (MySQL fork) on Ubuntu 13.10 (Saucy Salamander)</description>
|
|
523
523
|
<example service.version="5.6.17">5.6.17-65.0-587.saucy</example>
|
|
524
524
|
<param pos="1" name="service.version"/>
|
|
@@ -530,7 +530,7 @@
|
|
|
530
530
|
<param pos="0" name="os.product" value="Linux"/>
|
|
531
531
|
<param pos="0" name="os.version" value="13.10"/>
|
|
532
532
|
</fingerprint>
|
|
533
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
533
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.quantal(?:-log)?$" flags="REG_ICASE">
|
|
534
534
|
<description>Percona Server (MySQL fork) on Ubuntu 12.10 (Quantal Quetzal)</description>
|
|
535
535
|
<example service.version="5.6.16">5.6.16-64.2-569.quantal-log</example>
|
|
536
536
|
<param pos="1" name="service.version"/>
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
<param pos="0" name="os.product" value="Linux"/>
|
|
543
543
|
<param pos="0" name="os.version" value="12.10"/>
|
|
544
544
|
</fingerprint>
|
|
545
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
545
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.precise(?:-log)?$" flags="REG_ICASE">
|
|
546
546
|
<description>Percona Server (MySQL fork) on Ubuntu 12.04 LTS (Precise Pangolin)</description>
|
|
547
547
|
<example service.version="5.6.16">5.6.16-64.2-569.precise-log</example>
|
|
548
548
|
<param pos="1" name="service.version"/>
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
<param pos="0" name="os.product" value="Linux"/>
|
|
555
555
|
<param pos="0" name="os.version" value="12.04"/>
|
|
556
556
|
</fingerprint>
|
|
557
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
557
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.wheezy(?:-log)?$" flags="REG_ICASE">
|
|
558
558
|
<description>Percona Server (MySQL fork) on Debian 7.0 (wheezy)</description>
|
|
559
559
|
<example service.version="5.5.36">5.5.36-34.2-648.wheezy-log</example>
|
|
560
560
|
<param pos="1" name="service.version"/>
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
<param pos="0" name="os.product" value="Linux"/>
|
|
567
567
|
<param pos="0" name="os.version" value="7.0"/>
|
|
568
568
|
</fingerprint>
|
|
569
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
569
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.squeeze(?:-log)?$" flags="REG_ICASE">
|
|
570
570
|
<description>Percona Server (MySQL fork) on Debian 6.0 (squeeze)</description>
|
|
571
571
|
<example service.version="5.5.36">5.5.36-34.2-648.squeeze</example>
|
|
572
572
|
<param pos="1" name="service.version"/>
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
<param pos="0" name="os.product" value="Linux"/>
|
|
579
579
|
<param pos="0" name="os.version" value="6.0"/>
|
|
580
580
|
</fingerprint>
|
|
581
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
581
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-nmm" flags="REG_ICASE">
|
|
582
582
|
<description>Oracle MySQL (nmm variant)</description>
|
|
583
583
|
<example service.version="4.0.27">4.0.27-nmm1-log</example>
|
|
584
584
|
<example service.version="4.1.22">4.1.22-nmm-1-log</example>
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
588
588
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
589
589
|
</fingerprint>
|
|
590
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
590
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-nightly-\d{8}(?:-log)?$" flags="REG_ICASE">
|
|
591
591
|
<description>Oracle MySQL nightly build</description>
|
|
592
592
|
<example service.version="3.23.59">3.23.59-nightly-20050301-log</example>
|
|
593
593
|
<param pos="1" name="service.version"/>
|
|
@@ -595,7 +595,7 @@
|
|
|
595
595
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
596
596
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
597
597
|
</fingerprint>
|
|
598
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
598
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-SERVER" flags="REG_ICASE">
|
|
599
599
|
<description>Oracle MySQL (SERVER variant)</description>
|
|
600
600
|
<example service.version="5.1.30">5.1.30-SERVER-104</example>
|
|
601
601
|
<param pos="1" name="service.version"/>
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
604
604
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
605
605
|
</fingerprint>
|
|
606
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
606
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-ISPrime" flags="REG_ICASE">
|
|
607
607
|
<description>Oracle MySQL (ISPrime variant)</description>
|
|
608
608
|
<example service.version="4.0.15a">4.0.15a-ISPrime</example>
|
|
609
609
|
<param pos="1" name="service.version"/>
|
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
612
612
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
613
613
|
</fingerprint>
|
|
614
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
614
|
+
<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">
|
|
615
615
|
<description>Oracle MySQL possibly Debian specific</description>
|
|
616
616
|
<example service.version="5.1.26">5.1.26-rc-5.1.26rc-log</example>
|
|
617
617
|
<param pos="1" name="service.version"/>
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
620
620
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
621
621
|
</fingerprint>
|
|
622
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
622
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-ius(?:-log)?$" flags="REG_ICASE">
|
|
623
623
|
<description>Oracle MySQL packaged for RHEL/CentOS by IUS</description>
|
|
624
624
|
<example service.version="5.1.66">5.1.66-ius-log</example>
|
|
625
625
|
<param pos="1" name="service.version"/>
|
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
<param pos="0" name="os.family" value="Linux"/>
|
|
630
630
|
<param pos="0" name="os.product" value="Linux"/>
|
|
631
631
|
</fingerprint>
|
|
632
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
632
|
+
<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">
|
|
633
633
|
<description>Oracle MySQL tweaked and packaged by OurDelta</description>
|
|
634
634
|
<example service.version="5.0.67">5.0.67.d7-ourdelta-log</example>
|
|
635
635
|
<example service.version="5.0.87">5.0.87-d10-ourdelta65-log</example>
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
<param pos="0" name="os.family" value="Linux"/>
|
|
641
641
|
<param pos="0" name="os.product" value="Linux"/>
|
|
642
642
|
</fingerprint>
|
|
643
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
643
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Alibaba(?:-rds)?-\d{6}(?:-log)?$" flags="REG_ICASE">
|
|
644
644
|
<description>Oracle MySQL Alibaba build? distro? Aliyun.com hosted?</description>
|
|
645
645
|
<example service.version="5.1.61">5.1.61-Alibaba-121011-log</example>
|
|
646
646
|
<example service.version="5.1.61">5.1.61-Alibaba-rds-201404-log</example>
|
|
@@ -649,10 +649,10 @@
|
|
|
649
649
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
650
650
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
651
651
|
</fingerprint>
|
|
652
|
-
<fingerprint pattern="^(
|
|
652
|
+
<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-cll-lve$" flags="REG_ICASE">
|
|
653
653
|
<description>MariaDB MariaDB on CloudLinux in a Lightweight Virtual Environment (LVE)</description>
|
|
654
654
|
<example service.version="5.5.34">5.5.34-MariaDB-cll-lve</example>
|
|
655
|
-
<example service.version="
|
|
655
|
+
<example service.version="10.0.15">5.5.5-10.0.15-MariaDB-cll-lve</example>
|
|
656
656
|
<param pos="1" name="service.version"/>
|
|
657
657
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
658
658
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -661,11 +661,11 @@
|
|
|
661
661
|
<param pos="0" name="os.family" value="Linux"/>
|
|
662
662
|
<param pos="0" name="os.product" value="Linux"/>
|
|
663
663
|
</fingerprint>
|
|
664
|
-
<fingerprint pattern="^(
|
|
664
|
+
<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">
|
|
665
665
|
<description>MariaDB MariaDB on Debian 7.0 (wheezy)</description>
|
|
666
666
|
<example service.version="5.5.37">5.5.37-MariaDB-1~wheezy-log</example>
|
|
667
667
|
<example service.version="10.0.11">10.0.11-MariaDB-1~wheezy-log</example>
|
|
668
|
-
<example service.version="
|
|
668
|
+
<example service.version="10.0.14">5.5.5-10.0.14-MariaDB-1~wheezy-log</example>
|
|
669
669
|
<param pos="1" name="service.version"/>
|
|
670
670
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
671
671
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -675,10 +675,10 @@
|
|
|
675
675
|
<param pos="0" name="os.product" value="Linux"/>
|
|
676
676
|
<param pos="0" name="os.version" value="7.0"/>
|
|
677
677
|
</fingerprint>
|
|
678
|
-
<fingerprint pattern="^(
|
|
678
|
+
<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">
|
|
679
679
|
<description>MariaDB MariaDB on Debian 6.0 (squeeze)</description>
|
|
680
680
|
<example service.version="5.5.31">5.5.31-MariaDB-1~squeeze-log</example>
|
|
681
|
-
<example service.version="
|
|
681
|
+
<example service.version="10.0.15">5.5.5-10.0.15-MariaDB-1~squeeze-log</example>
|
|
682
682
|
<param pos="1" name="service.version"/>
|
|
683
683
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
684
684
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
<param pos="0" name="os.product" value="Linux"/>
|
|
689
689
|
<param pos="0" name="os.version" value="6.0"/>
|
|
690
690
|
</fingerprint>
|
|
691
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
691
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-MariaDB.+~lenny(?:-log)?$" flags="REG_ICASE">
|
|
692
692
|
<description>MariaDB MariaDB on Debian 5.0 (lenny)</description>
|
|
693
693
|
<example service.version="5.3.2">5.3.2-MariaDB-beta-mariadb102~lenny</example>
|
|
694
694
|
<param pos="1" name="service.version"/>
|
|
@@ -700,9 +700,9 @@
|
|
|
700
700
|
<param pos="0" name="os.product" value="Linux"/>
|
|
701
701
|
<param pos="0" name="os.version" value="5.0"/>
|
|
702
702
|
</fingerprint>
|
|
703
|
-
<fingerprint pattern="^(
|
|
703
|
+
<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">
|
|
704
704
|
<description>MariaDB MariaDB on Debian Unstable/No version (sid)</description>
|
|
705
|
-
<example service.version="
|
|
705
|
+
<example service.version="10.0.16">5.5.5-10.0.16-MariaDB-1~sid</example>
|
|
706
706
|
<param pos="1" name="service.version"/>
|
|
707
707
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
708
708
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -723,9 +723,9 @@
|
|
|
723
723
|
<param pos="0" name="os.product" value="Linux"/>
|
|
724
724
|
<param pos="2" name="os.version"/>
|
|
725
725
|
</fingerprint>
|
|
726
|
-
<fingerprint pattern="^(
|
|
726
|
+
<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">
|
|
727
727
|
<description>MariaDB MariaDB on Ubuntu 14.10 (Utopic Unicorn)</description>
|
|
728
|
-
<example service.version="
|
|
728
|
+
<example service.version="10.0.16">5.5.5-10.0.16-MariaDB-1~utopic-log</example>
|
|
729
729
|
<param pos="1" name="service.version"/>
|
|
730
730
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
731
731
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -735,9 +735,9 @@
|
|
|
735
735
|
<param pos="0" name="os.product" value="Linux"/>
|
|
736
736
|
<param pos="0" name="os.version" value="14.10"/>
|
|
737
737
|
</fingerprint>
|
|
738
|
-
<fingerprint pattern="^(
|
|
738
|
+
<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">
|
|
739
739
|
<description>MariaDB MariaDB on Ubuntu 14.04 (Trusty Tahr)</description>
|
|
740
|
-
<example service.version="
|
|
740
|
+
<example service.version="10.0.15">5.5.5-10.0.15-MariaDB-1~trusty</example>
|
|
741
741
|
<param pos="1" name="service.version"/>
|
|
742
742
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
743
743
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -747,7 +747,7 @@
|
|
|
747
747
|
<param pos="0" name="os.product" value="Linux"/>
|
|
748
748
|
<param pos="0" name="os.version" value="14.04"/>
|
|
749
749
|
</fingerprint>
|
|
750
|
-
<fingerprint pattern="^(
|
|
750
|
+
<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">
|
|
751
751
|
<description>MariaDB MariaDB on Ubuntu 13.10 (Saucy Salamander)</description>
|
|
752
752
|
<example service.version="5.5.39">5.5.39-MariaDB-1~saucy-log</example>
|
|
753
753
|
<param pos="1" name="service.version"/>
|
|
@@ -759,7 +759,7 @@
|
|
|
759
759
|
<param pos="0" name="os.product" value="Linux"/>
|
|
760
760
|
<param pos="0" name="os.version" value="13.10"/>
|
|
761
761
|
</fingerprint>
|
|
762
|
-
<fingerprint pattern="^(
|
|
762
|
+
<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">
|
|
763
763
|
<description>MariaDB MariaDB on Ubuntu 13.04 (Raring Ringtail)</description>
|
|
764
764
|
<example service.version="5.5.32">5.5.32-MariaDB-1~raring-log</example>
|
|
765
765
|
<param pos="1" name="service.version"/>
|
|
@@ -771,9 +771,9 @@
|
|
|
771
771
|
<param pos="0" name="os.product" value="Linux"/>
|
|
772
772
|
<param pos="0" name="os.version" value="13.04"/>
|
|
773
773
|
</fingerprint>
|
|
774
|
-
<fingerprint pattern="^(
|
|
774
|
+
<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">
|
|
775
775
|
<description>MariaDB MariaDB on Ubuntu 12.10 (Quantal Quetzal)</description>
|
|
776
|
-
<example service.version="
|
|
776
|
+
<example service.version="10.0.12">5.5.5-10.0.12-MariaDB-1~quantal-log</example>
|
|
777
777
|
<example service.version="5.5.38">5.5.38-MariaDB-1~quantal-log</example>
|
|
778
778
|
<param pos="1" name="service.version"/>
|
|
779
779
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
@@ -784,9 +784,10 @@
|
|
|
784
784
|
<param pos="0" name="os.product" value="Linux"/>
|
|
785
785
|
<param pos="0" name="os.version" value="12.10"/>
|
|
786
786
|
</fingerprint>
|
|
787
|
-
<fingerprint pattern="^(
|
|
787
|
+
<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">
|
|
788
788
|
<description>MariaDB MariaDB on Ubuntu 12.04 LTS (Precise Pangolin)</description>
|
|
789
789
|
<example service.version="5.5.41">5.5.41-MariaDB-1~precise-log</example>
|
|
790
|
+
<example service.version="10.0.16">5.5.5-10.0.16-MariaDB-1~precise-log</example>
|
|
790
791
|
<param pos="1" name="service.version"/>
|
|
791
792
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
792
793
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -796,7 +797,7 @@
|
|
|
796
797
|
<param pos="0" name="os.product" value="Linux"/>
|
|
797
798
|
<param pos="0" name="os.version" value="12.04"/>
|
|
798
799
|
</fingerprint>
|
|
799
|
-
<fingerprint pattern="^(
|
|
800
|
+
<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">
|
|
800
801
|
<description>MariaDB MariaDB on Ubuntu 10.04 (Lucid Lynx)</description>
|
|
801
802
|
<example service.version="5.5.34">5.5.34-MariaDB-1~lucid-log</example>
|
|
802
803
|
<param pos="1" name="service.version"/>
|
|
@@ -808,7 +809,7 @@
|
|
|
808
809
|
<param pos="0" name="os.product" value="Linux"/>
|
|
809
810
|
<param pos="0" name="os.version" value="10.04"/>
|
|
810
811
|
</fingerprint>
|
|
811
|
-
<fingerprint pattern="^(
|
|
812
|
+
<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">
|
|
812
813
|
<description>MariaDB MariaDB on Ubuntu 8.04 LTS (Hardy Heron)</description>
|
|
813
814
|
<example service.version="5.5.34">5.5.34-MariaDB-mariadb122~hardy-log</example>
|
|
814
815
|
<param pos="1" name="service.version"/>
|
|
@@ -820,9 +821,9 @@
|
|
|
820
821
|
<param pos="0" name="os.product" value="Linux"/>
|
|
821
822
|
<param pos="0" name="os.version" value="8.04"/>
|
|
822
823
|
</fingerprint>
|
|
823
|
-
<fingerprint pattern="^(
|
|
824
|
+
<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">
|
|
824
825
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 14.04 (Trusty Tahr)</description>
|
|
825
|
-
<example service.version="
|
|
826
|
+
<example service.version="10.1.1">5.5.5-10.1.1-MariaDB-1~trusty-wsrep-log</example>
|
|
826
827
|
<param pos="1" name="service.version"/>
|
|
827
828
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
828
829
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -833,9 +834,9 @@
|
|
|
833
834
|
<param pos="0" name="os.product" value="Linux"/>
|
|
834
835
|
<param pos="0" name="os.version" value="14.04"/>
|
|
835
836
|
</fingerprint>
|
|
836
|
-
<fingerprint pattern="^(
|
|
837
|
+
<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">
|
|
837
838
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 13.10 (Saucy Salamander)</description>
|
|
838
|
-
<example service.version="
|
|
839
|
+
<example service.version="10.0.10">5.5.5-10.0.10-MariaDB-1~saucy-wsrep-log</example>
|
|
839
840
|
<param pos="1" name="service.version"/>
|
|
840
841
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
841
842
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -846,9 +847,9 @@
|
|
|
846
847
|
<param pos="0" name="os.product" value="Linux"/>
|
|
847
848
|
<param pos="0" name="os.version" value="13.10"/>
|
|
848
849
|
</fingerprint>
|
|
849
|
-
<fingerprint pattern="^(
|
|
850
|
+
<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">
|
|
850
851
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 12.04 (Precise Pangolin)</description>
|
|
851
|
-
<example service.version="
|
|
852
|
+
<example service.version="10.1.1">5.5.5-10.1.1-MariaDB-1~precise-wsrep</example>
|
|
852
853
|
<param pos="1" name="service.version"/>
|
|
853
854
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
854
855
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -859,7 +860,7 @@
|
|
|
859
860
|
<param pos="0" name="os.product" value="Linux"/>
|
|
860
861
|
<param pos="0" name="os.version" value="12.04"/>
|
|
861
862
|
</fingerprint>
|
|
862
|
-
<fingerprint pattern="^(
|
|
863
|
+
<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">
|
|
863
864
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 10.04 TLS (Lucid Lynx)</description>
|
|
864
865
|
<example service.version="5.5.34">5.5.34-MariaDB-1~lucid-wsrep-log</example>
|
|
865
866
|
<param pos="1" name="service.version"/>
|
|
@@ -872,9 +873,9 @@
|
|
|
872
873
|
<param pos="0" name="os.product" value="Linux"/>
|
|
873
874
|
<param pos="0" name="os.version" value="10.04"/>
|
|
874
875
|
</fingerprint>
|
|
875
|
-
<fingerprint pattern="^(
|
|
876
|
+
<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">
|
|
876
877
|
<description>MariaDB MariaDB with Galera Cluster on Debian 7.0 (wheezy)</description>
|
|
877
|
-
<example service.version="
|
|
878
|
+
<example service.version="10.1.1">5.5.5-10.1.1-MariaDB-1~wheezy-wsrep-log</example>
|
|
878
879
|
<param pos="1" name="service.version"/>
|
|
879
880
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
880
881
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -885,9 +886,9 @@
|
|
|
885
886
|
<param pos="0" name="os.product" value="Linux"/>
|
|
886
887
|
<param pos="0" name="os.version" value="7.0"/>
|
|
887
888
|
</fingerprint>
|
|
888
|
-
<fingerprint pattern="^(
|
|
889
|
+
<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">
|
|
889
890
|
<description>MariaDB MariaDB with Galera Cluster on Debian 6.0 (squeeze)</description>
|
|
890
|
-
<example service.version="
|
|
891
|
+
<example service.version="10.1.1">5.5.5-10.1.1-MariaDB-1~squeeze-wsrep</example>
|
|
891
892
|
<param pos="1" name="service.version"/>
|
|
892
893
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
893
894
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -898,9 +899,9 @@
|
|
|
898
899
|
<param pos="0" name="os.product" value="Linux"/>
|
|
899
900
|
<param pos="0" name="os.version" value="6.0"/>
|
|
900
901
|
</fingerprint>
|
|
901
|
-
<fingerprint pattern="^(
|
|
902
|
+
<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">
|
|
902
903
|
<description>MariaDB MariaDB with Galera Cluster on Debian Unstable/No version (sid)</description>
|
|
903
|
-
<example service.version="
|
|
904
|
+
<example service.version="10.0.16">5.5.5-10.0.16-MariaDB-1~sid-wsrep</example>
|
|
904
905
|
<param pos="1" name="service.version"/>
|
|
905
906
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
906
907
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
@@ -910,22 +911,22 @@
|
|
|
910
911
|
<param pos="0" name="os.family" value="Linux"/>
|
|
911
912
|
<param pos="0" name="os.product" value="Linux"/>
|
|
912
913
|
</fingerprint>
|
|
913
|
-
<fingerprint pattern="^(
|
|
914
|
+
<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">
|
|
914
915
|
<description>MariaDB MariaDB with Galera Cluster</description>
|
|
915
|
-
<example service.version="
|
|
916
|
+
<example service.version="10.0.15">5.5.5-10.0.15-MariaDB-wsrep</example>
|
|
916
917
|
<param pos="1" name="service.version"/>
|
|
917
918
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
918
919
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
919
920
|
<param pos="0" name="service.product" value="MariaDB"/>
|
|
920
921
|
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
|
921
922
|
</fingerprint>
|
|
922
|
-
<fingerprint pattern="^(
|
|
923
|
+
<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">
|
|
923
924
|
<description>MariaDB MariaDB</description>
|
|
924
925
|
<example service.version="5.1.39">5.1.39-maria-beta</example>
|
|
925
926
|
<example service.version="5.3.5">5.3.5-MariaDB-ga-mariadb113-log</example>
|
|
926
927
|
<example service.version="5.5.24">5.5.24-MariaDB-mariadb1~0.1</example>
|
|
927
928
|
<example service.version="10.0.1">10.0.1-MariaDB-log</example>
|
|
928
|
-
<example service.version="
|
|
929
|
+
<example service.version="10.0.16">5.5.5-10.0.16-MariaDB-log</example>
|
|
929
930
|
<example service.version="5.5.30">5.5.30-MariaDB-debug</example>
|
|
930
931
|
<example service.version="5.2.10">5.2.10-MariaDB-mariadb107</example>
|
|
931
932
|
<param pos="1" name="service.version"/>
|
|
@@ -933,7 +934,7 @@
|
|
|
933
934
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
934
935
|
<param pos="0" name="service.product" value="MariaDB"/>
|
|
935
936
|
</fingerprint>
|
|
936
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
937
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Community-Maria(?:DB)?(?:-log)?$" flags="REG_ICASE">
|
|
937
938
|
<description>MariaDB MariaDB Community Edition</description>
|
|
938
939
|
<example service.version="5.1.44">5.1.44-community-maria-log</example>
|
|
939
940
|
<param pos="1" name="service.version"/>
|
|
@@ -942,7 +943,7 @@
|
|
|
942
943
|
<param pos="0" name="service.product" value="MariaDB"/>
|
|
943
944
|
<param pos="0" name="service.edition" value="Community Edition"/>
|
|
944
945
|
</fingerprint>
|
|
945
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
946
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-falcon-alpha-community-nt" flags="REG_ICASE">
|
|
946
947
|
<description>Oracle MySQL with defunct Falcon Storage Engine with Named Pipes (Windows)</description>
|
|
947
948
|
<example service.version="5.2.0">5.2.0-falcon-alpha-community-nt</example>
|
|
948
949
|
<param pos="1" name="service.version"/>
|
|
@@ -952,7 +953,7 @@
|
|
|
952
953
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
|
953
954
|
<param pos="0" name="os.family" value="Windows"/>
|
|
954
955
|
</fingerprint>
|
|
955
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
956
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-falcon-alpha(?:-community)?(?:-log)?$" flags="REG_ICASE">
|
|
956
957
|
<description>Oracle MySQL with defunct Falcon Storage Engine</description>
|
|
957
958
|
<example service.version="5.2.0">5.2.0-falcon-alpha-log</example>
|
|
958
959
|
<example service.version="5.2.0">5.2.0-falcon-alpha-community</example>
|
|
@@ -961,7 +962,7 @@
|
|
|
961
962
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
962
963
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
963
964
|
</fingerprint>
|
|
964
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
965
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-tokudb-\d\.\d\.\d{1,2}(?:-\d*)?(?:-log)?$" flags="REG_ICASE">
|
|
965
966
|
<description>Tokutek customized MySQL</description>
|
|
966
967
|
<example service.version="5.5.40">5.5.40-tokudb-7.5.3-log</example>
|
|
967
968
|
<example service.version="5.5.21">5.5.21-tokudb-6.0.0-42634</example>
|
|
@@ -970,7 +971,7 @@
|
|
|
970
971
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
971
972
|
<param pos="0" name="service.product" value="MariaDB"/>
|
|
972
973
|
</fingerprint>
|
|
973
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
974
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-tokudb-.*MariaDB(?:-log)?$" flags="REG_ICASE">
|
|
974
975
|
<description>Tokutek customized MariaDB</description>
|
|
975
976
|
<example service.version="5.5.25">5.5.25-tokudb-6.1.1-47477-MariaDB-log</example>
|
|
976
977
|
<param pos="1" name="service.version"/>
|
|
@@ -978,7 +979,7 @@
|
|
|
978
979
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
979
980
|
<param pos="0" name="service.product" value="MariaDB"/>
|
|
980
981
|
</fingerprint>
|
|
981
|
-
<fingerprint pattern="^^(\d{1,2}\.\d{1,2}
|
|
982
|
+
<fingerprint pattern="^^(\d{1,2}\.\d{1,2}\.[a-f\d]{1,3})-Sphinx" flags="REG_ICASE">
|
|
982
983
|
<description>Oracle MySQL with the Sphinx full text search engine</description>
|
|
983
984
|
<example service.version="5.1.40">5.1.40-Sphinx</example>
|
|
984
985
|
<param pos="1" name="service.version"/>
|
|
@@ -986,7 +987,7 @@
|
|
|
986
987
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
987
988
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
988
989
|
</fingerprint>
|
|
989
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
990
|
+
<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">
|
|
990
991
|
<description>Oracle MySQL packaged by TLD Linux</description>
|
|
991
992
|
<example service.version="5.0.91">5.0.91+tld0-log</example>
|
|
992
993
|
<example service.version="5.1.57">5.1.57-5.1.57+tld2-log</example>
|
|
@@ -998,7 +999,7 @@
|
|
|
998
999
|
<param pos="0" name="os.family" value="Linux"/>
|
|
999
1000
|
<param pos="0" name="os.product" value="Linux"/>
|
|
1000
1001
|
</fingerprint>
|
|
1001
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1002
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Debian_\d\.infrant\d$" flags="REG_ICASE">
|
|
1002
1003
|
<description>Oracle MySQL on a Netgear ReadyNAS</description>
|
|
1003
1004
|
<example service.version="5.0.24a">5.0.24a-Debian_3.infrant1</example>
|
|
1004
1005
|
<param pos="1" name="service.version"/>
|
|
@@ -1008,12 +1009,13 @@
|
|
|
1008
1009
|
<param pos="0" name="os.vendor" value="Debian"/>
|
|
1009
1010
|
<param pos="0" name="os.family" value="Linux"/>
|
|
1010
1011
|
<param pos="0" name="os.product" value="Linux"/>
|
|
1012
|
+
<param pos="0" name="os.device" value="Storage"/>
|
|
1011
1013
|
<param pos="0" name="hw.vendor" value="Netgear"/>
|
|
1012
1014
|
<param pos="0" name="hw.device" value="General"/>
|
|
1013
1015
|
<param pos="0" name="hw.family" value="ReadyNAS"/>
|
|
1014
1016
|
<param pos="0" name="hw.product" value="ReadyNAS"/>
|
|
1015
1017
|
</fingerprint>
|
|
1016
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1018
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-beget(?:-log)?$" flags="REG_ICASE">
|
|
1017
1019
|
<description>Oracle MySQL at Ukrainian hoster BeGet(?)</description>
|
|
1018
1020
|
<example service.version="5.1.61">5.1.61-beget-log</example>
|
|
1019
1021
|
<param pos="1" name="service.version"/>
|
|
@@ -1021,7 +1023,7 @@
|
|
|
1021
1023
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
1022
1024
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
1023
1025
|
</fingerprint>
|
|
1024
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1026
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-(?:Linuxtone.Org|LTOPS)(?:-log)?$" flags="REG_ICASE">
|
|
1025
1027
|
<description>Oracle MySQL at Chinese hoster Linuxtone.org</description>
|
|
1026
1028
|
<example service.version="5.0.56">5.0.56-Linuxtone.Org</example>
|
|
1027
1029
|
<example service.version="5.1.53">5.1.53-LTOPS-log</example>
|
|
@@ -1030,7 +1032,7 @@
|
|
|
1030
1032
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
1031
1033
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
1032
1034
|
</fingerprint>
|
|
1033
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1035
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-xencdn.net(?:-log)?$" flags="REG_ICASE">
|
|
1034
1036
|
<description>Oracle MySQL at Chinese hoster Xencdn.net</description>
|
|
1035
1037
|
<example service.version="5.1.66">5.1.66-xencdn.net-log</example>
|
|
1036
1038
|
<param pos="1" name="service.version"/>
|
|
@@ -1038,7 +1040,7 @@
|
|
|
1038
1040
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
1039
1041
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
1040
1042
|
</fingerprint>
|
|
1041
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1043
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Comsenz(?:-log)?$" flags="REG_ICASE">
|
|
1042
1044
|
<description>Oracle MySQL at Chinese hoster Comsenz</description>
|
|
1043
1045
|
<example service.version="5.0.27">5.0.27-Comsenz-log</example>
|
|
1044
1046
|
<param pos="1" name="service.version"/>
|
|
@@ -1046,7 +1048,7 @@
|
|
|
1046
1048
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
1047
1049
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
1048
1050
|
</fingerprint>
|
|
1049
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1051
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-www\.gamewave\.net(?:-edition)?(?:-log)?$" flags="REG_ICASE">
|
|
1050
1052
|
<description>Oracle MySQL at Chinese game hoster Gamewave</description>
|
|
1051
1053
|
<example service.version="5.1.56">5.1.56-www.gamewave.net-edition-log</example>
|
|
1052
1054
|
<example service.version="5.1.56">5.1.56-www.gamewave.net-log</example>
|
|
@@ -1055,7 +1057,7 @@
|
|
|
1055
1057
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
1056
1058
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
1057
1059
|
</fingerprint>
|
|
1058
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1060
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}(?:[.-]\d{1,2})?(?:[.-]\d{1})?)[-\d]*-beget(?:-log)?$" flags="REG_ICASE">
|
|
1059
1061
|
<description>Oracle MySQL at Russian hoster Beget</description>
|
|
1060
1062
|
<example service.version="5.6.16-64.0">5.6.16-64.0-beget-log</example>
|
|
1061
1063
|
<example service.version="5.6.21-70.0">5.6.21-70.0-1-beget-log</example>
|
|
@@ -1064,7 +1066,7 @@
|
|
|
1064
1066
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
1065
1067
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
1066
1068
|
</fingerprint>
|
|
1067
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1069
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})yes(?:-log)?$" flags="REG_ICASE">
|
|
1068
1070
|
<description>Oracle MySQL part of KB2 / Kimsboard (Korean site mgmt)?</description>
|
|
1069
1071
|
<example service.version="4.0.27">4.0.27yes</example>
|
|
1070
1072
|
<param pos="1" name="service.version"/>
|
|
@@ -1072,7 +1074,7 @@
|
|
|
1072
1074
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
1073
1075
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
1074
1076
|
</fingerprint>
|
|
1075
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1077
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})\.t\d{1,2}(?:[\.\d]{3})?(?:-log)?$" flags="REG_ICASE">
|
|
1076
1078
|
<description>Oracle MySQL audited/published by Twitter</description>
|
|
1077
1079
|
<example service.version="5.5.24">5.5.24.t7-log</example>
|
|
1078
1080
|
<example service.version="5.5.31">5.5.31.t11.1</example>
|
|
@@ -1081,7 +1083,7 @@
|
|
|
1081
1083
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
1082
1084
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
1083
1085
|
</fingerprint>
|
|
1084
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1086
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}) Hybrid Cluster MySQL Proxy to$" flags="REG_ICASE">
|
|
1085
1087
|
<description>Oracle MySQL by Hybrid Cluster (hosted?)</description>
|
|
1086
1088
|
<example service.version="5.5.15">5.5.15 Hybrid Cluster MySQL Proxy to</example>
|
|
1087
1089
|
<param pos="1" name="service.version"/>
|
|
@@ -1089,7 +1091,7 @@
|
|
|
1089
1091
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
1090
1092
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
1091
1093
|
</fingerprint>
|
|
1092
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1094
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}) ScaleBase Data Traffic Manager [\.\d]+$" flags="REG_ICASE">
|
|
1093
1095
|
<description>Oracle MySQL behind ScaleBase Data Traffic Manager</description>
|
|
1094
1096
|
<example service.version="5.1.53">5.1.53 ScaleBase Data Traffic Manager 3.2.3</example>
|
|
1095
1097
|
<param pos="1" name="service.version"/>
|
|
@@ -1097,7 +1099,7 @@
|
|
|
1097
1099
|
<param pos="0" name="service.family" value="MySQL"/>
|
|
1098
1100
|
<param pos="0" name="service.product" value="MySQL"/>
|
|
1099
1101
|
</fingerprint>
|
|
1100
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1102
|
+
<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">
|
|
1101
1103
|
<description>Percona Server (MySQL fork) with 'ctbanco' </description>
|
|
1102
1104
|
<example service.version="5.6.16">5.6.16-64.1-1.ctbanco60-log</example>
|
|
1103
1105
|
<example service.version="5.6.16">5.6.16-64.1-1.ctbanco7-log</example>
|
|
@@ -1108,7 +1110,7 @@
|
|
|
1108
1110
|
<param pos="0" name="os.family" value="Linux"/>
|
|
1109
1111
|
<param pos="0" name="os.product" value="Linux"/>
|
|
1110
1112
|
</fingerprint>
|
|
1111
|
-
<fingerprint pattern="^(\d{1,2}\.\d{1,3}
|
|
1113
|
+
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}) Complete MySQL by Server Logistics(?:-log)?$" flags="REG_ICASE">
|
|
1112
1114
|
<description>Oracle MySQL packaged by Server Logistics, Mac specific</description>
|
|
1113
1115
|
<example service.version="4.0.21">4.0.21 Complete MySQL by Server Logistics-log</example>
|
|
1114
1116
|
<param pos="1" name="service.version"/>
|
data/xml/smb_native_os.xml
CHANGED
|
@@ -351,4 +351,196 @@
|
|
|
351
351
|
<param pos="0" name="service.vendor" value="Wind River"/>
|
|
352
352
|
<param pos="0" name="service.product" value="VxWorks CIFS"/>
|
|
353
353
|
</fingerprint>
|
|
354
|
+
|
|
355
|
+
<fingerprint pattern="^OS/400 \D(\d+)\D(\d+)\D(\d+)">
|
|
356
|
+
<description>OS/400</description>
|
|
357
|
+
<example os.version="4" os.version.version="5" os.version.version.version="0">OS/400 V4R5M0</example>
|
|
358
|
+
<param pos="0" name="os.vendor" value="IBM"/>
|
|
359
|
+
<param pos="0" name="os.product" value="OS/400"/>
|
|
360
|
+
<param pos="1" name="os.version"/>
|
|
361
|
+
<param pos="2" name="os.version.version"/>
|
|
362
|
+
<param pos="3" name="os.version.version.version"/>
|
|
363
|
+
</fingerprint>
|
|
364
|
+
|
|
365
|
+
<!-- VisionFS -->
|
|
366
|
+
|
|
367
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)ai(\d{4})">
|
|
368
|
+
<description>AIX</description>
|
|
369
|
+
<example service.version="9876">axai9876</example>
|
|
370
|
+
<param pos="0" name="os.vendor" value="IBM"/>
|
|
371
|
+
<param pos="0" name="os.family" value="AIX"/>
|
|
372
|
+
<param pos="0" name="os.product" value="AIX"/>
|
|
373
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
374
|
+
<param pos="1" name="service.version"/>
|
|
375
|
+
</fingerprint>
|
|
376
|
+
|
|
377
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)dg(\d{4})">
|
|
378
|
+
<description>DG/UX</description>
|
|
379
|
+
<example service.version="9876">i3dg9876</example>
|
|
380
|
+
<param pos="0" name="os.vendor" value="Data General"/>
|
|
381
|
+
<param pos="0" name="os.family" value="DG/UX"/>
|
|
382
|
+
<param pos="0" name="os.product" value="DG/UX"/>
|
|
383
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
384
|
+
<param pos="1" name="service.version"/>
|
|
385
|
+
</fingerprint>
|
|
386
|
+
|
|
387
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)dw(\d{4})">
|
|
388
|
+
<description>Darwin</description>
|
|
389
|
+
<example service.version="9876">m8dw9876</example>
|
|
390
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
391
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
392
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
393
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
394
|
+
<param pos="1" name="service.version"/>
|
|
395
|
+
</fingerprint>
|
|
396
|
+
|
|
397
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)dy(\d{4})">
|
|
398
|
+
<description>DYNIX</description>
|
|
399
|
+
<example service.version="9876">m8dy9876</example>
|
|
400
|
+
<param pos="0" name="os.vendor" value="Sequent"/>
|
|
401
|
+
<param pos="0" name="os.family" value="Dynix"/>
|
|
402
|
+
<param pos="0" name="os.product" value="Dynix"/>
|
|
403
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
404
|
+
<param pos="1" name="service.version"/>
|
|
405
|
+
</fingerprint>
|
|
406
|
+
|
|
407
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)fb(\d{4})">
|
|
408
|
+
<description>FreeBSD</description>
|
|
409
|
+
<example service.version="9876">m8fb9876</example>
|
|
410
|
+
<param pos="0" name="os.vendor" value="FreeBSD"/>
|
|
411
|
+
<param pos="0" name="os.family" value="FreeBSD"/>
|
|
412
|
+
<param pos="0" name="os.product" value="FreeBSD"/>
|
|
413
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
414
|
+
<param pos="1" name="service.version"/>
|
|
415
|
+
</fingerprint>
|
|
416
|
+
|
|
417
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)hp(\d{4})">
|
|
418
|
+
<description>HP-UX</description>
|
|
419
|
+
<example service.version="9876">m8hp9876</example>
|
|
420
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
|
421
|
+
<param pos="0" name="os.family" value="HP-UX"/>
|
|
422
|
+
<param pos="0" name="os.product" value="HP-UX"/>
|
|
423
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
424
|
+
<param pos="1" name="service.version"/>
|
|
425
|
+
</fingerprint>
|
|
426
|
+
|
|
427
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)ir(\d{4})">
|
|
428
|
+
<description>IRIX</description>
|
|
429
|
+
<example service.version="9876">m8ir9876</example>
|
|
430
|
+
<param pos="0" name="os.vendor" value="SGI"/>
|
|
431
|
+
<param pos="0" name="os.family" value="Irix"/>
|
|
432
|
+
<param pos="0" name="os.product" value="Irix"/>
|
|
433
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
434
|
+
<param pos="1" name="service.version"/>
|
|
435
|
+
</fingerprint>
|
|
436
|
+
|
|
437
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)li(\d{4})">
|
|
438
|
+
<description>Linux</description>
|
|
439
|
+
<example service.version="9876">m8li9876</example>
|
|
440
|
+
<param pos="0" name="os.vendor" value="Linux"/>
|
|
441
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
442
|
+
<param pos="0" name="os.product" value="Linux"/>
|
|
443
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
444
|
+
<param pos="1" name="service.version"/>
|
|
445
|
+
</fingerprint>
|
|
446
|
+
|
|
447
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)mo(\d{4})">
|
|
448
|
+
<description>SVR</description>
|
|
449
|
+
<example service.version="9876">m8mo9876</example>
|
|
450
|
+
<param pos="0" name="os.vendor" value="Motorola"/>
|
|
451
|
+
<param pos="0" name="os.family" value="SVR4"/>
|
|
452
|
+
<param pos="0" name="os.product" value="SVR"/>
|
|
453
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
454
|
+
<param pos="1" name="service.version"/>
|
|
455
|
+
</fingerprint>
|
|
456
|
+
|
|
457
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)o1(\d{4})">
|
|
458
|
+
<description>OSF/1</description>
|
|
459
|
+
<example service.version="9876">m8o19876</example>
|
|
460
|
+
<param pos="0" name="os.vendor" value="DEC"/>
|
|
461
|
+
<param pos="0" name="os.family" value="Digital UNIX"/>
|
|
462
|
+
<param pos="0" name="os.product" value="OSF/1"/>
|
|
463
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
464
|
+
<param pos="1" name="service.version"/>
|
|
465
|
+
</fingerprint>
|
|
466
|
+
|
|
467
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)ro(\d{4})">
|
|
468
|
+
<description>RISC OS</description>
|
|
469
|
+
<example service.version="9876">m8ro9876</example>
|
|
470
|
+
<param pos="0" name="os.family" value="RISC OS"/>
|
|
471
|
+
<param pos="0" name="os.product" value="RISC OS"/>
|
|
472
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
473
|
+
<param pos="1" name="service.version"/>
|
|
474
|
+
</fingerprint>
|
|
475
|
+
|
|
476
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)sc(\d{4})">
|
|
477
|
+
<description>OpenServer</description>
|
|
478
|
+
<example service.version="9876">m8sc9876</example>
|
|
479
|
+
<param pos="0" name="os.vendor" value="SCO"/>
|
|
480
|
+
<param pos="0" name="os.family" value="OpenServer"/>
|
|
481
|
+
<param pos="0" name="os.product" value="OpenServer"/>
|
|
482
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
483
|
+
<param pos="1" name="service.version"/>
|
|
484
|
+
</fingerprint>
|
|
485
|
+
|
|
486
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)so(\d{4})">
|
|
487
|
+
<description>SunOS</description>
|
|
488
|
+
<example service.version="9876">m8so9876</example>
|
|
489
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
490
|
+
<param pos="0" name="os.family" value="SunOS"/>
|
|
491
|
+
<param pos="0" name="os.product" value="SunOS"/>
|
|
492
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
493
|
+
<param pos="1" name="service.version"/>
|
|
494
|
+
</fingerprint>
|
|
495
|
+
|
|
496
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)su(\d{4})">
|
|
497
|
+
<description>Solaris</description>
|
|
498
|
+
<example service.version="9876">m8su9876</example>
|
|
499
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
|
500
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
|
501
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
|
502
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
503
|
+
<param pos="1" name="service.version"/>
|
|
504
|
+
</fingerprint>
|
|
505
|
+
|
|
506
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)sx(\d{4})">
|
|
507
|
+
<description>SINIX</description>
|
|
508
|
+
<example service.version="9876">m8sx9876</example>
|
|
509
|
+
<param pos="0" name="os.vendor" value="Siemens"/>
|
|
510
|
+
<param pos="0" name="os.family" value="SINIX"/>
|
|
511
|
+
<param pos="0" name="os.product" value="SINIX"/>
|
|
512
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
513
|
+
<param pos="1" name="service.version"/>
|
|
514
|
+
</fingerprint>
|
|
515
|
+
|
|
516
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)ul(\d{4})">
|
|
517
|
+
<description>Ultrix/1</description>
|
|
518
|
+
<example service.version="9876">m8ul9876</example>
|
|
519
|
+
<param pos="0" name="os.vendor" value="DEC"/>
|
|
520
|
+
<param pos="0" name="os.family" value="Ultrix"/>
|
|
521
|
+
<param pos="0" name="os.product" value="Ultrix"/>
|
|
522
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
523
|
+
<param pos="1" name="service.version"/>
|
|
524
|
+
</fingerprint>
|
|
525
|
+
|
|
526
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)un(\d{4})">
|
|
527
|
+
<description>UnixWare</description>
|
|
528
|
+
<example service.version="9876">m8un9876</example>
|
|
529
|
+
<param pos="0" name="os.vendor" value="SCO"/>
|
|
530
|
+
<param pos="0" name="os.family" value="UnixWare"/>
|
|
531
|
+
<param pos="0" name="os.product" value="UnixWare"/>
|
|
532
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
533
|
+
<param pos="1" name="service.version"/>
|
|
534
|
+
</fingerprint>
|
|
535
|
+
|
|
536
|
+
<fingerprint pattern="^(?:ax|i3|m8|mp|pa|pp|rs|sp)wi(\d{4})">
|
|
537
|
+
<description>Windows</description>
|
|
538
|
+
<example service.version="9876">m8wi9876</example>
|
|
539
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
|
540
|
+
<param pos="0" name="os.family" value="Windows"/>
|
|
541
|
+
<param pos="0" name="os.product" value="Windows"/>
|
|
542
|
+
<param pos="0" name="service.product" value="VisionFS"/>
|
|
543
|
+
<param pos="1" name="service.version"/>
|
|
544
|
+
</fingerprint>
|
|
545
|
+
|
|
354
546
|
</fingerprints>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: recog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rapid7 Research
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-04-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|