recog 2.1.20 → 2.1.21
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/remap.json +131 -0
- data/spec/lib/fingerprint_self_test_spec.rb +16 -1
- data/update_cpes.py +202 -0
- data/xml/apache_os.xml +29 -5
- data/xml/architecture.xml +3 -3
- data/xml/dns_versionbind.xml +56 -10
- data/xml/ftp_banners.xml +56 -12
- data/xml/h323_callresp.xml +4 -4
- data/xml/hp_pjl_id.xml +8 -8
- data/xml/http_cookies.xml +20 -8
- data/xml/http_servers.xml +122 -8
- data/xml/http_wwwauth.xml +13 -3
- data/xml/imap_banners.xml +19 -1
- data/xml/ldap_searchresult.xml +44 -68
- data/xml/mdns_device-info_txt.xml +18 -7
- data/xml/mdns_workstation_txt.xml +7 -7
- data/xml/mysql_banners.xml +159 -13
- data/xml/mysql_error.xml +124 -21
- data/xml/nntp_banners.xml +10 -4
- data/xml/ntp_banners.xml +144 -84
- data/xml/operating_system.xml +39 -10
- data/xml/pop_banners.xml +32 -12
- data/xml/rsh_resp.xml +8 -3
- data/xml/sip_banners.xml +4 -3
- data/xml/sip_user_agents.xml +4 -3
- data/xml/smb_native_lm.xml +9 -4
- data/xml/smb_native_os.xml +50 -25
- data/xml/smtp_banners.xml +108 -33
- data/xml/smtp_debug.xml +11 -8
- data/xml/smtp_ehlo.xml +14 -11
- data/xml/smtp_expn.xml +17 -11
- data/xml/smtp_help.xml +17 -11
- data/xml/smtp_mailfrom.xml +4 -3
- data/xml/smtp_noop.xml +13 -8
- data/xml/smtp_quit.xml +10 -8
- data/xml/smtp_rcptto.xml +1 -3
- data/xml/smtp_rset.xml +10 -8
- data/xml/smtp_turn.xml +10 -8
- data/xml/smtp_vrfy.xml +18 -11
- data/xml/snmp_sysdescr.xml +157 -451
- data/xml/snmp_sysobjid.xml +57 -4
- data/xml/ssh_banners.xml +104 -5
- data/xml/upnp_banners.xml +16 -1
- data/xml/x11_banners.xml +34 -9
- metadata +4 -2
@@ -1,12 +1,12 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!--
|
3
|
-
Fingerprint definitions that are matched against the string values in the
|
4
|
-
TXT record returned by an mDNS endpoint for the '_device-info._tcp.local.'
|
5
|
-
domain name (class IN). Note that the host name may need to be prepended
|
6
|
-
to the domain name for a server to respond with the record:
|
7
|
-
e.g. 'host-name._device-info._tcp.local'.
|
8
|
-
-->
|
9
2
|
<fingerprints matches="mdns.device-info.txt" protocol="mdns" database_type="util.os">
|
3
|
+
<!--
|
4
|
+
Fingerprint definitions that are matched against the string values in the
|
5
|
+
TXT record returned by an mDNS endpoint for the '_device-info._tcp.local.'
|
6
|
+
domain name (class IN). Note that the host name may need to be prepended
|
7
|
+
to the domain name for a server to respond with the record:
|
8
|
+
e.g. 'host-name._device-info._tcp.local'.
|
9
|
+
-->
|
10
10
|
<!--
|
11
11
|
OS X versions:
|
12
12
|
The number specified after osxvers= is equivalent to the major
|
@@ -19,6 +19,7 @@
|
|
19
19
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
20
20
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
21
21
|
<param pos="0" name="os.version" value="10.10"/>
|
22
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.10"/>
|
22
23
|
</fingerprint>
|
23
24
|
<fingerprint pattern="^osxvers=13">
|
24
25
|
<description>OS X 10.9 (Mavericks)</description>
|
@@ -27,6 +28,7 @@
|
|
27
28
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
28
29
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
29
30
|
<param pos="0" name="os.version" value="10.9"/>
|
31
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.9"/>
|
30
32
|
</fingerprint>
|
31
33
|
<fingerprint pattern="^osxvers=12">
|
32
34
|
<description>OS X 10.8 (Mountain Lion)</description>
|
@@ -35,6 +37,7 @@
|
|
35
37
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
36
38
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
37
39
|
<param pos="0" name="os.version" value="10.8"/>
|
40
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.8"/>
|
38
41
|
</fingerprint>
|
39
42
|
<fingerprint pattern="^osxvers=11">
|
40
43
|
<description>Mac OS X 10.7 (Lion)</description>
|
@@ -43,6 +46,7 @@
|
|
43
46
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
44
47
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
45
48
|
<param pos="0" name="os.version" value="10.7"/>
|
49
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.7"/>
|
46
50
|
</fingerprint>
|
47
51
|
<fingerprint pattern="^osxvers=10">
|
48
52
|
<description>Mac OS X 10.6 (Snow Leopard)</description>
|
@@ -51,6 +55,7 @@
|
|
51
55
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
52
56
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
53
57
|
<param pos="0" name="os.version" value="10.6"/>
|
58
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.6"/>
|
54
59
|
</fingerprint>
|
55
60
|
<fingerprint pattern="^osxvers=9">
|
56
61
|
<description>Mac OS X 10.5 (Leopard)</description>
|
@@ -59,6 +64,7 @@
|
|
59
64
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
60
65
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
61
66
|
<param pos="0" name="os.version" value="10.5"/>
|
67
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.5"/>
|
62
68
|
</fingerprint>
|
63
69
|
<fingerprint pattern="^osxvers=8">
|
64
70
|
<description>Mac OS X 10.4 (Tiger)</description>
|
@@ -67,6 +73,7 @@
|
|
67
73
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
68
74
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
69
75
|
<param pos="0" name="os.version" value="10.4"/>
|
76
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.4"/>
|
70
77
|
</fingerprint>
|
71
78
|
<fingerprint pattern="^osxvers=7">
|
72
79
|
<description>Mac OS X 10.3 (Panther)</description>
|
@@ -75,6 +82,7 @@
|
|
75
82
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
76
83
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
77
84
|
<param pos="0" name="os.version" value="10.3"/>
|
85
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.3"/>
|
78
86
|
</fingerprint>
|
79
87
|
<fingerprint pattern="^osxvers=6">
|
80
88
|
<description>Mac OS X 10.2 (Jaguar)</description>
|
@@ -83,6 +91,7 @@
|
|
83
91
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
84
92
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
85
93
|
<param pos="0" name="os.version" value="10.2"/>
|
94
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.2"/>
|
86
95
|
</fingerprint>
|
87
96
|
<fingerprint pattern="^osxvers=5">
|
88
97
|
<description>Mac OS X 10.1 (Puma)</description>
|
@@ -91,6 +100,7 @@
|
|
91
100
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
92
101
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
93
102
|
<param pos="0" name="os.version" value="10.1"/>
|
103
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.1"/>
|
94
104
|
</fingerprint>
|
95
105
|
<fingerprint pattern="^osxvers=4">
|
96
106
|
<description>Mac OS X 10.0 (Cheetah)</description>
|
@@ -99,6 +109,7 @@
|
|
99
109
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
100
110
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
101
111
|
<param pos="0" name="os.version" value="10.0"/>
|
112
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.0"/>
|
102
113
|
</fingerprint>
|
103
114
|
<fingerprint pattern="^model=AirPort.*$">
|
104
115
|
<description>AirPort</description>
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!--
|
3
|
-
Fingerprint definitions that are matched against the string values in the
|
4
|
-
TXT record returned by an mDNS endpoint for the '_workstation._tcp.local.'
|
5
|
-
domain name (class IN). Note that the host name may need to be prepended
|
6
|
-
to the domain name for a server to respond with the record:
|
7
|
-
e.g. 'host-name._workstation._tcp.local'.
|
8
|
-
-->
|
9
2
|
<fingerprints matches="mdns.workstation.txt" protocol="mdns" database_type="service">
|
3
|
+
<!--
|
4
|
+
Fingerprint definitions that are matched against the string values in the
|
5
|
+
TXT record returned by an mDNS endpoint for the '_workstation._tcp.local.'
|
6
|
+
domain name (class IN). Note that the host name may need to be prepended
|
7
|
+
to the domain name for a server to respond with the record:
|
8
|
+
e.g. 'host-name._workstation._tcp.local'.
|
9
|
+
-->
|
10
10
|
<fingerprint pattern="^org\.freedesktop\.Avahi\.cookie=\S+$">
|
11
11
|
<description>Avahi</description>
|
12
12
|
<example>org.freedesktop.Avahi.cookie=1023312927</example>
|
data/xml/mysql_banners.xml
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
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
2
|
<fingerprints matches="mysql.banners" protocol="mysql" database_type="service" preference="0.75">
|
3
|
+
<!--
|
4
|
+
Upon successful connection to an MySQL/derivative TCP endpoint, provided
|
5
|
+
the connecting client is allowed to speak to the MySQL service (for
|
6
|
+
example, it hasn't been blocked for too many failed password attempts and
|
7
|
+
is explicitly allowed to connect from this client), the first packet
|
8
|
+
recieved will contain the MySQL server greeting which contains things like
|
9
|
+
the protocol spoken, capabilities and, most importantly, a version. This
|
10
|
+
version is a null-terminated, free-form field starting at the 6th byte of
|
11
|
+
the TCP payload and the fingerprints below are used to match and extract
|
12
|
+
from this version.
|
13
|
+
-->
|
14
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>
|
@@ -31,6 +31,7 @@
|
|
31
31
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
32
32
|
<param pos="0" name="service.family" value="MySQL"/>
|
33
33
|
<param pos="0" name="service.product" value="MySQL"/>
|
34
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
34
35
|
</fingerprint>
|
35
36
|
<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
37
|
<description>Oracle MySQL Community Edition</description>
|
@@ -46,6 +47,7 @@
|
|
46
47
|
<param pos="0" name="service.family" value="MySQL"/>
|
47
48
|
<param pos="0" name="service.product" value="MySQL"/>
|
48
49
|
<param pos="0" name="service.edition" value="Community Edition"/>
|
50
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
49
51
|
</fingerprint>
|
50
52
|
<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
53
|
<description>Oracle MySQL Community Edition with Named Pipes (Windows)</description>
|
@@ -60,6 +62,7 @@
|
|
60
62
|
<param pos="0" name="service.family" value="MySQL"/>
|
61
63
|
<param pos="0" name="service.product" value="MySQL"/>
|
62
64
|
<param pos="0" name="service.edition" value="Community Edition"/>
|
65
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
63
66
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
64
67
|
<param pos="0" name="os.family" value="Windows"/>
|
65
68
|
</fingerprint>
|
@@ -74,6 +77,7 @@
|
|
74
77
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
75
78
|
<param pos="0" name="service.family" value="MySQL"/>
|
76
79
|
<param pos="0" name="service.product" value="MySQL"/>
|
80
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
77
81
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
78
82
|
<param pos="0" name="os.family" value="Windows"/>
|
79
83
|
</fingerprint>
|
@@ -84,6 +88,7 @@
|
|
84
88
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
85
89
|
<param pos="0" name="service.family" value="MySQL"/>
|
86
90
|
<param pos="0" name="service.product" value="MySQL"/>
|
91
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
87
92
|
<param pos="0" name="os.family" value="Linux"/>
|
88
93
|
</fingerprint>
|
89
94
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-community-cll$" flags="REG_ICASE">
|
@@ -94,6 +99,7 @@
|
|
94
99
|
<param pos="0" name="service.family" value="MySQL"/>
|
95
100
|
<param pos="0" name="service.product" value="MySQL"/>
|
96
101
|
<param pos="0" name="service.edition" value="Community Edition"/>
|
102
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
97
103
|
<param pos="0" name="os.family" value="Linux"/>
|
98
104
|
<param pos="0" name="os.product" value="Linux"/>
|
99
105
|
</fingerprint>
|
@@ -104,6 +110,7 @@
|
|
104
110
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
105
111
|
<param pos="0" name="service.family" value="MySQL"/>
|
106
112
|
<param pos="0" name="service.product" value="MySQL"/>
|
113
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
107
114
|
<param pos="0" name="os.vendor" value="CloudLinux"/>
|
108
115
|
<param pos="0" name="os.family" value="Linux"/>
|
109
116
|
<param pos="0" name="os.product" value="Linux"/>
|
@@ -116,6 +123,7 @@
|
|
116
123
|
<param pos="0" name="service.family" value="MySQL"/>
|
117
124
|
<param pos="0" name="service.product" value="MySQL"/>
|
118
125
|
<param pos="0" name="service.edition" value="Community Edition"/>
|
126
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
119
127
|
<param pos="0" name="os.vendor" value="CloudLinux"/>
|
120
128
|
<param pos="0" name="os.family" value="Linux"/>
|
121
129
|
<param pos="0" name="os.product" value="Linux"/>
|
@@ -128,10 +136,12 @@
|
|
128
136
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
129
137
|
<param pos="0" name="service.family" value="MySQL"/>
|
130
138
|
<param pos="0" name="service.product" value="MySQL"/>
|
139
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
131
140
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
132
141
|
<param pos="0" name="os.family" value="Linux"/>
|
133
142
|
<param pos="0" name="os.product" value="Linux"/>
|
134
143
|
<param pos="2" name="os.version"/>
|
144
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:{os.version}"/>
|
135
145
|
</fingerprint>
|
136
146
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})-(?:Debian_)?\dubuntu(\d{1,2}\.\d\d)[.\d]*(?:-log)?$">
|
137
147
|
<description>Oracle MySQL on Ubuntu</description>
|
@@ -141,10 +151,12 @@
|
|
141
151
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
142
152
|
<param pos="0" name="service.family" value="MySQL"/>
|
143
153
|
<param pos="0" name="service.product" value="MySQL"/>
|
154
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
144
155
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
145
156
|
<param pos="0" name="os.family" value="Linux"/>
|
146
157
|
<param pos="0" name="os.product" value="Linux"/>
|
147
158
|
<param pos="2" name="os.version"/>
|
159
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:{os.version}"/>
|
148
160
|
</fingerprint>
|
149
161
|
<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
162
|
<description>Oracle MySQL on Ubuntu where trailing digits aren't OS version</description>
|
@@ -159,9 +171,11 @@
|
|
159
171
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
160
172
|
<param pos="0" name="service.family" value="MySQL"/>
|
161
173
|
<param pos="0" name="service.product" value="MySQL"/>
|
174
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
162
175
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
163
176
|
<param pos="0" name="os.family" value="Linux"/>
|
164
177
|
<param pos="0" name="os.product" value="Linux"/>
|
178
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:-"/>
|
165
179
|
</fingerprint>
|
166
180
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+deb\.sury\.org~precise\+\d(?:-log)?$">
|
167
181
|
<description>Oracle MySQL on Ubuntu 12.04 (Precise Pangolin) packaged by deb.sury.org</description>
|
@@ -171,10 +185,12 @@
|
|
171
185
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
172
186
|
<param pos="0" name="service.family" value="MySQL"/>
|
173
187
|
<param pos="0" name="service.product" value="MySQL"/>
|
188
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
174
189
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
175
190
|
<param pos="0" name="os.family" value="Linux"/>
|
176
191
|
<param pos="0" name="os.product" value="Linux"/>
|
177
192
|
<param pos="0" name="os.version" value="12.04"/>
|
193
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.04"/>
|
178
194
|
</fingerprint>
|
179
195
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+deb\.sury\.org~trusty\+\d(?:-log)?$">
|
180
196
|
<description>Oracle MySQL on Ubuntu 14.04 (Trusty Tahr) packaged by deb.sury.org</description>
|
@@ -184,10 +200,12 @@
|
|
184
200
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
185
201
|
<param pos="0" name="service.family" value="MySQL"/>
|
186
202
|
<param pos="0" name="service.product" value="MySQL"/>
|
203
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
187
204
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
188
205
|
<param pos="0" name="os.family" value="Linux"/>
|
189
206
|
<param pos="0" name="os.product" value="Linux"/>
|
190
207
|
<param pos="0" name="os.version" value="14.04"/>
|
208
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.04"/>
|
191
209
|
</fingerprint>
|
192
210
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+(?:squeeze\d|deb6u1)(?:-log)?$">
|
193
211
|
<description>Oracle MySQL on Debian 6.0 (squeeze)</description>
|
@@ -198,10 +216,12 @@
|
|
198
216
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
199
217
|
<param pos="0" name="service.family" value="MySQL"/>
|
200
218
|
<param pos="0" name="service.product" value="MySQL"/>
|
219
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
201
220
|
<param pos="0" name="os.vendor" value="Debian"/>
|
202
221
|
<param pos="0" name="os.family" value="Linux"/>
|
203
222
|
<param pos="0" name="os.product" value="Linux"/>
|
204
223
|
<param pos="0" name="os.version" value="6.0"/>
|
224
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:6.0"/>
|
205
225
|
</fingerprint>
|
206
226
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+wheezy\d(?:-log)?$">
|
207
227
|
<description>Oracle MySQL on Debian 7.0 (wheezy)</description>
|
@@ -211,10 +231,12 @@
|
|
211
231
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
212
232
|
<param pos="0" name="service.family" value="MySQL"/>
|
213
233
|
<param pos="0" name="service.product" value="MySQL"/>
|
234
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
214
235
|
<param pos="0" name="os.vendor" value="Debian"/>
|
215
236
|
<param pos="0" name="os.family" value="Linux"/>
|
216
237
|
<param pos="0" name="os.product" value="Linux"/>
|
217
238
|
<param pos="0" name="os.version" value="7.0"/>
|
239
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:7.0"/>
|
218
240
|
</fingerprint>
|
219
241
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[^+]+)\+lenny\d*(?:\+spu\d)?(?:-log)?$">
|
220
242
|
<description>Oracle MySQL on Debian 5.0 (lenny)</description>
|
@@ -225,10 +247,12 @@
|
|
225
247
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
226
248
|
<param pos="0" name="service.family" value="MySQL"/>
|
227
249
|
<param pos="0" name="service.product" value="MySQL"/>
|
250
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
228
251
|
<param pos="0" name="os.vendor" value="Debian"/>
|
229
252
|
<param pos="0" name="os.family" value="Linux"/>
|
230
253
|
<param pos="0" name="os.product" value="Linux"/>
|
231
254
|
<param pos="0" name="os.version" value="5.0"/>
|
255
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:5.0"/>
|
232
256
|
</fingerprint>
|
233
257
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d~bpo50" flags="REG_ICASE">
|
234
258
|
<description>Oracle MySQL Backport on Debian 5.0 (lenny)</description>
|
@@ -237,10 +261,12 @@
|
|
237
261
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
238
262
|
<param pos="0" name="service.family" value="MySQL"/>
|
239
263
|
<param pos="0" name="service.product" value="MySQL"/>
|
264
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
240
265
|
<param pos="0" name="os.vendor" value="Debian"/>
|
241
266
|
<param pos="0" name="os.family" value="Linux"/>
|
242
267
|
<param pos="0" name="os.product" value="Linux"/>
|
243
268
|
<param pos="0" name="os.version" value="5.0"/>
|
269
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:5.0"/>
|
244
270
|
</fingerprint>
|
245
271
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}).*~?bpo40(?:\+\d)?(?:-log)?$" flags="REG_ICASE">
|
246
272
|
<description>Oracle MySQL Backport on Debian 4.0 (etch)</description>
|
@@ -249,10 +275,12 @@
|
|
249
275
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
250
276
|
<param pos="0" name="service.family" value="MySQL"/>
|
251
277
|
<param pos="0" name="service.product" value="MySQL"/>
|
278
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
252
279
|
<param pos="0" name="os.vendor" value="Debian"/>
|
253
280
|
<param pos="0" name="os.family" value="Linux"/>
|
254
281
|
<param pos="0" name="os.product" value="Linux"/>
|
255
282
|
<param pos="0" name="os.version" value="4.0"/>
|
283
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:4.0"/>
|
256
284
|
</fingerprint>
|
257
285
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Debian.*~?bpo31(?:\+\d)?(?:-log)?$" flags="REG_ICASE">
|
258
286
|
<description>Oracle MySQL Backport on Debian 3.1 (sarge)</description>
|
@@ -261,10 +289,12 @@
|
|
261
289
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
262
290
|
<param pos="0" name="service.family" value="MySQL"/>
|
263
291
|
<param pos="0" name="service.product" value="MySQL"/>
|
292
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
264
293
|
<param pos="0" name="os.vendor" value="Debian"/>
|
265
294
|
<param pos="0" name="os.family" value="Linux"/>
|
266
295
|
<param pos="0" name="os.product" value="Linux"/>
|
267
296
|
<param pos="0" name="os.version" value="3.1"/>
|
297
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:3.1"/>
|
268
298
|
</fingerprint>
|
269
299
|
<!-- FIXFIX -->
|
270
300
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Debian_\d~?bpo\.?\d" flags="REG_ICASE">
|
@@ -275,9 +305,11 @@
|
|
275
305
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
276
306
|
<param pos="0" name="service.family" value="MySQL"/>
|
277
307
|
<param pos="0" name="service.product" value="MySQL"/>
|
308
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
278
309
|
<param pos="0" name="os.vendor" value="Debian"/>
|
279
310
|
<param pos="0" name="os.family" value="Linux"/>
|
280
311
|
<param pos="0" name="os.product" value="Linux"/>
|
312
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
281
313
|
</fingerprint>
|
282
314
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})-Debian_\d?etch\d*(?:-log)?$">
|
283
315
|
<description>Oracle MySQL on Debian 4.0 (etch)</description>
|
@@ -287,10 +319,12 @@
|
|
287
319
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
288
320
|
<param pos="0" name="service.family" value="MySQL"/>
|
289
321
|
<param pos="0" name="service.product" value="MySQL"/>
|
322
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
290
323
|
<param pos="0" name="os.vendor" value="Debian"/>
|
291
324
|
<param pos="0" name="os.family" value="Linux"/>
|
292
325
|
<param pos="0" name="os.product" value="Linux"/>
|
293
326
|
<param pos="0" name="os.version" value="4.0"/>
|
327
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:4.0"/>
|
294
328
|
</fingerprint>
|
295
329
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})[_-]Debian[_-]\d{1,2}sarge\d*(?:-log)?$">
|
296
330
|
<description>Oracle MySQL on Debian 3.1 (sarge)</description>
|
@@ -300,10 +334,12 @@
|
|
300
334
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
301
335
|
<param pos="0" name="service.family" value="MySQL"/>
|
302
336
|
<param pos="0" name="service.product" value="MySQL"/>
|
337
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
303
338
|
<param pos="0" name="os.vendor" value="Debian"/>
|
304
339
|
<param pos="0" name="os.family" value="Linux"/>
|
305
340
|
<param pos="0" name="os.product" value="Linux"/>
|
306
341
|
<param pos="0" name="os.version" value="3.1"/>
|
342
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:3.1"/>
|
307
343
|
</fingerprint>
|
308
344
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})[_-]Debian[_-]\d{1,2}woody\d*(?:-log)?$">
|
309
345
|
<description>Oracle MySQL on Debian 3.0 (woody)</description>
|
@@ -312,10 +348,12 @@
|
|
312
348
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
313
349
|
<param pos="0" name="service.family" value="MySQL"/>
|
314
350
|
<param pos="0" name="service.product" value="MySQL"/>
|
351
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
315
352
|
<param pos="0" name="os.vendor" value="Debian"/>
|
316
353
|
<param pos="0" name="os.family" value="Linux"/>
|
317
354
|
<param pos="0" name="os.product" value="Linux"/>
|
318
355
|
<param pos="0" name="os.version" value="3.0"/>
|
356
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:3.0"/>
|
319
357
|
</fingerprint>
|
320
358
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:[_-]\d{8})?[_-]Debian[_-]\d{1,2}(?:-log)?$" flags="REG_ICASE">
|
321
359
|
<description>Oracle MySQL on Debian (Generic match)</description>
|
@@ -325,9 +363,11 @@
|
|
325
363
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
326
364
|
<param pos="0" name="service.family" value="MySQL"/>
|
327
365
|
<param pos="0" name="service.product" value="MySQL"/>
|
366
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
328
367
|
<param pos="0" name="os.vendor" value="Debian"/>
|
329
368
|
<param pos="0" name="os.family" value="Linux"/>
|
330
369
|
<param pos="0" name="os.product" value="Linux"/>
|
370
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
331
371
|
</fingerprint>
|
332
372
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,2})(?:-rc)?[_-]Debian[_-]\d{1,2}~ppa\d(?:-log)?$">
|
333
373
|
<description>Oracle MySQL on Debian (Generic match) using PPA</description>
|
@@ -336,9 +376,11 @@
|
|
336
376
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
337
377
|
<param pos="0" name="service.family" value="MySQL"/>
|
338
378
|
<param pos="0" name="service.product" value="MySQL"/>
|
379
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
339
380
|
<param pos="0" name="os.vendor" value="Debian"/>
|
340
381
|
<param pos="0" name="os.family" value="Linux"/>
|
341
382
|
<param pos="0" name="os.product" value="Linux"/>
|
383
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
342
384
|
</fingerprint>
|
343
385
|
<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
386
|
<description>Oracle MySQL packaged by DotDeb.org</description>
|
@@ -350,9 +392,11 @@
|
|
350
392
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
351
393
|
<param pos="0" name="service.family" value="MySQL"/>
|
352
394
|
<param pos="0" name="service.product" value="MySQL"/>
|
395
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
353
396
|
<param pos="0" name="os.vendor" value="Debian"/>
|
354
397
|
<param pos="0" name="os.family" value="Linux"/>
|
355
398
|
<param pos="0" name="os.product" value="Linux"/>
|
399
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
356
400
|
</fingerprint>
|
357
401
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})(?:-alpha)?(?:-beta)?(?:-gamma)?(?:-rc)?-standard(?:-log)?$" flags="REG_ICASE">
|
358
402
|
<description>Oracle MySQL Standard Edition</description>
|
@@ -364,6 +408,7 @@
|
|
364
408
|
<param pos="0" name="service.family" value="MySQL"/>
|
365
409
|
<param pos="0" name="service.product" value="MySQL"/>
|
366
410
|
<param pos="0" name="service.edition" value="Standard Edition"/>
|
411
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
367
412
|
</fingerprint>
|
368
413
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-pro(?:-gpl)?-nt(?:-log)?$" flags="REG_ICASE">
|
369
414
|
<description>Oracle MySQL Commercial Edition with Named Pipes (Windows)</description>
|
@@ -374,6 +419,7 @@
|
|
374
419
|
<param pos="0" name="service.family" value="MySQL"/>
|
375
420
|
<param pos="0" name="service.product" value="MySQL"/>
|
376
421
|
<param pos="0" name="service.edition" value="Commercial Edition"/>
|
422
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
377
423
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
378
424
|
<param pos="0" name="os.family" value="Windows"/>
|
379
425
|
</fingerprint>
|
@@ -386,6 +432,7 @@
|
|
386
432
|
<param pos="0" name="service.family" value="MySQL"/>
|
387
433
|
<param pos="0" name="service.product" value="MySQL"/>
|
388
434
|
<param pos="0" name="service.edition" value="Commercial Edition"/>
|
435
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
389
436
|
</fingerprint>
|
390
437
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}sp1)" flags="REG_ICASE">
|
391
438
|
<description>Oracle MySQL Enterprise Edition</description>
|
@@ -396,6 +443,7 @@
|
|
396
443
|
<param pos="0" name="service.family" value="MySQL"/>
|
397
444
|
<param pos="0" name="service.product" value="MySQL"/>
|
398
445
|
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
446
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
399
447
|
</fingerprint>
|
400
448
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-enterprise-nt" flags="REG_ICASE">
|
401
449
|
<description>Oracle MySQL Enterprise Edition with Named Pipes (Windows)</description>
|
@@ -405,6 +453,7 @@
|
|
405
453
|
<param pos="0" name="service.family" value="MySQL"/>
|
406
454
|
<param pos="0" name="service.product" value="MySQL"/>
|
407
455
|
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
456
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
408
457
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
409
458
|
<param pos="0" name="os.family" value="Windows"/>
|
410
459
|
</fingerprint>
|
@@ -417,6 +466,7 @@
|
|
417
466
|
<param pos="0" name="service.family" value="MySQL"/>
|
418
467
|
<param pos="0" name="service.product" value="MySQL"/>
|
419
468
|
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
469
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
420
470
|
</fingerprint>
|
421
471
|
<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
472
|
<description>Oracle MySQL Cluster Edition</description>
|
@@ -427,6 +477,7 @@
|
|
427
477
|
<param pos="0" name="service.family" value="MySQL"/>
|
428
478
|
<param pos="0" name="service.product" value="MySQL"/>
|
429
479
|
<param pos="0" name="service.edition" value="Cluster Edition"/>
|
480
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
430
481
|
</fingerprint>
|
431
482
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-CLUSTERS?(?:-log)?$" flags="REG_ICASE">
|
432
483
|
<description>Oracle MySQL Cluster Edition</description>
|
@@ -437,6 +488,7 @@
|
|
437
488
|
<param pos="0" name="service.family" value="MySQL"/>
|
438
489
|
<param pos="0" name="service.product" value="MySQL"/>
|
439
490
|
<param pos="0" name="service.edition" value="Cluster Edition"/>
|
491
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
440
492
|
</fingerprint>
|
441
493
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-classic(?:-log)?" flags="REG_ICASE">
|
442
494
|
<description>Oracle MySQL Classic Edition</description>
|
@@ -446,6 +498,7 @@
|
|
446
498
|
<param pos="0" name="service.family" value="MySQL"/>
|
447
499
|
<param pos="0" name="service.product" value="MySQL"/>
|
448
500
|
<param pos="0" name="service.edition" value="Classic Edition"/>
|
501
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
449
502
|
</fingerprint>
|
450
503
|
<!-- Linux only - http://www.percona.com/services/mysql-support/supported-platforms -->
|
451
504
|
<!-- Build list - http://www.percona.com/doc/percona-server/5.1/release-notes/release-notes_index.html -->
|
@@ -458,6 +511,7 @@
|
|
458
511
|
<param pos="0" name="service.vendor" value="Percona"/>
|
459
512
|
<param pos="0" name="service.family" value="MySQL"/>
|
460
513
|
<param pos="0" name="service.product" value="Percona Server"/>
|
514
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:percona:percona_server:{service.version}"/>
|
461
515
|
<param pos="0" name="os.family" value="Linux"/>
|
462
516
|
<param pos="0" name="os.product" value="Linux"/>
|
463
517
|
</fingerprint>
|
@@ -468,6 +522,7 @@
|
|
468
522
|
<param pos="0" name="service.vendor" value="Percona"/>
|
469
523
|
<param pos="0" name="service.family" value="MySQL"/>
|
470
524
|
<param pos="0" name="service.product" value="Percona Server"/>
|
525
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:percona:percona_server:{service.version}"/>
|
471
526
|
<param pos="0" name="os.family" value="Linux"/>
|
472
527
|
<param pos="0" name="os.product" value="Linux"/>
|
473
528
|
</fingerprint>
|
@@ -480,6 +535,7 @@
|
|
480
535
|
<param pos="0" name="service.vendor" value="Percona"/>
|
481
536
|
<param pos="0" name="service.family" value="MySQL"/>
|
482
537
|
<param pos="0" name="service.product" value="Percona Server"/>
|
538
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:percona:percona_server:{service.version}"/>
|
483
539
|
<param pos="0" name="os.family" value="Linux"/>
|
484
540
|
<param pos="0" name="os.product" value="Linux"/>
|
485
541
|
</fingerprint>
|
@@ -492,6 +548,7 @@
|
|
492
548
|
<param pos="0" name="service.vendor" value="Percona"/>
|
493
549
|
<param pos="0" name="service.family" value="MySQL"/>
|
494
550
|
<param pos="0" name="service.product" value="Percona Server"/>
|
551
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:percona:percona_server:{service.version}"/>
|
495
552
|
<param pos="0" name="os.family" value="Linux"/>
|
496
553
|
<param pos="0" name="os.product" value="Linux"/>
|
497
554
|
</fingerprint>
|
@@ -503,6 +560,7 @@
|
|
503
560
|
<param pos="0" name="service.vendor" value="Percona"/>
|
504
561
|
<param pos="0" name="service.family" value="MySQL"/>
|
505
562
|
<param pos="0" name="service.product" value="Percona Server"/>
|
563
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:percona:percona_server:{service.version}"/>
|
506
564
|
<param pos="0" name="os.family" value="Linux"/>
|
507
565
|
<param pos="0" name="os.product" value="Linux"/>
|
508
566
|
</fingerprint>
|
@@ -513,10 +571,12 @@
|
|
513
571
|
<param pos="0" name="service.vendor" value="Percona"/>
|
514
572
|
<param pos="0" name="service.family" value="MySQL"/>
|
515
573
|
<param pos="0" name="service.product" value="Percona Server"/>
|
574
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:percona:percona_server:{service.version}"/>
|
516
575
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
517
576
|
<param pos="0" name="os.family" value="Linux"/>
|
518
577
|
<param pos="0" name="os.product" value="Linux"/>
|
519
578
|
<param pos="0" name="os.version" value="14.04"/>
|
579
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.04"/>
|
520
580
|
</fingerprint>
|
521
581
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.saucy(?:-log)?$" flags="REG_ICASE">
|
522
582
|
<description>Percona Server (MySQL fork) on Ubuntu 13.10 (Saucy Salamander)</description>
|
@@ -525,10 +585,12 @@
|
|
525
585
|
<param pos="0" name="service.vendor" value="Percona"/>
|
526
586
|
<param pos="0" name="service.family" value="MySQL"/>
|
527
587
|
<param pos="0" name="service.product" value="Percona Server"/>
|
588
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:percona:percona_server:{service.version}"/>
|
528
589
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
529
590
|
<param pos="0" name="os.family" value="Linux"/>
|
530
591
|
<param pos="0" name="os.product" value="Linux"/>
|
531
592
|
<param pos="0" name="os.version" value="13.10"/>
|
593
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:13.10"/>
|
532
594
|
</fingerprint>
|
533
595
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.quantal(?:-log)?$" flags="REG_ICASE">
|
534
596
|
<description>Percona Server (MySQL fork) on Ubuntu 12.10 (Quantal Quetzal)</description>
|
@@ -537,10 +599,12 @@
|
|
537
599
|
<param pos="0" name="service.vendor" value="Percona"/>
|
538
600
|
<param pos="0" name="service.family" value="MySQL"/>
|
539
601
|
<param pos="0" name="service.product" value="Percona Server"/>
|
602
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:percona:percona_server:{service.version}"/>
|
540
603
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
541
604
|
<param pos="0" name="os.family" value="Linux"/>
|
542
605
|
<param pos="0" name="os.product" value="Linux"/>
|
543
606
|
<param pos="0" name="os.version" value="12.10"/>
|
607
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.10"/>
|
544
608
|
</fingerprint>
|
545
609
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.precise(?:-log)?$" flags="REG_ICASE">
|
546
610
|
<description>Percona Server (MySQL fork) on Ubuntu 12.04 LTS (Precise Pangolin)</description>
|
@@ -549,10 +613,12 @@
|
|
549
613
|
<param pos="0" name="service.vendor" value="Percona"/>
|
550
614
|
<param pos="0" name="service.family" value="MySQL"/>
|
551
615
|
<param pos="0" name="service.product" value="Percona Server"/>
|
616
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:percona:percona_server:{service.version}"/>
|
552
617
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
553
618
|
<param pos="0" name="os.family" value="Linux"/>
|
554
619
|
<param pos="0" name="os.product" value="Linux"/>
|
555
620
|
<param pos="0" name="os.version" value="12.04"/>
|
621
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.04"/>
|
556
622
|
</fingerprint>
|
557
623
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.wheezy(?:-log)?$" flags="REG_ICASE">
|
558
624
|
<description>Percona Server (MySQL fork) on Debian 7.0 (wheezy)</description>
|
@@ -561,10 +627,12 @@
|
|
561
627
|
<param pos="0" name="service.vendor" value="Percona"/>
|
562
628
|
<param pos="0" name="service.family" value="MySQL"/>
|
563
629
|
<param pos="0" name="service.product" value="Percona Server"/>
|
630
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:percona:percona_server:{service.version}"/>
|
564
631
|
<param pos="0" name="os.vendor" value="Debian"/>
|
565
632
|
<param pos="0" name="os.family" value="Linux"/>
|
566
633
|
<param pos="0" name="os.product" value="Linux"/>
|
567
634
|
<param pos="0" name="os.version" value="7.0"/>
|
635
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:7.0"/>
|
568
636
|
</fingerprint>
|
569
637
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-\d\d\.\d-\d{3}\.squeeze(?:-log)?$" flags="REG_ICASE">
|
570
638
|
<description>Percona Server (MySQL fork) on Debian 6.0 (squeeze)</description>
|
@@ -573,10 +641,12 @@
|
|
573
641
|
<param pos="0" name="service.vendor" value="Percona"/>
|
574
642
|
<param pos="0" name="service.family" value="MySQL"/>
|
575
643
|
<param pos="0" name="service.product" value="Percona Server"/>
|
644
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:percona:percona_server:{service.version}"/>
|
576
645
|
<param pos="0" name="os.vendor" value="Debian"/>
|
577
646
|
<param pos="0" name="os.family" value="Linux"/>
|
578
647
|
<param pos="0" name="os.product" value="Linux"/>
|
579
648
|
<param pos="0" name="os.version" value="6.0"/>
|
649
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:6.0"/>
|
580
650
|
</fingerprint>
|
581
651
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-nmm" flags="REG_ICASE">
|
582
652
|
<description>Oracle MySQL (nmm variant)</description>
|
@@ -586,6 +656,7 @@
|
|
586
656
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
587
657
|
<param pos="0" name="service.family" value="MySQL"/>
|
588
658
|
<param pos="0" name="service.product" value="MySQL"/>
|
659
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
589
660
|
</fingerprint>
|
590
661
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-nightly-\d{8}(?:-log)?$" flags="REG_ICASE">
|
591
662
|
<description>Oracle MySQL nightly build</description>
|
@@ -594,6 +665,7 @@
|
|
594
665
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
595
666
|
<param pos="0" name="service.family" value="MySQL"/>
|
596
667
|
<param pos="0" name="service.product" value="MySQL"/>
|
668
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
597
669
|
</fingerprint>
|
598
670
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-SERVER" flags="REG_ICASE">
|
599
671
|
<description>Oracle MySQL (SERVER variant)</description>
|
@@ -602,6 +674,7 @@
|
|
602
674
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
603
675
|
<param pos="0" name="service.family" value="MySQL"/>
|
604
676
|
<param pos="0" name="service.product" value="MySQL"/>
|
677
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
605
678
|
</fingerprint>
|
606
679
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-ISPrime" flags="REG_ICASE">
|
607
680
|
<description>Oracle MySQL (ISPrime variant)</description>
|
@@ -610,6 +683,7 @@
|
|
610
683
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
611
684
|
<param pos="0" name="service.family" value="MySQL"/>
|
612
685
|
<param pos="0" name="service.product" value="MySQL"/>
|
686
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
613
687
|
</fingerprint>
|
614
688
|
<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
689
|
<description>Oracle MySQL possibly Debian specific</description>
|
@@ -618,6 +692,7 @@
|
|
618
692
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
619
693
|
<param pos="0" name="service.family" value="MySQL"/>
|
620
694
|
<param pos="0" name="service.product" value="MySQL"/>
|
695
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
621
696
|
</fingerprint>
|
622
697
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-ius(?:-log)?$" flags="REG_ICASE">
|
623
698
|
<description>Oracle MySQL packaged for RHEL/CentOS by IUS</description>
|
@@ -626,6 +701,7 @@
|
|
626
701
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
627
702
|
<param pos="0" name="service.family" value="MySQL"/>
|
628
703
|
<param pos="0" name="service.product" value="MySQL"/>
|
704
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
629
705
|
<param pos="0" name="os.family" value="Linux"/>
|
630
706
|
<param pos="0" name="os.product" value="Linux"/>
|
631
707
|
</fingerprint>
|
@@ -637,6 +713,7 @@
|
|
637
713
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
638
714
|
<param pos="0" name="service.family" value="MySQL"/>
|
639
715
|
<param pos="0" name="service.product" value="MySQL"/>
|
716
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
640
717
|
<param pos="0" name="os.family" value="Linux"/>
|
641
718
|
<param pos="0" name="os.product" value="Linux"/>
|
642
719
|
</fingerprint>
|
@@ -648,6 +725,7 @@
|
|
648
725
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
649
726
|
<param pos="0" name="service.family" value="MySQL"/>
|
650
727
|
<param pos="0" name="service.product" value="MySQL"/>
|
728
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
651
729
|
</fingerprint>
|
652
730
|
<!--
|
653
731
|
MariaDB Fingerprinting note: MariaDB uses version numbers in the same range
|
@@ -675,6 +753,7 @@
|
|
675
753
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
676
754
|
<param pos="0" name="service.family" value="MySQL"/>
|
677
755
|
<param pos="0" name="service.product" value="MariaDB"/>
|
756
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
678
757
|
<param pos="0" name="os.vendor" value="CloudLinux"/>
|
679
758
|
<param pos="0" name="os.family" value="Linux"/>
|
680
759
|
<param pos="0" name="os.product" value="Linux"/>
|
@@ -688,10 +767,12 @@
|
|
688
767
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
689
768
|
<param pos="0" name="service.family" value="MySQL"/>
|
690
769
|
<param pos="0" name="service.product" value="MariaDB"/>
|
770
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
691
771
|
<param pos="0" name="os.vendor" value="Debian"/>
|
692
|
-
|
772
|
+
<param pos="0" name="os.family" value="Linux"/>
|
693
773
|
<param pos="0" name="os.product" value="Linux"/>
|
694
774
|
<param pos="0" name="os.version" value="8.0"/>
|
775
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:8.0"/>
|
695
776
|
</fingerprint>
|
696
777
|
<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">
|
697
778
|
<description>MariaDB MariaDB on Debian 7.0 (wheezy)</description>
|
@@ -702,10 +783,12 @@
|
|
702
783
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
703
784
|
<param pos="0" name="service.family" value="MySQL"/>
|
704
785
|
<param pos="0" name="service.product" value="MariaDB"/>
|
786
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
705
787
|
<param pos="0" name="os.vendor" value="Debian"/>
|
706
788
|
<param pos="0" name="os.family" value="Linux"/>
|
707
789
|
<param pos="0" name="os.product" value="Linux"/>
|
708
790
|
<param pos="0" name="os.version" value="7.0"/>
|
791
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:7.0"/>
|
709
792
|
</fingerprint>
|
710
793
|
<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">
|
711
794
|
<description>MariaDB MariaDB on Debian 6.0 (squeeze)</description>
|
@@ -715,10 +798,12 @@
|
|
715
798
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
716
799
|
<param pos="0" name="service.family" value="MySQL"/>
|
717
800
|
<param pos="0" name="service.product" value="MariaDB"/>
|
801
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
718
802
|
<param pos="0" name="os.vendor" value="Debian"/>
|
719
803
|
<param pos="0" name="os.family" value="Linux"/>
|
720
804
|
<param pos="0" name="os.product" value="Linux"/>
|
721
805
|
<param pos="0" name="os.version" value="6.0"/>
|
806
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:6.0"/>
|
722
807
|
</fingerprint>
|
723
808
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-MariaDB.+~lenny(?:-log)?$" flags="REG_ICASE">
|
724
809
|
<description>MariaDB MariaDB on Debian 5.0 (lenny)</description>
|
@@ -727,10 +812,12 @@
|
|
727
812
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
728
813
|
<param pos="0" name="service.family" value="MySQL"/>
|
729
814
|
<param pos="0" name="service.product" value="MariaDB"/>
|
815
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
730
816
|
<param pos="0" name="os.vendor" value="Debian"/>
|
731
817
|
<param pos="0" name="os.family" value="Linux"/>
|
732
818
|
<param pos="0" name="os.product" value="Linux"/>
|
733
819
|
<param pos="0" name="os.version" value="5.0"/>
|
820
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:5.0"/>
|
734
821
|
</fingerprint>
|
735
822
|
<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">
|
736
823
|
<description>MariaDB MariaDB on Debian Unstable/No version (sid)</description>
|
@@ -739,9 +826,11 @@
|
|
739
826
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
740
827
|
<param pos="0" name="service.family" value="MySQL"/>
|
741
828
|
<param pos="0" name="service.product" value="MariaDB"/>
|
829
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
742
830
|
<param pos="0" name="os.vendor" value="Debian"/>
|
743
831
|
<param pos="0" name="os.family" value="Linux"/>
|
744
832
|
<param pos="0" name="os.product" value="Linux"/>
|
833
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
745
834
|
</fingerprint>
|
746
835
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.\d{1,4})-MariaDB-\dubuntu\d\.(\d{1,2}\.\d\d)[\.\d]*(?:-log)?$">
|
747
836
|
<description>MariaDB MariaDB on Ubuntu</description>
|
@@ -751,10 +840,12 @@
|
|
751
840
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
752
841
|
<param pos="0" name="service.family" value="MySQL"/>
|
753
842
|
<param pos="0" name="service.product" value="MySQL"/>
|
843
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
754
844
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
755
845
|
<param pos="0" name="os.family" value="Linux"/>
|
756
846
|
<param pos="0" name="os.product" value="Linux"/>
|
757
847
|
<param pos="2" name="os.version"/>
|
848
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:{os.version}"/>
|
758
849
|
</fingerprint>
|
759
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.+~xenial(?:-log)?$" flags="REG_ICASE">
|
760
851
|
<description>MariaDB MariaDB on Ubuntu 16.04 (Xenial Xerus)</description>
|
@@ -763,10 +854,12 @@
|
|
763
854
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
764
855
|
<param pos="0" name="service.family" value="MySQL"/>
|
765
856
|
<param pos="0" name="service.product" value="MariaDB"/>
|
857
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
766
858
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
767
859
|
<param pos="0" name="os.family" value="Linux"/>
|
768
860
|
<param pos="0" name="os.product" value="Linux"/>
|
769
861
|
<param pos="0" name="os.version" value="16.04"/>
|
862
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:16.04"/>
|
770
863
|
</fingerprint>
|
771
864
|
<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">
|
772
865
|
<description>MariaDB MariaDB on Ubuntu 14.10 (Utopic Unicorn)</description>
|
@@ -775,10 +868,12 @@
|
|
775
868
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
776
869
|
<param pos="0" name="service.family" value="MySQL"/>
|
777
870
|
<param pos="0" name="service.product" value="MariaDB"/>
|
871
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
778
872
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
779
873
|
<param pos="0" name="os.family" value="Linux"/>
|
780
874
|
<param pos="0" name="os.product" value="Linux"/>
|
781
875
|
<param pos="0" name="os.version" value="14.10"/>
|
876
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.10"/>
|
782
877
|
</fingerprint>
|
783
878
|
<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">
|
784
879
|
<description>MariaDB MariaDB on Ubuntu 14.04 (Trusty Tahr)</description>
|
@@ -787,10 +882,12 @@
|
|
787
882
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
788
883
|
<param pos="0" name="service.family" value="MySQL"/>
|
789
884
|
<param pos="0" name="service.product" value="MariaDB"/>
|
885
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
790
886
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
791
887
|
<param pos="0" name="os.family" value="Linux"/>
|
792
888
|
<param pos="0" name="os.product" value="Linux"/>
|
793
889
|
<param pos="0" name="os.version" value="14.04"/>
|
890
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.04"/>
|
794
891
|
</fingerprint>
|
795
892
|
<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">
|
796
893
|
<description>MariaDB MariaDB on Ubuntu 13.10 (Saucy Salamander)</description>
|
@@ -799,10 +896,12 @@
|
|
799
896
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
800
897
|
<param pos="0" name="service.family" value="MySQL"/>
|
801
898
|
<param pos="0" name="service.product" value="MariaDB"/>
|
899
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
802
900
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
803
901
|
<param pos="0" name="os.family" value="Linux"/>
|
804
902
|
<param pos="0" name="os.product" value="Linux"/>
|
805
903
|
<param pos="0" name="os.version" value="13.10"/>
|
904
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:13.10"/>
|
806
905
|
</fingerprint>
|
807
906
|
<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">
|
808
907
|
<description>MariaDB MariaDB on Ubuntu 13.04 (Raring Ringtail)</description>
|
@@ -811,10 +910,12 @@
|
|
811
910
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
812
911
|
<param pos="0" name="service.family" value="MySQL"/>
|
813
912
|
<param pos="0" name="service.product" value="MariaDB"/>
|
913
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
814
914
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
815
915
|
<param pos="0" name="os.family" value="Linux"/>
|
816
916
|
<param pos="0" name="os.product" value="Linux"/>
|
817
917
|
<param pos="0" name="os.version" value="13.04"/>
|
918
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:13.04"/>
|
818
919
|
</fingerprint>
|
819
920
|
<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">
|
820
921
|
<description>MariaDB MariaDB on Ubuntu 12.10 (Quantal Quetzal)</description>
|
@@ -824,10 +925,12 @@
|
|
824
925
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
825
926
|
<param pos="0" name="service.family" value="MySQL"/>
|
826
927
|
<param pos="0" name="service.product" value="MariaDB"/>
|
928
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
827
929
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
828
930
|
<param pos="0" name="os.family" value="Linux"/>
|
829
931
|
<param pos="0" name="os.product" value="Linux"/>
|
830
932
|
<param pos="0" name="os.version" value="12.10"/>
|
933
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.10"/>
|
831
934
|
</fingerprint>
|
832
935
|
<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">
|
833
936
|
<description>MariaDB MariaDB on Ubuntu 12.04 LTS (Precise Pangolin)</description>
|
@@ -837,10 +940,12 @@
|
|
837
940
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
838
941
|
<param pos="0" name="service.family" value="MySQL"/>
|
839
942
|
<param pos="0" name="service.product" value="MariaDB"/>
|
943
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
840
944
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
841
945
|
<param pos="0" name="os.family" value="Linux"/>
|
842
946
|
<param pos="0" name="os.product" value="Linux"/>
|
843
947
|
<param pos="0" name="os.version" value="12.04"/>
|
948
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.04"/>
|
844
949
|
</fingerprint>
|
845
950
|
<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">
|
846
951
|
<description>MariaDB MariaDB on Ubuntu 10.04 (Lucid Lynx)</description>
|
@@ -849,10 +954,12 @@
|
|
849
954
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
850
955
|
<param pos="0" name="service.family" value="MySQL"/>
|
851
956
|
<param pos="0" name="service.product" value="MariaDB"/>
|
957
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
852
958
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
853
959
|
<param pos="0" name="os.family" value="Linux"/>
|
854
960
|
<param pos="0" name="os.product" value="Linux"/>
|
855
961
|
<param pos="0" name="os.version" value="10.04"/>
|
962
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:10.04"/>
|
856
963
|
</fingerprint>
|
857
964
|
<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">
|
858
965
|
<description>MariaDB MariaDB on Ubuntu 8.04 LTS (Hardy Heron)</description>
|
@@ -861,10 +968,12 @@
|
|
861
968
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
862
969
|
<param pos="0" name="service.family" value="MySQL"/>
|
863
970
|
<param pos="0" name="service.product" value="MariaDB"/>
|
971
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
864
972
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
865
973
|
<param pos="0" name="os.family" value="Linux"/>
|
866
974
|
<param pos="0" name="os.product" value="Linux"/>
|
867
975
|
<param pos="0" name="os.version" value="8.04"/>
|
976
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:8.04"/>
|
868
977
|
</fingerprint>
|
869
978
|
<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">
|
870
979
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 14.04 (Trusty Tahr)</description>
|
@@ -874,10 +983,12 @@
|
|
874
983
|
<param pos="0" name="service.family" value="MySQL"/>
|
875
984
|
<param pos="0" name="service.product" value="MariaDB"/>
|
876
985
|
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
986
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
877
987
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
878
988
|
<param pos="0" name="os.family" value="Linux"/>
|
879
989
|
<param pos="0" name="os.product" value="Linux"/>
|
880
990
|
<param pos="0" name="os.version" value="14.04"/>
|
991
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.04"/>
|
881
992
|
</fingerprint>
|
882
993
|
<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">
|
883
994
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 13.10 (Saucy Salamander)</description>
|
@@ -887,10 +998,12 @@
|
|
887
998
|
<param pos="0" name="service.family" value="MySQL"/>
|
888
999
|
<param pos="0" name="service.product" value="MariaDB"/>
|
889
1000
|
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
1001
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
890
1002
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
891
1003
|
<param pos="0" name="os.family" value="Linux"/>
|
892
1004
|
<param pos="0" name="os.product" value="Linux"/>
|
893
1005
|
<param pos="0" name="os.version" value="13.10"/>
|
1006
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:13.10"/>
|
894
1007
|
</fingerprint>
|
895
1008
|
<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">
|
896
1009
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 12.04 (Precise Pangolin)</description>
|
@@ -900,10 +1013,12 @@
|
|
900
1013
|
<param pos="0" name="service.family" value="MySQL"/>
|
901
1014
|
<param pos="0" name="service.product" value="MariaDB"/>
|
902
1015
|
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
1016
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
903
1017
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
904
1018
|
<param pos="0" name="os.family" value="Linux"/>
|
905
1019
|
<param pos="0" name="os.product" value="Linux"/>
|
906
1020
|
<param pos="0" name="os.version" value="12.04"/>
|
1021
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.04"/>
|
907
1022
|
</fingerprint>
|
908
1023
|
<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">
|
909
1024
|
<description>MariaDB MariaDB with Galera Cluster on Ubuntu 10.04 TLS (Lucid Lynx)</description>
|
@@ -913,10 +1028,12 @@
|
|
913
1028
|
<param pos="0" name="service.family" value="MySQL"/>
|
914
1029
|
<param pos="0" name="service.product" value="MariaDB"/>
|
915
1030
|
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
1031
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
916
1032
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
917
1033
|
<param pos="0" name="os.family" value="Linux"/>
|
918
1034
|
<param pos="0" name="os.product" value="Linux"/>
|
919
1035
|
<param pos="0" name="os.version" value="10.04"/>
|
1036
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:10.04"/>
|
920
1037
|
</fingerprint>
|
921
1038
|
<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">
|
922
1039
|
<description>MariaDB MariaDB with Galera Cluster on Debian 7.0 (wheezy)</description>
|
@@ -926,10 +1043,12 @@
|
|
926
1043
|
<param pos="0" name="service.family" value="MySQL"/>
|
927
1044
|
<param pos="0" name="service.product" value="MariaDB"/>
|
928
1045
|
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
1046
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
929
1047
|
<param pos="0" name="os.vendor" value="Debian"/>
|
930
1048
|
<param pos="0" name="os.family" value="Linux"/>
|
931
1049
|
<param pos="0" name="os.product" value="Linux"/>
|
932
1050
|
<param pos="0" name="os.version" value="7.0"/>
|
1051
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:7.0"/>
|
933
1052
|
</fingerprint>
|
934
1053
|
<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">
|
935
1054
|
<description>MariaDB MariaDB with Galera Cluster on Debian 6.0 (squeeze)</description>
|
@@ -939,10 +1058,12 @@
|
|
939
1058
|
<param pos="0" name="service.family" value="MySQL"/>
|
940
1059
|
<param pos="0" name="service.product" value="MariaDB"/>
|
941
1060
|
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
1061
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
942
1062
|
<param pos="0" name="os.vendor" value="Debian"/>
|
943
1063
|
<param pos="0" name="os.family" value="Linux"/>
|
944
1064
|
<param pos="0" name="os.product" value="Linux"/>
|
945
1065
|
<param pos="0" name="os.version" value="6.0"/>
|
1066
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:6.0"/>
|
946
1067
|
</fingerprint>
|
947
1068
|
<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">
|
948
1069
|
<description>MariaDB MariaDB with Galera Cluster on Debian Unstable/No version (sid)</description>
|
@@ -952,9 +1073,11 @@
|
|
952
1073
|
<param pos="0" name="service.family" value="MySQL"/>
|
953
1074
|
<param pos="0" name="service.product" value="MariaDB"/>
|
954
1075
|
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
1076
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
955
1077
|
<param pos="0" name="os.vendor" value="Debian"/>
|
956
1078
|
<param pos="0" name="os.family" value="Linux"/>
|
957
1079
|
<param pos="0" name="os.product" value="Linux"/>
|
1080
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
958
1081
|
</fingerprint>
|
959
1082
|
<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">
|
960
1083
|
<description>MariaDB MariaDB with Galera Cluster</description>
|
@@ -964,6 +1087,7 @@
|
|
964
1087
|
<param pos="0" name="service.family" value="MySQL"/>
|
965
1088
|
<param pos="0" name="service.product" value="MariaDB"/>
|
966
1089
|
<param pos="0" name="service.edition" value="Galera Cluster"/>
|
1090
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
967
1091
|
</fingerprint>
|
968
1092
|
<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">
|
969
1093
|
<description>MariaDB MariaDB</description>
|
@@ -978,6 +1102,7 @@
|
|
978
1102
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
979
1103
|
<param pos="0" name="service.family" value="MySQL"/>
|
980
1104
|
<param pos="0" name="service.product" value="MariaDB"/>
|
1105
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
981
1106
|
</fingerprint>
|
982
1107
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Community-Maria(?:DB)?(?:-log)?$" flags="REG_ICASE">
|
983
1108
|
<description>MariaDB MariaDB Community Edition</description>
|
@@ -987,6 +1112,7 @@
|
|
987
1112
|
<param pos="0" name="service.family" value="MySQL"/>
|
988
1113
|
<param pos="0" name="service.product" value="MariaDB"/>
|
989
1114
|
<param pos="0" name="service.edition" value="Community Edition"/>
|
1115
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
990
1116
|
</fingerprint>
|
991
1117
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB-enterprise$" flags="REG_ICASE">
|
992
1118
|
<description>MariaDB MariaDB Enterprise Edition</description>
|
@@ -997,10 +1123,11 @@
|
|
997
1123
|
<param pos="0" name="service.family" value="MySQL"/>
|
998
1124
|
<param pos="0" name="service.product" value="MariaDB"/>
|
999
1125
|
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
1126
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:{service.version}"/>
|
1000
1127
|
</fingerprint>
|
1001
1128
|
<fingerprint pattern="^(?:\d{1,2}\.\d{1,2}\.[a-f\d]{1,2})(?:-\d{1,2}\.\d{1,2}\.[a-f\d]{1,2})?\s(\d{1,2}\.\d{1,2}\.\d{1,2})-maxscale$">
|
1002
1129
|
<description>MariaDB MaxScale</description>
|
1003
|
-
<example service.version="2.1.14">5.5.5-10.0.0 2.1.14-maxscale</example>
|
1130
|
+
<example service.version="2.1.14">5.5.5-10.0.0 2.1.14-maxscale</example>
|
1004
1131
|
<param pos="1" name="service.version"/>
|
1005
1132
|
<param pos="0" name="service.vendor" value="MariaDB"/>
|
1006
1133
|
<param pos="0" name="service.family" value="MySQL"/>
|
@@ -1013,6 +1140,7 @@
|
|
1013
1140
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1014
1141
|
<param pos="0" name="service.family" value="MySQL"/>
|
1015
1142
|
<param pos="0" name="service.product" value="MySQL"/>
|
1143
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1016
1144
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1017
1145
|
<param pos="0" name="os.family" value="Windows"/>
|
1018
1146
|
</fingerprint>
|
@@ -1024,6 +1152,7 @@
|
|
1024
1152
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1025
1153
|
<param pos="0" name="service.family" value="MySQL"/>
|
1026
1154
|
<param pos="0" name="service.product" value="MySQL"/>
|
1155
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1027
1156
|
</fingerprint>
|
1028
1157
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-tokudb-\d\.\d\.\d{1,2}(?:-\d*)?(?:-log)?$" flags="REG_ICASE">
|
1029
1158
|
<description>Tokutek customized MySQL</description>
|
@@ -1049,6 +1178,7 @@
|
|
1049
1178
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1050
1179
|
<param pos="0" name="service.family" value="MySQL"/>
|
1051
1180
|
<param pos="0" name="service.product" value="MySQL"/>
|
1181
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1052
1182
|
</fingerprint>
|
1053
1183
|
<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">
|
1054
1184
|
<description>Oracle MySQL packaged by TLD Linux</description>
|
@@ -1058,6 +1188,7 @@
|
|
1058
1188
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1059
1189
|
<param pos="0" name="service.family" value="MySQL"/>
|
1060
1190
|
<param pos="0" name="service.product" value="MySQL"/>
|
1191
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1061
1192
|
<param pos="0" name="os.vendor" value="TLD"/>
|
1062
1193
|
<param pos="0" name="os.family" value="Linux"/>
|
1063
1194
|
<param pos="0" name="os.product" value="Linux"/>
|
@@ -1069,10 +1200,12 @@
|
|
1069
1200
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1070
1201
|
<param pos="0" name="service.family" value="MySQL"/>
|
1071
1202
|
<param pos="0" name="service.product" value="MySQL"/>
|
1203
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1072
1204
|
<param pos="0" name="os.vendor" value="Debian"/>
|
1073
1205
|
<param pos="0" name="os.family" value="Linux"/>
|
1074
1206
|
<param pos="0" name="os.product" value="Linux"/>
|
1075
1207
|
<param pos="0" name="os.device" value="Storage"/>
|
1208
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/>
|
1076
1209
|
<param pos="0" name="hw.vendor" value="Netgear"/>
|
1077
1210
|
<param pos="0" name="hw.device" value="General"/>
|
1078
1211
|
<param pos="0" name="hw.family" value="ReadyNAS"/>
|
@@ -1085,6 +1218,7 @@
|
|
1085
1218
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1086
1219
|
<param pos="0" name="service.family" value="MySQL"/>
|
1087
1220
|
<param pos="0" name="service.product" value="MySQL"/>
|
1221
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1088
1222
|
</fingerprint>
|
1089
1223
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-(?:Linuxtone.Org|LTOPS)(?:-log)?$" flags="REG_ICASE">
|
1090
1224
|
<description>Oracle MySQL at Chinese hoster Linuxtone.org</description>
|
@@ -1094,6 +1228,7 @@
|
|
1094
1228
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1095
1229
|
<param pos="0" name="service.family" value="MySQL"/>
|
1096
1230
|
<param pos="0" name="service.product" value="MySQL"/>
|
1231
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1097
1232
|
</fingerprint>
|
1098
1233
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-xencdn.net(?:-log)?$" flags="REG_ICASE">
|
1099
1234
|
<description>Oracle MySQL at Chinese hoster Xencdn.net</description>
|
@@ -1102,6 +1237,7 @@
|
|
1102
1237
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1103
1238
|
<param pos="0" name="service.family" value="MySQL"/>
|
1104
1239
|
<param pos="0" name="service.product" value="MySQL"/>
|
1240
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1105
1241
|
</fingerprint>
|
1106
1242
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-Comsenz(?:-log)?$" flags="REG_ICASE">
|
1107
1243
|
<description>Oracle MySQL at Chinese hoster Comsenz</description>
|
@@ -1110,6 +1246,7 @@
|
|
1110
1246
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1111
1247
|
<param pos="0" name="service.family" value="MySQL"/>
|
1112
1248
|
<param pos="0" name="service.product" value="MySQL"/>
|
1249
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1113
1250
|
</fingerprint>
|
1114
1251
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-www\.gamewave\.net(?:-edition)?(?:-log)?$" flags="REG_ICASE">
|
1115
1252
|
<description>Oracle MySQL at Chinese game hoster Gamewave</description>
|
@@ -1119,6 +1256,7 @@
|
|
1119
1256
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1120
1257
|
<param pos="0" name="service.family" value="MySQL"/>
|
1121
1258
|
<param pos="0" name="service.product" value="MySQL"/>
|
1259
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1122
1260
|
</fingerprint>
|
1123
1261
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}(?:[.-]\d{1,2})?(?:[.-]\d{1})?)[-\d]*-beget(?:-log)?$" flags="REG_ICASE">
|
1124
1262
|
<description>Oracle MySQL at Russian hoster Beget</description>
|
@@ -1128,6 +1266,7 @@
|
|
1128
1266
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1129
1267
|
<param pos="0" name="service.family" value="MySQL"/>
|
1130
1268
|
<param pos="0" name="service.product" value="MySQL"/>
|
1269
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1131
1270
|
</fingerprint>
|
1132
1271
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})yes(?:-log)?$" flags="REG_ICASE">
|
1133
1272
|
<description>Oracle MySQL part of KB2 / Kimsboard (Korean site mgmt)?</description>
|
@@ -1136,6 +1275,7 @@
|
|
1136
1275
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1137
1276
|
<param pos="0" name="service.family" value="MySQL"/>
|
1138
1277
|
<param pos="0" name="service.product" value="MySQL"/>
|
1278
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1139
1279
|
</fingerprint>
|
1140
1280
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})\.t\d{1,2}(?:[\.\d]{3})?(?:-log)?$" flags="REG_ICASE">
|
1141
1281
|
<description>Oracle MySQL audited/published by Twitter</description>
|
@@ -1145,6 +1285,7 @@
|
|
1145
1285
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1146
1286
|
<param pos="0" name="service.family" value="MySQL"/>
|
1147
1287
|
<param pos="0" name="service.product" value="MySQL"/>
|
1288
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1148
1289
|
</fingerprint>
|
1149
1290
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}) Hybrid Cluster MySQL Proxy to$" flags="REG_ICASE">
|
1150
1291
|
<description>Oracle MySQL by Hybrid Cluster (hosted?)</description>
|
@@ -1153,6 +1294,7 @@
|
|
1153
1294
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1154
1295
|
<param pos="0" name="service.family" value="MySQL"/>
|
1155
1296
|
<param pos="0" name="service.product" value="MySQL"/>
|
1297
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1156
1298
|
</fingerprint>
|
1157
1299
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}) ScaleBase Data Traffic Manager [\.\d]+$" flags="REG_ICASE">
|
1158
1300
|
<description>Oracle MySQL behind ScaleBase Data Traffic Manager</description>
|
@@ -1161,6 +1303,7 @@
|
|
1161
1303
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1162
1304
|
<param pos="0" name="service.family" value="MySQL"/>
|
1163
1305
|
<param pos="0" name="service.product" value="MySQL"/>
|
1306
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1164
1307
|
</fingerprint>
|
1165
1308
|
<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">
|
1166
1309
|
<description>Percona Server (MySQL fork) with 'ctbanco' </description>
|
@@ -1170,6 +1313,7 @@
|
|
1170
1313
|
<param pos="0" name="service.vendor" value="Percona"/>
|
1171
1314
|
<param pos="0" name="service.family" value="MySQL"/>
|
1172
1315
|
<param pos="0" name="service.product" value="Percona Server"/>
|
1316
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:percona:percona_server:{service.version}"/>
|
1173
1317
|
<param pos="0" name="os.family" value="Linux"/>
|
1174
1318
|
<param pos="0" name="os.product" value="Linux"/>
|
1175
1319
|
</fingerprint>
|
@@ -1180,8 +1324,10 @@
|
|
1180
1324
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
1181
1325
|
<param pos="0" name="service.family" value="MySQL"/>
|
1182
1326
|
<param pos="0" name="service.product" value="MySQL"/>
|
1327
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:{service.version}"/>
|
1183
1328
|
<param pos="0" name="os.vendor" value="Apple"/>
|
1184
1329
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
1185
1330
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
1331
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
1186
1332
|
</fingerprint>
|
1187
1333
|
</fingerprints>
|