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/hp_pjl_id.xml
CHANGED
@@ -1,357 +1,324 @@
|
|
1
|
-
<?xml version="1.0"?>
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<!--
|
3
3
|
For printers running the PJL protocol (usually on 9100/tcp), their type can be requested
|
4
4
|
by the INFO ID command. The printer types (strings surrounded by double quotes) are
|
5
5
|
matched against these patterns to fingerprint the printer.
|
6
6
|
-->
|
7
|
-
|
8
7
|
<fingerprints>
|
9
|
-
|
8
|
+
<!--
|
10
9
|
LaserJet and Designjet are registered trademarks of HP. Therefore matching for the keywords
|
11
10
|
is sufficient for asserting all relevant information
|
12
11
|
-->
|
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
|
-
|
12
|
+
<fingerprint pattern="laserjet (.*)(?: series)?" flags="REG_ICASE">
|
13
|
+
<description>HP JetDirect Printer</description>
|
14
|
+
<example>HP LaserJet 4100 Series</example>
|
15
|
+
<example>HP LaserJet 2200</example>
|
16
|
+
<example>LASERJET 4050</example>
|
17
|
+
<example>LASERJET 4 PLUS</example>
|
18
|
+
<example>hp LaserJet 1320 series</example>
|
19
|
+
<example>hp color LaserJet 4600</example>
|
20
|
+
<example>HP Color LaserJet 3600</example>
|
21
|
+
<example>HP LASERJET 4ML</example>
|
22
|
+
<example>hp LaserJet 4345 mfp</example>
|
23
|
+
<example>HP Color LaserJet CM2320nf MFP</example>
|
24
|
+
<example>HP LaserJet 600 M602</example>
|
25
|
+
<example>HP LaserJet 1022n</example>
|
26
|
+
<example>HP LaserJet M1120n MFP</example>
|
27
|
+
<example>HP LaserJet P1505n</example>
|
28
|
+
<example>HP LaserJet P2014n</example>
|
29
|
+
<example>HP LaserJet P2035n</example>
|
30
|
+
<example>HP LaserJet P2055 Series</example>
|
31
|
+
<example>HP LaserJet Professional M1212nf MFP</example>
|
32
|
+
<example>HP LaserJet Professional P1606dn</example>
|
33
|
+
<example>20080613_1836 HP LaserJet P2055 Series</example>
|
34
|
+
<example>20080718_1441 HP LaserJet P2055 Series</example>
|
35
|
+
<example>20081103_1652 HP LaserJet P2055 Series</example>
|
36
|
+
<example>20081124_1804 HP LaserJet P2055 Series</example>
|
37
|
+
<example>20081124_1858 HP LaserJet P2055 Series</example>
|
38
|
+
<param pos="0" name="service.vendor" value="HP"/>
|
39
|
+
<param pos="0" name="service.product" value="JetDirect"/>
|
40
|
+
<param pos="0" name="service.family" value="JetDirect"/>
|
41
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
42
|
+
<param pos="0" name="os.device" value="Printer"/>
|
43
|
+
<param pos="0" name="os.family" value="LaserJet"/>
|
44
|
+
<param pos="1" name="os.product"/>
|
45
|
+
</fingerprint>
|
48
46
|
<fingerprint pattern="(designjet \S+)" flags="REG_ICASE">
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
47
|
+
<description>HP Designjet printer</description>
|
48
|
+
<example>hp designjet 110plus</example>
|
49
|
+
<example>DESIGNJET 1050C</example>
|
50
|
+
<example>DESIGNJET 1055CM</example>
|
51
|
+
<example>DESIGNJET 700</example>
|
52
|
+
<param pos="0" name="service.vendor" value="HP"/>
|
53
|
+
<param pos="0" name="service.product" value="JetDirect"/>
|
54
|
+
<param pos="0" name="service.family" value="JetDirect"/>
|
55
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
56
|
+
<param pos="0" name="os.family" value="DesignJet"/>
|
57
|
+
<param pos="0" name="os.device" value="Printer"/>
|
58
|
+
<param pos="1" name="os.product"/>
|
61
59
|
</fingerprint>
|
62
|
-
|
63
60
|
<fingerprint pattern="^Xerox ColorQube (\S+)$">
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
61
|
+
<description>Xerox ColorQube Multifunction Printer</description>
|
62
|
+
<example>Xerox ColorQube 8570DN</example>
|
63
|
+
<example>Xerox ColorQube 8570DT</example>
|
64
|
+
<example>Xerox ColorQube 8570N</example>
|
65
|
+
<param pos="0" name="os.vendor" value="Xerox"/>
|
66
|
+
<param pos="0" name="os.family" value="ColorQube"/>
|
67
|
+
<param pos="1" name="os.product"/>
|
68
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
72
69
|
</fingerprint>
|
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
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
<
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
<param pos="0" name="os.device" value="Multifunction Device"/>
|
196
|
-
<param pos="1" name="os.product"/>
|
197
|
-
</fingerprint>
|
198
|
-
|
199
|
-
<fingerprint pattern="^Oce (VL\S+):.*$" flags="REG_ICASE">
|
200
|
-
<description>Oce VarioLink multifunction device</description>
|
201
|
-
<example>Oce VL3200:8C5-D92:Ver.B</example>
|
202
|
-
<param pos="0" name="os.vendor" value="Oce"/>
|
203
|
-
<param pos="0" name="os.family" value="VarioLink"/>
|
204
|
-
<param pos="0" name="os.device" value="Multifunction Device"/>
|
205
|
-
<param pos="1" name="os.product"/>
|
206
|
-
</fingerprint>
|
207
|
-
|
208
|
-
<!-- IGI is Imagistics International, which was acquired by Oce.
|
70
|
+
<fingerprint pattern="^Brother (.+)$">
|
71
|
+
<description>Brother Printer</description>
|
72
|
+
<example>Brother HL-1660e</example>
|
73
|
+
<param pos="0" name="os.vendor" value="Brother"/>
|
74
|
+
<param pos="0" name="os.device" value="Printer"/>
|
75
|
+
<param pos="1" name="os.product"/>
|
76
|
+
</fingerprint>
|
77
|
+
<!-- Assert the product range as a product fingerprint. -->
|
78
|
+
<fingerprint pattern="^(iR ?\S+)">
|
79
|
+
<description>Canon iR multifunction device</description>
|
80
|
+
<example>iR 3180C EUR</example>
|
81
|
+
<example>iR C4080/C4580</example>
|
82
|
+
<example>iR1020/1024/1025</example>
|
83
|
+
<param pos="0" name="os.vendor" value="Canon"/>
|
84
|
+
<param pos="0" name="os.family" value="iR Series"/>
|
85
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
86
|
+
<param pos="1" name="os.product"/>
|
87
|
+
</fingerprint>
|
88
|
+
<fingerprint pattern="^(?:Dell (?:Color Laser |Laser Printer )?|(?:Color Laser |Laser Printer ))(\d+(?:n|cn|dn|cdn))(?: Color Laser| Laser Printer)?$">
|
89
|
+
<description>Dell Laser Printer</description>
|
90
|
+
<example>Dell Laser Printer 1710n</example>
|
91
|
+
<example>Dell Color Laser 3110cn</example>
|
92
|
+
<example>Laser Printer 5100cn</example>
|
93
|
+
<example>Dell 2130cn Color Laser</example>
|
94
|
+
<example>Dell 2330dn Laser Printer</example>
|
95
|
+
<example>Dell 2350dn Laser Printer</example>
|
96
|
+
<example>Dell 3130cn Color Laser</example>
|
97
|
+
<example>Dell 5130cdn Color Laser</example>
|
98
|
+
<example>Dell 5230n Laser Printer</example>
|
99
|
+
<example>Dell 2145cn</example>
|
100
|
+
<param pos="0" name="os.vendor" value="Dell"/>
|
101
|
+
<param pos="0" name="os.family" value="Laser Printer"/>
|
102
|
+
<param pos="0" name="os.device" value="Printer"/>
|
103
|
+
<param pos="1" name="os.product"/>
|
104
|
+
</fingerprint>
|
105
|
+
<fingerprint pattern="^Dell (\d+(?:n|cn|dn|cdn)) MFP$">
|
106
|
+
<description>Dell Laser multifunction device</description>
|
107
|
+
<example>Dell 2135cn MFP</example>
|
108
|
+
<example>Dell 2335dn MFP</example>
|
109
|
+
<param pos="0" name="os.vendor" value="Dell"/>
|
110
|
+
<param pos="0" name="os.family" value="Laser Printer"/>
|
111
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
112
|
+
<param pos="1" name="os.product"/>
|
113
|
+
</fingerprint>
|
114
|
+
<fingerprint pattern="^HP (\S+ Digital Sender)$">
|
115
|
+
<description>HP Digital Sender scanner</description>
|
116
|
+
<example>HP 9250C Digital Sender</example>
|
117
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
118
|
+
<param pos="0" name="os.device" value="Scanner"/>
|
119
|
+
<param pos="0" name="os.family" value="Digital Sender"/>
|
120
|
+
<param pos="1" name="os.product"/>
|
121
|
+
</fingerprint>
|
122
|
+
<fingerprint pattern="^(?:IBM )?Infoprint(?: Color)? (\S+)$">
|
123
|
+
<description>IBM Infoprint Printer</description>
|
124
|
+
<param pos="0" name="os.vendor" value="IBM"/>
|
125
|
+
<param pos="0" name="os.family" value="Infoprint"/>
|
126
|
+
<param pos="0" name="os.device" value="Printer"/>
|
127
|
+
<param pos="1" name="os.product"/>
|
128
|
+
</fingerprint>
|
129
|
+
<fingerprint pattern="^KM-(.*)$">
|
130
|
+
<description>Konica Minolta printer</description>
|
131
|
+
<example>KM-5050</example>
|
132
|
+
<param pos="0" name="os.vendor" value="Lexmark"/>
|
133
|
+
<param pos="0" name="os.device" value="Printer"/>
|
134
|
+
<param pos="1" name="os.product"/>
|
135
|
+
</fingerprint>
|
136
|
+
<fingerprint pattern="^(FS-\S+MFP\S*)$">
|
137
|
+
<description>Kyocera Mita Multifunction device</description>
|
138
|
+
<example>FS-C2126MFP</example>
|
139
|
+
<example>FS-C2126MFP+</example>
|
140
|
+
<example>FS-1035MFP/DP</example>
|
141
|
+
<param pos="0" name="os.vendor" value="Kyocera Mita"/>
|
142
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
143
|
+
<param pos="0" name="os.family" value="FS"/>
|
144
|
+
<param pos="1" name="os.product"/>
|
145
|
+
</fingerprint>
|
146
|
+
<fingerprint pattern="^(FS-(?:C)?\d+(?:D|DN))$">
|
147
|
+
<description>Kyocera Mita Printer</description>
|
148
|
+
<example>FS-C8500DN</example>
|
149
|
+
<example>FS-4100DN</example>
|
150
|
+
<example>FS-2020D</example>
|
151
|
+
<param pos="0" name="os.vendor" value="Kyocera Mita"/>
|
152
|
+
<param pos="0" name="os.device" value="Printer"/>
|
153
|
+
<param pos="0" name="os.family" value="FS"/>
|
154
|
+
<param pos="1" name="os.product"/>
|
155
|
+
</fingerprint>
|
156
|
+
<fingerprint pattern="^(TASKalfa \S+)$">
|
157
|
+
<description>Kyocera Mita TASKalfa multifunction device</description>
|
158
|
+
<example>TASKalfa 300ci</example>
|
159
|
+
<example>TASKalfa 520i</example>
|
160
|
+
<example>TASKalfa 250ci</example>
|
161
|
+
<param pos="0" name="os.vendor" value="Kyocera Mita"/>
|
162
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
163
|
+
<param pos="0" name="os.family" value="TASKalfa"/>
|
164
|
+
<param pos="1" name="os.product"/>
|
165
|
+
</fingerprint>
|
166
|
+
<fingerprint pattern="^Lexmark (.*)$">
|
167
|
+
<description>Lexmark JetDirect printer</description>
|
168
|
+
<example>Lexmark C910</example>
|
169
|
+
<example>Lexmark Optra LaserPrinter</example>
|
170
|
+
<example>Lexmark Optra S 1250</example>
|
171
|
+
<param pos="0" name="os.vendor" value="Lexmark"/>
|
172
|
+
<param pos="0" name="os.device" value="Printer"/>
|
173
|
+
<param pos="1" name="os.product"/>
|
174
|
+
</fingerprint>
|
175
|
+
<fingerprint pattern="^Oce (fx[^\s:]+):.*$" flags="REG_ICASE">
|
176
|
+
<description>Oce FX series multifunction device</description>
|
177
|
+
<example os.product="fx3000">Oce fx3000:8C5-B29:Ver.D:U0707161719:B0601271355</example>
|
178
|
+
<param pos="0" name="os.vendor" value="Oce"/>
|
179
|
+
<param pos="0" name="os.family" value="FX Series"/>
|
180
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
181
|
+
<param pos="1" name="os.product"/>
|
182
|
+
</fingerprint>
|
183
|
+
<fingerprint pattern="^Oce (VL\S+):.*$" flags="REG_ICASE">
|
184
|
+
<description>Oce VarioLink multifunction device</description>
|
185
|
+
<example>Oce VL3200:8C5-D92:Ver.B</example>
|
186
|
+
<param pos="0" name="os.vendor" value="Oce"/>
|
187
|
+
<param pos="0" name="os.family" value="VarioLink"/>
|
188
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
189
|
+
<param pos="1" name="os.product"/>
|
190
|
+
</fingerprint>
|
191
|
+
<!-- IGI is Imagistics International, which was acquired by Oce.
|
209
192
|
I can't find MX-MBX3 or any variant online. -->
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
<!-- im3510/4510 is actually a range of model numbers, but asserting a range
|
193
|
+
<fingerprint pattern="^OceIGI MX-\S+" flags="REG_ICASE">
|
194
|
+
<description>Oce-acquired IGI printer</description>
|
195
|
+
<example>OceIGI MX-NBX3 02-Jul-07 14:47</example>
|
196
|
+
<param pos="0" name="os.vendor" value="Oce"/>
|
197
|
+
<param pos="0" name="os.device" value="Printer"/>
|
198
|
+
</fingerprint>
|
199
|
+
<!-- im3510/4510 is actually a range of model numbers, but asserting a range
|
218
200
|
of models as a product is preferableto asserting nothing. -->
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
<param pos="1" name="os.product"/>
|
259
|
-
<param pos="0" name="os.device" value="Printer"/>
|
260
|
-
</fingerprint>
|
261
|
-
|
262
|
-
<!-- NRG was acquired by Ricoh; classify NRG printers as such.
|
201
|
+
<fingerprint pattern="^Imagistics (im\S+) (.+)" flags="REG_ICASE">
|
202
|
+
<description>Oce IM series multifunction device</description>
|
203
|
+
<example>Imagistics im3510/4510 02-Aug-04 10:56</example>
|
204
|
+
<param pos="0" name="os.vendor" value="Oce"/>
|
205
|
+
<param pos="0" name="os.family" value="IM Series"/>
|
206
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
207
|
+
<param pos="0" name="system.time.format" value="dd-MMM-yy HH:mm"/>
|
208
|
+
<param pos="1" name="os.product"/>
|
209
|
+
<param pos="2" name="system.time"/>
|
210
|
+
</fingerprint>
|
211
|
+
<!-- C610 is a series; there are several models with suffixes n, dn, dtn, cdn -->
|
212
|
+
<fingerprint pattern="^OKI (C\d+)\S*$">
|
213
|
+
<description>Okidata color printer</description>
|
214
|
+
<example>OKI C610</example>
|
215
|
+
<example>OKI C710</example>
|
216
|
+
<example>OKI C710dn</example>
|
217
|
+
<param pos="0" name="os.vendor" value="Okidata"/>
|
218
|
+
<param pos="0" name="os.device" value="Printer"/>
|
219
|
+
<param pos="1" name="os.product"/>
|
220
|
+
</fingerprint>
|
221
|
+
<fingerprint pattern="^OKI (MC\d+)\S*$">
|
222
|
+
<description>Okidata multifunction device</description>
|
223
|
+
<example>OKI MC860</example>
|
224
|
+
<param pos="0" name="os.vendor" value="Okidata"/>
|
225
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
226
|
+
<param pos="1" name="os.product"/>
|
227
|
+
</fingerprint>
|
228
|
+
<fingerprint pattern="^RICOH ((?:Aficio|MP|SP) .*)$" flags="REG_ICASE">
|
229
|
+
<description>Ricoh Aficio Printer</description>
|
230
|
+
<example>RICOH Aficio 2075</example>
|
231
|
+
<example>RICOH Aficio AP610N</example>
|
232
|
+
<example>RICOH Aficio SP 8100DN</example>
|
233
|
+
<example>RICOH MP C1500/615C</example>
|
234
|
+
<param pos="0" name="os.vendor" value="Ricoh"/>
|
235
|
+
<param pos="0" name="os.family" value="Aficio"/>
|
236
|
+
<param pos="1" name="os.product"/>
|
237
|
+
<param pos="0" name="os.device" value="Printer"/>
|
238
|
+
</fingerprint>
|
239
|
+
<!-- NRG was acquired by Ricoh; classify NRG printers as such.
|
263
240
|
Be consistent with snmp_sysdescr.xml. -->
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
<!-- Gestetner == NRG, and was acquired by Ricoh.
|
241
|
+
<fingerprint pattern="^NRG ([MS]P \S+)$" flags="REG_ICASE">
|
242
|
+
<description>Ricoh NRG printer</description>
|
243
|
+
<example>NRG MP 171</example>
|
244
|
+
<example>NRG MP 3350</example>
|
245
|
+
<example>NRG MP C2550</example>
|
246
|
+
<example>NRG MP C2800</example>
|
247
|
+
<example>NRG MP C3500</example>
|
248
|
+
<example>NRG MP C4000</example>
|
249
|
+
<example>NRG MP C4500</example>
|
250
|
+
<example>NRG SP C231SF</example>
|
251
|
+
<param pos="0" name="os.vendor" value="Ricoh"/>
|
252
|
+
<param pos="0" name="os.device" value="Printer"/>
|
253
|
+
<param pos="1" name="os.product"/>
|
254
|
+
</fingerprint>
|
255
|
+
<!-- Gestetner == NRG, and was acquired by Ricoh.
|
280
256
|
Assert the range of products as os.product. -->
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
<
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
<
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
</
|
304
|
-
|
305
|
-
<
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
</
|
314
|
-
|
315
|
-
<
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
<
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
<example>TOSHIBA e-STUDIO450 V468Z 20061013</example>
|
347
|
-
<example>TOSHIBA e-STUDIO500S</example>
|
348
|
-
<param pos="0" name="os.vendor" value="Toshiba"/>
|
349
|
-
<param pos="0" name="os.family" value="e-STUDIO"/>
|
350
|
-
<param pos="0" name="os.device" value="Multifunction Device"/>
|
351
|
-
<param pos="1" name="os.product"/>
|
352
|
-
</fingerprint>
|
353
|
-
|
354
|
-
<!-- TODO:
|
257
|
+
<fingerprint pattern="^Gestetner (MP\S+/DSc\S+)$" flags="REG_ICASE">
|
258
|
+
<description>Ricoh Gestetner multifunction device</description>
|
259
|
+
<example>Gestetner MPC2500/DSc525</example>
|
260
|
+
<param pos="0" name="os.vendor" value="Ricoh"/>
|
261
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
262
|
+
<param pos="1" name="os.product"/>
|
263
|
+
</fingerprint>
|
264
|
+
<fingerprint pattern="^HYDRA$" flags="REG_ICASE">
|
265
|
+
<description>RSI Hydra printer</description>
|
266
|
+
<example>HYDRA</example>
|
267
|
+
<param pos="0" name="os.vendor" value="RSI"/>
|
268
|
+
<param pos="0" name="os.device" value="Printer"/>
|
269
|
+
<param pos="0" name="os.product" value="Hydra"/>
|
270
|
+
</fingerprint>
|
271
|
+
<fingerprint pattern="^Savin (\S+)$" flags="REG_ICASE">
|
272
|
+
<description>Savin Printer</description>
|
273
|
+
<example>SAVIN 4075</example>
|
274
|
+
<param pos="0" name="os.vendor" value="Savin"/>
|
275
|
+
<param pos="0" name="os.device" value="Printer"/>
|
276
|
+
<param pos="1" name="os.product"/>
|
277
|
+
</fingerprint>
|
278
|
+
<fingerprint pattern="^Samsung ((?:SCX|CLX)-\S+) Series$" flags="REG_ICASE">
|
279
|
+
<description>Samsung multifunction device</description>
|
280
|
+
<example>Samsung SCX-5835_5935 Series</example>
|
281
|
+
<example>Samsung CLX-4195 Series</example>
|
282
|
+
<param pos="0" name="os.vendor" value="Samsung"/>
|
283
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
284
|
+
<param pos="1" name="os.product"/>
|
285
|
+
</fingerprint>
|
286
|
+
<fingerprint pattern="^Samsung ((?:ML|CLP)-\S+) Series$" flags="REG_ICASE">
|
287
|
+
<description>Samsung printer</description>
|
288
|
+
<example>Samsung CLP-680 Series</example>
|
289
|
+
<example>Samsung ML-5012_5512 Series</example>
|
290
|
+
<param pos="0" name="os.vendor" value="Samsung"/>
|
291
|
+
<param pos="0" name="os.device" value="Printer"/>
|
292
|
+
<param pos="1" name="os.product"/>
|
293
|
+
</fingerprint>
|
294
|
+
<fingerprint pattern="^SHARP (\S+-\S+) .*$" flags="REG_ICASE">
|
295
|
+
<description>Sharp Printer</description>
|
296
|
+
<example>Sharp MX-NBX3 18-Mar-08 10:22</example>
|
297
|
+
<example>Sharp AR-P17 24-Mar-04 19:55</example>
|
298
|
+
<param pos="0" name="os.vendor" value="Sharp"/>
|
299
|
+
<param pos="0" name="os.device" value="Printer"/>
|
300
|
+
<param pos="1" name="os.product"/>
|
301
|
+
</fingerprint>
|
302
|
+
<fingerprint pattern="^Source Technologies (\S+)$" flags="REG_ICASE">
|
303
|
+
<description>Source Technologies Printer</description>
|
304
|
+
<example>Source Technologies ST-9620</example>
|
305
|
+
<param pos="0" name="os.vendor" value="Source Technologies"/>
|
306
|
+
<param pos="0" name="os.device" value="Printer"/>
|
307
|
+
<param pos="1" name="os.product"/>
|
308
|
+
</fingerprint>
|
309
|
+
<!-- Consistent with snmp_sysdescr.xml -->
|
310
|
+
<fingerprint pattern="^TOSHIBA (e-STUDIO\S+)(?:\s+.*)?" certainty="0.9">
|
311
|
+
<description>Toshiba e-STUDIO multifunction device</description>
|
312
|
+
<example>TOSHIBA e-STUDIO350 V468Z 20061013</example>
|
313
|
+
<example>TOSHIBA e-STUDIO350-450 V444Z 20041104</example>
|
314
|
+
<example>TOSHIBA e-STUDIO450 V468Z 20061013</example>
|
315
|
+
<example>TOSHIBA e-STUDIO500S</example>
|
316
|
+
<param pos="0" name="os.vendor" value="Toshiba"/>
|
317
|
+
<param pos="0" name="os.family" value="e-STUDIO"/>
|
318
|
+
<param pos="0" name="os.device" value="Multifunction Device"/>
|
319
|
+
<param pos="1" name="os.product"/>
|
320
|
+
</fingerprint>
|
321
|
+
<!-- TODO:
|
355
322
|
Xerox AccXES devices are documented to return:
|
356
323
|
|
357
324
|
"<printer name> <release #>"
|
@@ -361,75 +328,69 @@ matched against these patterns to fingerprint the printer.
|
|
361
328
|
AccXES printer, and <release #> corresponds to a software release
|
362
329
|
number.
|
363
330
|
-->
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
<param pos="0" name="os.family" value="EX"/>
|
431
|
-
<param pos="0" name="os.device" value="Print server"/>
|
432
|
-
<param pos="1" name="os.product"/>
|
433
|
-
</fingerprint>
|
434
|
-
|
435
|
-
</fingerprints>
|
331
|
+
<fingerprint pattern="^(?:ID=)?Xerox (Phaser \S+)$" certainty="0.9">
|
332
|
+
<description>Xerox Phaser Printer</description>
|
333
|
+
<example>Xerox Phaser 6180MFP-D</example>
|
334
|
+
<example>ID=Xerox Phaser 5400</example>
|
335
|
+
<example>Xerox Phaser 4400DT</example>
|
336
|
+
<example>Xerox Phaser 4400N</example>
|
337
|
+
<example>Xerox Phaser 4500DT</example>
|
338
|
+
<example>Xerox Phaser 4500N</example>
|
339
|
+
<example>Xerox Phaser 4510DT</example>
|
340
|
+
<example>Xerox Phaser 4510N</example>
|
341
|
+
<example>Xerox Phaser 5500DN</example>
|
342
|
+
<example>Xerox Phaser 5550DN</example>
|
343
|
+
<example>Xerox Phaser 5550DT</example>
|
344
|
+
<example>Xerox Phaser 6300DN</example>
|
345
|
+
<example>Xerox Phaser 6360DN</example>
|
346
|
+
<example>Xerox Phaser 6360DT</example>
|
347
|
+
<example>Xerox Phaser 7750DN</example>
|
348
|
+
<example>Xerox Phaser 7750GX</example>
|
349
|
+
<example>Xerox Phaser 7760DN</example>
|
350
|
+
<example>Xerox Phaser 7760GX</example>
|
351
|
+
<example>Xerox Phaser 8400N</example>
|
352
|
+
<example>Xerox Phaser 8550DP</example>
|
353
|
+
<example>Xerox Phaser 8560</example>
|
354
|
+
<example>Xerox Phaser 8560DN</example>
|
355
|
+
<example>Xerox Phaser 8560N</example>
|
356
|
+
<example>Xerox Phaser 8860MFP</example>
|
357
|
+
<param pos="0" name="os.vendor" value="Xerox"/>
|
358
|
+
<param pos="0" name="os.family" value="Phaser"/>
|
359
|
+
<param pos="0" name="os.device" value="Printer"/>
|
360
|
+
<param pos="1" name="os.product"/>
|
361
|
+
</fingerprint>
|
362
|
+
<fingerprint pattern="^Xerox (WorkCentre .*)$" certainty="0.9">
|
363
|
+
<description>Xerox Workcentre Printer</description>
|
364
|
+
<example>Xerox WorkCentre 7425</example>
|
365
|
+
<example>Xerox WorkCentre Pro 245</example>
|
366
|
+
<example>Xerox WorkCentre Pro 55, v1 Multifunction System</example>
|
367
|
+
<param pos="0" name="os.vendor" value="Xerox"/>
|
368
|
+
<param pos="0" name="os.family" value="WorkCentre"/>
|
369
|
+
<param pos="1" name="os.product"/>
|
370
|
+
<param pos="0" name="os.device" value="Printer"/>
|
371
|
+
</fingerprint>
|
372
|
+
<fingerprint pattern="^(XC\S+)$" certainty="0.9">
|
373
|
+
<description>Xerox XC Printer</description>
|
374
|
+
<example>XC560</example>
|
375
|
+
<param pos="0" name="os.vendor" value="Xerox"/>
|
376
|
+
<param pos="0" name="os.family" value="XC"/>
|
377
|
+
<param pos="0" name="os.device" value="Printer"/>
|
378
|
+
<param pos="1" name="os.product"/>
|
379
|
+
</fingerprint>
|
380
|
+
<fingerprint pattern="^(DC\S+)$" certainty="0.9">
|
381
|
+
<description>Xerox DocuColor Printer</description>
|
382
|
+
<example>DC250</example>
|
383
|
+
<param pos="0" name="os.vendor" value="Xerox"/>
|
384
|
+
<param pos="0" name="os.family" value="DocuColor"/>
|
385
|
+
<param pos="0" name="os.device" value="Printer"/>
|
386
|
+
<param pos="1" name="os.product"/>
|
387
|
+
</fingerprint>
|
388
|
+
<fingerprint pattern="^(EX\d+-\d+)$" certainty="0.9">
|
389
|
+
<description>Xerox EX Print Server, powered by EFI Fiery</description>
|
390
|
+
<example>EX4112-4127</example>
|
391
|
+
<param pos="0" name="os.vendor" value="Xerox"/>
|
392
|
+
<param pos="0" name="os.family" value="EX"/>
|
393
|
+
<param pos="0" name="os.device" value="Print server"/>
|
394
|
+
<param pos="1" name="os.product"/>
|
395
|
+
</fingerprint>
|
396
|
+
</fingerprints>
|