recog 2.1.39 → 2.1.40
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cpe-remap.yaml +4 -0
- data/lib/recog/version.rb +1 -1
- data/xml/ftp_banners.xml +2 -1
- data/xml/http_cookies.xml +1 -1
- data/xml/http_servers.xml +10 -9
- data/xml/http_wwwauth.xml +36 -36
- data/xml/mdns_device-info_txt.xml +46 -46
- data/xml/operating_system.xml +1 -0
- data/xml/sip_user_agents.xml +3 -4
- data/xml/smtp_banners.xml +2 -0
- data/xml/telnet_banners.xml +3 -1
- data/xml/upnp_banners.xml +13 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c3f57536919170fc060b3e2ede8e77963b8988a
|
4
|
+
data.tar.gz: '0679248fda6fe98a73ec0afe5cd56a865b0b3b74'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05e9268a5deb0e76d4ff021a4db9b7a420a632445f5d3b5797dfefe0d47ec1a69874c9a8d0ea3549907312ae92698f166987220437e68e662ada2529dcb96cfe
|
7
|
+
data.tar.gz: 3ccb0957644ad83c3ae199e59faa73ff56781bbc0830141735889c550387c20bf485b0f53ef15e27e7dd4c751f4b2efd9f9d0409cc134aa09bfd4220f1b33db0
|
data/cpe-remap.yaml
CHANGED
data/lib/recog/version.rb
CHANGED
data/xml/ftp_banners.xml
CHANGED
@@ -220,6 +220,7 @@ example.com FTP server (Version: Mac OS X Server) ready.</example>
|
|
220
220
|
<param pos="0" name="service.family" value="ProFTPD"/>
|
221
221
|
<param pos="0" name="service.vendor" value="ProFTPD Project"/>
|
222
222
|
<param pos="0" name="service.product" value="ProFTPD"/>
|
223
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:proftpd:proftpd:-"/>
|
223
224
|
<param pos="0" name="hw.vendor" value="Netgear"/>
|
224
225
|
<param pos="0" name="hw.device" value="NAS"/>
|
225
226
|
<param pos="0" name="hw.product" value="ReadyNAS"/>
|
@@ -469,10 +470,10 @@ more text</example>
|
|
469
470
|
<param pos="0" name="service.family" value="Firewall-1"/>
|
470
471
|
<param pos="0" name="service.cpe23" value="cpe:/a:checkpoint:firewall-1:-"/>
|
471
472
|
<param pos="0" name="os.vendor" value="Check Point"/>
|
472
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:checkpoint:gaia_os:-"/>
|
473
473
|
<param pos="0" name="os.device" value="Firewall"/>
|
474
474
|
<param pos="0" name="os.family" value="Firewall-1"/>
|
475
475
|
<param pos="0" name="os.product" value="GAiA OS"/>
|
476
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:checkpoint:gaia_os:-"/>
|
476
477
|
<param pos="0" name="hw.vendor" value="Check Point"/>
|
477
478
|
<param pos="0" name="hw.device" value="Firewall"/>
|
478
479
|
<param pos="0" name="hw.family" value="Firewall-1"/>
|
data/xml/http_cookies.xml
CHANGED
@@ -120,9 +120,9 @@
|
|
120
120
|
<param pos="0" name="os.product" value="VPN"/>
|
121
121
|
<param pos="0" name="hw.vendor" value="Cisco"/>
|
122
122
|
<param pos="0" name="hw.family" value="Adaptive Security Appliance"/>
|
123
|
-
<param pos="0" name="hw.cpe23" value="cpe:/h:cisco:adaptive_security_appliance:-"/>
|
124
123
|
<param pos="0" name="hw.product" value="Adaptive Security Appliance"/>
|
125
124
|
<param pos="0" name="hw.device" value="Firewall"/>
|
125
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:cisco:adaptive_security_appliance:-"/>
|
126
126
|
</fingerprint>
|
127
127
|
<fingerprint pattern="^(st8id)=.*">
|
128
128
|
<description>Citrix Application Protection System, Enterprise
|
data/xml/http_servers.xml
CHANGED
@@ -78,6 +78,7 @@
|
|
78
78
|
<param pos="0" name="service.vendor" value="Apache"/>
|
79
79
|
<param pos="0" name="service.product" value="CouchDB"/>
|
80
80
|
<param pos="1" name="service.version"/>
|
81
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:apache:couchdb:{service.version}"/>
|
81
82
|
</fingerprint>
|
82
83
|
<fingerprint pattern="^support@arraynetworks.net$">
|
83
84
|
<description>Array Networks device</description>
|
@@ -92,10 +93,10 @@
|
|
92
93
|
<param pos="0" name="service.family" value="Firewall-1"/>
|
93
94
|
<param pos="0" name="service.cpe23" value="cpe:/a:checkpoint:firewall-1:-"/>
|
94
95
|
<param pos="0" name="os.vendor" value="Check Point"/>
|
95
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:checkpoint:gaia_os:-"/>
|
96
96
|
<param pos="0" name="os.device" value="Firewall"/>
|
97
97
|
<param pos="0" name="os.family" value="Firewall-1"/>
|
98
98
|
<param pos="0" name="os.product" value="GAiA OS"/>
|
99
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:checkpoint:gaia_os:-"/>
|
99
100
|
<param pos="0" name="hw.vendor" value="Check Point"/>
|
100
101
|
<param pos="0" name="hw.device" value="Firewall"/>
|
101
102
|
<param pos="0" name="hw.family" value="Firewall-1"/>
|
@@ -705,9 +706,9 @@
|
|
705
706
|
<param pos="0" name="service.vendor" value="MikroTik"/>
|
706
707
|
<param pos="0" name="service.product" value="HttpProxy"/>
|
707
708
|
<param pos="0" name="os.vendor" value="MikroTik"/>
|
708
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:mikrotik:routeros:-"/>
|
709
709
|
<param pos="0" name="os.device" value="Router"/>
|
710
710
|
<param pos="0" name="os.product" value="RouterOS"/>
|
711
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:mikrotik:routeros:-"/>
|
711
712
|
<param pos="0" name="hw.vendor" value="MikroTik"/>
|
712
713
|
<param pos="0" name="hw.device" value="Router"/>
|
713
714
|
</fingerprint>
|
@@ -1072,9 +1073,9 @@
|
|
1072
1073
|
<example>squid/2.6.STABLE13</example>
|
1073
1074
|
<param pos="0" name="service.vendor" value="Squid Cache"/>
|
1074
1075
|
<param pos="0" name="service.product" value="Squid"/>
|
1075
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:squid-cache:squid:{service.version}"/>
|
1076
1076
|
<param pos="0" name="service.family" value="Squid"/>
|
1077
1077
|
<param pos="1" name="service.version"/>
|
1078
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:squid-cache:squid:{service.version}"/>
|
1078
1079
|
</fingerprint>
|
1079
1080
|
<fingerprint pattern="^(?i)squid$">
|
1080
1081
|
<description>Squid Web Proxy without a version</description>
|
@@ -1082,8 +1083,8 @@
|
|
1082
1083
|
<example>squid</example>
|
1083
1084
|
<param pos="0" name="service.vendor" value="Squid Cache"/>
|
1084
1085
|
<param pos="0" name="service.product" value="Squid"/>
|
1085
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:squid-cache:squid:-"/>
|
1086
1086
|
<param pos="0" name="service.family" value="Squid"/>
|
1087
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:squid-cache:squid:-"/>
|
1087
1088
|
</fingerprint>
|
1088
1089
|
<fingerprint pattern="^thttpd/(\d\.[\w.]+)-MX\s*.*$">
|
1089
1090
|
<description>thttpd with SSL support</description>
|
@@ -1527,9 +1528,9 @@
|
|
1527
1528
|
<param pos="0" name="os.product" value="VPN"/>
|
1528
1529
|
<param pos="0" name="hw.vendor" value="Cisco"/>
|
1529
1530
|
<param pos="0" name="hw.family" value="Adaptive Security Appliance"/>
|
1530
|
-
<param pos="0" name="hw.cpe23" value="cpe:/h:cisco:adaptive_security_appliance:-"/>
|
1531
1531
|
<param pos="0" name="hw.product" value="Adaptive Security Appliance"/>
|
1532
1532
|
<param pos="0" name="hw.device" value="Firewall"/>
|
1533
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:cisco:adaptive_security_appliance:-"/>
|
1533
1534
|
</fingerprint>
|
1534
1535
|
<fingerprint pattern="^CradlepointHTTPService/([\d\.]+)$">
|
1535
1536
|
<description>Cradlepoint HTTP service</description>
|
@@ -1800,9 +1801,9 @@
|
|
1800
1801
|
<example>TornadoServer/4.0.2</example>
|
1801
1802
|
<param pos="0" name="service.vendor" value="TornadoWeb"/>
|
1802
1803
|
<param pos="0" name="service.product" value="Tornado"/>
|
1803
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:tornadoweb:tornado:{service.version}"/>
|
1804
1804
|
<param pos="0" name="service.family" value="Tornado"/>
|
1805
1805
|
<param pos="1" name="service.version"/>
|
1806
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:tornadoweb:tornado:{service.version}"/>
|
1806
1807
|
</fingerprint>
|
1807
1808
|
<fingerprint pattern="(?i)^SimpleHTTP/((?:\d+\.)*\d+)\s*Python/((?:\d+\.)*\d+)$">
|
1808
1809
|
<description>SimpleHTTPRequestHandler Python class is a simple HTTP request handler.</description>
|
@@ -1890,9 +1891,9 @@
|
|
1890
1891
|
<example service.version="4.0.0">Embedthis-http/4.0.0</example>
|
1891
1892
|
<param pos="0" name="service.vendor" value="Embedthis"/>
|
1892
1893
|
<param pos="0" name="service.product" value="Appweb"/>
|
1893
|
-
<param pos="0" name="service.cpe23" value="cpe:/a:embedthis:appweb:{service.version}"/>
|
1894
1894
|
<param pos="0" name="service.family" value="Appweb"/>
|
1895
1895
|
<param pos="1" name="service.version"/>
|
1896
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:embedthis:appweb:{service.version}"/>
|
1896
1897
|
</fingerprint>
|
1897
1898
|
<fingerprint pattern="^Avaya CMBE/((?:\d+\.)*\d+)$">
|
1898
1899
|
<description>Web server for Avaya Aura Communication Manager Branch, a SIP-based communications platform.</description>
|
@@ -2291,9 +2292,9 @@
|
|
2291
2292
|
<param pos="0" name="hw.product" value="WebBox"/>
|
2292
2293
|
<param pos="0" name="hw.device" value="Power device"/>
|
2293
2294
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
2294
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_ce:-"/>
|
2295
2295
|
<param pos="0" name="os.family" value="Windows"/>
|
2296
2296
|
<param pos="0" name="os.product" value="Windows CE"/>
|
2297
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_ce:-"/>
|
2297
2298
|
</fingerprint>
|
2298
2299
|
<fingerprint pattern="^EnergyICT RTU \d+-\w+-\d+$">
|
2299
2300
|
<description>EnergyICT RTU</description>
|
@@ -2347,9 +2348,9 @@
|
|
2347
2348
|
<example service.version="11.50.29">Microsoft WinCE Fidelix v11.50.29</example>
|
2348
2349
|
<param pos="0" name="os.certainty" value="0.9"/>
|
2349
2350
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
2350
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_ce:-"/>
|
2351
2351
|
<param pos="0" name="os.family" value="Windows"/>
|
2352
2352
|
<param pos="0" name="os.product" value="Windows CE"/>
|
2353
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_ce:-"/>
|
2353
2354
|
<param pos="0" name="service.vendor" value="Fidelix"/>
|
2354
2355
|
<param pos="0" name="service.product" value="Web Server"/>
|
2355
2356
|
<param pos="1" name="service.version"/>
|
data/xml/http_wwwauth.xml
CHANGED
@@ -55,7 +55,7 @@
|
|
55
55
|
</fingerprint>
|
56
56
|
<fingerprint pattern="^(?:Basic|Digest) realm="Cisco_CCSP_CWMP_TCPCR".*$">
|
57
57
|
<description>Generic Cisco CWMP/CPE equipment</description>
|
58
|
-
<example>Basic realm
|
58
|
+
<example>Basic realm="Cisco_CCSP_CWMP_TCPCR"</example>
|
59
59
|
<param pos="0" name="hw.vendor" value="Cisco"/>
|
60
60
|
</fingerprint>
|
61
61
|
<fingerprint pattern="^(?:Basic|Digest) realm=.FW-1. Reason: no user Server .$">
|
@@ -71,7 +71,7 @@
|
|
71
71
|
</fingerprint>
|
72
72
|
<fingerprint pattern="(?i)^(?:Basic|Digest).*realm="cpanel".*">
|
73
73
|
<description>cPanel</description>
|
74
|
-
<example>Basic realm
|
74
|
+
<example>Basic realm="cPanel"</example>
|
75
75
|
<param pos="0" name="service.vendor" value="cPanel"/>
|
76
76
|
<param pos="0" name="service.product" value="cPanel"/>
|
77
77
|
</fingerprint>
|
@@ -84,31 +84,31 @@
|
|
84
84
|
</fingerprint>
|
85
85
|
<fingerprint pattern="^(?:Basic|Digest) realm="ADSL\S* (?:Modem|Router|Modem/Router)".*$">
|
86
86
|
<description>Generic ADSL modems/routers</description>
|
87
|
-
<example>Basic realm
|
88
|
-
<example>Basic realm
|
89
|
-
<example>Basic realm
|
90
|
-
<example>Basic realm
|
87
|
+
<example>Basic realm="ADSL Modem"</example>
|
88
|
+
<example>Basic realm="ADSL Modem/Router"</example>
|
89
|
+
<example>Basic realm="ADSL Router"</example>
|
90
|
+
<example>Basic realm="ADSL2+ Router"</example>
|
91
91
|
<param pos="0" name="hw.device" value="ADSL Modem"/>
|
92
92
|
</fingerprint>
|
93
93
|
<fingerprint pattern="^(?:Basic|Digest) realm="Broadband Router".*$">
|
94
94
|
<description>Generic Broadband modems/routers</description>
|
95
|
-
<example>Basic realm
|
95
|
+
<example>Basic realm="Broadband Router"</example>
|
96
96
|
<param pos="0" name="hw.device" value="Broadband router"/>
|
97
97
|
</fingerprint>
|
98
98
|
<fingerprint pattern="^(?:Basic|Digest) realm="DSL\S* (?:Modem|Router|Modem/Router)".*$">
|
99
99
|
<description>Generic DSL modems/routers</description>
|
100
|
-
<example>Basic realm
|
100
|
+
<example>Basic realm="DSL Modem"</example>
|
101
101
|
<param pos="0" name="hw.device" value="DSL Modem"/>
|
102
102
|
</fingerprint>
|
103
103
|
<fingerprint pattern="^(?:Basic|Digest) realm="DVR".*$">
|
104
104
|
<description>Generic DVR</description>
|
105
|
-
<example>Basic realm
|
105
|
+
<example>Basic realm="DVR"</example>
|
106
106
|
<param pos="0" name="hw.device" value="DVR"/>
|
107
107
|
</fingerprint>
|
108
108
|
<!-- Hikvision is OEMd by a number of DVR manufacturers -->
|
109
109
|
<fingerprint pattern="^(?:Basic|Digest) realm="(?i:hikvision)".*$">
|
110
110
|
<description>Web server found on DVR and webcam servers sourced from Hikvision</description>
|
111
|
-
<example>Basic realm
|
111
|
+
<example>Basic realm="hikvision"</example>
|
112
112
|
<param pos="0" name="service.vendor" value="Hikvision"/>
|
113
113
|
<param pos="0" name="service.product" value="Hikvision Web Server"/>
|
114
114
|
<param pos="0" name="os.vendor" value="Hikvision"/>
|
@@ -117,46 +117,46 @@
|
|
117
117
|
</fingerprint>
|
118
118
|
<fingerprint pattern="^(?:Basic|Digest) realm="Merit LILIN Ent\. Co\., Ltd.".*$">
|
119
119
|
<description>Merit LILIN generic device</description>
|
120
|
-
<example>Basic realm
|
121
|
-
<example>Basic realm
|
120
|
+
<example>Basic realm="Merit LILIN Ent. Co., Ltd,"</example>
|
121
|
+
<example>Basic realm="Merit LILIN Ent. Co., Ltd."</example>
|
122
122
|
<param pos="0" name="hw.vendor" value="Merit LILIN"/>
|
123
123
|
</fingerprint>
|
124
124
|
<fingerprint pattern="^(?:Basic|Digest) realm="Wireless Access Point".*$">
|
125
125
|
<description>Generic WAP</description>
|
126
|
-
<example>Basic realm
|
126
|
+
<example>Basic realm="Wireless Access Point"</example>
|
127
127
|
<param pos="0" name="hw.device" value="WAP"/>
|
128
128
|
</fingerprint>
|
129
129
|
<fingerprint pattern="(?i)^(?:Basic|Digest).*realm="(?:(?:Cube|(?:Mini )?Dome|Day/Night|PAN/Tilt|POE|IR|HD|H.264|Surveillance|Wired|Wireless(?: N)?|Network|Internet|(?:IP(?:[\s_-])?)?Cameras?[\s_]*\d*) ?){1,4}?(?: Login)?".*$">
|
130
130
|
<description>Generic IP Cameras</description>
|
131
|
-
<example>Basic realm
|
132
|
-
<example>Basic realm
|
133
|
-
<example>Basic realm
|
131
|
+
<example>Basic realm="camera"</example>
|
132
|
+
<example>Basic realm="IPCamera Login"</example>
|
133
|
+
<example>Basic realm="Mini Dome IP Camera"</example>
|
134
134
|
<param pos="0" name="hw.device" value="Web cam"/>
|
135
135
|
</fingerprint>
|
136
136
|
<fingerprint pattern="^(?:Basic|Digest) realm="(DCS-[^"]+)".*$">
|
137
137
|
<description>D-Link DCS IP Cameras</description>
|
138
|
-
<example hw.product="DCS-5222LB1">Basic realm
|
139
|
-
<example hw.product="DCS-2530L">Basic realm
|
138
|
+
<example hw.product="DCS-5222LB1">Basic realm="DCS-5222LB1"</example>
|
139
|
+
<example hw.product="DCS-2530L">Basic realm="DCS-2530L"</example>
|
140
140
|
<param pos="0" name="hw.vendor" value="D-Link"/>
|
141
141
|
<param pos="0" name="hw.device" value="Web cam"/>
|
142
142
|
<param pos="1" name="hw.product"/>
|
143
143
|
</fingerprint>
|
144
144
|
<fingerprint pattern="^(?:Basic|Digest) realm="GoAhead".*$">
|
145
145
|
<description>GoAhead webserver</description>
|
146
|
-
<example>Basic realm
|
146
|
+
<example>Basic realm="GoAhead"</example>
|
147
147
|
<param pos="0" name="service.vendor" value="Oracle"/>
|
148
148
|
<param pos="0" name="service.product" value="GoAhead Webserver"/>
|
149
149
|
<param pos="0" name="service.family" value="GoAhead Webserver"/>
|
150
150
|
</fingerprint>
|
151
151
|
<fingerprint pattern="^(?:Basic|Digest) realm="kubernetes-master".*$">
|
152
152
|
<description>Kubernetes master nodes</description>
|
153
|
-
<example>Basic realm
|
153
|
+
<example>Basic realm="kubernetes-master"</example>
|
154
154
|
<param pos="0" name="service.vendor" value="Kubernetes"/>
|
155
155
|
</fingerprint>
|
156
156
|
<fingerprint pattern="^(?:Basic|Digest) realm="NETGEAR (Orbi(?:-(?:micro|mini))?)".*$">
|
157
157
|
<description>Netgear Orbi</description>
|
158
|
-
<example hw.product="Orbi">Basic realm
|
159
|
-
<example hw.product="Orbi-micro">Basic realm
|
158
|
+
<example hw.product="Orbi">Basic realm="NETGEAR Orbi"</example>
|
159
|
+
<example hw.product="Orbi-micro">Basic realm="NETGEAR Orbi-micro"</example>
|
160
160
|
<param pos="0" name="hw.vendor" value="Netgear"/>
|
161
161
|
<param pos="0" name="hw.device" value="WAP"/>
|
162
162
|
<param pos="0" name="hw.family" value="Orbi"/>
|
@@ -197,8 +197,8 @@
|
|
197
197
|
</fingerprint>
|
198
198
|
<fingerprint pattern="^(?:Basic|Digest).*realm="Thomson(?: Gateway)?".*$">
|
199
199
|
<description>Thomson generic devices</description>
|
200
|
-
<example>Digest realm
|
201
|
-
<example>Basic realm
|
200
|
+
<example>Digest realm="Thomson Gateway"</example>
|
201
|
+
<example>Basic realm="Thomson"</example>
|
202
202
|
<param pos="0" name="hw.vendor" value="Thomson"/>
|
203
203
|
<param pos="0" name="hw.device" value="Broadband router"/>
|
204
204
|
</fingerprint>
|
@@ -214,15 +214,15 @@
|
|
214
214
|
</fingerprint>
|
215
215
|
<fingerprint pattern="^(?:Basic|Digest) realm="HuaweiHomeGateway".*$">
|
216
216
|
<description>Huawei Home Gateway Routers</description>
|
217
|
-
<example>Basic realm
|
217
|
+
<example>Basic realm="HuaweiHomeGateway"</example>
|
218
218
|
<param pos="0" name="hw.vendor" value="Huawei"/>
|
219
219
|
<param pos="0" name="hw.device" value="Broadband router"/>
|
220
220
|
<param pos="0" name="hw.product" value="Home Gateway"/>
|
221
221
|
</fingerprint>
|
222
222
|
<fingerprint pattern="^(?:Basic|Digest) realm="EchoLife .*".*$">
|
223
223
|
<description>Huawei EchoLife Home Gateways</description>
|
224
|
-
<example>Basic realm
|
225
|
-
<example>Basic realm
|
224
|
+
<example>Basic realm="EchoLife Portal de Inicio"</example>
|
225
|
+
<example>Basic realm="EchoLife Home Gateway"</example>
|
226
226
|
<param pos="0" name="hw.vendor" value="Huawei"/>
|
227
227
|
<param pos="0" name="hw.device" value="Broadband router"/>
|
228
228
|
<param pos="0" name="hw.product" value="EchoLife Home Gateway"/>
|
@@ -277,16 +277,16 @@
|
|
277
277
|
</fingerprint>
|
278
278
|
<fingerprint pattern="(?i)^(?:Basic|Digest).*realm="TP-LINK (.*Router.*)".*$">
|
279
279
|
<description>TP-LINK Routers</description>
|
280
|
-
<example>Basic realm
|
281
|
-
<example>Basic realm
|
282
|
-
<example>Basic realm
|
280
|
+
<example>Basic realm="TP-LINK Wireless N Router WR841N"</example>
|
281
|
+
<example>Basic realm="TP-LINK Gigabit Broadband VPN Router R600VPN"</example>
|
282
|
+
<example>Basic realm="TP-LINK Wireless Lite N Router WR740N/WR741ND"</example>
|
283
283
|
<param pos="0" name="hw.vendor" value="TP-Link"/>
|
284
284
|
<param pos="0" name="hw.device" value="Router"/>
|
285
285
|
<param pos="1" name="hw.product"/>
|
286
286
|
</fingerprint>
|
287
287
|
<fingerprint pattern="(?i)^(?:Basic|Digest).*realm="TP-LINK IP-Camera".*$">
|
288
288
|
<description>TP-LINK IP-Cameras</description>
|
289
|
-
<example>Basic realm
|
289
|
+
<example>Basic realm="TP-LINK IP-Camera"</example>
|
290
290
|
<param pos="0" name="hw.vendor" value="TP-Link"/>
|
291
291
|
<param pos="0" name="hw.device" value="Web cam"/>
|
292
292
|
</fingerprint>
|
@@ -352,14 +352,14 @@
|
|
352
352
|
</fingerprint>
|
353
353
|
<fingerprint pattern="(?i)^(?:Basic|Digest).*realm="TiVo DVR".*$">
|
354
354
|
<description>Tivo DVR</description>
|
355
|
-
<example>Digest realm
|
355
|
+
<example>Digest realm="TiVo DVR"</example>
|
356
356
|
<param pos="0" name="hw.vendor" value="Tivo"/>
|
357
357
|
<param pos="0" name="hw.family" value="DVR"/>
|
358
358
|
<param pos="0" name="hw.device" value="DVR"/>
|
359
359
|
</fingerprint>
|
360
360
|
<fingerprint pattern="(?i)^(?:Basic|Digest).*realm="UBEE".*$">
|
361
361
|
<description>Ubee Cable Modems</description>
|
362
|
-
<example>Digest qop
|
362
|
+
<example>Digest qop="auth", realm="Ubee", nonce="1544738973"</example>
|
363
363
|
<param pos="0" name="hw.vendor" value="Ubee"/>
|
364
364
|
<param pos="0" name="hw.device" value="Broadband router"/>
|
365
365
|
</fingerprint>
|
@@ -372,12 +372,12 @@
|
|
372
372
|
</fingerprint>
|
373
373
|
<fingerprint pattern="(?i)^(?:Basic|Digest).*realm="cpe@zte.com".*$">
|
374
374
|
<description>Assorted ZTE CPE devices</description>
|
375
|
-
<example>Digest realm
|
375
|
+
<example>Digest realm="cpe@zte.com"</example>
|
376
376
|
<param pos="0" name="hw.vendor" value="ZTE"/>
|
377
377
|
</fingerprint>
|
378
378
|
<fingerprint pattern="(?i)^(?:Basic|Digest).*realm="ZXHN (\S+)".*$">
|
379
379
|
<description>ZTE ZXHN router</description>
|
380
|
-
<example>Basic realm
|
380
|
+
<example>Basic realm="ZXHN H108L"</example>
|
381
381
|
<param pos="0" name="hw.vendor" value="ZTE"/>
|
382
382
|
<param pos="0" name="hw.device" value="Router"/>
|
383
383
|
<param pos="0" name="hw.family" value="ZXHN"/>
|
@@ -385,7 +385,7 @@
|
|
385
385
|
</fingerprint>
|
386
386
|
<fingerprint pattern="(?i)^(?:Basic|Digest).*realm="(ZXV\S* \S+)".*$">
|
387
387
|
<description>ZTE ZXV router</description>
|
388
|
-
<example hw.product="ZXV10 W300">Basic realm
|
388
|
+
<example hw.product="ZXV10 W300">Basic realm="ZXV10 W300"</example>
|
389
389
|
<param pos="0" name="hw.vendor" value="ZTE"/>
|
390
390
|
<param pos="0" name="hw.device" value="Router"/>
|
391
391
|
<param pos="0" name="hw.family" value="ZXV"/>
|
@@ -16,145 +16,145 @@
|
|
16
16
|
<description>OS X 10.14 (Mojave)</description>
|
17
17
|
<example>osxvers=18</example>
|
18
18
|
<param pos="0" name="os.vendor" value="Apple"/>
|
19
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.14"/>
|
20
19
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
21
20
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
22
21
|
<param pos="0" name="os.version" value="10.14"/>
|
22
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.14"/>
|
23
23
|
</fingerprint>
|
24
24
|
<fingerprint pattern="^osxvers=17">
|
25
25
|
<description>OS X 10.13 (High Sierra)</description>
|
26
26
|
<example>osxvers=17</example>
|
27
27
|
<param pos="0" name="os.vendor" value="Apple"/>
|
28
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.13"/>
|
29
28
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
30
29
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
31
30
|
<param pos="0" name="os.version" value="10.13"/>
|
31
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.13"/>
|
32
32
|
</fingerprint>
|
33
33
|
<fingerprint pattern="^osxvers=16">
|
34
34
|
<description>OS X 10.12 (Sierra)</description>
|
35
35
|
<example>osxvers=16</example>
|
36
36
|
<param pos="0" name="os.vendor" value="Apple"/>
|
37
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.12"/>
|
38
37
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
39
38
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
40
39
|
<param pos="0" name="os.version" value="10.12"/>
|
40
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.12"/>
|
41
41
|
</fingerprint>
|
42
42
|
<fingerprint pattern="^osxvers=15">
|
43
43
|
<description>OS X 10.11 (El Capitan)</description>
|
44
44
|
<example>osxvers=15</example>
|
45
45
|
<param pos="0" name="os.vendor" value="Apple"/>
|
46
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.11"/>
|
47
46
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
48
47
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
49
48
|
<param pos="0" name="os.version" value="10.11"/>
|
49
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.11"/>
|
50
50
|
</fingerprint>
|
51
51
|
<fingerprint pattern="^osxvers=14">
|
52
52
|
<description>OS X 10.10 (Yosemite)</description>
|
53
53
|
<example>osxvers=14</example>
|
54
54
|
<param pos="0" name="os.vendor" value="Apple"/>
|
55
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.10"/>
|
56
55
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
57
56
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
58
57
|
<param pos="0" name="os.version" value="10.10"/>
|
58
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.10"/>
|
59
59
|
</fingerprint>
|
60
60
|
<fingerprint pattern="^osxvers=13">
|
61
61
|
<description>OS X 10.9 (Mavericks)</description>
|
62
62
|
<example>osxvers=13</example>
|
63
63
|
<param pos="0" name="os.vendor" value="Apple"/>
|
64
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.9"/>
|
65
64
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
66
65
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
67
66
|
<param pos="0" name="os.version" value="10.9"/>
|
67
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.9"/>
|
68
68
|
</fingerprint>
|
69
69
|
<fingerprint pattern="^osxvers=12">
|
70
70
|
<description>OS X 10.8 (Mountain Lion)</description>
|
71
71
|
<example>osxvers=12</example>
|
72
72
|
<param pos="0" name="os.vendor" value="Apple"/>
|
73
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.8"/>
|
74
73
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
75
74
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
76
75
|
<param pos="0" name="os.version" value="10.8"/>
|
76
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.8"/>
|
77
77
|
</fingerprint>
|
78
78
|
<fingerprint pattern="^osxvers=11">
|
79
79
|
<description>Mac OS X 10.7 (Lion)</description>
|
80
80
|
<example>osxvers=11</example>
|
81
81
|
<param pos="0" name="os.vendor" value="Apple"/>
|
82
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.7"/>
|
83
82
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
84
83
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
85
84
|
<param pos="0" name="os.version" value="10.7"/>
|
85
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.7"/>
|
86
86
|
</fingerprint>
|
87
87
|
<fingerprint pattern="^osxvers=10">
|
88
88
|
<description>Mac OS X 10.6 (Snow Leopard)</description>
|
89
89
|
<example>osxvers=10</example>
|
90
90
|
<param pos="0" name="os.vendor" value="Apple"/>
|
91
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.6"/>
|
92
91
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
93
92
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
94
93
|
<param pos="0" name="os.version" value="10.6"/>
|
94
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.6"/>
|
95
95
|
</fingerprint>
|
96
96
|
<fingerprint pattern="^osxvers=9">
|
97
97
|
<description>Mac OS X 10.5 (Leopard)</description>
|
98
98
|
<example>osxvers=9</example>
|
99
99
|
<param pos="0" name="os.vendor" value="Apple"/>
|
100
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.5"/>
|
101
100
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
102
101
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
103
102
|
<param pos="0" name="os.version" value="10.5"/>
|
103
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.5"/>
|
104
104
|
</fingerprint>
|
105
105
|
<fingerprint pattern="^osxvers=8">
|
106
106
|
<description>Mac OS X 10.4 (Tiger)</description>
|
107
107
|
<example>osxvers=8</example>
|
108
108
|
<param pos="0" name="os.vendor" value="Apple"/>
|
109
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.4"/>
|
110
109
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
111
110
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
112
111
|
<param pos="0" name="os.version" value="10.4"/>
|
112
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.4"/>
|
113
113
|
</fingerprint>
|
114
114
|
<fingerprint pattern="^osxvers=7">
|
115
115
|
<description>Mac OS X 10.3 (Panther)</description>
|
116
116
|
<example>osxvers=7</example>
|
117
117
|
<param pos="0" name="os.vendor" value="Apple"/>
|
118
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.3"/>
|
119
118
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
120
119
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
121
120
|
<param pos="0" name="os.version" value="10.3"/>
|
121
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.3"/>
|
122
122
|
</fingerprint>
|
123
123
|
<fingerprint pattern="^osxvers=6">
|
124
124
|
<description>Mac OS X 10.2 (Jaguar)</description>
|
125
125
|
<example>osxvers=6</example>
|
126
126
|
<param pos="0" name="os.vendor" value="Apple"/>
|
127
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.2"/>
|
128
127
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
129
128
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
130
129
|
<param pos="0" name="os.version" value="10.2"/>
|
130
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.2"/>
|
131
131
|
</fingerprint>
|
132
132
|
<fingerprint pattern="^osxvers=5">
|
133
133
|
<description>Mac OS X 10.1 (Puma)</description>
|
134
134
|
<example>osxvers=5</example>
|
135
135
|
<param pos="0" name="os.vendor" value="Apple"/>
|
136
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.1"/>
|
137
136
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
138
137
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
139
138
|
<param pos="0" name="os.version" value="10.1"/>
|
139
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.1"/>
|
140
140
|
</fingerprint>
|
141
141
|
<fingerprint pattern="^osxvers=4">
|
142
142
|
<description>Mac OS X 10.0 (Cheetah)</description>
|
143
143
|
<example>osxvers=4</example>
|
144
144
|
<param pos="0" name="os.vendor" value="Apple"/>
|
145
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.0"/>
|
146
145
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
147
146
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
148
147
|
<param pos="0" name="os.version" value="10.0"/>
|
148
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:10.0"/>
|
149
149
|
</fingerprint>
|
150
150
|
<!-- The entry below is very likely an AirPort Extreme but I can't find a reference. -->
|
151
151
|
<fingerprint pattern="^model=AirPort.*$">
|
152
152
|
<description>AirPort</description>
|
153
153
|
<example>model=AirPort5,114</example>
|
154
154
|
<param pos="0" name="os.vendor" value="Apple"/>
|
155
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:airport_base_station_firmware:-"/>
|
156
155
|
<param pos="0" name="os.family" value="AirPort"/>
|
157
156
|
<param pos="0" name="os.product" value="AirPort Base Station Firmware"/>
|
157
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:airport_base_station_firmware:-"/>
|
158
158
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
159
159
|
<param pos="0" name="hw.family" value="AirPort"/>
|
160
160
|
<param pos="0" name="hw.product" value="AirPort"/>
|
@@ -165,9 +165,9 @@
|
|
165
165
|
<description>MacBook Pro (13-inch, 2018, Four Thunderbolt 3 ports)</description>
|
166
166
|
<example>model=MacBookPro15,2</example>
|
167
167
|
<param pos="0" name="os.vendor" value="Apple"/>
|
168
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
169
168
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
170
169
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
170
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
171
171
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
172
172
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
173
173
|
<param pos="0" name="hw.product" value="MacBook Pro (13-inch, 2018, Four Thunderbolt 3 ports)"/>
|
@@ -177,9 +177,9 @@
|
|
177
177
|
<description>MacBook Pro (15-inch, 2018)</description>
|
178
178
|
<example>model=MacBookPro15,1</example>
|
179
179
|
<param pos="0" name="os.vendor" value="Apple"/>
|
180
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
181
180
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
182
181
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
182
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
183
183
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
184
184
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
185
185
|
<param pos="0" name="hw.product" value="MacBook Pro (15-inch, 2018)"/>
|
@@ -189,9 +189,9 @@
|
|
189
189
|
<description>MacBook Pro (15-inch, 2017)</description>
|
190
190
|
<example>model=MacBookPro14,3</example>
|
191
191
|
<param pos="0" name="os.vendor" value="Apple"/>
|
192
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
193
192
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
194
193
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
194
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
195
195
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
196
196
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
197
197
|
<param pos="0" name="hw.product" value="MacBook Pro (15-inch, 2017)"/>
|
@@ -201,9 +201,9 @@
|
|
201
201
|
<description>MacBook Pro (13-inch, 2017, Four Thunderbolt 3 ports)</description>
|
202
202
|
<example>model=MacBookPro14,2</example>
|
203
203
|
<param pos="0" name="os.vendor" value="Apple"/>
|
204
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
205
204
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
206
205
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
206
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
207
207
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
208
208
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
209
209
|
<param pos="0" name="hw.product" value="MacBook Pro (13-inch, 2017, Four Thunderbolt 3 ports)"/>
|
@@ -213,9 +213,9 @@
|
|
213
213
|
<description>MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)</description>
|
214
214
|
<example>model=MacBookPro14,1</example>
|
215
215
|
<param pos="0" name="os.vendor" value="Apple"/>
|
216
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
217
216
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
218
217
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
218
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
219
219
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
220
220
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
221
221
|
<param pos="0" name="hw.product" value="MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)"/>
|
@@ -225,9 +225,9 @@
|
|
225
225
|
<description>MacBook Pro (15-inch, 2016)</description>
|
226
226
|
<example>model=MacBookPro13,3</example>
|
227
227
|
<param pos="0" name="os.vendor" value="Apple"/>
|
228
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
229
228
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
230
229
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
230
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
231
231
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
232
232
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
233
233
|
<param pos="0" name="hw.product" value="MacBook Pro (15-inch, 2016)"/>
|
@@ -237,9 +237,9 @@
|
|
237
237
|
<description>MacBook Pro (13-inch, 2016, Four Thunderbolt 3 ports)</description>
|
238
238
|
<example>model=MacBookPro13,2</example>
|
239
239
|
<param pos="0" name="os.vendor" value="Apple"/>
|
240
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
241
240
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
242
241
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
242
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
243
243
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
244
244
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
245
245
|
<param pos="0" name="hw.product" value="MacBook Pro (13-inch, 2016, Four Thunderbolt 3 ports)"/>
|
@@ -249,9 +249,9 @@
|
|
249
249
|
<description>MacBook Pro (13-inch, 2016, Two Thunderbolt 3 ports)</description>
|
250
250
|
<example>model=MacBookPro13,1</example>
|
251
251
|
<param pos="0" name="os.vendor" value="Apple"/>
|
252
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
253
252
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
254
253
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
254
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
255
255
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
256
256
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
257
257
|
<param pos="0" name="hw.product" value="MacBook Pro (13-inch, 2016, Two Thunderbolt 3 ports)"/>
|
@@ -261,9 +261,9 @@
|
|
261
261
|
<description>MacBook Pro (Retina, 13-inch, Early 2015)</description>
|
262
262
|
<example>model=MacBookPro12,1</example>
|
263
263
|
<param pos="0" name="os.vendor" value="Apple"/>
|
264
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
265
264
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
266
265
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
266
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
267
267
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
268
268
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
269
269
|
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 13-inch, Early 2015)"/>
|
@@ -273,9 +273,9 @@
|
|
273
273
|
<description>MacBook Pro (Retina, 15-inch, Mid 2015)</description>
|
274
274
|
<example>model=MacBookPro11,4</example>
|
275
275
|
<param pos="0" name="os.vendor" value="Apple"/>
|
276
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
277
276
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
278
277
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
278
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
279
279
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
280
280
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
281
281
|
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 15-inch, Mid 2015)"/>
|
@@ -285,9 +285,9 @@
|
|
285
285
|
<description>MacBook Pro (Retina, 15-inch, Late 2013) - rev 2</description>
|
286
286
|
<example>model=MacBookPro11,3</example>
|
287
287
|
<param pos="0" name="os.vendor" value="Apple"/>
|
288
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
289
288
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
290
289
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
290
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
291
291
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
292
292
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
293
293
|
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 15-inch, Late 2013)"/>
|
@@ -297,9 +297,9 @@
|
|
297
297
|
<description>MacBook Pro (Retina, 15-inch, Late 2013)</description>
|
298
298
|
<example>model=MacBookPro11,2</example>
|
299
299
|
<param pos="0" name="os.vendor" value="Apple"/>
|
300
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
301
300
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
302
301
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
302
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
303
303
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
304
304
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
305
305
|
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 15-inch, Late 2013)"/>
|
@@ -309,9 +309,9 @@
|
|
309
309
|
<description>MacBook Pro (Retina, 13-inch, Late 2013)</description>
|
310
310
|
<example>model=MacBookPro11,1</example>
|
311
311
|
<param pos="0" name="os.vendor" value="Apple"/>
|
312
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
313
312
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
314
313
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
314
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
315
315
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
316
316
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
317
317
|
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 13-inch, Late 2013)"/>
|
@@ -321,9 +321,9 @@
|
|
321
321
|
<description>MacBook Pro (Retina, 13-inch, Early 2013)</description>
|
322
322
|
<example>model=MacBookPro10,2</example>
|
323
323
|
<param pos="0" name="os.vendor" value="Apple"/>
|
324
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
325
324
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
326
325
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
326
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
327
327
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
328
328
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
329
329
|
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 13-inch, Early 2013)"/>
|
@@ -333,9 +333,9 @@
|
|
333
333
|
<description>MacBook Pro (Retina, 15-inch, Early 2013)</description>
|
334
334
|
<example>model=MacBookPro10,1</example>
|
335
335
|
<param pos="0" name="os.vendor" value="Apple"/>
|
336
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
337
336
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
338
337
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
338
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
339
339
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
340
340
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
341
341
|
<param pos="0" name="hw.product" value="MacBook Pro (Retina, 15-inch, Early 2013)"/>
|
@@ -346,9 +346,9 @@
|
|
346
346
|
<description>MacBook (Retina, 12-inch, 2017)</description>
|
347
347
|
<example>model=MacBook10,1</example>
|
348
348
|
<param pos="0" name="os.vendor" value="Apple"/>
|
349
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
350
349
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
351
350
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
351
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
352
352
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
353
353
|
<param pos="0" name="hw.family" value="MacBook"/>
|
354
354
|
<param pos="0" name="hw.product" value="MacBook (Retina, 12-inch, 2017)"/>
|
@@ -358,9 +358,9 @@
|
|
358
358
|
<description>MacBook Pro (13-inch, Mid 2012)</description>
|
359
359
|
<example>model=MacBookPro9,2</example>
|
360
360
|
<param pos="0" name="os.vendor" value="Apple"/>
|
361
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
362
361
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
363
362
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
363
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
364
364
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
365
365
|
<param pos="0" name="hw.family" value="MacBook Pro"/>
|
366
366
|
<param pos="0" name="hw.product" value="MacBook Pro (13-inch, Mid 2012)"/>
|
@@ -370,9 +370,9 @@
|
|
370
370
|
<description>MacBook (Retina, 12-inch, Early 2016)</description>
|
371
371
|
<example>model=MacBook9,1</example>
|
372
372
|
<param pos="0" name="os.vendor" value="Apple"/>
|
373
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
374
373
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
375
374
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
375
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
376
376
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
377
377
|
<param pos="0" name="hw.family" value="MacBook"/>
|
378
378
|
<param pos="0" name="hw.product" value="MacBook (Retina, 12-inch, Early 2016)"/>
|
@@ -382,9 +382,9 @@
|
|
382
382
|
<description>MacBook (Retina, 12-inch, Early 2015)</description>
|
383
383
|
<example>model=MacBook8,1</example>
|
384
384
|
<param pos="0" name="os.vendor" value="Apple"/>
|
385
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
386
385
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
387
386
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
387
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
388
388
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
389
389
|
<param pos="0" name="hw.family" value="MacBook"/>
|
390
390
|
<param pos="0" name="hw.product" value="MacBook (Retina, 12-inch, Early 2015)"/>
|
@@ -394,9 +394,9 @@
|
|
394
394
|
<description>MacBook (13-inch, Mid 2010)</description>
|
395
395
|
<example>model=MacBook7,1</example>
|
396
396
|
<param pos="0" name="os.vendor" value="Apple"/>
|
397
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
398
397
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
399
398
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
399
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
400
400
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
401
401
|
<param pos="0" name="hw.family" value="MacBook"/>
|
402
402
|
<param pos="0" name="hw.product" value="MacBook (13-inch, Mid 2010)"/>
|
@@ -407,9 +407,9 @@
|
|
407
407
|
<description>Mac mini (Late 2014)</description>
|
408
408
|
<example>model=Macmini7,1</example>
|
409
409
|
<param pos="0" name="os.vendor" value="Apple"/>
|
410
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
411
410
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
412
411
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
412
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
413
413
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
414
414
|
<param pos="0" name="hw.family" value="Mac mini"/>
|
415
415
|
<param pos="0" name="hw.product" value="Mac mini (Late 2014)"/>
|
@@ -419,9 +419,9 @@
|
|
419
419
|
<description>Mac mini (Late 2012) - rev 2</description>
|
420
420
|
<example>model=Macmini6,2</example>
|
421
421
|
<param pos="0" name="os.vendor" value="Apple"/>
|
422
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
423
422
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
424
423
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
424
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
425
425
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
426
426
|
<param pos="0" name="hw.family" value="Mac mini"/>
|
427
427
|
<param pos="0" name="hw.product" value="Mac mini (Late 2012)"/>
|
@@ -431,9 +431,9 @@
|
|
431
431
|
<description>Mac mini (Late 2012)</description>
|
432
432
|
<example>model=Macmini6,1</example>
|
433
433
|
<param pos="0" name="os.vendor" value="Apple"/>
|
434
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
435
434
|
<param pos="0" name="os.family" value="Mac OS X"/>
|
436
435
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
436
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:-"/>
|
437
437
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
438
438
|
<param pos="0" name="hw.family" value="Mac mini"/>
|
439
439
|
<param pos="0" name="hw.product" value="Mac mini (Late 2012)"/>
|
@@ -444,9 +444,9 @@
|
|
444
444
|
<description>iPad Pro (10.5-inch)</description>
|
445
445
|
<example>model=J207AP</example>
|
446
446
|
<param pos="0" name="os.vendor" value="Apple"/>
|
447
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
448
447
|
<param pos="0" name="os.family" value="iOS"/>
|
449
448
|
<param pos="0" name="os.product" value="iOS"/>
|
449
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
450
450
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
451
451
|
<param pos="0" name="hw.family" value="iPad Pro"/>
|
452
452
|
<param pos="0" name="hw.product" value="iPad Pro (10.5-inch)"/>
|
@@ -456,9 +456,9 @@
|
|
456
456
|
<description>iPad Pro (9.7-inch)</description>
|
457
457
|
<example>model=J127AP</example>
|
458
458
|
<param pos="0" name="os.vendor" value="Apple"/>
|
459
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
460
459
|
<param pos="0" name="os.family" value="iOS"/>
|
461
460
|
<param pos="0" name="os.product" value="iOS"/>
|
461
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
462
462
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
463
463
|
<param pos="0" name="hw.family" value="iPad Pro"/>
|
464
464
|
<param pos="0" name="hw.product" value="iPad Pro (9.7-inch)"/>
|
@@ -468,9 +468,9 @@
|
|
468
468
|
<description>iPad Pro (12.9-inch)</description>
|
469
469
|
<example>model=J121AP</example>
|
470
470
|
<param pos="0" name="os.vendor" value="Apple"/>
|
471
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
472
471
|
<param pos="0" name="os.family" value="iOS"/>
|
473
472
|
<param pos="0" name="os.product" value="iOS"/>
|
473
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
474
474
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
475
475
|
<param pos="0" name="hw.family" value="iPad Pro"/>
|
476
476
|
<param pos="0" name="hw.product" value="iPad Pro (12.9-inch)"/>
|
@@ -481,9 +481,9 @@
|
|
481
481
|
<description>iPad (5th generation)</description>
|
482
482
|
<example>model=J71tAP</example>
|
483
483
|
<param pos="0" name="os.vendor" value="Apple"/>
|
484
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
485
484
|
<param pos="0" name="os.family" value="iOS"/>
|
486
485
|
<param pos="0" name="os.product" value="iOS"/>
|
486
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
487
487
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
488
488
|
<param pos="0" name="hw.family" value="iPad"/>
|
489
489
|
<param pos="0" name="hw.product" value="iPad (5th generation)"/>
|
@@ -494,9 +494,9 @@
|
|
494
494
|
<description>iPad Air</description>
|
495
495
|
<example>model=J72AP</example>
|
496
496
|
<param pos="0" name="os.vendor" value="Apple"/>
|
497
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
498
497
|
<param pos="0" name="os.family" value="iOS"/>
|
499
498
|
<param pos="0" name="os.product" value="iOS"/>
|
499
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
500
500
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
501
501
|
<param pos="0" name="hw.family" value="iPad Air"/>
|
502
502
|
<param pos="0" name="hw.product" value="iPad Air"/>
|
@@ -506,9 +506,9 @@
|
|
506
506
|
<description>iPad Air 2</description>
|
507
507
|
<example>model=J81AP</example>
|
508
508
|
<param pos="0" name="os.vendor" value="Apple"/>
|
509
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
510
509
|
<param pos="0" name="os.family" value="iOS"/>
|
511
510
|
<param pos="0" name="os.product" value="iOS"/>
|
511
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
512
512
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
513
513
|
<param pos="0" name="hw.family" value="iPad Air"/>
|
514
514
|
<param pos="0" name="hw.product" value="iPad Air 2"/>
|
@@ -519,9 +519,9 @@
|
|
519
519
|
<description>iPad mini 2</description>
|
520
520
|
<example>model=J85AP</example>
|
521
521
|
<param pos="0" name="os.vendor" value="Apple"/>
|
522
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
523
522
|
<param pos="0" name="os.family" value="iOS"/>
|
524
523
|
<param pos="0" name="os.product" value="iOS"/>
|
524
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:-"/>
|
525
525
|
<param pos="0" name="hw.vendor" value="Apple"/>
|
526
526
|
<param pos="0" name="hw.family" value="iPad mini"/>
|
527
527
|
<param pos="0" name="hw.product" value="iPad mini 2"/>
|
data/xml/operating_system.xml
CHANGED
@@ -513,6 +513,7 @@
|
|
513
513
|
<param pos="0" name="os.product" value="iOS"/>
|
514
514
|
<param pos="1" name="os.version"/>
|
515
515
|
<param pos="0" name="os.device" value="Mobile"/>
|
516
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:iphone_os:{os.version}"/>
|
516
517
|
</fingerprint>
|
517
518
|
<!-- Mac end -->
|
518
519
|
<!-- BSD begin -->
|
data/xml/sip_user_agents.xml
CHANGED
@@ -14,9 +14,9 @@
|
|
14
14
|
</fingerprint>
|
15
15
|
<fingerprint pattern="(?i)^AXIS (\S+) Network (?:Audio Bridge|(?:Cabinet|Horn) Speaker)$">
|
16
16
|
<description>Axis Network audio devices</description>
|
17
|
-
|
18
|
-
|
19
|
-
|
17
|
+
<example hw.product="C3003-E">AXIS C3003-E Network Horn Speaker</example>
|
18
|
+
<example hw.product="C8033">AXIS C8033 Network Audio Bridge</example>
|
19
|
+
<example hw.product="C1004-E">AXIS C1004-E Network Cabinet Speaker</example>
|
20
20
|
<param pos="0" name="hw.vendor" value="Axis"/>
|
21
21
|
<param pos="0" name="hw.family" value="Network Audio"/>
|
22
22
|
<param pos="1" name="hw.product"/>
|
@@ -133,7 +133,6 @@
|
|
133
133
|
</fingerprint>
|
134
134
|
<fingerprint pattern="^PolycomRealPresenceGroup(\d+)/([\d\._]+)+$">
|
135
135
|
<description>Polycom RealPresence Group Video Conferencing</description>
|
136
|
-
PolycomRealPresenceGroup700/6.2.0
|
137
136
|
<example hw.model="700" hw.product="RealPresence Group 700" hw.version="6.2.0">PolycomRealPresenceGroup700/6.2.0</example>
|
138
137
|
<param pos="0" name="hw.vendor" value="Polycom"/>
|
139
138
|
<param pos="0" name="hw.family" value="RealPresence Group"/>
|
data/xml/smtp_banners.xml
CHANGED
@@ -461,6 +461,7 @@
|
|
461
461
|
<param pos="0" name="service.product" value="Mail Server"/>
|
462
462
|
<param pos="1" name="host.name"/>
|
463
463
|
<param pos="2" name="service.version"/>
|
464
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mailenable:mailenable:{service.version}"/>
|
464
465
|
</fingerprint>
|
465
466
|
<!-- MailEnable has an odd, three version string. Not sure about the meaning the second and third version #s. -->
|
466
467
|
<fingerprint pattern="^(?:(\S+) +)?ESMTP MailEnable Service, Version: (?:([\d.]+))?-[\d.]*-[\d.]* (?:ready|denied access) at (\d{2}/\d{2}/\d{2} \d{2}:\d{2}:\d{2})$">
|
@@ -479,6 +480,7 @@
|
|
479
480
|
<param pos="0" name="system.time.format" value="MM/dd/yy HH:mm:ss"/>
|
480
481
|
<param pos="1" name="host.name"/>
|
481
482
|
<param pos="2" name="service.version"/>
|
483
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mailenable:mailenable:{service.version}"/>
|
482
484
|
<param pos="3" name="system.time"/>
|
483
485
|
</fingerprint>
|
484
486
|
<fingerprint pattern="^([^ ]+) \(Mail-Max Version (\d+\.[\d\.]+), (.+, .+)\) ESMTP Mail Server Ready. *$">
|
data/xml/telnet_banners.xml
CHANGED
@@ -679,7 +679,8 @@
|
|
679
679
|
<fingerprint pattern="^(?:\r|\n)*Ruijie login:\s*$">
|
680
680
|
<description>Ruijie device (likely router/switch)</description>
|
681
681
|
<example>Ruijie login:</example>
|
682
|
-
<param pos="0" name="hw.vendor" value="Ruijie"
|
682
|
+
<param pos="0" name="hw.vendor" value="Ruijie"/>
|
683
|
+
</fingerprint>
|
683
684
|
<fingerprint pattern="^Welcome to Microsoft Telnet Service \r\n\n\rlogin:\s*$">
|
684
685
|
<description>Microsoft Windows</description>
|
685
686
|
<!-- Welcome to Microsoft Telnet Service \r\n\n\rlogin: -->
|
@@ -687,6 +688,7 @@
|
|
687
688
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
688
689
|
<param pos="0" name="os.family" value="Windows"/>
|
689
690
|
<param pos="0" name="os.product" value="Windows"/>
|
691
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
690
692
|
</fingerprint>
|
691
693
|
<!-- The following fingerprints are for generic Broadcom hardware where the
|
692
694
|
vendor has left the default banner in place. These could be rebadged by
|
data/xml/upnp_banners.xml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!-- UPnP Server headers are matched against these patterns to fingerprint UPnP servers. -->
|
3
2
|
<fingerprints matches="ssdp_header.server" protocol="ssdp" database_type="service" preference="0.70">
|
3
|
+
<!-- UPnP Server headers are matched against these patterns to fingerprint UPnP servers. -->
|
4
4
|
<fingerprint pattern="(?i)^(.*) UPnP/[\d\.]+\s+AVM FRITZ!(.*) ([\d\.]+)$">
|
5
5
|
<description>AVM FRITZ! devices of various types</description>
|
6
6
|
<example host.name="some thing" os.product="WLAN Repeater 1750E" os.version="134.07.01">some thing UPnP/1.0 AVM FRITZ!WLAN Repeater 1750E 134.07.01</example>
|
@@ -20,6 +20,7 @@
|
|
20
20
|
<param pos="0" name="os.vendor" value="Linux"/>
|
21
21
|
<param pos="0" name="os.product" value="Linux"/>
|
22
22
|
<param pos="1" name="os.version"/>
|
23
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
23
24
|
</fingerprint>
|
24
25
|
<fingerprint pattern="^Tomato UPnP/\S+ MiniUPnPd/(\S+)$">
|
25
26
|
<description>Tomato UPnP Server</description>
|
@@ -289,12 +290,15 @@
|
|
289
290
|
<param pos="1" name="os.version"/>
|
290
291
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
291
292
|
</fingerprint>
|
292
|
-
<fingerprint pattern="(?i)^SmoothWall Express
|
293
|
+
<fingerprint pattern="(?i)^SmoothWall Express/(\S+) UPnP/\S+ miniupnpd/(\S+)$">
|
293
294
|
<description>Smoothwall Express UPnP Server</description>
|
294
|
-
<example>SmoothWall Express/3.0 UPnP/1.0 miniupnpd/1.0</example>
|
295
|
-
<param pos="0" name="
|
295
|
+
<example os.version="3.0" service.version="1.0">SmoothWall Express/3.0 UPnP/1.0 miniupnpd/1.0</example>
|
296
|
+
<param pos="0" name="os.vendor" value="Smoothwall"/>
|
297
|
+
<param pos="0" name="os.product" value="Smoothwall"/>
|
298
|
+
<param pos="1" name="os.version"/>
|
299
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:smoothwall:smoothwall:{os.version}"/>
|
296
300
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
297
|
-
<param pos="
|
301
|
+
<param pos="2" name="service.version"/>
|
298
302
|
</fingerprint>
|
299
303
|
<fingerprint pattern="^(\S+) \d+/Service Pack \d+, UPnP/[\d\.]+, TVersity Media Server$">
|
300
304
|
<description>TVersity Media Server UPnP Server</description>
|
@@ -502,6 +506,7 @@
|
|
502
506
|
<param pos="0" name="os.vendor" value="Linux"/>
|
503
507
|
<param pos="0" name="os.product" value="Linux"/>
|
504
508
|
<param pos="1" name="os.version"/>
|
509
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
505
510
|
</fingerprint>
|
506
511
|
<fingerprint pattern="^Linux/(\S+) UPnP/[\d\.]+ DLNADOC/[\d\.]+ Portable SDK for UPnP devices/(\S+)$">
|
507
512
|
<description>DLNADOC Portable SDK for UPnP Server</description>
|
@@ -512,6 +517,7 @@
|
|
512
517
|
<param pos="0" name="os.vendor" value="Linux"/>
|
513
518
|
<param pos="0" name="os.product" value="Linux"/>
|
514
519
|
<param pos="1" name="os.version"/>
|
520
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
515
521
|
</fingerprint>
|
516
522
|
<fingerprint pattern="^Linux/(\S+), UPnP/[\d\.]+, Intel SDK for UPnP devices ?/(\S+)$">
|
517
523
|
<description>Intel SDK for UPnP Server</description>
|
@@ -522,6 +528,7 @@
|
|
522
528
|
<param pos="0" name="os.vendor" value="Linux"/>
|
523
529
|
<param pos="0" name="os.product" value="Linux"/>
|
524
530
|
<param pos="1" name="os.version"/>
|
531
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
525
532
|
</fingerprint>
|
526
533
|
<fingerprint pattern="^Linux, UPnP/[\d\.]+, Intel SDK for UPnP devices ?/(\S+)$">
|
527
534
|
<description>Intel SDK for UPnP Server</description>
|
@@ -555,6 +562,7 @@
|
|
555
562
|
<param pos="0" name="os.family" value="RouterOS"/>
|
556
563
|
<param pos="0" name="os.product" value="RouterOS"/>
|
557
564
|
<param pos="1" name="os.version"/>
|
565
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:mikrotik:routeros:{os.version}"/>
|
558
566
|
</fingerprint>
|
559
567
|
<fingerprint pattern="^Roku UPnP/\S+ Roku/(\S+)$">
|
560
568
|
<description>Roku with a version</description>
|
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.40
|
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-12-
|
11
|
+
date: 2018-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|