recog 2.1.31 → 2.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/cpe-remap.yaml +3 -0
- data/lib/recog/version.rb +1 -1
- data/xml/hp_pjl_id.xml +15 -15
- data/xml/http_cookies.xml +3 -3
- data/xml/http_servers.xml +8 -8
- data/xml/http_wwwauth.xml +4 -4
- data/xml/mdns_device-info_txt.xml +373 -12
- data/xml/pop_banners.xml +1 -1
- data/xml/snmp_sysdescr.xml +47 -24
- data/xml/upnp_banners.xml +26 -26
- metadata +2 -2
data/xml/pop_banners.xml
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
<param pos="2" name="service.component.version"/>
|
|
68
68
|
<param pos="3" name="host.domain"/>
|
|
69
69
|
</fingerprint>
|
|
70
|
-
<fingerprint pattern="^Qpop(?:per)? \(version ([\d\.]+)\) at (.+)(?: starting\.)?.*$"
|
|
70
|
+
<fingerprint pattern="(?i)^Qpop(?:per)? \(version ([\d\.]+)\) at (.+)(?: starting\.)?.*$">
|
|
71
71
|
<description>Qpopper missing version info</description>
|
|
72
72
|
<example>Qpopper (version 4.0.16) at foo.example.com</example>
|
|
73
73
|
<example>QPOP (version 2.53) at domain starting. <xxx@domain></example>
|
data/xml/snmp_sysdescr.xml
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<param pos="0" name="os.product" value="ADSL Modem"/>
|
|
64
64
|
<param pos="1" name="os.version"/>
|
|
65
65
|
</fingerprint>
|
|
66
|
-
<fingerprint pattern="^3Com (Link(?:Switch|Builder) [^,]+), SW version:(\S+)$"
|
|
66
|
+
<fingerprint pattern="(?i)^3Com (Link(?:Switch|Builder) [^,]+), SW version:(\S+)$">
|
|
67
67
|
<description>3COM LinkBuilder/LinkSwitch</description>
|
|
68
68
|
<example>3Com LinkBuilder FMS, SW version:3.11</example>
|
|
69
69
|
<example>3Com LinkSwitch 1000, SW Version:1.04</example>
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
<param pos="1" name="os.product"/>
|
|
74
74
|
<param pos="2" name="os.version"/>
|
|
75
75
|
</fingerprint>
|
|
76
|
-
<fingerprint pattern="^3Com MCNS external (\S+(?: \S+)?) Cable Modem,.*SW_VER:\s*(.*)$"
|
|
76
|
+
<fingerprint pattern="(?i)^3Com MCNS external (\S+(?: \S+)?) Cable Modem,.*SW_VER:\s*(.*)$">
|
|
77
77
|
<description>3COM Cable Modem</description>
|
|
78
78
|
<example>3Com MCNS external 2-way Cable Modem, HW_REV: 2.00 ,SW_VER: 01.03</example>
|
|
79
79
|
<example>3Com MCNS external 2-way Cable Modem, HW_REV: A01.3 ,SW_VER: 12.30</example>
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
<param pos="0" name="os.device" value="General"/>
|
|
208
208
|
<param pos="1" name="os.product"/>
|
|
209
209
|
</fingerprint>
|
|
210
|
-
<fingerprint pattern="^3Com Baseline Switch (\S+ Plus).* Software Version (\d+\.\S+ release \S+).*$"
|
|
210
|
+
<fingerprint pattern="(?i)^3Com Baseline Switch (\S+ Plus).* Software Version (\d+\.\S+ release \S+).*$">
|
|
211
211
|
<description>3COM Switch</description>
|
|
212
212
|
<example>3Com Baseline Switch 2920-SFP Plus Software Version 5.20 RELEASE 1101 Copyright (c) 2004-2009 3Com Corporation. All rights reserved.</example>
|
|
213
213
|
<example>3Com Baseline Switch 2920-SFP Plus Software Version 5.20 Release 1101P02 Copyright (c) 2004-2009 3Com Corporation. All rights reserved.</example>
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
<!--======================================================================
|
|
421
421
|
ADTRAN
|
|
422
422
|
=======================================================================-->
|
|
423
|
-
<fingerprint pattern="^ADTRAN (MX\d+(?: \S+)?(?: \S+)?)$"
|
|
423
|
+
<fingerprint pattern="(?i)^ADTRAN (MX\d+(?: \S+)?(?: \S+)?)$">
|
|
424
424
|
<description>ADTRAN Multiplexer</description>
|
|
425
425
|
<example>ADTRAN MX2820 Multiplexer</example>
|
|
426
426
|
<example>ADTRAN MX2800 DS3 Multiplexer</example>
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
<param pos="0" name="os.family" value="MX"/>
|
|
432
432
|
<param pos="1" name="os.product"/>
|
|
433
433
|
</fingerprint>
|
|
434
|
-
<fingerprint pattern="^ADTRAN (NetVanta\S+)$"
|
|
434
|
+
<fingerprint pattern="(?i)^ADTRAN (NetVanta\S+)$">
|
|
435
435
|
<description>ADTRAN Netvanta Router</description>
|
|
436
436
|
<example>ADTRAN NetVanta8044</example>
|
|
437
437
|
<example>ADTRAN NetVanta8044M</example>
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
<param pos="0" name="os.family" value="NetVanta"/>
|
|
450
450
|
<param pos="1" name="os.product"/>
|
|
451
451
|
</fingerprint>
|
|
452
|
-
<fingerprint pattern="^ADTRAN (TA\S+(?: \S+)?(?: \S+)?)$"
|
|
452
|
+
<fingerprint pattern="(?i)^ADTRAN (TA\S+(?: \S+)?(?: \S+)?)$">
|
|
453
453
|
<description>ADTRAN TotalAccess</description>
|
|
454
454
|
<example os.product="TA1448S-CE">ADTRAN TA1448S-CE</example>
|
|
455
455
|
<example os.product="TA1124">Adtran TA1124</example>
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
<param pos="0" name="os.family" value="Total Access"/>
|
|
506
506
|
<param pos="0" name="os.product" value="DSLAM Shelf"/>
|
|
507
507
|
</fingerprint>
|
|
508
|
-
<fingerprint pattern="^ADTRAN (T3SU-\S+).*$"
|
|
508
|
+
<fingerprint pattern="(?i)^ADTRAN (T3SU-\S+).*$">
|
|
509
509
|
<description>ADTRAN DSU/CSU</description>
|
|
510
510
|
<example>ADTRAN T3SU-300 (1200.217L1)</example>
|
|
511
511
|
<param pos="0" name="os.device" value="DSU/CSU"/>
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
<!--======================================================================
|
|
877
877
|
AXIS
|
|
878
878
|
=======================================================================-->
|
|
879
|
-
<fingerprint pattern="^AXIS (.*server).*(?:v|Version:\s*)([\d\.]+)"
|
|
879
|
+
<fingerprint pattern="(?i)^AXIS (.*server).*(?:v|Version:\s*)([\d\.]+)">
|
|
880
880
|
<description>AXIS Network Print Server</description>
|
|
881
881
|
<example os.product="5470e Network Print Server" os.version="6.21">AXIS 5470e Network Print Server V6.21 Dec 5 2000</example>
|
|
882
882
|
<example os.product="70U Network Document Server" os.version="1.08">AXIS 70U Network Document Server,Version: 1.08</example>
|
|
@@ -1169,7 +1169,7 @@
|
|
|
1169
1169
|
<param pos="1" name="os.product"/>
|
|
1170
1170
|
</fingerprint>
|
|
1171
1171
|
<!-- This is a catch-all for other Canon models that are less common -->
|
|
1172
|
-
<fingerprint pattern="^Canon(?: Inc\.)? (?:Color )?(?:Large Format )?(?:LASER CLASS )?(?:LASER SHOT )?(\S+(?: [A-Z0-9]\S+)?)(?: Series)?(?: \([^\)]+\))?(?: /P)?(?: EEPROM \S+)?$"
|
|
1172
|
+
<fingerprint pattern="(?i)^Canon(?: Inc\.)? (?:Color )?(?:Large Format )?(?:LASER CLASS )?(?:LASER SHOT )?(\S+(?: [A-Z0-9]\S+)?)(?: Series)?(?: \([^\)]+\))?(?: /P)?(?: EEPROM \S+)?$">
|
|
1173
1173
|
<description>Canon printer</description>
|
|
1174
1174
|
<example>Canon MF8170 /P</example>
|
|
1175
1175
|
<example>Canon MF5900 Series /P</example>
|
|
@@ -1394,7 +1394,7 @@
|
|
|
1394
1394
|
<param pos="1" name="os.version"/>
|
|
1395
1395
|
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:vpn_3000_concentrator:{os.version}"/>
|
|
1396
1396
|
</fingerprint>
|
|
1397
|
-
<fingerprint pattern="^(?:Cisco )?Network Analysis Module \(WS-[^\)]+\), Version ([^, ]+)[,\s]
|
|
1397
|
+
<fingerprint pattern="^(?:Cisco )?Network Analysis Module \(WS-[^\)]+\), Version ([^, ]+)[,\s]?">
|
|
1398
1398
|
<description>Cisco Catalyst Network Analysis Module</description>
|
|
1399
1399
|
<example>Network Analysis Module (WS-SVC-NAM-1), Version 3.1(1)
|
|
1400
1400
|
Copyright (c) 1999-2003 by cisco Systems, Inc.</example>
|
|
@@ -1420,11 +1420,31 @@ Copyright (c) 1999-2004 by cisco Systems, Inc.</example>
|
|
|
1420
1420
|
<param pos="0" name="os.device" value="General"/>
|
|
1421
1421
|
<param pos="1" name="hw.product"/>
|
|
1422
1422
|
</fingerprint>
|
|
1423
|
-
<fingerprint pattern="^Cisco (?:Internetwork Operating System|IOS) Software
|
|
1423
|
+
<fingerprint pattern="^Cisco (?:Internetwork Operating System|IOS) Software,? (?:\r|\n|.)+Version\s+([^,]+),">
|
|
1424
1424
|
<description>Cisco IOS</description>
|
|
1425
|
-
|
|
1426
|
-
<example
|
|
1427
|
-
|
|
1425
|
+
<!-- Cisco Internetwork Operating System Software \r\nIOS (tm) C1700 Software (C1700-Y-M), Version 12.2(4)YB, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)\r\nSynched to technology version 12.2(6.8)T2\r\nTAC Support: http://www.cisco.com/tac\r\nCopyright (c) 1986-2002 by ci -->
|
|
1426
|
+
<example _encoding="base64">
|
|
1427
|
+
Q2lzY28gSW50ZXJuZXR3b3JrIE9wZXJhdGluZyBTeXN0ZW0gU29mdHdhcmUgDQpJT1MgKHRtK
|
|
1428
|
+
SBDMTcwMCBTb2Z0d2FyZSAoQzE3MDAtWS1NKSwgVmVyc2lvbiAxMi4yKDQpWUIsIEVBUkxZIE
|
|
1429
|
+
RFUExPWU1FTlQgUkVMRUFTRSBTT0ZUV0FSRSAoZmMxKQ0KU3luY2hlZCB0byB0ZWNobm9sb2d
|
|
1430
|
+
5IHZlcnNpb24gMTIuMig2LjgpVDINClRBQyBTdXBwb3J0OiBodHRwOi8vd3d3LmNpc2NvLmNv
|
|
1431
|
+
bS90YWMNCkNvcHlyaWdodCAoYykgMTk4Ni0yMDAyIGJ5IGNpCg==
|
|
1432
|
+
</example>
|
|
1433
|
+
<!-- Cisco Internetwork Operating System Software \r\nIOS (tm) C2600 Software (C2600-I-M), Version 12.0(3)T3, RELEASE SOFTWARE (fc1)\r\nCopyright (c) 1986-1999 by cisco Systems, Inc\r\n\nCompiled Thu 15-Apr-99 15:41 by kpma -->
|
|
1434
|
+
<example _encoding="base64">
|
|
1435
|
+
Q2lzY28gSW50ZXJuZXR3b3JrIE9wZXJhdGluZyBTeXN0ZW0gU29mdHdhcmUgDQpJT1MgKHRtK
|
|
1436
|
+
SBDMjYwMCBTb2Z0d2FyZSAoQzI2MDAtSS1NKSwgVmVyc2lvbiAxMi4wKDMpVDMsICBSRUxFQV
|
|
1437
|
+
NFIFNPRlRXQVJFIChmYzEpDQpDb3B5cmlnaHQgKGMpIDE5ODYtMTk5OSBieSBjaXNjbyBTeXN
|
|
1438
|
+
0ZW1zLCBJbmMNCgpDb21waWxlZCBUaHUgMTUtQXByLTk5IDE1OjQxIGJ5IGtwbWEK
|
|
1439
|
+
</example>
|
|
1440
|
+
<!-- Cisco IOS Software, C1700 Software (C1700-ADVSECURITYK9-M), Version 12.3(11)YZ2, RELEASE SOFTWARE (fc2)\r\nTechnical Support: http://www.cisco.com/techsupport\r\nCopyright (c) 1986-2007 by Cisco Systems, Inc\r\nCompiled Wed 08-Aug-07 19:22 by dchih -->
|
|
1441
|
+
<example _encoding="base64">
|
|
1442
|
+
Q2lzY28gSU9TIFNvZnR3YXJlLCBDMTcwMCBTb2Z0d2FyZSAoQzE3MDAtQURWU0VDVVJJVFlLO
|
|
1443
|
+
S1NKSwgVmVyc2lvbiAxMi4zKDExKVlaMiwgUkVMRUFTRSBTT0ZUV0FSRSAoZmMyKQ0KVGVjaG
|
|
1444
|
+
5pY2FsIFN1cHBvcnQ6IGh0dHA6Ly93d3cuY2lzY28uY29tL3RlY2hzdXBwb3J0DQpDb3B5cml
|
|
1445
|
+
naHQgKGMpIDE5ODYtMjAwNyBieSBDaXNjbyBTeXN0ZW1zLCBJbmMNCkNvbXBpbGVkIFdlZCAw
|
|
1446
|
+
OC1BdWctMDcgMTk6MjIgYnkgZGNoaWgK
|
|
1447
|
+
</example>
|
|
1428
1448
|
<param pos="0" name="os.certainty" value="0.85"/>
|
|
1429
1449
|
<param pos="0" name="os.vendor" value="Cisco"/>
|
|
1430
1450
|
<param pos="0" name="os.product" value="IOS"/>
|
|
@@ -1433,7 +1453,7 @@ Copyright (c) 1999-2004 by cisco Systems, Inc.</example>
|
|
|
1433
1453
|
<param pos="1" name="os.version"/>
|
|
1434
1454
|
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:ios:{os.version}"/>
|
|
1435
1455
|
</fingerprint>
|
|
1436
|
-
<fingerprint pattern="^Cisco Systems, Inc\. \S
|
|
1456
|
+
<fingerprint pattern="^Cisco Systems, Inc\. \S+[\r\n]+Cisco Catalyst Operating System Software, Version (\S+)[\r\n]+Copyright \(c\)">
|
|
1437
1457
|
<description>Cisco Catalyst</description>
|
|
1438
1458
|
<example>Cisco Systems, Inc. WS-C2948
|
|
1439
1459
|
Cisco Catalyst Operating System Software, Version 6.3(5)
|
|
@@ -1463,7 +1483,7 @@ Copyright (c) 1995-2002 by Cisco Systems, Inc.
|
|
|
1463
1483
|
<param pos="1" name="os.version"/>
|
|
1464
1484
|
<param pos="0" name="os.cpe23" value="cpe:/o:cisco:catos:{os.version}"/>
|
|
1465
1485
|
</fingerprint>
|
|
1466
|
-
<fingerprint pattern="^Cisco Systems \S
|
|
1486
|
+
<fingerprint pattern="^Cisco Systems \S+[\r\n]+Cisco Catalyst Operating System Software, Version (\S+)[\r\n]+Copyright \(c\)">
|
|
1467
1487
|
<description>Cisco Catalyst</description>
|
|
1468
1488
|
<example>Cisco Systems WS-C6009
|
|
1469
1489
|
Cisco Catalyst Operating System Software, Version 8.3(7)
|
|
@@ -2249,18 +2269,21 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
2249
2269
|
<param pos="3" name="hw.product"/>
|
|
2250
2270
|
<param pos="2" name="os.version.version"/>
|
|
2251
2271
|
</fingerprint>
|
|
2252
|
-
<fingerprint pattern="^H3C Comware Platform Software, Software Version ([\d\.]+) Release \d
|
|
2272
|
+
<fingerprint pattern="^H3C Comware Platform Software, Software Version ([\d\.]+) Release \d+[\r\n]+H3C (\S+)[\r\n]+Copyright">
|
|
2253
2273
|
<description>H3C Comware, generic, pre-HP acquisition</description>
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2274
|
+
<!-- H3C Comware Platform Software, Software Version 5.20 Release 2208\r\nH3C S5500-28C-EI\r\nCopyright (c) 2004-2010 Hangzhou H3C Tech. Co., Ltd. All rights reserved. -->
|
|
2275
|
+
<example _encoding="base64">
|
|
2276
|
+
SDNDIENvbXdhcmUgUGxhdGZvcm0gU29mdHdhcmUsIFNvZnR3YXJlIFZlcnNpb24gNS4yMCBSZ
|
|
2277
|
+
WxlYXNlIDIyMDgNCkgzQyBTNTUwMC0yOEMtRUkNCkNvcHlyaWdodCAoYykgMjAwNC0yMDEwIE
|
|
2278
|
+
hhbmd6aG91IEgzQyBUZWNoLiBDby4sIEx0ZC4gQWxsIHJpZ2h0cyByZXNlcnZlZC4K
|
|
2279
|
+
</example>
|
|
2257
2280
|
<param pos="0" name="os.vendor" value="H3C"/>
|
|
2258
2281
|
<param pos="0" name="os.family" value="Comware"/>
|
|
2259
2282
|
<param pos="1" name="os.version"/>
|
|
2260
2283
|
<param pos="0" name="os.product" value="Comware"/>
|
|
2261
2284
|
<param pos="2" name="hw.product"/>
|
|
2262
2285
|
</fingerprint>
|
|
2263
|
-
<fingerprint pattern="^H3C Switch (\S+) Software Version ([\d\.]+), Release
|
|
2286
|
+
<fingerprint pattern="^H3C Switch (\S+) Software Version ([\d\.]+), Release">
|
|
2264
2287
|
<description>H3C Comware, switch, pre-HP acquisition</description>
|
|
2265
2288
|
<example os.version="5.20" hw.product="S5120-28P-SI">H3C Switch S5120-28P-SI Software Version 5.20, Release 1101P10
|
|
2266
2289
|
Copyright(c) 2004-2010 Hangzhou H3C Tech. Co., Ltd. All rights reserved.
|
|
@@ -5439,7 +5462,7 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
5439
5462
|
<!--======================================================================
|
|
5440
5463
|
IBM Printers
|
|
5441
5464
|
=======================================================================-->
|
|
5442
|
-
<fingerprint pattern="^(?:IBM )?InfoPrint(?: Color)? (\S+)(?: MFP)? Version (\S+)"
|
|
5465
|
+
<fingerprint pattern="(?i)^(?:IBM )?InfoPrint(?: Color)? (\S+)(?: MFP)? Version (\S+)">
|
|
5443
5466
|
<description>IBM Infoprint Printer</description>
|
|
5444
5467
|
<example>IBM Infoprint 1332 version 55.00.39 kernel 2.4.0-test6 All-N-1</example>
|
|
5445
5468
|
<example>IBM Infoprint 1372 version 55.10.19 kernel 2.4.0-test6 All-N-1</example>
|
|
@@ -5511,7 +5534,7 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
5511
5534
|
<!--======================================================================
|
|
5512
5535
|
SAVIN
|
|
5513
5536
|
=======================================================================-->
|
|
5514
|
-
<fingerprint pattern="^SAVIN (\S+)(?: / .*)?$"
|
|
5537
|
+
<fingerprint pattern="(?i)^SAVIN (\S+)(?: / .*)?$">
|
|
5515
5538
|
<description>Savin Printer</description>
|
|
5516
5539
|
<example>SAVIN 2400WD</example>
|
|
5517
5540
|
<example>Savin 9965DP</example>
|
|
@@ -6462,7 +6485,7 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
6462
6485
|
<!--======================================================================
|
|
6463
6486
|
Xyplex
|
|
6464
6487
|
=======================================================================-->
|
|
6465
|
-
<fingerprint pattern="^.*Xyplex hardware (\S+) .*Xyplex software Terminal Server V(\S+)\s*$"
|
|
6488
|
+
<fingerprint pattern="^.*Xyplex hardware (\S+) .*Xyplex software Terminal Server V(\S+)\s*$">
|
|
6466
6489
|
<description>Xyplex Terminal Server</description>
|
|
6467
6490
|
<example>- Netlink-Xyplex Xyplex hardware MX-1600 00.00.00 Rom 470000 Xyplex software Terminal Server V6.0S91 </example>
|
|
6468
6491
|
<example>- WTF? Xyplex hardware CSERV-20 00.00.00 Rom 470000 Xyplex software Terminal Server V6.0.3 </example>
|
data/xml/upnp_banners.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<fingerprints matches="ssdp_header.server" protocol="ssdp" database_type="service" preference="0.70">
|
|
3
3
|
<!-- UPnP Server headers are matched against these patterns to fingerprint UPnP servers. -->
|
|
4
|
-
<fingerprint pattern="^Linux/(\S+) UPnP/[\d\.]+ miniupnpd/([\d\.]+)$"
|
|
4
|
+
<fingerprint pattern="(?i)^Linux/(\S+) UPnP/[\d\.]+ miniupnpd/([\d\.]+)$">
|
|
5
5
|
<description>Linux MiniUPnPd UPnP Server</description>
|
|
6
6
|
<example>Linux/Cross_compiled UPnP/1.0 miniupnpd/1.0</example>
|
|
7
7
|
<example>Linux/2.6.29.6-217.2.3.fc11.i686.PAE UPnP/1.0 miniupnpd/1.0</example>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
21
21
|
<param pos="1" name="service.version"/>
|
|
22
22
|
</fingerprint>
|
|
23
|
-
<fingerprint pattern="^(RT-\w+) UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
23
|
+
<fingerprint pattern="(?i)^(RT-\w+) UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
24
24
|
<description>Asus WAP UPnP Server</description>
|
|
25
25
|
<example>RT-G32 UPnP/1.0 MiniUPnPd/1.2</example>
|
|
26
26
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<param pos="1" name="os.product"/>
|
|
30
30
|
<param pos="0" name="os.device" value="WAP"/>
|
|
31
31
|
</fingerprint>
|
|
32
|
-
<fingerprint pattern="^DrayTek/Vigor(\S+) UPnP/\S+ miniupnpd/(\S+)$"
|
|
32
|
+
<fingerprint pattern="(?i)^DrayTek/Vigor(\S+) UPnP/\S+ miniupnpd/(\S+)$">
|
|
33
33
|
<description>DrayTek Vigor router UPnP Server</description>
|
|
34
34
|
<example>DrayTek/Vigor2130 UPnP/1.0 miniupnpd/1.0</example>
|
|
35
35
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<param pos="1" name="os.product"/>
|
|
40
40
|
<param pos="0" name="os.device" value="Router"/>
|
|
41
41
|
</fingerprint>
|
|
42
|
-
<fingerprint pattern="^OpenWRT/kamikaze UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
42
|
+
<fingerprint pattern="(?i)^OpenWRT/kamikaze UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
43
43
|
<description>OpenWRT Kamikaze WAP UPnP Server</description>
|
|
44
44
|
<example>OpenWRT/kamikaze UPnP/1.0 MiniUPnPd/1.5</example>
|
|
45
45
|
<example>OpenWRT/kamikaze UPnP/1.0 MiniUPnPd/1.2</example>
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
<param pos="0" name="os.product" value="Kamikaze"/>
|
|
52
52
|
<param pos="0" name="os.device" value="WAP"/>
|
|
53
53
|
</fingerprint>
|
|
54
|
-
<fingerprint pattern="^Netgear/\S+ UPnP/\S+ miniupnpd/(\S+)$"
|
|
54
|
+
<fingerprint pattern="(?i)^Netgear/\S+ UPnP/\S+ miniupnpd/(\S+)$">
|
|
55
55
|
<description>Netgear DG834G or WNDR3300 WAP UPnP Server</description>
|
|
56
56
|
<example>Netgear/1.0 UPnP/1.0 miniupnpd/1.0</example>
|
|
57
57
|
<example>Netgear/1.0 UPnP/1.0 miniupnpd/1.0</example>
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
<param pos="1" name="os.version"/>
|
|
75
75
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
|
76
76
|
</fingerprint>
|
|
77
|
-
<fingerprint pattern="^Debian\/(\S+) UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
77
|
+
<fingerprint pattern="(?i)^Debian\/(\S+) UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
78
78
|
<description>miniupnpd on a Debian variant</description>
|
|
79
79
|
<example os.version="wheezy/sid" service.version="1.8">Debian/wheezy/sid UPnP/1.1 MiniUPnPd/1.8</example>
|
|
80
80
|
<example os.version="4.0" service.version="1.0">Debian/4.0 UPnP/1.0 miniupnpd/1.0</example>
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<param pos="1" name="os.version"/>
|
|
87
87
|
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:{os.version}"/>
|
|
88
88
|
</fingerprint>
|
|
89
|
-
<fingerprint pattern="^Fedora(?:Core)?\/(\S+) UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
89
|
+
<fingerprint pattern="(?i)^Fedora(?:Core)?\/(\S+) UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
90
90
|
<description>miniupnpd on a Fedora variant</description>
|
|
91
91
|
<example os.version="10" service.version="1.4">Fedora/10 UPnP/1.0 MiniUPnPd/1.4</example>
|
|
92
92
|
<example os.version="8" service.version="1.0">Fedora/8 UPnP/1.0 miniupnpd/1.0</example>
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
<param pos="1" name="os.version"/>
|
|
100
100
|
<param pos="0" name="os.cpe23" value="cpe:/o:redhat:fedora_core:{os.version}"/>
|
|
101
101
|
</fingerprint>
|
|
102
|
-
<fingerprint pattern="^Ubuntu\/([\d\.]+) UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
102
|
+
<fingerprint pattern="(?i)^Ubuntu\/([\d\.]+) UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
103
103
|
<description>miniupnpd on an Ubuntu variant</description>
|
|
104
104
|
<example os.version="10.04" service.version="1.0">Ubuntu/10.04 UPnP/1.0 miniupnpd/1.0</example>
|
|
105
105
|
<example os.version="10.10" service.version="1.0">Ubuntu/10.10 UPnP/1.0 miniupnpd/1.0</example>
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
<param pos="1" name="os.version"/>
|
|
113
113
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:{os.version}"/>
|
|
114
114
|
</fingerprint>
|
|
115
|
-
<fingerprint pattern="^Ubuntu\/bionic UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
115
|
+
<fingerprint pattern="(?i)^Ubuntu\/bionic UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
116
116
|
<description>miniupnpd on an Ubuntu bionic/18.04</description>
|
|
117
117
|
<example os.version="18.04" service.version="1.4">Ubuntu/bionic UPnP/1.0 MiniUPnPd/1.4</example>
|
|
118
118
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
<param pos="0" name="os.version" value="18.04"/>
|
|
123
123
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:18.04"/>
|
|
124
124
|
</fingerprint>
|
|
125
|
-
<fingerprint pattern="^Ubuntu\/yakkety UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
125
|
+
<fingerprint pattern="(?i)^Ubuntu\/yakkety UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
126
126
|
<description>miniupnpd on an Ubuntu yakkety/16.10</description>
|
|
127
127
|
<example os.version="16.10" service.version="1.4">Ubuntu/yakkety UPnP/1.0 MiniUPnPd/1.4</example>
|
|
128
128
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
<param pos="0" name="os.version" value="16.10"/>
|
|
133
133
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:16.10"/>
|
|
134
134
|
</fingerprint>
|
|
135
|
-
<fingerprint pattern="^Ubuntu\/xenial UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
135
|
+
<fingerprint pattern="(?i)^Ubuntu\/xenial UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
136
136
|
<description>miniupnpd on an Ubuntu xenial/16.04</description>
|
|
137
137
|
<example os.version="16.04" service.version="1.4">Ubuntu/xenial UPnP/1.0 MiniUPnPd/1.4</example>
|
|
138
138
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
<param pos="0" name="os.version" value="16.04"/>
|
|
143
143
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:16.04"/>
|
|
144
144
|
</fingerprint>
|
|
145
|
-
<fingerprint pattern="^Ubuntu\/utopic UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
145
|
+
<fingerprint pattern="(?i)^Ubuntu\/utopic UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
146
146
|
<description>miniupnpd on an Ubuntu utopic/14.10</description>
|
|
147
147
|
<example os.version="14.10" service.version="1.4">Ubuntu/utopic UPnP/1.0 MiniUPnPd/1.4</example>
|
|
148
148
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
<param pos="0" name="os.version" value="14.10"/>
|
|
153
153
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.10"/>
|
|
154
154
|
</fingerprint>
|
|
155
|
-
<fingerprint pattern="^Ubuntu\/trusty UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
155
|
+
<fingerprint pattern="(?i)^Ubuntu\/trusty UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
156
156
|
<description>miniupnpd on an Ubuntu trusty/14.04</description>
|
|
157
157
|
<example os.version="14.04" service.version="1.4">Ubuntu/trusty UPnP/1.0 MiniUPnPd/1.4</example>
|
|
158
158
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
<param pos="0" name="os.version" value="14.04"/>
|
|
163
163
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:14.04"/>
|
|
164
164
|
</fingerprint>
|
|
165
|
-
<fingerprint pattern="^Ubuntu\/saucy UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
165
|
+
<fingerprint pattern="(?i)^Ubuntu\/saucy UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
166
166
|
<description>miniupnpd on an Ubuntu saucy/13.10</description>
|
|
167
167
|
<example os.version="13.10" service.version="1.4">Ubuntu/saucy UPnP/1.0 MiniUPnPd/1.4</example>
|
|
168
168
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
<param pos="0" name="os.version" value="13.10"/>
|
|
173
173
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:13.10"/>
|
|
174
174
|
</fingerprint>
|
|
175
|
-
<fingerprint pattern="^Ubuntu\/raring UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
175
|
+
<fingerprint pattern="(?i)^Ubuntu\/raring UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
176
176
|
<description>miniupnpd on an Ubuntu raring/13.04</description>
|
|
177
177
|
<example os.version="13.04" service.version="1.4">Ubuntu/raring UPnP/1.0 MiniUPnPd/1.4</example>
|
|
178
178
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
<param pos="0" name="os.version" value="13.04"/>
|
|
183
183
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:13.04"/>
|
|
184
184
|
</fingerprint>
|
|
185
|
-
<fingerprint pattern="^Ubuntu\/quantal UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
185
|
+
<fingerprint pattern="(?i)^Ubuntu\/quantal UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
186
186
|
<description>miniupnpd on an Ubuntu quantal/12.10</description>
|
|
187
187
|
<example os.version="12.10" service.version="1.4">Ubuntu/quantal UPnP/1.0 MiniUPnPd/1.4</example>
|
|
188
188
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
<param pos="0" name="os.version" value="12.10"/>
|
|
193
193
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.10"/>
|
|
194
194
|
</fingerprint>
|
|
195
|
-
<fingerprint pattern="^Ubuntu\/precise UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
195
|
+
<fingerprint pattern="(?i)^Ubuntu\/precise UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
196
196
|
<description>miniupnpd on an Ubuntu precise/12.04</description>
|
|
197
197
|
<example os.version="12.04" service.version="1.4">Ubuntu/precise UPnP/1.0 MiniUPnPd/1.4</example>
|
|
198
198
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
<param pos="0" name="os.version" value="12.04"/>
|
|
203
203
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:12.04"/>
|
|
204
204
|
</fingerprint>
|
|
205
|
-
<fingerprint pattern="^Ubuntu\/oneiric UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
205
|
+
<fingerprint pattern="(?i)^Ubuntu\/oneiric UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
206
206
|
<description>miniupnpd on an Ubuntu oneiric/11.10</description>
|
|
207
207
|
<example os.version="11.10" service.version="1.4">Ubuntu/oneiric UPnP/1.0 MiniUPnPd/1.4</example>
|
|
208
208
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
<param pos="0" name="os.version" value="11.10"/>
|
|
213
213
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:11.10"/>
|
|
214
214
|
</fingerprint>
|
|
215
|
-
<fingerprint pattern="^Ubuntu\/natty UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
215
|
+
<fingerprint pattern="(?i)^Ubuntu\/natty UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
216
216
|
<description>miniupnpd on an Ubuntu natty/11.04</description>
|
|
217
217
|
<example os.version="11.04" service.version="1.4">Ubuntu/natty UPnP/1.0 MiniUPnPd/1.4</example>
|
|
218
218
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
<param pos="0" name="os.version" value="11.04"/>
|
|
223
223
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:11.04"/>
|
|
224
224
|
</fingerprint>
|
|
225
|
-
<fingerprint pattern="^Ubuntu\/maverick UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
225
|
+
<fingerprint pattern="(?i)^Ubuntu\/maverick UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
226
226
|
<description>miniupnpd on an Ubuntu maverick/10.10</description>
|
|
227
227
|
<example os.version="10.10" service.version="1.4">Ubuntu/maverick UPnP/1.0 MiniUPnPd/1.4</example>
|
|
228
228
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
<param pos="0" name="os.version" value="10.10"/>
|
|
233
233
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:10.10"/>
|
|
234
234
|
</fingerprint>
|
|
235
|
-
<fingerprint pattern="^Ubuntu\/lucid UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
235
|
+
<fingerprint pattern="(?i)^Ubuntu\/lucid UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
236
236
|
<description>miniupnpd on an Ubuntu lucid/10.04</description>
|
|
237
237
|
<example os.version="10.04" service.version="1.4">Ubuntu/lucid UPnP/1.0 MiniUPnPd/1.4</example>
|
|
238
238
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
<param pos="0" name="os.version" value="10.04"/>
|
|
243
243
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:10.04"/>
|
|
244
244
|
</fingerprint>
|
|
245
|
-
<fingerprint pattern="^Ubuntu\/karmic UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
245
|
+
<fingerprint pattern="(?i)^Ubuntu\/karmic UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
246
246
|
<description>miniupnpd on an Ubuntu karmic/9.10</description>
|
|
247
247
|
<example os.version="9.10" service.version="1.4">Ubuntu/karmic UPnP/1.0 MiniUPnPd/1.4</example>
|
|
248
248
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
<param pos="0" name="os.version" value="9.10"/>
|
|
253
253
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:9.10"/>
|
|
254
254
|
</fingerprint>
|
|
255
|
-
<fingerprint pattern="^Ubuntu\/jaunty UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
255
|
+
<fingerprint pattern="(?i)^Ubuntu\/jaunty UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
256
256
|
<description>miniupnpd on an Ubuntu jaunty/9.04</description>
|
|
257
257
|
<example os.version="9.04" service.version="1.4">Ubuntu/jaunty UPnP/1.0 MiniUPnPd/1.4</example>
|
|
258
258
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
<param pos="0" name="os.version" value="9.04"/>
|
|
263
263
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:9.04"/>
|
|
264
264
|
</fingerprint>
|
|
265
|
-
<fingerprint pattern="^Ubuntu\/hardy UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
265
|
+
<fingerprint pattern="(?i)^Ubuntu\/hardy UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
266
266
|
<description>miniupnpd on an Ubuntu hardy/8.04</description>
|
|
267
267
|
<example os.version="8.04" service.version="1.4">Ubuntu/hardy UPnP/1.0 MiniUPnPd/1.4</example>
|
|
268
268
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
<param pos="0" name="os.version" value="8.04"/>
|
|
273
273
|
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:8.04"/>
|
|
274
274
|
</fingerprint>
|
|
275
|
-
<fingerprint pattern="^Linux Mips (\S+) UPnP/\S+ MiniUPnPd/(\S+)$"
|
|
275
|
+
<fingerprint pattern="(?i)^Linux Mips (\S+) UPnP/\S+ MiniUPnPd/(\S+)$">
|
|
276
276
|
<description>Linux MIPS UPnP Server</description>
|
|
277
277
|
<example>Linux Mips 2.4.20 UPnP/1.0 MiniUPnPd/1.2</example>
|
|
278
278
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
<param pos="1" name="os.version"/>
|
|
283
283
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
|
284
284
|
</fingerprint>
|
|
285
|
-
<fingerprint pattern="^SmoothWall Express/\S+ UPnP/\S+ miniupnpd/(\S+)$"
|
|
285
|
+
<fingerprint pattern="(?i)^SmoothWall Express/\S+ UPnP/\S+ miniupnpd/(\S+)$">
|
|
286
286
|
<description>Smoothwall Express UPnP Server</description>
|
|
287
287
|
<example>SmoothWall Express/3.0 UPnP/1.0 miniupnpd/1.0</example>
|
|
288
288
|
<param pos="0" name="service.vendor" value="Smoothwall"/>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: recog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.32
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rapid7 Research
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-11-
|
|
11
|
+
date: 2018-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|