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/upnp_banners.xml
CHANGED
@@ -1,631 +1,597 @@
|
|
1
|
-
<?xml version="1.0"?>
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<!-- UPnP Server headers are matched against these patterns to fingerprint UPnP servers. -->
|
3
|
-
|
4
3
|
<fingerprints matches="ssdp_header.server">
|
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
|
-
|
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
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
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
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
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
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
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
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
<example>Darwin/11.4.2, UPnP/1.0, Portable SDK for UPnP devices/1.6.7</example>
|
599
|
-
<example>Darwin/12.1.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
600
|
-
<example>Darwin/10.8.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.7</example>
|
601
|
-
<example>Darwin/11.4.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.7</example>
|
602
|
-
<example>Darwin/12.0.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
603
|
-
<example>Darwin/11.2.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
604
|
-
<example>Darwin/9.8.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
605
|
-
<example>Darwin/13.0.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.17</example>
|
606
|
-
<example>Darwin/11.0.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.17</example>
|
607
|
-
<example>Darwin/12.2.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
608
|
-
<example>Darwin/11.4.2, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
609
|
-
<example>Darwin/11.4.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
610
|
-
<example>Darwin/11.0.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.13</example>
|
611
|
-
<example>Darwin/10.8.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
612
|
-
<description>Portable SDK for UPnP Server</description>
|
613
|
-
<param pos="0" name="service.vendor" value="Unknown"/>
|
614
|
-
<param pos="0" name="service.product" value="libupnp"/>
|
615
|
-
<param pos="2" name="service.version"/>
|
616
|
-
<param pos="0" name="os.vendor" value="Apple"/>
|
617
|
-
<param pos="0" name="os.product" value="Mac OS X"/>
|
618
|
-
<param pos="1" name="os.version"/>
|
619
|
-
</fingerprint>
|
620
|
-
|
621
|
-
<fingerprint pattern="^UPnP/\S+, DLNADOC/\S+, Platinum/(\S+)$">
|
622
|
-
<example>UPnP/1.0, DLNADOC/1.50, Platinum/0.5.1</example>
|
623
|
-
<example>UPnP/1.0, DLNADOC/1.50, Platinum/0.6.6.0</example>
|
624
|
-
<example>UPnP/1.0, DLNADOC/1.50, Platinum/0.5.4.0</example>
|
625
|
-
<example>UPnP/1.0, DLNADOC/1.50, Platinum/0.5.3.0</example>
|
626
|
-
<description>Xbox Media Center UPnP Server</description>
|
627
|
-
<param pos="0" name="service.vendor" value="Microsoft"/>
|
628
|
-
<param pos="0" name="service.product" value="XBMC"/>
|
629
|
-
<param pos="1" name="service.version"/>
|
630
|
-
</fingerprint>
|
4
|
+
<fingerprint pattern="^Linux/(\S+) UPnP/[\d\.]+ miniupnpd/([\d\.]+)$" flags="REG_ICASE">
|
5
|
+
<description>Linux MiniUPnPd UPnP Server</description>
|
6
|
+
<example>Linux/Cross_compiled UPnP/1.0 miniupnpd/1.0</example>
|
7
|
+
<example>Linux/2.6.29.6-217.2.3.fc11.i686.PAE UPnP/1.0 miniupnpd/1.0</example>
|
8
|
+
<example>Linux/2.6.34.9-69.fc13.i686.PAE UPnP/1.0 miniupnpd/1.0</example>
|
9
|
+
<example>Linux/2.6.32.26-175.fc12.i686.PAE UPnP/1.0 miniupnpd/1.0</example>
|
10
|
+
<example>Linux/2.6.18-194.8.1.el5 UPnP/1.0 miniupnpd/1.0</example>
|
11
|
+
<example>Linux/2.6.29-gentoo-r5 UPnP/1.0 miniupnpd/1.0</example>
|
12
|
+
<example>Linux/2.6.15 UPnP/1.0 miniupnpd/1.0</example>
|
13
|
+
<example>Linux/2.6.33.3-85.fc13.i686.PAE UPnP/1.0 miniupnpd/1.0</example>
|
14
|
+
<example>Linux/2.6.20-1.2320.fc5smp UPnP/1.0 miniupnpd/1.0</example>
|
15
|
+
<example>Linux/2.6.27.21-78.2.41.fc9.i686 UPnP/1.0 miniupnpd/1.0</example>
|
16
|
+
<example>Linux/2.6.40.3-0.fc15.i686.PAE UPnP/1.0 miniupnpd/1.0</example>
|
17
|
+
<example>Linux/2.6.38.6-26.rc1.fc15.i686.PAE UPnP/1.0 miniupnpd/1.0</example>
|
18
|
+
<example>Linux/2.6.15-1.2054_FC5smp UPnP/1.0 miniupnpd/1.0</example>
|
19
|
+
<example>Linux/2.6.9-78.0.17.ELsmp UPnP/1.0 miniupnpd/1.0</example>
|
20
|
+
<example>Linux/2.6.35.6-45.fc14.i686 UPnP/1.0 miniupnpd/1.0</example>
|
21
|
+
<example>Linux/2.6.11.12 UPnP/1.0 miniupnpd/1.0</example>
|
22
|
+
<example>Linux/2.6.35.11-83.fc14.i686 UPnP/1.0 miniupnpd/1.0</example>
|
23
|
+
<example>Linux/2.6.15-1.2054_FC5 UPnP/1.0 miniupnpd/1.0</example>
|
24
|
+
<example>Linux/2.4.21-47.ELsmp UPnP/1.0 miniupnpd/1.0</example>
|
25
|
+
<example>Linux/2.6.18 UPnP/1.0 miniupnpd/1.0</example>
|
26
|
+
<example>Linux/2.4.21 UPnP/1.0 miniupnpd/1.0</example>
|
27
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
28
|
+
<param pos="2" name="service.version"/>
|
29
|
+
<param pos="0" name="os.vendor" value="Unknown"/>
|
30
|
+
<param pos="0" name="os.product" value="Linux"/>
|
31
|
+
<param pos="1" name="os.version"/>
|
32
|
+
</fingerprint>
|
33
|
+
<fingerprint pattern="^Tomato UPnP/\S+ MiniUPnPd/(\S+)$">
|
34
|
+
<description>Tomato UPnP Server</description>
|
35
|
+
<example>Tomato UPnP/1.0 MiniUPnPd/1.2</example>
|
36
|
+
<example>Tomato UPnP/1.0 MiniUPnPd/1.4</example>
|
37
|
+
<param pos="0" name="service.vendor" value="Tomato"/>
|
38
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
39
|
+
<param pos="1" name="service.version"/>
|
40
|
+
</fingerprint>
|
41
|
+
<fingerprint pattern="^(RT-\w+) UPnP/\S+ MiniUPnPd/(\S+)$" flags="REG_ICASE">
|
42
|
+
<description>Asus WAP UPnP Server</description>
|
43
|
+
<example>RT-G32 UPnP/1.0 MiniUPnPd/1.2</example>
|
44
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
45
|
+
<param pos="2" name="service.version"/>
|
46
|
+
<param pos="0" name="os.vendor" value="Asus"/>
|
47
|
+
<param pos="1" name="os.product"/>
|
48
|
+
<param pos="0" name="os.device" value="WAP"/>
|
49
|
+
</fingerprint>
|
50
|
+
<fingerprint pattern="^DrayTek/Vigor(\S+) UPnP/\S+ miniupnpd/(\S+)$" flags="REG_ICASE">
|
51
|
+
<description>DrayTek Vigor router UPnP Server</description>
|
52
|
+
<example>DrayTek/Vigor2130 UPnP/1.0 miniupnpd/1.0</example>
|
53
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
54
|
+
<param pos="2" name="service.version"/>
|
55
|
+
<param pos="0" name="os.vendor" value="DrayTek"/>
|
56
|
+
<param pos="0" name="os.family" value="Vigor"/>
|
57
|
+
<param pos="1" name="os.product"/>
|
58
|
+
<param pos="0" name="os.device" value="Router"/>
|
59
|
+
</fingerprint>
|
60
|
+
<fingerprint pattern="^OpenWRT/kamikaze UPnP/\S+ MiniUPnPd/(\S+)$" flags="REG_ICASE">
|
61
|
+
<description>OpenWRT Kamikaze WAP UPnP Server</description>
|
62
|
+
<example>OpenWRT/kamikaze UPnP/1.0 MiniUPnPd/1.5</example>
|
63
|
+
<example>OpenWRT/kamikaze UPnP/1.0 MiniUPnPd/1.2</example>
|
64
|
+
<example>OpenWRT/kamikaze UPnP/1.0 MiniUPnPd/1.4</example>
|
65
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
66
|
+
<param pos="1" name="service.version"/>
|
67
|
+
<param pos="0" name="os.vendor" value="Linux"/>
|
68
|
+
<param pos="0" name="os.family" value="OpenWRT"/>
|
69
|
+
<param pos="0" name="os.product" value="Kamikaze"/>
|
70
|
+
<param pos="0" name="os.device" value="WAP"/>
|
71
|
+
</fingerprint>
|
72
|
+
<fingerprint pattern="^Netgear/\S+ UPnP/\S+ miniupnpd/(\S+)$" flags="REG_ICASE">
|
73
|
+
<description>Netgear DG834G or WNDR3300 WAP UPnP Server</description>
|
74
|
+
<example>Netgear/1.0 UPnP/1.0 miniupnpd/1.0</example>
|
75
|
+
<example>Netgear/1.0 UPnP/1.0 miniupnpd/1.0</example>
|
76
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
77
|
+
<param pos="1" name="service.version"/>
|
78
|
+
<param pos="0" name="os.vendor" value="Netgear"/>
|
79
|
+
<param pos="0" name="os.product" value="Unknown"/>
|
80
|
+
<param pos="0" name="os.device" value="WAP"/>
|
81
|
+
</fingerprint>
|
82
|
+
<fingerprint pattern="^[^/]+/(\S+) DLNADOC/\S+ UPnP/\S+ MiniDLNA/(\S+)$">
|
83
|
+
<description>DLNADOC UPnP Server</description>
|
84
|
+
<example>Debian/4.0r8 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
85
|
+
<example>Debian/6.0 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
86
|
+
<example>Debian/6.0.2 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
87
|
+
<example>Debian/6.0.4 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
88
|
+
<example>Debian/6.0.6 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
89
|
+
<example>FreeBSD/10.0-CURRENT DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.24</example>
|
90
|
+
<example>FreeBSD/7.3-RELEASE DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
91
|
+
<example>FreeBSD/7.3-RELEASE DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.24</example>
|
92
|
+
<example>FreeBSD/7.3-STABLE DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
93
|
+
<example>FreeBSD/7.4-RELEASE-p10 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.24</example>
|
94
|
+
<example>FreeBSD/7.4-RELEASE-p9 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.24</example>
|
95
|
+
<example>FreeBSD/7.4-STABLE DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.24</example>
|
96
|
+
<example>FreeBSD/8.1-RELEASE-p1 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.24</example>
|
97
|
+
<example>FreeBSD/8.1-RELEASE-p2 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.24</example>
|
98
|
+
<example>FreeBSD/8.2-RELEASE-p4 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.24</example>
|
99
|
+
<example>Linux/2.4.37 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
100
|
+
<example>Linux/2.6.22.19 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.25</example>
|
101
|
+
<example>Linux/2.6.31.9-174.fc12.x86_64 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
102
|
+
<example>Linux/2.6.32.21-168.fc12.i686.PAE DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
103
|
+
<example>Linux/2.6.33-7.atr DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
104
|
+
<example>Linux/2.6.36 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
105
|
+
<example>SUSE LINUX/11.1 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
106
|
+
<example>Ubuntu/11.04 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
107
|
+
<example>VHS-4/1 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
108
|
+
<example>Debian/testing/unstable DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
109
|
+
<example>Debian/unstable DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
110
|
+
<example>Linux/2.6.12.6-arm1 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
111
|
+
<example>Debian/wheezy/sid DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
112
|
+
<example>Gentoo/1.12.11.1 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
113
|
+
<example>Linux/2.6.24.111 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
114
|
+
<example>RedHatEnterpriseClient/5.6 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
115
|
+
<example>Ubuntu/12.04 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
116
|
+
<example>Ubuntu/9.04 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
117
|
+
<example>Debian/5.0 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
118
|
+
<example>Debian/squeeze/sid DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
119
|
+
<example>FreeBSD/8.3-RELEASE DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.24</example>
|
120
|
+
<example>FreeBSD/8.3-STABLE DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.24</example>
|
121
|
+
<example>Debian/6.0.5 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
122
|
+
<example>FreeBSD/9.0-RELEASE-p1 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.24</example>
|
123
|
+
<example>Linux/3.3.8-gentoo DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.24</example>
|
124
|
+
<example>Linux/Cross_compiled DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
125
|
+
<example>CentOS/5.6 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
126
|
+
<example>Ubuntu/10.04 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
127
|
+
<example>RAIDiator/4.1 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
128
|
+
<example>Linux/2.6.31 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
129
|
+
<example>Linux/2.6.36+ DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0</example>
|
130
|
+
<param pos="0" name="service.vendor" value="Unknown"/>
|
131
|
+
<param pos="0" name="service.product" value="MiniDLNA"/>
|
132
|
+
<param pos="2" name="service.version"/>
|
133
|
+
<param pos="0" name="os.vendor" value="Linux"/>
|
134
|
+
<param pos="0" name="os.product" value="Linux"/>
|
135
|
+
<param pos="1" name="os.version"/>
|
136
|
+
</fingerprint>
|
137
|
+
<fingerprint pattern="^Debian\/(\S+) UPnP/\S+ MiniUPnPd/(\S+)$" flags="REG_ICASE">
|
138
|
+
<description>miniupnpd on a Debian variant</description>
|
139
|
+
<example os.version="wheezy/sid" service.version="1.8">Debian/wheezy/sid UPnP/1.1 MiniUPnPd/1.8</example>
|
140
|
+
<example os.version="4.0" service.version="1.0">Debian/4.0 UPnP/1.0 miniupnpd/1.0</example>
|
141
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
142
|
+
<param pos="2" name="service.version"/>
|
143
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
144
|
+
<param pos="0" name="os.product" value="Linux"/>
|
145
|
+
<param pos="0" name="os.certainty" value="0.5"/>
|
146
|
+
<param pos="1" name="os.version"/>
|
147
|
+
</fingerprint>
|
148
|
+
<fingerprint pattern="^Fedora(?:Core)?\/(\S+) UPnP/\S+ MiniUPnPd/(\S+)$" flags="REG_ICASE">
|
149
|
+
<description>miniupnpd on a Fedora variant</description>
|
150
|
+
<example os.version="10" service.version="1.4">Fedora/10 UPnP/1.0 MiniUPnPd/1.4</example>
|
151
|
+
<example os.version="8" service.version="1.0">Fedora/8 UPnP/1.0 miniupnpd/1.0</example>
|
152
|
+
<example os.version="6" service.version="1.0">FedoraCore/6 UPnP/1.0 miniupnpd/1.0</example>
|
153
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
154
|
+
<param pos="2" name="service.version"/>
|
155
|
+
<param pos="0" name="os.family" value="Linux"/>
|
156
|
+
<param pos="0" name="os.vendor" value="Red Hat"/>
|
157
|
+
<param pos="0" name="os.product" value="Fedora Core Linux"/>
|
158
|
+
<param pos="1" name="os.version"/>
|
159
|
+
</fingerprint>
|
160
|
+
<fingerprint pattern="^Ubuntu\/(\S+) UPnP/\S+ MiniUPnPd/(\S+)$" flags="REG_ICASE">
|
161
|
+
<description>miniupnpd on an Ubuntu variant</description>
|
162
|
+
<example os.version="10.04" service.version="1.0">Ubuntu/10.04 UPnP/1.0 miniupnpd/1.0</example>
|
163
|
+
<example os.version="10.10" service.version="1.0">Ubuntu/10.10 UPnP/1.0 miniupnpd/1.0</example>
|
164
|
+
<example os.version="7.10" service.version="1.0">Ubuntu/7.10 UPnP/1.0 miniupnpd/1.0</example>
|
165
|
+
<example os.version="9.04" service.version="1.0">Ubuntu/9.04 UPnP/1.0 miniupnpd/1.0</example>
|
166
|
+
<example os.version="lucid" service.version="1.4">Ubuntu/lucid UPnP/1.0 MiniUPnPd/1.4</example>
|
167
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
168
|
+
<param pos="2" name="service.version"/>
|
169
|
+
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
170
|
+
<param pos="0" name="os.product" value="Linux"/>
|
171
|
+
<param pos="1" name="os.version"/>
|
172
|
+
</fingerprint>
|
173
|
+
<fingerprint pattern="^Linux Mips (\S+) UPnP/\S+ MiniUPnPd/(\S+)$" flags="REG_ICASE">
|
174
|
+
<description>Linux MIPS UPnP Server</description>
|
175
|
+
<example>Linux Mips 2.4.20 UPnP/1.0 MiniUPnPd/1.2</example>
|
176
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
177
|
+
<param pos="2" name="service.version"/>
|
178
|
+
<param pos="0" name="os.vendor" value="Linux"/>
|
179
|
+
<param pos="0" name="os.product" value="Linux"/>
|
180
|
+
<param pos="1" name="os.version"/>
|
181
|
+
</fingerprint>
|
182
|
+
<fingerprint pattern="^SmoothWall Express/\S+ UPnP/\S+ miniupnpd/(\S+)$" flags="REG_ICASE">
|
183
|
+
<description>Smoothwall Express UPnP Server</description>
|
184
|
+
<example>SmoothWall Express/3.0 UPnP/1.0 miniupnpd/1.0</example>
|
185
|
+
<param pos="0" name="service.vendor" value="Smoothwall"/>
|
186
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
187
|
+
<param pos="1" name="service.version"/>
|
188
|
+
</fingerprint>
|
189
|
+
<fingerprint pattern="^(\S+) \d+/Service Pack \d+, UPnP/[\d\.]+, TVersity Media Server$">
|
190
|
+
<description>TVersity Media Server UPnP Server</description>
|
191
|
+
<example>5.2.3790 2/Service Pack 1, UPnP/1.0, TVersity Media Server</example>
|
192
|
+
<example>5.0.2195 2/Service Pack 4, UPnP/1.0, TVersity Media Server</example>
|
193
|
+
<example>5.1.2600 2/Service Pack 2, UPnP/1.0, TVersity Media Server</example>
|
194
|
+
<example>6.0.6001 2/Service Pack 1, UPnP/1.0, TVersity Media Server</example>
|
195
|
+
<example>5.2.3790 2/Service Pack 2, UPnP/1.0, TVersity Media Server</example>
|
196
|
+
<example>6.1.7601 2/Service Pack 1, UPnP/1.0, TVersity Media Server</example>
|
197
|
+
<example>6.0.6002 2/Service Pack 2, UPnP/1.0, TVersity Media Server</example>
|
198
|
+
<example>5.1.2600 2/Service Pack 3, UPnP/1.0, TVersity Media Server</example>
|
199
|
+
<param pos="0" name="service.vendor" value="TVersity"/>
|
200
|
+
<param pos="0" name="service.product" value="Media Server"/>
|
201
|
+
<param pos="1" name="service.version"/>
|
202
|
+
</fingerprint>
|
203
|
+
<fingerprint pattern="^(\S+) 2/, UPnP/\S+, TVersity Media Server$">
|
204
|
+
<description>TVersity Media Server UPnP Server</description>
|
205
|
+
<example>6.2.8400 2/, UPnP/1.0, TVersity Media Server</example>
|
206
|
+
<example>6.2.9200 2/, UPnP/1.0, TVersity Media Server</example>
|
207
|
+
<example>6.0.6000 2/, UPnP/1.0, TVersity Media Server</example>
|
208
|
+
<example>6.1.7600 2/, UPnP/1.0, TVersity Media Server</example>
|
209
|
+
<param pos="0" name="service.vendor" value="TVersity"/>
|
210
|
+
<param pos="0" name="service.product" value="Media Server"/>
|
211
|
+
<param pos="1" name="service.version"/>
|
212
|
+
</fingerprint>
|
213
|
+
<fingerprint pattern="^LINUX/([\d\.]+) UPnP/[\d\.]+ BRCM400/([\d\.]+)$">
|
214
|
+
<description>Belkin/Linksys BRCM400 Wireless Router UPnP Server</description>
|
215
|
+
<example>LINUX/2.4 UPnP/1.0 BRCM400/1.0</example>
|
216
|
+
<param pos="0" name="service.vendor" value="Linksys"/>
|
217
|
+
<param pos="0" name="service.product" value="BRCM400"/>
|
218
|
+
<param pos="2" name="service.version"/>
|
219
|
+
<param pos="0" name="os.vendor" value="Linksys"/>
|
220
|
+
<param pos="0" name="os.product" value="Linux"/>
|
221
|
+
<param pos="1" name="os.version"/>
|
222
|
+
<param pos="0" name="os.device" value="Router"/>
|
223
|
+
</fingerprint>
|
224
|
+
<fingerprint pattern="^Linux-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
225
|
+
<description>PlayStation3 Media Server UPnP Server</description>
|
226
|
+
<example>Linux-amd64-2.6.18-238.9.1.el5, UPnP/1.0, PMS/1.52.1</example>
|
227
|
+
<example>Linux-amd64-2.6.31-14-generic, UPnP/1.0, PMS/1.50.0</example>
|
228
|
+
<example>Linux-amd64-3.0.0-25-generic, UPnP/1.0, PMS/1.20.412</example>
|
229
|
+
<example>Linux-amd64-3.0.0-25-generic, UPnP/1.0, PMS/1.30.1</example>
|
230
|
+
<example>Linux-amd64-3.0.0-25-server, UPnP/1.0, PMS/1.70.0</example>
|
231
|
+
<example>Linux-amd64-3.0.0-26-generic, UPnP/1.0, PMS/1.30.1</example>
|
232
|
+
<example>Linux-amd64-3.0.0-26-generic, UPnP/1.0, PMS/1.50.0</example>
|
233
|
+
<example>Linux-amd64-3.0.0-26-server, UPnP/1.0, PMS/1.20.412</example>
|
234
|
+
<example>Linux-amd64-3.0.0-26-server, UPnP/1.0, PMS/1.70.0</example>
|
235
|
+
<example>Linux-amd64-3.0.0-27-generic, UPnP/1.0, PMS/1.30.1</example>
|
236
|
+
<example>Linux-amd64-3.0.43-1-lts, UPnP/1.0, PMS/1.70.0</example>
|
237
|
+
<example>Linux-amd64-3.2.0-0.bpo.2-amd64, UPnP/1.0, PMS/1.52.1</example>
|
238
|
+
<example>Linux-amd64-3.2.0-0.bpo.2-amd64, UPnP/1.0, PMS/1.53.0</example>
|
239
|
+
<example>Linux-amd64-3.2.0-0.bpo.2-amd64, UPnP/1.0, PMS/1.54.0</example>
|
240
|
+
<example>Linux-amd64-3.2.0-0.bpo.2-amd64, UPnP/1.0, PMS/1.60.0</example>
|
241
|
+
<example>Linux-amd64-3.2.0-0.bpo.2-amd64, UPnP/1.0, PMS/1.70.0</example>
|
242
|
+
<example>Linux-amd64-3.2.0-0.bpo.3-amd64, UPnP/1.0, PMS/1.53.0</example>
|
243
|
+
<example>Linux-amd64-3.2.0-2-amd64, UPnP/1.0, PMS/1.30.1</example>
|
244
|
+
<example>Linux-amd64-3.2.0-2-amd64, UPnP/1.0, PMS/1.50.1</example>
|
245
|
+
<example>Linux-amd64-3.2.0-2-amd64, UPnP/1.0, PMS/1.60.0</example>
|
246
|
+
<example>Linux-amd64-3.2.0-24-generic, UPnP/1.0, PMS/1.20.412</example>
|
247
|
+
<example>Linux-amd64-3.6.5-1-ARCH, UPnP/1.0, PMS/1.70.0</example>
|
248
|
+
<example>Linux-ppc-2.6.32-5-powerpc, UPnP/1.0, PMS/1.70.0</example>
|
249
|
+
<example>Linux-i386-2.6.32-gentoo-r7, UPnP/1.0, PMS/1.50.0</example>
|
250
|
+
<example>Linux-i386-3.2.0-32-generic-pae, UPnP/1.0, PMS/1.50.0</example>
|
251
|
+
<example>Linux-i386-2.6.32-5-686, UPnP/1.0, PMS/1.20.412</example>
|
252
|
+
<example>Linux-i386-3.2.0-32-generic, UPnP/1.0, PMS/1.50.0</example>
|
253
|
+
<example>Linux-i386-3.4.4-5.fc17.i686.PAE, UPnP/1.0, PMS/1.60.0</example>
|
254
|
+
<example>Linux-amd64-2.6.35-28-generic, UPnP/1.0, PMS/1.21.0</example>
|
255
|
+
<example>Linux-amd64-3.2.0-24-generic, UPnP/1.0, PMS/1.52.1</example>
|
256
|
+
<example>Linux-amd64-3.2.0-26-generic, UPnP/1.0, PMS/1.50.0</example>
|
257
|
+
<example>Linux-amd64-3.2.0-29-generic, UPnP/1.0, PMS/1.50.0</example>
|
258
|
+
<example>Linux-amd64-3.2.0-32-generic, UPnP/1.0, PMS/1.50.0</example>
|
259
|
+
<example>Linux-amd64-3.0.0-17-generic, UPnP/1.0, PMS/1.52.1</example>
|
260
|
+
<example>Linux-i386-2.6.31-23-generic-pae, UPnP/1.0, PMS/1.20.409</example>
|
261
|
+
<example>Linux-i386-2.6.32-41-generic, UPnP/1.0, PMS/1.50.0</example>
|
262
|
+
<example>Linux-i386-2.6.32-5-686, UPnP/1.0, PMS/1.50.0</example>
|
263
|
+
<example>Linux-amd64-3.2.12-gentoo, UPnP/1.0, PMS/1.50.1</example>
|
264
|
+
<example>Linux-i386-2.6.33.2, UPnP/1.0, PMS/1.21.1</example>
|
265
|
+
<example>Linux-amd64-2.6.32-5-amd64, UPnP/1.0, PMS/1.50.0</example>
|
266
|
+
<param pos="0" name="service.vendor" value="Sony"/>
|
267
|
+
<param pos="0" name="service.product" value="PMS"/>
|
268
|
+
<param pos="2" name="service.version"/>
|
269
|
+
<param pos="0" name="os.vendor" value="Linux"/>
|
270
|
+
<param pos="0" name="os.product" value="Linux"/>
|
271
|
+
<param pos="1" name="os.version"/>
|
272
|
+
</fingerprint>
|
273
|
+
<fingerprint pattern="^Windows_XP-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
274
|
+
<description>PlayStation3 Media Server UPnP Server</description>
|
275
|
+
<example>Windows_XP-amd64-5.2, UPnP/1.0, PMS/1.54.0</example>
|
276
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.20.400</example>
|
277
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.31.0</example>
|
278
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.71.0</example>
|
279
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.72.0</example>
|
280
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.10.1</example>
|
281
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.21.0</example>
|
282
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.22.0</example>
|
283
|
+
<example>Windows_XP-x86-5.2, UPnP/1.0, PMS/1.30.1</example>
|
284
|
+
<example>Windows_XP-x86-5.2, UPnP/1.0, PMS/1.52.1</example>
|
285
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.21.1</example>
|
286
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.52.0</example>
|
287
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.23.0</example>
|
288
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.20.392</example>
|
289
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.20.412</example>
|
290
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.50.1</example>
|
291
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.53.0</example>
|
292
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.25.1</example>
|
293
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.30.1</example>
|
294
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.10.51</example>
|
295
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.50.0</example>
|
296
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.52.1</example>
|
297
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.40.0</example>
|
298
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.60.0</example>
|
299
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.70.1</example>
|
300
|
+
<example>Windows_XP-x86-5.1, UPnP/1.0, PMS/1.54.0</example>
|
301
|
+
<param pos="0" name="service.vendor" value="Sony"/>
|
302
|
+
<param pos="0" name="service.product" value="PMS"/>
|
303
|
+
<param pos="2" name="service.version"/>
|
304
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
305
|
+
<param pos="0" name="os.product" value="Windows XP"/>
|
306
|
+
<param pos="1" name="os.version"/>
|
307
|
+
</fingerprint>
|
308
|
+
<fingerprint pattern="^Windows_7-x86-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
309
|
+
<description>PlayStation3 Media Server UPnP Server</description>
|
310
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.20</example>
|
311
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.22.0</example>
|
312
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.25.1</example>
|
313
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.51.0</example>
|
314
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.20.412</example>
|
315
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.71.0</example>
|
316
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.20.409</example>
|
317
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.72.0</example>
|
318
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.10.51</example>
|
319
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.40.0</example>
|
320
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.53.0</example>
|
321
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.52.0</example>
|
322
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.50.1</example>
|
323
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.30.1</example>
|
324
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.50.0</example>
|
325
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.54.0</example>
|
326
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.52.1</example>
|
327
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.60.0</example>
|
328
|
+
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.70.1</example>
|
329
|
+
<param pos="0" name="service.vendor" value="Sony"/>
|
330
|
+
<param pos="0" name="service.product" value="PMS"/>
|
331
|
+
<param pos="2" name="service.version"/>
|
332
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
333
|
+
<param pos="0" name="os.product" value="Windows 7"/>
|
334
|
+
<param pos="1" name="os.version"/>
|
335
|
+
</fingerprint>
|
336
|
+
<fingerprint pattern="^Windows_7-x86_64-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
337
|
+
<description>PlayStation3 Media Server UPnP Server</description>
|
338
|
+
<param pos="0" name="service.vendor" value="Sony"/>
|
339
|
+
<param pos="0" name="service.product" value="PMS"/>
|
340
|
+
<param pos="2" name="service.version"/>
|
341
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
342
|
+
<param pos="0" name="os.product" value="Windows 7"/>
|
343
|
+
<param pos="1" name="os.version"/>
|
344
|
+
</fingerprint>
|
345
|
+
<fingerprint pattern="^Microsoft-Windows/6.2 UPnP/(?:\S+) UPnP-Device-Host/(?:\S+)$">
|
346
|
+
<description>Windows 8 or Windows Server 2012 with unknown UPnP components</description>
|
347
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
348
|
+
<param pos="0" name="os.product" value="Windows 8"/>
|
349
|
+
<param pos="0" name="os.certainty" value="0.65"/>
|
350
|
+
</fingerprint>
|
351
|
+
<fingerprint pattern="^Mac_OS_X-x86_64-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
352
|
+
<description>PlayStation3 Media Server UPnP Server</description>
|
353
|
+
<example>Mac_OS_X-x86_64-10.5.8, UPnP/1.0, PMS/1.20</example>
|
354
|
+
<example>Mac_OS_X-x86_64-10.5.8, UPnP/1.0, PMS/1.20.404</example>
|
355
|
+
<example>Mac_OS_X-x86_64-10.5.8, UPnP/1.0, PMS/1.25.1</example>
|
356
|
+
<example>Mac_OS_X-x86_64-10.5.8, UPnP/1.0, PMS/1.51.0</example>
|
357
|
+
<example>Mac_OS_X-x86_64-10.5.8, UPnP/1.0, PMS/1.52.1</example>
|
358
|
+
<example>Mac_OS_X-x86_64-10.5.8, UPnP/1.0, PMS/1.54.0</example>
|
359
|
+
<example>Mac_OS_X-x86_64-10.6.3, UPnP/1.0, PMS/1.20.409</example>
|
360
|
+
<example>Mac_OS_X-x86_64-10.6.7, UPnP/1.0, PMS/1.20.409</example>
|
361
|
+
<example>Mac_OS_X-x86_64-10.6.8, UPnP/1.0, PMS/1.31.0</example>
|
362
|
+
<example>Mac_OS_X-x86_64-10.7, UPnP/1.0, PMS/1.50.0</example>
|
363
|
+
<example>Mac_OS_X-x86_64-10.7, UPnP/1.0, PMS/1.52.0</example>
|
364
|
+
<example>Mac_OS_X-x86_64-10.7.1, UPnP/1.0, PMS/1.50.1</example>
|
365
|
+
<example>Mac_OS_X-x86_64-10.8.1, UPnP/1.0, PMS/1.72.0</example>
|
366
|
+
<example>Mac_OS_X-x86_64-10.8.2, UPnP/1.0, PMS/1.10.5</example>
|
367
|
+
<example>Mac_OS_X-x86_64-10.8.2, UPnP/1.0, PMS/1.25.1</example>
|
368
|
+
<example>Mac_OS_X-x86_64-10.8.2, UPnP/1.0, PMS/1.50.2</example>
|
369
|
+
<example>Mac_OS_X-x86_64-10.5.8, UPnP/1.0, PMS/1.30.1</example>
|
370
|
+
<example>Mac_OS_X-x86_64-10.5.8, UPnP/1.0, PMS/1.40.0</example>
|
371
|
+
<example>Mac_OS_X-x86_64-10.5.8, UPnP/1.0, PMS/1.50.1</example>
|
372
|
+
<example>Mac_OS_X-x86_64-10.6.5, UPnP/1.0, PMS/1.50.0</example>
|
373
|
+
<example>Mac_OS_X-x86_64-10.6.7, UPnP/1.0, PMS/1.50.0</example>
|
374
|
+
<example>Mac_OS_X-x86_64-10.6.8, UPnP/1.0, PMS/1.20</example>
|
375
|
+
<example>Mac_OS_X-x86_64-10.7.2, UPnP/1.0, PMS/1.40.0</example>
|
376
|
+
<example>Mac_OS_X-x86_64-10.7.2, UPnP/1.0, PMS/1.54.0</example>
|
377
|
+
<example>Mac_OS_X-x86_64-10.7.2, UPnP/1.0, PMS/1.60.0</example>
|
378
|
+
<example>Mac_OS_X-x86_64-10.7.3, UPnP/1.0, PMS/1.51.0</example>
|
379
|
+
<example>Mac_OS_X-x86_64-10.7.3, UPnP/1.0, PMS/1.54.0</example>
|
380
|
+
<example>Mac_OS_X-x86_64-10.8, UPnP/1.0, PMS/1.40.0</example>
|
381
|
+
<example>Mac_OS_X-x86_64-10.8.1, UPnP/1.0, PMS/1.20.409</example>
|
382
|
+
<example>Mac_OS_X-x86_64-10.8.1, UPnP/1.0, PMS/1.52.1</example>
|
383
|
+
<example>Mac_OS_X-x86_64-10.8.2, UPnP/1.0, PMS/1.52.0</example>
|
384
|
+
<example>Mac_OS_X-x86_64-10.5.8, UPnP/1.0, PMS/1.20.409</example>
|
385
|
+
<example>Mac_OS_X-x86_64-10.6.8, UPnP/1.0, PMS/1.51.0</example>
|
386
|
+
<example>Mac_OS_X-x86_64-10.7.3, UPnP/1.0, PMS/1.30.1</example>
|
387
|
+
<example>Mac_OS_X-x86_64-10.7.3, UPnP/1.0, PMS/1.40.0</example>
|
388
|
+
<example>Mac_OS_X-x86_64-10.7.3, UPnP/1.0, PMS/1.70.1</example>
|
389
|
+
<example>Mac_OS_X-x86_64-10.8.1, UPnP/1.0, PMS/1.50.0</example>
|
390
|
+
<example>Mac_OS_X-x86_64-10.8.1, UPnP/1.0, PMS/1.70.1</example>
|
391
|
+
<example>Mac_OS_X-x86_64-10.8.2, UPnP/1.0, PMS/1.30.1</example>
|
392
|
+
<example>Mac_OS_X-x86_64-10.8.2, UPnP/1.0, PMS/1.40.0</example>
|
393
|
+
<example>Mac_OS_X-x86_64-10.6.8, UPnP/1.0, PMS/1.72.0</example>
|
394
|
+
<example>Mac_OS_X-x86_64-10.7.2, UPnP/1.0, PMS/1.30.1</example>
|
395
|
+
<example>Mac_OS_X-x86_64-10.7.2, UPnP/1.0, PMS/1.52.1</example>
|
396
|
+
<example>Mac_OS_X-x86_64-10.7.3, UPnP/1.0, PMS/1.50.0</example>
|
397
|
+
<example>Mac_OS_X-x86_64-10.7.4, UPnP/1.0, PMS/1.50.1</example>
|
398
|
+
<example>Mac_OS_X-x86_64-10.7.4, UPnP/1.0, PMS/1.40.0</example>
|
399
|
+
<example>Mac_OS_X-x86_64-10.8.2, UPnP/1.0, PMS/1.60.0</example>
|
400
|
+
<example>Mac_OS_X-x86_64-10.6.8, UPnP/1.0, PMS/1.30.1</example>
|
401
|
+
<example>Mac_OS_X-x86_64-10.6.8, UPnP/1.0, PMS/1.10.5</example>
|
402
|
+
<example>Mac_OS_X-x86_64-10.7.4, UPnP/1.0, PMS/1.60.0</example>
|
403
|
+
<example>Mac_OS_X-x86_64-10.7.5, UPnP/1.0, PMS/1.70.1</example>
|
404
|
+
<example>Mac_OS_X-x86_64-10.7.4, UPnP/1.0, PMS/1.50.0</example>
|
405
|
+
<example>Mac_OS_X-x86_64-10.6.8, UPnP/1.0, PMS/1.70.1</example>
|
406
|
+
<example>Mac_OS_X-x86_64-10.6.8, UPnP/1.0, PMS/1.52.1</example>
|
407
|
+
<example>Mac_OS_X-x86_64-10.7.4, UPnP/1.0, PMS/1.54.0</example>
|
408
|
+
<example>Mac_OS_X-x86_64-10.7.4, UPnP/1.0, PMS/1.52.1</example>
|
409
|
+
<example>Mac_OS_X-x86_64-10.8.2, UPnP/1.0, PMS/1.70.1</example>
|
410
|
+
<param pos="0" name="service.vendor" value="Sony"/>
|
411
|
+
<param pos="0" name="service.product" value="PMS"/>
|
412
|
+
<param pos="2" name="service.version"/>
|
413
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
414
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
415
|
+
<param pos="1" name="os.version"/>
|
416
|
+
</fingerprint>
|
417
|
+
<fingerprint pattern="^Linux/(\S+), UPnP/\S+, Free UPnP Entertainment Service/ReadyNAS$">
|
418
|
+
<description>Free UPnP Entertainment Service UPnP Server</description>
|
419
|
+
<param pos="0" name="service.vendor" value="Unknown"/>
|
420
|
+
<param pos="0" name="service.product" value="FUPPES"/>
|
421
|
+
<param pos="0" name="os.vendor" value="Linux"/>
|
422
|
+
<param pos="0" name="os.product" value="Linux"/>
|
423
|
+
<param pos="1" name="os.version"/>
|
424
|
+
</fingerprint>
|
425
|
+
<fingerprint pattern="^Linux/(\S+), UPnP/\S+, Free UPnP Entertainment Service/$">
|
426
|
+
<description>Free UPnP Entertainment Service UPnP Server</description>
|
427
|
+
<param pos="0" name="service.vendor" value="Unknown"/>
|
428
|
+
<param pos="0" name="service.product" value="FUPPES"/>
|
429
|
+
<param pos="0" name="os.vendor" value="Linux"/>
|
430
|
+
<param pos="0" name="os.product" value="Linux"/>
|
431
|
+
<param pos="1" name="os.version"/>
|
432
|
+
</fingerprint>
|
433
|
+
<fingerprint pattern="^FreeBSD/(\S+), UPnP/\S+, Free UPnP Entertainment Service/$">
|
434
|
+
<description>Free UPnP Entertainment Service UPnP Server</description>
|
435
|
+
<param pos="0" name="service.vendor" value="Unknown"/>
|
436
|
+
<param pos="0" name="service.product" value="FUPPES"/>
|
437
|
+
<param pos="0" name="os.vendor" value="FreeBSD"/>
|
438
|
+
<param pos="0" name="os.product" value="FreeBSD"/>
|
439
|
+
<param pos="1" name="os.version"/>
|
440
|
+
</fingerprint>
|
441
|
+
<fingerprint pattern="^ipOS/([\d\.]+) UPnP/[\d\.]+ ipUPnP/([\d\.]+)$">
|
442
|
+
<description>D-Link WAP Dynamic DNS UPnP Server</description>
|
443
|
+
<param pos="0" name="service.vendor" value="D-Link"/>
|
444
|
+
<param pos="0" name="service.product" value="ipUPnP"/>
|
445
|
+
<param pos="2" name="service.version"/>
|
446
|
+
<param pos="0" name="os.vendor" value="D-Link"/>
|
447
|
+
<param pos="0" name="os.product" value="ipOS"/>
|
448
|
+
<param pos="1" name="os.version"/>
|
449
|
+
<param pos="0" name="os.device" value="WAP"/>
|
450
|
+
</fingerprint>
|
451
|
+
<fingerprint pattern="^ipOS/([\d\.]+) UPnP/[\d\.]+ ipGENADevice/([\d\.]+)$">
|
452
|
+
<description>D-Link DGL-4300 Gaming Router UPnP Server</description>
|
453
|
+
<param pos="0" name="service.vendor" value="D-Link"/>
|
454
|
+
<param pos="0" name="service.product" value="ipGENADevice"/>
|
455
|
+
<param pos="2" name="service.version"/>
|
456
|
+
<param pos="0" name="os.vendor" value="D-Link"/>
|
457
|
+
<param pos="0" name="os.product" value="ipOS"/>
|
458
|
+
<param pos="1" name="os.version"/>
|
459
|
+
<param pos="0" name="os.device" value="Router"/>
|
460
|
+
</fingerprint>
|
461
|
+
<fingerprint pattern="^ipos/([\d\.]+) UPnP/[\d\.]+ (TL-\w+)/(\S+)$">
|
462
|
+
<description>TP-Link WAP UPnP Server</description>
|
463
|
+
<example>ipos/7.0 UPnP/1.0 TL-WR841N/6.0/7.0</example>
|
464
|
+
<example>ipos/7.0 UPnP/1.0 TL-WR841N/8.0</example>
|
465
|
+
<example>ipos/7.0 UPnP/1.0 TL-WR740N/4.0</example>
|
466
|
+
<example>ipos/7.0 UPnP/1.0 TL-WR940N/1.0</example>
|
467
|
+
<example>ipos/7.0 UPnP/1.0 TL-WR741N/4.0</example>
|
468
|
+
<example>ipos/7.0 UPnP/1.0 TL-WR740N/1.0</example>
|
469
|
+
<example>ipos/7.0 UPnP/1.0 TL-WR741N/1.0/2.0</example>
|
470
|
+
<example>ipos/7.0 UPnP/1.0 TL-WR740N/1.0/2.0</example>
|
471
|
+
<example>ipos/7.0 UPnP/1.0 TL-WR941N/2.0</example>
|
472
|
+
<param pos="0" name="service.vendor" value="TP-Link"/>
|
473
|
+
<param pos="2" name="service.product"/>
|
474
|
+
<param pos="3" name="service.version"/>
|
475
|
+
<param pos="0" name="os.vendor" value="TP-Link"/>
|
476
|
+
<param pos="0" name="os.product" value="ipOS"/>
|
477
|
+
<param pos="1" name="os.version"/>
|
478
|
+
<param pos="0" name="os.device" value="WAP"/>
|
479
|
+
</fingerprint>
|
480
|
+
<fingerprint pattern="^Linux/(\S+), UPnP/[\d\.]+, Portable SDK for UPnP devices/(\S+)$">
|
481
|
+
<description>Portable SDK for UPnP Server</description>
|
482
|
+
<example>Linux/2.4.20-46.7asp, UPnP/1.0, Portable SDK for UPnP devices/1.6.17</example>
|
483
|
+
<example>Linux/2.6.10-iop1-1, UPnP/1.0, Portable SDK for UPnP devices/1.4.1</example>
|
484
|
+
<example>Linux/2.6.12-5.1-brcmstb-dm800, UPnP/1.0, Portable SDK for UPnP devices/1.6.0</example>
|
485
|
+
<example>Linux/2.6.12.6-VENUS, UPnP/1.0, Portable SDK for UPnP devices/1.6.10</example>
|
486
|
+
<example>Linux/2.6.12.6-arm1-040, UPnP/1.0, Portable SDK for UPnP devices/1.6.5.2</example>
|
487
|
+
<example>Linux/2.6.13, UPnP/1.0, Portable SDK for UPnP devices/1.6.0</example>
|
488
|
+
<example>Linux/2.6.18_pro500-davinci_N03A_IPCAM_1.0-g5c649288-dirty, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
489
|
+
<example>Linux/2.6.28, UPnP/1.0, Portable SDK for UPnP devices/1.6.10</example>
|
490
|
+
<example>Linux/2.6.28-11-server, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
491
|
+
<example>Linux/2.6.28-17-generic, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
492
|
+
<example>Linux/2.6.28.1-xxxx-std-ipv4-32, UPnP/1.0, Portable SDK for UPnP devices/1.4.3</example>
|
493
|
+
<example>Linux/2.6.32-220.7.1.el6.x86_64, UPnP/1.0, Portable SDK for UPnP devices/1.6.14</example>
|
494
|
+
<example>Linux/2.6.32-24-generic, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
495
|
+
<example>Linux/2.6.32-279.1.1.el6.x86_64, UPnP/1.0, Portable SDK for UPnP devices/1.6.13</example>
|
496
|
+
<example>Linux/2.6.32-279.11.1.el6.x86_64, UPnP/1.0, Portable SDK for UPnP devices/1.6.14</example>
|
497
|
+
<example>Linux/2.6.32-279.14.1.el6.x86_64, UPnP/1.0, Portable SDK for UPnP devices/1.6.14</example>
|
498
|
+
<example>Linux/2.6.32-279.14.1.el6.x86_64, UPnP/1.0, Portable SDK for UPnP devices/1.6.15</example>
|
499
|
+
<param pos="0" name="service.vendor" value="Unknown"/>
|
500
|
+
<param pos="0" name="service.product" value="libupnp"/>
|
501
|
+
<param pos="2" name="service.version"/>
|
502
|
+
<param pos="0" name="os.vendor" value="Unknown"/>
|
503
|
+
<param pos="0" name="os.product" value="Linux"/>
|
504
|
+
<param pos="1" name="os.version"/>
|
505
|
+
</fingerprint>
|
506
|
+
<fingerprint pattern="^Linux/(\S+) UPnP/[\d\.]+ DLNADOC/[\d\.]+ Portable SDK for UPnP devices/(\S+)$">
|
507
|
+
<description>DLNADOC Portable SDK for UPnP Server</description>
|
508
|
+
<example>Linux/3.0.8 UPnP/1.0 DLNADOC/1.50 Portable SDK for UPnP devices/1.6.6</example>
|
509
|
+
<example>Linux/2.6.23.17_stm23_0125dorade00 UPnP/1.0 DLNADOC/1.50 Portable SDK for UPnP devices/1.4.6-5</example>
|
510
|
+
<param pos="0" name="service.vendor" value="Unknown"/>
|
511
|
+
<param pos="0" name="service.product" value="libupnp"/>
|
512
|
+
<param pos="2" name="service.version"/>
|
513
|
+
<param pos="0" name="os.vendor" value="Unknown"/>
|
514
|
+
<param pos="0" name="os.product" value="Linux"/>
|
515
|
+
<param pos="1" name="os.version"/>
|
516
|
+
</fingerprint>
|
517
|
+
<fingerprint pattern="^Linux/(\S+), UPnP/[\d\.]+, Intel SDK for UPnP devices ?/(\S+)$">
|
518
|
+
<description>Intel SDK for UPnP Server</description>
|
519
|
+
<example>Linux/3.2.0-3-686-pae, UPnP/1.0, Intel SDK for UPnP devices/1.3.1</example>
|
520
|
+
<example>Linux/3.2.21, UPnP/1.0, Intel SDK for UPnP devices/1.3.1</example>
|
521
|
+
<example>Linux/3.2.23-smp, UPnP/1.0, Intel SDK for UPnP devices/1.3.1</example>
|
522
|
+
<example>Linux/3.2.29-smp, UPnP/1.0, Intel SDK for UPnP devices/1.3.1</example>
|
523
|
+
<example>Linux/3.4.0, UPnP/1.0, Intel SDK for UPnP devices/1.3.1</example>
|
524
|
+
<example>Linux/3.4.4, UPnP/1.0, Intel SDK for UPnP devices/1.3.1</example>
|
525
|
+
<example>Linux/3.4.5, UPnP/1.0, Intel SDK for UPnP devices/1.3.1</example>
|
526
|
+
<example>Linux/2.6.17.WB_WPCM450.1.3, UPnP/1.0, Intel SDK for UPnP devices/1.3.1</example>
|
527
|
+
<example>Linux/2.6.11.12, UPnP/1.0, Intel SDK for UPnP devices /1.2</example>
|
528
|
+
<example>Linux/2.6.27, UPnP/1.0, Intel SDK for UPnP devices /1.2</example>
|
529
|
+
<example>Linux/2.6.23.17-Pegasus, UPnP/1.0, Intel SDK for UPnP devices /1.2</example>
|
530
|
+
<example>Linux/2.6.16-star, UPnP/1.0, Intel SDK for UPnP devices/1.3.1</example>
|
531
|
+
<example>Linux/2.6.10_dev-malta-mips2_fp_le, UPnP/1.0, Intel SDK for UPnP devices /1.2</example>
|
532
|
+
<example>Linux/2.4.18_mvl30-ixdp425, UPnP/1.0, Intel SDK for UPnP devices/1.3.1</example>
|
533
|
+
<example>Linux/2.6.20.21-pmc, UPnP/1.0, Intel SDK for UPnP devices/1.3.1</example>
|
534
|
+
<example>Linux/2.4.20, UPnP/1.0, Intel SDK for UPnP devices/1.3.1</example>
|
535
|
+
<example>Linux/2.4.30, UPnP/1.0, Intel SDK for UPnP devices /1.2</example>
|
536
|
+
<example>Linux/2.6.21, UPnP/1.0, Intel SDK for UPnP devices /1.2</example>
|
537
|
+
<example>Linux/2.4.18-MIPS-01.00, UPnP/1.0, Intel SDK for UPnP devices /1.2</example>
|
538
|
+
<example>Linux/2.4.17_mvl21-malta-mips_fp_le, UPnP/1.0, Intel SDK for UPnP devices /1.2</example>
|
539
|
+
<example>Linux/2.4.18-rmk7, UPnP/1.0, Intel SDK for UPnP devices /1.2</example>
|
540
|
+
<param pos="0" name="service.vendor" value="Unknown"/>
|
541
|
+
<param pos="0" name="service.product" value="libupnp"/>
|
542
|
+
<param pos="2" name="service.version"/>
|
543
|
+
<param pos="0" name="os.vendor" value="Unknown"/>
|
544
|
+
<param pos="0" name="os.product" value="Linux"/>
|
545
|
+
<param pos="1" name="os.version"/>
|
546
|
+
</fingerprint>
|
547
|
+
<fingerprint pattern="^Linux, UPnP/[\d\.]+, Intel SDK for UPnP devices ?/(\S+)$">
|
548
|
+
<description>Intel SDK for UPnP Server</description>
|
549
|
+
<example>Linux, UPnP/1.0, Intel SDK for UPnP devices /1.2</example>
|
550
|
+
<param pos="0" name="service.vendor" value="Unknown"/>
|
551
|
+
<param pos="0" name="service.product" value="libupnp"/>
|
552
|
+
<param pos="1" name="service.version"/>
|
553
|
+
</fingerprint>
|
554
|
+
<fingerprint pattern="^Darwin/(\S+), UPnP/\S+, Portable SDK for UPnP devices/(\S+)$">
|
555
|
+
<description>Portable SDK for UPnP Server</description>
|
556
|
+
<example>Darwin/10.2.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
557
|
+
<example>Darwin/10.3.1, UPnP/1.0, Portable SDK for UPnP devices/1.6.17</example>
|
558
|
+
<example>Darwin/10.4.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.13</example>
|
559
|
+
<example>Darwin/10.4.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.17</example>
|
560
|
+
<example>Darwin/11.0.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
561
|
+
<example>Darwin/12.2.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.7</example>
|
562
|
+
<example>Darwin/12.2.1, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
563
|
+
<example>Darwin/9.8.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.7</example>
|
564
|
+
<example>Darwin/11.3.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
565
|
+
<example>Darwin/13.0.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.13</example>
|
566
|
+
<example>Darwin/11.4.2, UPnP/1.0, Portable SDK for UPnP devices/1.6.7</example>
|
567
|
+
<example>Darwin/12.1.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
568
|
+
<example>Darwin/10.8.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.7</example>
|
569
|
+
<example>Darwin/11.4.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.7</example>
|
570
|
+
<example>Darwin/12.0.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
571
|
+
<example>Darwin/11.2.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
572
|
+
<example>Darwin/9.8.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
573
|
+
<example>Darwin/13.0.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.17</example>
|
574
|
+
<example>Darwin/11.0.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.17</example>
|
575
|
+
<example>Darwin/12.2.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
576
|
+
<example>Darwin/11.4.2, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
577
|
+
<example>Darwin/11.4.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
578
|
+
<example>Darwin/11.0.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.13</example>
|
579
|
+
<example>Darwin/10.8.0, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
580
|
+
<param pos="0" name="service.vendor" value="Unknown"/>
|
581
|
+
<param pos="0" name="service.product" value="libupnp"/>
|
582
|
+
<param pos="2" name="service.version"/>
|
583
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
584
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
585
|
+
<param pos="1" name="os.version"/>
|
586
|
+
</fingerprint>
|
587
|
+
<fingerprint pattern="^UPnP/\S+, DLNADOC/\S+, Platinum/(\S+)$">
|
588
|
+
<description>Xbox Media Center UPnP Server</description>
|
589
|
+
<example>UPnP/1.0, DLNADOC/1.50, Platinum/0.5.1</example>
|
590
|
+
<example>UPnP/1.0, DLNADOC/1.50, Platinum/0.6.6.0</example>
|
591
|
+
<example>UPnP/1.0, DLNADOC/1.50, Platinum/0.5.4.0</example>
|
592
|
+
<example>UPnP/1.0, DLNADOC/1.50, Platinum/0.5.3.0</example>
|
593
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
594
|
+
<param pos="0" name="service.product" value="XBMC"/>
|
595
|
+
<param pos="1" name="service.version"/>
|
596
|
+
</fingerprint>
|
631
597
|
</fingerprints>
|