recog 2.0.13 → 2.0.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CONTRIBUTING.md +19 -6
- data/features/{xml → data}/failing_banners_fingerprints.xml +0 -0
- data/features/{xml → data}/matching_banners_fingerprints.xml +0 -0
- data/features/{xml → data}/no_tests.xml +0 -0
- data/features/{xml/banners.xml → data/sample_banner.txt} +0 -0
- data/features/{xml → data}/successful_tests.xml +0 -0
- data/features/{xml → data}/tests_with_failures.xml +0 -0
- data/features/{xml → data}/tests_with_warnings.xml +0 -0
- data/features/match.feature +2 -2
- data/features/support/env.rb +1 -1
- data/lib/recog/version.rb +1 -1
- data/misc/order.xsl +17 -0
- data/spec/lib/fingerprint_self_test_spec.rb +8 -0
- data/xml/apache_os.xml +270 -334
- data/xml/architecture.xml +28 -41
- data/xml/fingerprints.xsd +37 -0
- data/xml/ftp_banners.xml +52 -58
- data/xml/h323_callresp.xml +597 -695
- data/xml/hp_pjl_id.xml +370 -409
- data/xml/http_cookies.xml +304 -348
- data/xml/http_servers.xml +3202 -3483
- data/xml/http_wwwauth.xml +342 -409
- data/xml/imap_banners.xml +149 -190
- data/xml/mdns_device-info_txt.xml +97 -111
- data/xml/mdns_workstation_txt.xml +6 -6
- data/xml/mysql_banners.xml +99 -198
- data/xml/mysql_error.xml +4 -11
- data/xml/nntp_banners.xml +42 -45
- data/xml/ntp_banners.xml +2 -3
- data/xml/pop_banners.xml +214 -247
- data/xml/rsh_resp.xml +68 -76
- data/xml/sip_banners.xml +19 -19
- data/xml/sip_user_agents.xml +63 -74
- data/xml/smb_native_os.xml +387 -433
- data/xml/smtp_banners.xml +1318 -1460
- data/xml/smtp_debug.xml +24 -27
- data/xml/smtp_ehlo.xml +19 -22
- data/xml/smtp_expn.xml +61 -70
- data/xml/smtp_help.xml +139 -160
- data/xml/smtp_mailfrom.xml +14 -16
- data/xml/smtp_noop.xml +28 -31
- data/xml/smtp_quit.xml +16 -18
- data/xml/smtp_rcptto.xml +8 -10
- data/xml/smtp_rset.xml +12 -13
- data/xml/smtp_turn.xml +12 -13
- data/xml/smtp_vrfy.xml +66 -76
- data/xml/snmp_sysdescr.xml +7257 -8016
- data/xml/snmp_sysobjid.xml +392 -434
- data/xml/ssh_banners.xml +783 -867
- data/xml/upnp_banners.xml +594 -628
- metadata +11 -9
data/xml/imap_banners.xml
CHANGED
@@ -1,194 +1,154 @@
|
|
1
|
-
<?xml version="1.0"?>
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<!-- IMAP banners are matched against these patterns to fingerprint IMAP servers. -->
|
3
|
-
|
4
3
|
<fingerprints matches="imap4.banner">
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
<
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
</
|
145
|
-
|
146
|
-
<
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
</fingerprint>
|
154
|
-
|
155
|
-
<fingerprint pattern="^(\S+) Zimbra (\S+) IMAP4rev1 server ready\.?$">
|
156
|
-
<example>example.com Zimbra 7.0.0_GA_3079 IMAP4rev1 server ready</example>
|
157
|
-
<description>VMware Zimbra IMAP</description>
|
158
|
-
<param pos="0" name="service.vendor" value="VMware"/>
|
159
|
-
<param pos="0" name="service.product" value="Zimbra"/>
|
160
|
-
<param pos="2" name="service.version"/>
|
161
|
-
<param pos="1" name="host.name"/>
|
162
|
-
</fingerprint>
|
163
|
-
|
164
|
-
<fingerprint pattern="^(.+) Cyrus IMAP4 v(\d+\.\d+.*)-OS X(?: Server)? ([\d\.]+).* server ready$">
|
165
|
-
<description>CMU Cyrus IMAP on Mac OS X</description>
|
166
|
-
<example host.name="example.com" service.version="2.2.12" os.version="10.4.0">example.com Cyrus IMAP4 v2.2.12-OS X 10.4.0 server ready</example>
|
167
|
-
<example host.name="example.com" service.version="2.3.8" os.version="10.5">example.com Cyrus IMAP4 v2.3.8-OS X Server 10.5: 9A562 server ready</example>
|
168
|
-
<param pos="0" name="service.vendor" value="Carnegie Mellon University"/>
|
169
|
-
<param pos="0" name="service.family" value="Cyrus MTA"/>
|
170
|
-
<param pos="0" name="service.product" value="Cyrus IMAP"/>
|
171
|
-
<param pos="2" name="service.version"/>
|
172
|
-
<param pos="0" name="os.vendor" value="Apple"/>
|
173
|
-
<param pos="0" name="os.device" value="General"/>
|
174
|
-
<param pos="0" name="os.family" value="Mac OS X"/>
|
175
|
-
<param pos="0" name="os.product" value="Mac OS X"/>
|
176
|
-
<param pos="3" name="os.version"/>
|
177
|
-
<param pos="1" name="host.name"/>
|
178
|
-
</fingerprint>
|
179
|
-
|
180
|
-
<fingerprint pattern="^(.+) Cyrus IMAP4? (?:\S+ )?v(\d+\.\d+.*) server ready$">
|
181
|
-
<example host.name="example.com" service.version="2.3.7">example.com Cyrus IMAP4 v2.3.7 server ready</example>
|
182
|
-
<example host.name="example.com" service.version="2.4.8-Invoca-RPM-2.4.8-1">example.com Cyrus IMAP Murder v2.4.8-Invoca-RPM-2.4.8-1 server ready</example>
|
183
|
-
<description>CMU Cyrus IMAP</description>
|
184
|
-
<param pos="0" name="service.vendor" value="Carnegie Mellon University"/>
|
185
|
-
<param pos="0" name="service.family" value="Cyrus MTA"/>
|
186
|
-
<param pos="0" name="service.product" value="Cyrus IMAP"/>
|
187
|
-
<param pos="2" name="service.version"/>
|
188
|
-
<param pos="1" name="host.name"/>
|
189
|
-
</fingerprint>
|
190
|
-
|
191
|
-
<!--
|
4
|
+
<fingerprint pattern="^Microsoft Exchange IMAP4rev1 server version (5\.5\.\d{4}\.\d+) \((.*)\) ready$">
|
5
|
+
<description>Microsoft Exchange Server 5.5</description>
|
6
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
7
|
+
<param pos="0" name="service.family" value="Exchange Server"/>
|
8
|
+
<param pos="0" name="service.product" value="Exchange Server 5.5"/>
|
9
|
+
<param pos="1" name="service.version"/>
|
10
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
11
|
+
<param pos="0" name="os.device" value="General"/>
|
12
|
+
<param pos="0" name="os.family" value="Windows"/>
|
13
|
+
<param pos="0" name="os.product" value="Windows"/>
|
14
|
+
<param pos="2" name="host.name"/>
|
15
|
+
</fingerprint>
|
16
|
+
<fingerprint pattern="^Microsoft Exchange 2000 IMAP4rev1 server version (6\.0\.\d{4}\.\d+) \((.*)\) ready\.$">
|
17
|
+
<description>Microsoft Exchange Server 2000</description>
|
18
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
19
|
+
<param pos="0" name="service.family" value="Exchange Server"/>
|
20
|
+
<param pos="0" name="service.product" value="Exchange 2000 Server"/>
|
21
|
+
<param pos="1" name="service.version"/>
|
22
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
23
|
+
<param pos="0" name="os.device" value="General"/>
|
24
|
+
<param pos="0" name="os.family" value="Windows"/>
|
25
|
+
<param pos="0" name="os.product" value="Windows"/>
|
26
|
+
<param pos="2" name="host.name"/>
|
27
|
+
</fingerprint>
|
28
|
+
<fingerprint pattern="^Microsoft Exchange Server 2003 IMAP4rev1 server version (6\.5\.\d{4}\.\d+) \((.*)\) ready\.$">
|
29
|
+
<description>Microsoft Exchange Server 2003</description>
|
30
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
31
|
+
<param pos="0" name="service.family" value="Exchange Server"/>
|
32
|
+
<param pos="0" name="service.product" value="Exchange 2003 Server"/>
|
33
|
+
<param pos="1" name="service.version"/>
|
34
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
35
|
+
<param pos="0" name="os.device" value="General"/>
|
36
|
+
<param pos="0" name="os.family" value="Windows"/>
|
37
|
+
<param pos="0" name="os.product" value="Windows"/>
|
38
|
+
<param pos="2" name="host.name"/>
|
39
|
+
</fingerprint>
|
40
|
+
<fingerprint pattern="^Der Microsoft Exchange Server 2003 IMAP4rev1-Server, Version (6\.5\.\d{4}\.\d+) \((.*)\),.*$">
|
41
|
+
<description>Microsoft Exchange Server 2003, German</description>
|
42
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
43
|
+
<param pos="0" name="service.family" value="Exchange Server"/>
|
44
|
+
<param pos="0" name="service.product" value="Exchange 2003 Server"/>
|
45
|
+
<param pos="1" name="service.version"/>
|
46
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
47
|
+
<param pos="0" name="os.device" value="General"/>
|
48
|
+
<param pos="0" name="os.family" value="Windows"/>
|
49
|
+
<param pos="0" name="os.product" value="Windows"/>
|
50
|
+
<param pos="2" name="host.name"/>
|
51
|
+
</fingerprint>
|
52
|
+
<fingerprint pattern="^Microsoft Exchange Server 2007 IMAP4 service ready$">
|
53
|
+
<description>Microsoft Exchange Server 2007</description>
|
54
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
55
|
+
<param pos="0" name="service.family" value="Exchange Server"/>
|
56
|
+
<param pos="0" name="service.product" value="Exchange 2007 Server"/>
|
57
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
58
|
+
<param pos="0" name="os.device" value="General"/>
|
59
|
+
<param pos="0" name="os.family" value="Windows"/>
|
60
|
+
<param pos="0" name="os.product" value="Windows"/>
|
61
|
+
</fingerprint>
|
62
|
+
<fingerprint pattern="^The Microsoft Exchange IMAP4 service is ready\.?$">
|
63
|
+
<description>Microsoft Exchange Server</description>
|
64
|
+
<example>The Microsoft Exchange IMAP4 service is ready.</example>
|
65
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
66
|
+
<param pos="0" name="service.family" value="Exchange Server"/>
|
67
|
+
<param pos="0" name="service.product" value="Exchange Server"/>
|
68
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
69
|
+
<param pos="0" name="os.device" value="General"/>
|
70
|
+
<param pos="0" name="os.family" value="Windows"/>
|
71
|
+
<param pos="0" name="os.product" value="Windows"/>
|
72
|
+
</fingerprint>
|
73
|
+
<fingerprint pattern="^Domino IMAP4 Server Release (\d+\.\d+.*) ready (.+)$">
|
74
|
+
<description>IBM Lotus Notes/Domino</description>
|
75
|
+
<param pos="0" name="service.vendor" value="IBM"/>
|
76
|
+
<param pos="0" name="service.family" value="Lotus Domino"/>
|
77
|
+
<param pos="0" name="service.product" value="Lotus Domino"/>
|
78
|
+
<param pos="1" name="service.version"/>
|
79
|
+
<param pos="2" name="host.time"/>
|
80
|
+
</fingerprint>
|
81
|
+
<fingerprint pattern="^Domino IMAP4 Server V\.?(\d+\.\d+.*) ready (.+)$">
|
82
|
+
<description>IBM Lotus Notes/Domino</description>
|
83
|
+
<param pos="0" name="service.vendor" value="IBM"/>
|
84
|
+
<param pos="0" name="service.family" value="Lotus Domino"/>
|
85
|
+
<param pos="0" name="service.product" value="Lotus Domino"/>
|
86
|
+
<param pos="1" name="service.version"/>
|
87
|
+
<param pos="2" name="host.time"/>
|
88
|
+
</fingerprint>
|
89
|
+
<fingerprint pattern="^[dD]ovecot (?:DA )?ready\.$">
|
90
|
+
<description>Dovecot Secure IMAP Server</description>
|
91
|
+
<param pos="0" name="service.family" value="Dovecot"/>
|
92
|
+
<param pos="0" name="service.product" value="Dovecot"/>
|
93
|
+
</fingerprint>
|
94
|
+
<fingerprint pattern="^Courier-IMAP ready. Copyright \d+-\d+">
|
95
|
+
<description>Courier MTA IMAP</description>
|
96
|
+
<example>Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc. See COPYING for distribution information.</example>
|
97
|
+
<param pos="0" name="service.vendor" value="Double Precision"/>
|
98
|
+
<param pos="0" name="service.family" value="Courier MTA"/>
|
99
|
+
<param pos="0" name="service.product" value="Courier IMAP"/>
|
100
|
+
</fingerprint>
|
101
|
+
<fingerprint pattern="^(\S+) CallPilot IMAP4rev1 v(\S+) server ready\.?$">
|
102
|
+
<description>Nortel CallPilot</description>
|
103
|
+
<example>nottest.localdomain CallPilot IMAP4rev1 v42.02.05.22 server ready.</example>
|
104
|
+
<example>test.localdomain CallPilot IMAP4rev1 v43.03.19.22 server ready.</example>
|
105
|
+
<param pos="0" name="service.vendor" value="Nortel"/>
|
106
|
+
<param pos="0" name="service.product" value="CallPilot"/>
|
107
|
+
<param pos="2" name="service.version"/>
|
108
|
+
<param pos="1" name="host.name"/>
|
109
|
+
</fingerprint>
|
110
|
+
<fingerprint pattern="^(\S+) Zimbra IMAP4rev1 server ready\.?$">
|
111
|
+
<description>VMware Zimbra IMAP</description>
|
112
|
+
<example>catfood.zimbra.com Zimbra IMAP4rev1 server ready</example>
|
113
|
+
<example>dogfood.zimbra.com Zimbra IMAP4rev1 server ready</example>
|
114
|
+
<param pos="0" name="service.vendor" value="VMware"/>
|
115
|
+
<param pos="0" name="service.product" value="Zimbra"/>
|
116
|
+
<param pos="1" name="host.name"/>
|
117
|
+
</fingerprint>
|
118
|
+
<fingerprint pattern="^(\S+) Zimbra (\S+) IMAP4rev1 server ready\.?$">
|
119
|
+
<description>VMware Zimbra IMAP</description>
|
120
|
+
<example>example.com Zimbra 7.0.0_GA_3079 IMAP4rev1 server ready</example>
|
121
|
+
<param pos="0" name="service.vendor" value="VMware"/>
|
122
|
+
<param pos="0" name="service.product" value="Zimbra"/>
|
123
|
+
<param pos="2" name="service.version"/>
|
124
|
+
<param pos="1" name="host.name"/>
|
125
|
+
</fingerprint>
|
126
|
+
<fingerprint pattern="^(.+) Cyrus IMAP4 v(\d+\.\d+.*)-OS X(?: Server)? ([\d\.]+).* server ready$">
|
127
|
+
<description>CMU Cyrus IMAP on Mac OS X</description>
|
128
|
+
<example host.name="example.com" service.version="2.2.12" os.version="10.4.0">example.com Cyrus IMAP4 v2.2.12-OS X 10.4.0 server ready</example>
|
129
|
+
<example host.name="example.com" service.version="2.3.8" os.version="10.5">example.com Cyrus IMAP4 v2.3.8-OS X Server 10.5: 9A562 server ready</example>
|
130
|
+
<param pos="0" name="service.vendor" value="Carnegie Mellon University"/>
|
131
|
+
<param pos="0" name="service.family" value="Cyrus MTA"/>
|
132
|
+
<param pos="0" name="service.product" value="Cyrus IMAP"/>
|
133
|
+
<param pos="2" name="service.version"/>
|
134
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
135
|
+
<param pos="0" name="os.device" value="General"/>
|
136
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
137
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
138
|
+
<param pos="3" name="os.version"/>
|
139
|
+
<param pos="1" name="host.name"/>
|
140
|
+
</fingerprint>
|
141
|
+
<fingerprint pattern="^(.+) Cyrus IMAP4? (?:\S+ )?v(\d+\.\d+.*) server ready$">
|
142
|
+
<description>CMU Cyrus IMAP</description>
|
143
|
+
<example host.name="example.com" service.version="2.3.7">example.com Cyrus IMAP4 v2.3.7 server ready</example>
|
144
|
+
<example host.name="example.com" service.version="2.4.8-Invoca-RPM-2.4.8-1">example.com Cyrus IMAP Murder v2.4.8-Invoca-RPM-2.4.8-1 server ready</example>
|
145
|
+
<param pos="0" name="service.vendor" value="Carnegie Mellon University"/>
|
146
|
+
<param pos="0" name="service.family" value="Cyrus MTA"/>
|
147
|
+
<param pos="0" name="service.product" value="Cyrus IMAP"/>
|
148
|
+
<param pos="2" name="service.version"/>
|
149
|
+
<param pos="1" name="host.name"/>
|
150
|
+
</fingerprint>
|
151
|
+
<!--
|
192
152
|
|
193
153
|
// Washington University imapd
|
194
154
|
IMAP_FP_PARSERS[0] = new PatternParser(
|
@@ -264,5 +224,4 @@
|
|
264
224
|
* OK Welcome IMAP Server
|
265
225
|
|
266
226
|
-->
|
267
|
-
|
268
227
|
</fingerprints>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<?xml version="1.0"?>
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<!--
|
3
3
|
Fingerprint definitions that are matched against the string values in the
|
4
4
|
TXT record returned by an mDNS endpoint for the '_device-info._tcp.local.'
|
@@ -7,118 +7,104 @@
|
|
7
7
|
e.g. 'host-name._device-info._tcp.local'.
|
8
8
|
-->
|
9
9
|
<fingerprints matches="mdns.device-info.txt">
|
10
|
-
|
11
|
-
<!--
|
10
|
+
<!--
|
12
11
|
OS X versions:
|
13
12
|
The number specified after osxvers= is equivalent to the major
|
14
13
|
version of OS X plus 4. E.g. osxvers=13 means OS X 10.9
|
15
14
|
-->
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
<param pos="0" name="os.product" value="Mac OS X"/>
|
112
|
-
<param pos="0" name="os.version" value="10.0"/>
|
113
|
-
</fingerprint>
|
114
|
-
|
115
|
-
|
116
|
-
<fingerprint pattern="^model=AirPort.*$">
|
117
|
-
<description>AirPort</description>
|
118
|
-
<example>model=AirPort5,114</example>
|
119
|
-
<param pos="0" name="os.vendor" value="Apple"/>
|
120
|
-
<param pos="0" name="os.family" value="AirPort"/>
|
121
|
-
<param pos="0" name="os.product" value="AirPort"/>
|
122
|
-
</fingerprint>
|
123
|
-
|
15
|
+
<fingerprint pattern="^osxvers=14">
|
16
|
+
<description>OS X 10.10 (Yosemite)</description>
|
17
|
+
<example>osxvers=14</example>
|
18
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
19
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
20
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
21
|
+
<param pos="0" name="os.version" value="10.10"/>
|
22
|
+
</fingerprint>
|
23
|
+
<fingerprint pattern="^osxvers=13">
|
24
|
+
<description>OS X 10.9 (Mavericks)</description>
|
25
|
+
<example>osxvers=13</example>
|
26
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
27
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
28
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
29
|
+
<param pos="0" name="os.version" value="10.9"/>
|
30
|
+
</fingerprint>
|
31
|
+
<fingerprint pattern="^osxvers=12">
|
32
|
+
<description>OS X 10.8 (Mountain Lion)</description>
|
33
|
+
<example>osxvers=12</example>
|
34
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
35
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
36
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
37
|
+
<param pos="0" name="os.version" value="10.8"/>
|
38
|
+
</fingerprint>
|
39
|
+
<fingerprint pattern="^osxvers=11">
|
40
|
+
<description>Mac OS X 10.7 (Lion)</description>
|
41
|
+
<example>osxvers=11</example>
|
42
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
43
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
44
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
45
|
+
<param pos="0" name="os.version" value="10.7"/>
|
46
|
+
</fingerprint>
|
47
|
+
<fingerprint pattern="^osxvers=10">
|
48
|
+
<description>Mac OS X 10.6 (Snow Leopard)</description>
|
49
|
+
<example>osxvers=10</example>
|
50
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
51
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
52
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
53
|
+
<param pos="0" name="os.version" value="10.6"/>
|
54
|
+
</fingerprint>
|
55
|
+
<fingerprint pattern="^osxvers=9">
|
56
|
+
<description>Mac OS X 10.5 (Leopard)</description>
|
57
|
+
<example>osxvers=9</example>
|
58
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
59
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
60
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
61
|
+
<param pos="0" name="os.version" value="10.5"/>
|
62
|
+
</fingerprint>
|
63
|
+
<fingerprint pattern="^osxvers=8">
|
64
|
+
<description>Mac OS X 10.4 (Tiger)</description>
|
65
|
+
<example>osxvers=8</example>
|
66
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
67
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
68
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
69
|
+
<param pos="0" name="os.version" value="10.4"/>
|
70
|
+
</fingerprint>
|
71
|
+
<fingerprint pattern="^osxvers=7">
|
72
|
+
<description>Mac OS X 10.3 (Panther)</description>
|
73
|
+
<example>osxvers=7</example>
|
74
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
75
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
76
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
77
|
+
<param pos="0" name="os.version" value="10.3"/>
|
78
|
+
</fingerprint>
|
79
|
+
<fingerprint pattern="^osxvers=6">
|
80
|
+
<description>Mac OS X 10.2 (Jaguar)</description>
|
81
|
+
<example>osxvers=6</example>
|
82
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
83
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
84
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
85
|
+
<param pos="0" name="os.version" value="10.2"/>
|
86
|
+
</fingerprint>
|
87
|
+
<fingerprint pattern="^osxvers=5">
|
88
|
+
<description>Mac OS X 10.1 (Puma)</description>
|
89
|
+
<example>osxvers=5</example>
|
90
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
91
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
92
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
93
|
+
<param pos="0" name="os.version" value="10.1"/>
|
94
|
+
</fingerprint>
|
95
|
+
<fingerprint pattern="^osxvers=4">
|
96
|
+
<description>Mac OS X 10.0 (Cheetah)</description>
|
97
|
+
<example>osxvers=4</example>
|
98
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
99
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
100
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
101
|
+
<param pos="0" name="os.version" value="10.0"/>
|
102
|
+
</fingerprint>
|
103
|
+
<fingerprint pattern="^model=AirPort.*$">
|
104
|
+
<description>AirPort</description>
|
105
|
+
<example>model=AirPort5,114</example>
|
106
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
107
|
+
<param pos="0" name="os.family" value="AirPort"/>
|
108
|
+
<param pos="0" name="os.product" value="AirPort"/>
|
109
|
+
</fingerprint>
|
124
110
|
</fingerprints>
|