recog 2.3.12 → 2.3.17
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/.github/SECURITY.md +35 -0
- data/.snyk +10 -0
- data/LICENSE +1 -1
- data/bin/recog_standardize +2 -2
- data/cpe-remap.yaml +46 -14
- data/identifiers/hw_device.txt +3 -4
- data/identifiers/hw_family.txt +6 -0
- data/identifiers/hw_product.txt +17 -6
- data/identifiers/os_architecture.txt +0 -10
- data/identifiers/os_device.txt +11 -31
- data/identifiers/os_family.txt +1 -95
- data/identifiers/os_product.txt +9 -117
- data/identifiers/service_family.txt +4 -36
- data/identifiers/service_product.txt +211 -92
- data/identifiers/vendor.txt +46 -194
- data/lib/recog/version.rb +1 -1
- data/requirements.txt +1 -1
- data/update_cpes.py +93 -45
- data/xml/dns_versionbind.xml +39 -16
- data/xml/favicons.xml +42 -17
- data/xml/ftp_banners.xml +39 -24
- data/xml/hp_pjl_id.xml +1 -1
- data/xml/html_title.xml +72 -22
- data/xml/http_cookies.xml +4 -1
- data/xml/http_servers.xml +342 -73
- data/xml/http_wwwauth.xml +20 -20
- data/xml/imap_banners.xml +39 -0
- data/xml/ldap_searchresult.xml +9 -6
- data/xml/ntp_banners.xml +1 -1
- data/xml/operating_system.xml +1 -0
- data/xml/pop_banners.xml +55 -2
- data/xml/sip_user_agents.xml +3 -3
- data/xml/smb_native_os.xml +1 -0
- data/xml/smtp_banners.xml +7 -2
- data/xml/smtp_help.xml +2 -0
- data/xml/smtp_vrfy.xml +2 -1
- data/xml/snmp_sysdescr.xml +125 -87
- data/xml/ssh_banners.xml +1 -1
- data/xml/telnet_banners.xml +155 -15
- data/xml/x509_issuers.xml +8 -5
- data/xml/x509_subjects.xml +25 -17
- metadata +4 -5
- data/identifiers/software_class.txt +0 -26
- data/identifiers/software_family.txt +0 -91
- data/identifiers/software_product.txt +0 -333
data/xml/http_cookies.xml
CHANGED
@@ -156,10 +156,13 @@
|
|
156
156
|
<fingerprint pattern="^DSSignInURL=/">
|
157
157
|
<description>Pulse Secure VPN</description>
|
158
158
|
<example>DSSignInURL=/; path=/; secure</example>
|
159
|
+
<param pos="0" name="service.vendor" value="Pulse Secure"/>
|
160
|
+
<param pos="0" name="service.product" value="Pulse Connect Secure"/>
|
161
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:pulsesecure:pulse_connect_secure:-"/>
|
159
162
|
<param pos="0" name="os.vendor" value="Pulse Secure"/>
|
160
163
|
<param pos="0" name="os.family" value="SSL-VPN"/>
|
161
164
|
<param pos="0" name="os.device" value="SSL-VPN"/>
|
162
|
-
<param pos="0" name="os.product" value="
|
165
|
+
<param pos="0" name="os.product" value="Pulse Connect Secure"/>
|
163
166
|
</fingerprint>
|
164
167
|
|
165
168
|
<fingerprint pattern="^(EktGUID|ecm)=.*">
|
data/xml/http_servers.xml
CHANGED
@@ -20,15 +20,18 @@
|
|
20
20
|
<param pos="1" name="service.version"/>
|
21
21
|
</fingerprint>
|
22
22
|
|
23
|
+
<!-- CentOS Web Panel is not part of the CentOS project and runs on CentOS,
|
24
|
+
RedHat, and CloudLinux.
|
25
|
+
-->
|
26
|
+
|
23
27
|
<fingerprint pattern="(?i)^cwpsrv$">
|
24
28
|
<description>CentOS Web Panel</description>
|
25
29
|
<example>cwpsrv</example>
|
26
|
-
<param pos="0" name="service.vendor" value="CentOS"/>
|
30
|
+
<param pos="0" name="service.vendor" value="CentOS WebPanel"/>
|
27
31
|
<param pos="0" name="service.product" value="CentOS Web Panel"/>
|
28
|
-
<param pos="0" name="
|
32
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:centos-webpanel:centos_web_panel:-"/>
|
29
33
|
<param pos="0" name="os.family" value="Linux"/>
|
30
34
|
<param pos="0" name="os.product" value="Linux"/>
|
31
|
-
<param pos="0" name="os.cpe23" value="cpe:/o:centos:centos:-"/>
|
32
35
|
</fingerprint>
|
33
36
|
|
34
37
|
<fingerprint pattern="^Stronghold/(\d\.\d) Apache/([012][\d.]*)\s*(.*)$">
|
@@ -437,7 +440,7 @@
|
|
437
440
|
<param pos="0" name="service.component.vendor" value="Red Hat"/>
|
438
441
|
<param pos="0" name="service.component.product" value="JBossWeb"/>
|
439
442
|
<param pos="2" name="service.component.version"/>
|
440
|
-
<param pos="0" name="service.component.cpe23" value="cpe:/a:redhat:
|
443
|
+
<param pos="0" name="service.component.cpe23" value="cpe:/a:redhat:jbossweb:{service.component.version}"/>
|
441
444
|
</fingerprint>
|
442
445
|
|
443
446
|
<fingerprint pattern="^Servlet\/[\d\.]+; JBossAS-(.*)$">
|
@@ -960,14 +963,14 @@
|
|
960
963
|
<example>ReeCam IP Camera</example>
|
961
964
|
<param pos="0" name="hw.vendor" value="Shenzhen Reecam Tech. Ltd."/>
|
962
965
|
<param pos="0" name="hw.product" value="ReeCam"/>
|
963
|
-
<param pos="0" name="hw.device" value="
|
966
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
964
967
|
</fingerprint>
|
965
968
|
|
966
969
|
<fingerprint pattern="^Netwave IP Camera$">
|
967
970
|
<description>Netwave cameras</description>
|
968
971
|
<example>Netwave IP Camera</example>
|
969
972
|
<param pos="0" name="hw.vendor" value="Netwave"/>
|
970
|
-
<param pos="0" name="hw.device" value="
|
973
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
971
974
|
</fingerprint>
|
972
975
|
|
973
976
|
<fingerprint pattern="^Cougar/([0-9.]*)$">
|
@@ -1010,7 +1013,7 @@
|
|
1010
1013
|
<example>camera</example>
|
1011
1014
|
<example>IPCamera Login</example>
|
1012
1015
|
<example>Mini Dome IP Camera</example>
|
1013
|
-
<param pos="0" name="hw.device" value="
|
1016
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
1014
1017
|
</fingerprint>
|
1015
1018
|
|
1016
1019
|
<fingerprint pattern="^ASP.NET$">
|
@@ -1493,6 +1496,7 @@
|
|
1493
1496
|
<param pos="0" name="service.product" value="Abyss Web Server X1"/>
|
1494
1497
|
<param pos="0" name="service.family" value="Abyss Web Server"/>
|
1495
1498
|
<param pos="1" name="service.version"/>
|
1499
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:aprelium:abyss_web_server_x1:{service.version}"/>
|
1496
1500
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1497
1501
|
<param pos="0" name="os.family" value="Windows"/>
|
1498
1502
|
<param pos="0" name="os.product" value="Windows"/>
|
@@ -1505,6 +1509,7 @@
|
|
1505
1509
|
<param pos="0" name="service.product" value="Abyss Web Server X1"/>
|
1506
1510
|
<param pos="0" name="service.family" value="Abyss Web Server"/>
|
1507
1511
|
<param pos="1" name="service.version"/>
|
1512
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:aprelium:abyss_web_server_x1:{service.version}"/>
|
1508
1513
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1509
1514
|
<param pos="0" name="os.family" value="Windows"/>
|
1510
1515
|
<param pos="0" name="os.product" value="Windows"/>
|
@@ -1690,6 +1695,7 @@
|
|
1690
1695
|
<example>SAP Internet Graphics Server</example>
|
1691
1696
|
<param pos="0" name="service.vendor" value="SAP"/>
|
1692
1697
|
<param pos="0" name="service.product" value="Internet Graphics Server"/>
|
1698
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:sap:internet_graphics_server:-"/>
|
1693
1699
|
<param pos="0" name="service.component.vendor" value="SAP"/>
|
1694
1700
|
<param pos="0" name="service.component.product" value="NetWeaver Application Server"/>
|
1695
1701
|
<param pos="0" name="service.component.cpe23" value="cpe:/a:sap:netweaver_application_server:-"/>
|
@@ -1716,11 +1722,12 @@
|
|
1716
1722
|
<description>OpenVPN Access Server</description>
|
1717
1723
|
<example>OpenVPN-AS</example>
|
1718
1724
|
<param pos="0" name="service.vendor" value="OpenVPN"/>
|
1719
|
-
<param pos="0" name="service.product" value="Access Server"/>
|
1725
|
+
<param pos="0" name="service.product" value="OpenVPN Access Server"/>
|
1726
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:openvpn:openvpn_access_server:-"/>
|
1720
1727
|
<param pos="0" name="hw.device" value="VPN"/>
|
1721
1728
|
</fingerprint>
|
1722
1729
|
|
1723
|
-
<fingerprint pattern="^SonicWALL
|
1730
|
+
<fingerprint pattern="^SonicWALL SSL-?VPN Web Server$">
|
1724
1731
|
<description>SonicWALL SSL-VPN device</description>
|
1725
1732
|
<example>SonicWALL SSLVPN Web Server</example>
|
1726
1733
|
<example>SonicWALL SSL-VPN Web Server</example>
|
@@ -1730,7 +1737,8 @@
|
|
1730
1737
|
<param pos="0" name="os.vendor" value="SonicWall"/>
|
1731
1738
|
<param pos="0" name="os.device" value="VPN"/>
|
1732
1739
|
<param pos="0" name="os.family" value="SSL-VPN"/>
|
1733
|
-
<param pos="
|
1740
|
+
<param pos="0" name="os.product" value="SonicOS"/>
|
1741
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:sonicwall:sonicos:-"/>
|
1734
1742
|
<param pos="0" name="hw.vendor" value="SonicWall"/>
|
1735
1743
|
<param pos="0" name="hw.device" value="VPN"/>
|
1736
1744
|
</fingerprint>
|
@@ -1741,6 +1749,12 @@
|
|
1741
1749
|
<param pos="0" name="service.vendor" value="SonicWall"/>
|
1742
1750
|
<param pos="0" name="service.product" value="HTTP"/>
|
1743
1751
|
<param pos="0" name="os.vendor" value="SonicWall"/>
|
1752
|
+
<param pos="0" name="os.device" value="VPN"/>
|
1753
|
+
<param pos="0" name="os.family" value="SSL-VPN"/>
|
1754
|
+
<param pos="0" name="os.product" value="SonicOS"/>
|
1755
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:sonicwall:sonicos:-"/>
|
1756
|
+
<param pos="0" name="hw.vendor" value="SonicWall"/>
|
1757
|
+
<param pos="0" name="hw.device" value="VPN"/>
|
1744
1758
|
</fingerprint>
|
1745
1759
|
|
1746
1760
|
<fingerprint pattern="^NetCache appliance \(NetApp/+(\d+\.\d+[\w.]+)\)$">
|
@@ -1756,7 +1770,7 @@
|
|
1756
1770
|
<param pos="0" name="service.product" value="NetCache"/>
|
1757
1771
|
<param pos="1" name="service.version"/>
|
1758
1772
|
<param pos="0" name="os.vendor" value="Blue Coat"/>
|
1759
|
-
<param pos="0" name="os.device" value="Web
|
1773
|
+
<param pos="0" name="os.device" value="Web Proxy"/>
|
1760
1774
|
<param pos="0" name="os.family" value="NetCache"/>
|
1761
1775
|
<param pos="0" name="os.product" value="NetCache"/>
|
1762
1776
|
</fingerprint>
|
@@ -1770,7 +1784,7 @@
|
|
1770
1784
|
<param pos="0" name="os.vendor" value="NetApp"/>
|
1771
1785
|
<param pos="0" name="os.family" value="Data ONTAP"/>
|
1772
1786
|
<param pos="0" name="os.product" value="Data ONTAP"/>
|
1773
|
-
<param pos="0" name="os.device" value="File
|
1787
|
+
<param pos="0" name="os.device" value="File Server"/>
|
1774
1788
|
<param pos="1" name="os.version"/>
|
1775
1789
|
<param pos="0" name="os.cpe23" value="cpe:/o:netapp:data_ontap:{os.version}"/>
|
1776
1790
|
</fingerprint>
|
@@ -1779,7 +1793,7 @@
|
|
1779
1793
|
<description>Blue Coat security appliance</description>
|
1780
1794
|
<example>BlueCoat-Security-Appliance</example>
|
1781
1795
|
<param pos="0" name="os.vendor" value="Blue Coat"/>
|
1782
|
-
<param pos="0" name="os.device" value="Web
|
1796
|
+
<param pos="0" name="os.device" value="Web Proxy"/>
|
1783
1797
|
<param pos="0" name="os.family" value="Blue Coat"/>
|
1784
1798
|
<param pos="0" name="os.product" value="Appliance"/>
|
1785
1799
|
</fingerprint>
|
@@ -1828,6 +1842,10 @@
|
|
1828
1842
|
<param pos="0" name="hw.device" value="Printer"/>
|
1829
1843
|
</fingerprint>
|
1830
1844
|
|
1845
|
+
<!-- This section needs to be reworked to extract module / version to make
|
1846
|
+
this information useful and mappable to CPE
|
1847
|
+
-->
|
1848
|
+
|
1831
1849
|
<fingerprint pattern="^HP HTTP Server; (?:Hewlett-Packard )?HP ((\S+) \S+)">
|
1832
1850
|
<description>HP Printer</description>
|
1833
1851
|
<example os.product="Photosmart C309a" os.family="Photosmart">HP HTTP Server; HP Photosmart C309a series - CC335A; Serial Number: abc123; Vader Built:Wed Apr 15, 2009 11:40:58AM {abc123, ASIC id 0x00280004}</example>
|
@@ -1953,6 +1971,26 @@
|
|
1953
1971
|
<param pos="0" name="hw.cpe23" value="cpe:/h:cisco:adaptive_security_appliance:-"/>
|
1954
1972
|
</fingerprint>
|
1955
1973
|
|
1974
|
+
<fingerprint pattern="^CE_E$">
|
1975
|
+
<description>Cisco Expressway-E (Edge)</description>
|
1976
|
+
<example>CE_E</example>
|
1977
|
+
<param pos="0" name="service.vendor" value="Cisco"/>
|
1978
|
+
<param pos="0" name="service.product" value="Expressway"/>
|
1979
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:cisco:expressway:-"/>
|
1980
|
+
<param pos="0" name="hw.vendor" value="Cisco"/>
|
1981
|
+
<param pos="0" name="hw.device" value="VoIP"/>
|
1982
|
+
</fingerprint>
|
1983
|
+
|
1984
|
+
<fingerprint pattern="^CE_C$">
|
1985
|
+
<description>Cisco Expressway-C (Core)</description>
|
1986
|
+
<example>CE_C</example>
|
1987
|
+
<param pos="0" name="service.vendor" value="Cisco"/>
|
1988
|
+
<param pos="0" name="service.product" value="Expressway"/>
|
1989
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:cisco:expressway:-"/>
|
1990
|
+
<param pos="0" name="hw.vendor" value="Cisco"/>
|
1991
|
+
<param pos="0" name="hw.device" value="VoIP"/>
|
1992
|
+
</fingerprint>
|
1993
|
+
|
1956
1994
|
<fingerprint pattern="^CradlepointHTTPService/([\d\.]+)$">
|
1957
1995
|
<description>Cradlepoint HTTP service</description>
|
1958
1996
|
<example service.version="1.0.0">CradlepointHTTPService/1.0.0</example>
|
@@ -2045,7 +2083,7 @@
|
|
2045
2083
|
|
2046
2084
|
<fingerprint pattern="^NS_(\d\.\d)$">
|
2047
2085
|
<description>Citrix NetScaler</description>
|
2048
|
-
<example>NS_6.1</example>
|
2086
|
+
<example service.version="6.1">NS_6.1</example>
|
2049
2087
|
<param pos="0" name="os.vendor" value="Citrix"/>
|
2050
2088
|
<param pos="0" name="os.family" value="NetScaler"/>
|
2051
2089
|
<param pos="0" name="os.device" value="Network Management Device"/>
|
@@ -2058,6 +2096,14 @@
|
|
2058
2096
|
<param pos="0" name="service.cpe23" value="cpe:/a:citrix:netscaler:{service.version}"/>
|
2059
2097
|
</fingerprint>
|
2060
2098
|
|
2099
|
+
<fingerprint pattern="^Citrix-([\d.]+) \'[^']*\'$">
|
2100
|
+
<description>Citrix STUN server</description>
|
2101
|
+
<example service.version="3.2.5.9">Citrix-3.2.5.9 'Marshal West'</example>
|
2102
|
+
<param pos="0" name="service.vendor" value="Citrix"/>
|
2103
|
+
<param pos="0" name="service.product" value="STUN Server"/>
|
2104
|
+
<param pos="1" name="service.version"/>
|
2105
|
+
</fingerprint>
|
2106
|
+
|
2061
2107
|
<fingerprint pattern="^Rumpus$">
|
2062
2108
|
<description>Rumpus FTP Server, Web File Manager interface</description>
|
2063
2109
|
<example>Rumpus</example>
|
@@ -2110,7 +2156,7 @@
|
|
2110
2156
|
<fingerprint pattern="^D-Link MiniAVServer$">
|
2111
2157
|
<description>D-Link embedded web server for web cams</description>
|
2112
2158
|
<param pos="0" name="os.vendor" value="D-Link"/>
|
2113
|
-
<param pos="0" name="os.device" value="
|
2159
|
+
<param pos="0" name="os.device" value="IP Camera"/>
|
2114
2160
|
</fingerprint>
|
2115
2161
|
|
2116
2162
|
<fingerprint pattern="^ListManagerWeb/(\S+) .*$">
|
@@ -2132,12 +2178,44 @@
|
|
2132
2178
|
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:-"/>
|
2133
2179
|
</fingerprint>
|
2134
2180
|
|
2135
|
-
<fingerprint pattern="^
|
2181
|
+
<fingerprint pattern="^VNC Server (Enterprise|Personal) Edition/(?:E|P)([\d.]+) \(r([\d.]+)\)$">
|
2182
|
+
<description>RealVNC built-in webserver - Enterprise edition</description>
|
2183
|
+
<example service.version="4.5.1" service.version.version="27892">VNC Server Enterprise Edition/E4.5.1 (r27892)</example>
|
2184
|
+
<example service.edition="Personal">VNC Server Personal Edition/P4.5.3 (r39012)</example>
|
2185
|
+
<param pos="0" name="service.vendor" value="RealVNC Ltd."/>
|
2186
|
+
<param pos="0" name="service.product" value="RealVNC"/>
|
2187
|
+
<param pos="1" name="service.edition"/>
|
2188
|
+
<param pos="2" name="service.version"/>
|
2189
|
+
<param pos="3" name="service.version.version"/>
|
2190
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:realvnc:realvnc:{service.version}"/>
|
2191
|
+
</fingerprint>
|
2192
|
+
|
2193
|
+
<fingerprint pattern="^RealVNC/E([\d.]+)$">
|
2194
|
+
<description>RealVNC built-in webserver - Enterprise edition, short variant</description>
|
2195
|
+
<example service.version="4">RealVNC/E4</example>
|
2196
|
+
<param pos="0" name="service.vendor" value="RealVNC Ltd."/>
|
2197
|
+
<param pos="0" name="service.product" value="RealVNC"/>
|
2198
|
+
<param pos="1" name="service.version"/>
|
2199
|
+
<param pos="0" name="service.version.version" value="Enterprise"/>
|
2200
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:realvnc:realvnc:{service.version}"/>
|
2201
|
+
</fingerprint>
|
2202
|
+
|
2203
|
+
<fingerprint pattern="^RealVNC/([\d.]+)$">
|
2136
2204
|
<description>RealVNC built-in webserver</description>
|
2137
|
-
<example>RealVNC/4.0</example>
|
2205
|
+
<example service.version="4.0">RealVNC/4.0</example>
|
2138
2206
|
<param pos="0" name="service.vendor" value="RealVNC Ltd."/>
|
2139
2207
|
<param pos="0" name="service.product" value="RealVNC"/>
|
2140
|
-
<param pos="
|
2208
|
+
<param pos="1" name="service.version"/>
|
2209
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:realvnc:realvnc:{service.version}"/>
|
2210
|
+
</fingerprint>
|
2211
|
+
|
2212
|
+
<fingerprint pattern="^TigerVNC/([\d.]+)$">
|
2213
|
+
<description>TigerVNC built-in webserver</description>
|
2214
|
+
<example service.version="4.0">TigerVNC/4.0</example>
|
2215
|
+
<param pos="0" name="service.vendor" value="TigerVNC"/>
|
2216
|
+
<param pos="0" name="service.product" value="TigerVNC"/>
|
2217
|
+
<param pos="1" name="service.version"/>
|
2218
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:tigervnc:tigervnc:{service.version}"/>
|
2141
2219
|
</fingerprint>
|
2142
2220
|
|
2143
2221
|
<fingerprint pattern="^SecureTransport (\d+[\d\.]+) \(build: (\d+)\)$">
|
@@ -2284,8 +2362,8 @@
|
|
2284
2362
|
|
2285
2363
|
<fingerprint pattern="(?i)^SimpleHTTP/((?:\d+\.)*\d+)\s*Python/((?:\d+\.)*\d+)$">
|
2286
2364
|
<description>SimpleHTTPRequestHandler Python class is a simple HTTP request handler.</description>
|
2287
|
-
<example>SimpleHTTP/0.6 Python/2.7.6</example>
|
2288
|
-
<example>SimpleHTTP/0.6 Python/3.4.0</example>
|
2365
|
+
<example service.version="0.6">SimpleHTTP/0.6 Python/2.7.6</example>
|
2366
|
+
<example python.version="3.4.0">SimpleHTTP/0.6 Python/3.4.0</example>
|
2289
2367
|
<param pos="0" name="service.vendor" value="Python Software Foundation"/>
|
2290
2368
|
<param pos="0" name="service.product" value="SimpleHTTP"/>
|
2291
2369
|
<param pos="0" name="service.family" value="Python"/>
|
@@ -2426,7 +2504,7 @@
|
|
2426
2504
|
</fingerprint>
|
2427
2505
|
|
2428
2506
|
<fingerprint pattern="^Sophos Email Appliance$">
|
2429
|
-
<description>Embedded web server for a rack-mounted email appliance that blocks spam and malware.</description>
|
2507
|
+
<description>Sophos - Embedded web server for a rack-mounted email appliance that blocks spam and malware.</description>
|
2430
2508
|
<example>Sophos Email Appliance</example>
|
2431
2509
|
<param pos="0" name="service.vendor" value="Sophos"/>
|
2432
2510
|
<param pos="0" name="service.product" value="Email Appliance"/>
|
@@ -2457,7 +2535,7 @@
|
|
2457
2535
|
</fingerprint>
|
2458
2536
|
|
2459
2537
|
<fingerprint pattern="^mini_httpd/((?:\d+\.)*\d+) \S*$">
|
2460
|
-
<description>
|
2538
|
+
<description>ACME mini_httpd with version and date</description>
|
2461
2539
|
<example>mini_httpd/1.14 23jun2000</example>
|
2462
2540
|
<example>mini_httpd/1 23jun2000</example>
|
2463
2541
|
<param pos="0" name="service.vendor" value="ACME"/>
|
@@ -2468,8 +2546,8 @@
|
|
2468
2546
|
</fingerprint>
|
2469
2547
|
|
2470
2548
|
<fingerprint pattern="^thin ((?:\d+\.)*\d+) codename .+$">
|
2471
|
-
<description>
|
2472
|
-
<example>thin 1.2.4 codename Flaming Astroboy</example>
|
2549
|
+
<description>Marc-André Cournoyer's thin webserver</description>
|
2550
|
+
<example service.version="1.2.4">thin 1.2.4 codename Flaming Astroboy</example>
|
2473
2551
|
<example>thin 1 codename Flaming Astroboy</example>
|
2474
2552
|
<param pos="0" name="service.product" value="Thin"/>
|
2475
2553
|
<param pos="0" name="service.family" value="Thin"/>
|
@@ -2489,11 +2567,13 @@
|
|
2489
2567
|
|
2490
2568
|
<fingerprint pattern="^Mongrel ((?:\d+\.)*\d+)$">
|
2491
2569
|
<description>Ruby-based web server and HTTP library.</description>
|
2492
|
-
<example>Mongrel 1.1.5</example>
|
2570
|
+
<example service.version="1.1.5">Mongrel 1.1.5</example>
|
2493
2571
|
<example>Mongrel 1</example>
|
2572
|
+
<param pos="0" name="service.vendor" value="Zed Shaw"/>
|
2494
2573
|
<param pos="0" name="service.product" value="Mongrel"/>
|
2495
2574
|
<param pos="0" name="service.family" value="Mongrel"/>
|
2496
2575
|
<param pos="1" name="service.version"/>
|
2576
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:zed_shaw:mongrel:{service.version}"/>
|
2497
2577
|
</fingerprint>
|
2498
2578
|
|
2499
2579
|
<fingerprint pattern="^Microplex emHTTPD/((?:\d+\.)*\d+)$">
|
@@ -2506,7 +2586,7 @@
|
|
2506
2586
|
<param pos="0" name="service.family" value="emHTTPD"/>
|
2507
2587
|
<param pos="1" name="service.version"/>
|
2508
2588
|
<param pos="0" name="os.vendor" value="Microplex"/>
|
2509
|
-
<param pos="0" name="os.device" value="Print
|
2589
|
+
<param pos="0" name="os.device" value="Print Server"/>
|
2510
2590
|
</fingerprint>
|
2511
2591
|
|
2512
2592
|
<fingerprint pattern="^UPS_Server/((?:\d+\.)*\d+)$">
|
@@ -2532,7 +2612,7 @@
|
|
2532
2612
|
|
2533
2613
|
<fingerprint pattern="^JC-SHTTPD/((?:\d+\.)*\d+)$">
|
2534
2614
|
<description>An embedded web server.</description>
|
2535
|
-
<example>JC-SHTTPD/1.17.20</example>
|
2615
|
+
<example service.version="1.17.20">JC-SHTTPD/1.17.20</example>
|
2536
2616
|
<example>JC-SHTTPD/1</example>
|
2537
2617
|
<param pos="0" name="service.product" value="JC-SHTTPD"/>
|
2538
2618
|
<param pos="0" name="service.family" value="JC-SHTTPD"/>
|
@@ -2605,17 +2685,20 @@
|
|
2605
2685
|
|
2606
2686
|
<fingerprint pattern="^WEBrick/([\d\.]+) .*$">
|
2607
2687
|
<description>WEBrick default setup</description>
|
2608
|
-
<example>WEBrick/1.3.1 (Ruby/1.9.3/2013-02-22)</example>
|
2609
|
-
<param pos="0" name="service.vendor" value="Ruby"/>
|
2688
|
+
<example service.version="1.3.1">WEBrick/1.3.1 (Ruby/1.9.3/2013-02-22)</example>
|
2689
|
+
<param pos="0" name="service.vendor" value="Ruby-Lang"/>
|
2610
2690
|
<param pos="0" name="service.product" value="WEBrick"/>
|
2611
2691
|
<param pos="1" name="service.version"/>
|
2692
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:ruby-lang:webrick:{service.version}"/>
|
2612
2693
|
</fingerprint>
|
2613
2694
|
|
2614
2695
|
<fingerprint pattern="^Aspen/(\S+)">
|
2615
2696
|
<description>Aspen web server</description>
|
2616
2697
|
<example service.version="0.8">Aspen/0.8</example>
|
2698
|
+
<param pos="0" name="service.vendor" value="Aspen"/>
|
2617
2699
|
<param pos="0" name="service.product" value="Aspen"/>
|
2618
2700
|
<param pos="1" name="service.version"/>
|
2701
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:aspen:aspen:{service.version}"/>
|
2619
2702
|
</fingerprint>
|
2620
2703
|
|
2621
2704
|
<fingerprint pattern="^Boa/([\d\.]+\S*)">
|
@@ -2711,7 +2794,7 @@
|
|
2711
2794
|
<param pos="0" name="service.vendor" value="Akamai"/>
|
2712
2795
|
<param pos="0" name="service.product" value="GHost"/>
|
2713
2796
|
<param pos="0" name="os.vendor" value="Akamai"/>
|
2714
|
-
<param pos="0" name="os.device" value="Web
|
2797
|
+
<param pos="0" name="os.device" value="Web Proxy"/>
|
2715
2798
|
</fingerprint>
|
2716
2799
|
|
2717
2800
|
<fingerprint pattern="^gws$">
|
@@ -2845,6 +2928,7 @@
|
|
2845
2928
|
<param pos="0" name="service.product" value="Intel(R) Active Management Technology"/>
|
2846
2929
|
<param pos="0" name="service.family" value="Intel(R) Active Management Technology"/>
|
2847
2930
|
<param pos="1" name="service.version"/>
|
2931
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:intel:active_management_technology:{service.version}"/>
|
2848
2932
|
</fingerprint>
|
2849
2933
|
|
2850
2934
|
<fingerprint pattern="^(?:AMT|Intel\(R\) Active Management Technology)$">
|
@@ -2854,6 +2938,7 @@
|
|
2854
2938
|
<param pos="0" name="service.vendor" value="Intel"/>
|
2855
2939
|
<param pos="0" name="service.product" value="Intel(R) Active Management Technology"/>
|
2856
2940
|
<param pos="0" name="service.family" value="Intel(R) Active Management Technology"/>
|
2941
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:intel:active_management_technology:-"/>
|
2857
2942
|
</fingerprint>
|
2858
2943
|
|
2859
2944
|
<fingerprint pattern="^Intel\(R\) Standard Manageability\s(\d+\.\d+\.\d+\.\d+|\d+\.\d+\.\d+|\d+\.\d+)">
|
@@ -2864,17 +2949,20 @@
|
|
2864
2949
|
<param pos="0" name="service.product" value="Intel(R) Standard Manageability"/>
|
2865
2950
|
<param pos="0" name="service.family" value="Intel(R) Active Management Technology"/>
|
2866
2951
|
<param pos="1" name="service.version"/>
|
2952
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:intel:standard_manageability:{service.version}"/>
|
2867
2953
|
</fingerprint>
|
2868
2954
|
|
2869
2955
|
<fingerprint pattern="^Sunny WebBox$">
|
2870
2956
|
<description>Sunny WebBox</description>
|
2871
2957
|
<example>Sunny WebBox</example>
|
2872
|
-
<param pos="0" name="service.vendor" value="SMA
|
2958
|
+
<param pos="0" name="service.vendor" value="SMA"/>
|
2873
2959
|
<param pos="0" name="service.family" value="Sunny"/>
|
2874
|
-
<param pos="0" name="service.product" value="WebBox"/>
|
2960
|
+
<param pos="0" name="service.product" value="Sunny WebBox"/>
|
2961
|
+
<param pos="0" name="hw.vendor" value="SMA"/>
|
2875
2962
|
<param pos="0" name="hw.family" value="Sunny"/>
|
2876
|
-
<param pos="0" name="hw.product" value="WebBox"/>
|
2877
|
-
<param pos="0" name="hw.device" value="Power
|
2963
|
+
<param pos="0" name="hw.product" value="Sunny WebBox"/>
|
2964
|
+
<param pos="0" name="hw.device" value="Power Device"/>
|
2965
|
+
<param pos="0" name="hw.cpe23" value="cpe:/h:sma:sunny_webbox:-"/>
|
2878
2966
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
2879
2967
|
<param pos="0" name="os.family" value="Windows"/>
|
2880
2968
|
<param pos="0" name="os.product" value="Windows CE"/>
|
@@ -2886,7 +2974,7 @@
|
|
2886
2974
|
<example>EnergyICT RTU 101-F25CE1-1524</example>
|
2887
2975
|
<param pos="0" name="hw.family" value="Honeywell"/>
|
2888
2976
|
<param pos="0" name="hw.product" value="RTU"/>
|
2889
|
-
<param pos="0" name="hw.device" value="Power
|
2977
|
+
<param pos="0" name="hw.device" value="Power Device"/>
|
2890
2978
|
</fingerprint>
|
2891
2979
|
|
2892
2980
|
<fingerprint pattern="^AV-TECH AV787 Video Web Server$">
|
@@ -2988,11 +3076,13 @@
|
|
2988
3076
|
|
2989
3077
|
<fingerprint pattern="(?i)^Linux/(\S+) UPnP/[\d\.]+ miniupnpd/([\d\.]+)$">
|
2990
3078
|
<description>Linux MiniUPnPd UPnP Server</description>
|
2991
|
-
<example>Linux/Cross_compiled UPnP/1.0 miniupnpd/1.0</example>
|
3079
|
+
<example service.version="1.0">Linux/Cross_compiled UPnP/1.0 miniupnpd/1.0</example>
|
2992
3080
|
<example>Linux/2.6.29.6-217.2.3.fc11.i686.PAE UPnP/1.0 miniupnpd/1.0</example>
|
2993
3081
|
<example>Linux/2.4.21 UPnP/1.0 miniupnpd/1.0</example>
|
3082
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
2994
3083
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
2995
3084
|
<param pos="2" name="service.version"/>
|
3085
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
2996
3086
|
<param pos="0" name="os.vendor" value="Linux"/>
|
2997
3087
|
<param pos="0" name="os.product" value="Linux"/>
|
2998
3088
|
<param pos="1" name="os.version"/>
|
@@ -3001,28 +3091,32 @@
|
|
3001
3091
|
|
3002
3092
|
<fingerprint pattern="^Tomato UPnP/\S+ MiniUPnPd/(\S+)$">
|
3003
3093
|
<description>Tomato UPnP Server</description>
|
3004
|
-
<example>Tomato UPnP/1.0 MiniUPnPd/1.2</example>
|
3005
|
-
<
|
3006
|
-
<param pos="0" name="service.vendor" value="Tomato"/>
|
3094
|
+
<example service.version="1.2">Tomato UPnP/1.0 MiniUPnPd/1.2</example>
|
3095
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3007
3096
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3008
3097
|
<param pos="1" name="service.version"/>
|
3098
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3009
3099
|
</fingerprint>
|
3010
3100
|
|
3011
|
-
<fingerprint pattern="(?i)^(RT-\w+) UPnP/\S+ MiniUPnPd/(\
|
3101
|
+
<fingerprint pattern="(?i)^(RT-\w+) UPnP/\S+ MiniUPnPd/([\d.]+)$">
|
3012
3102
|
<description>Asus WAP UPnP Server</description>
|
3013
|
-
<example>RT-G32 UPnP/1.0 MiniUPnPd/1.2</example>
|
3103
|
+
<example service.version="1.2">RT-G32 UPnP/1.0 MiniUPnPd/1.2</example>
|
3104
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3014
3105
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3015
3106
|
<param pos="2" name="service.version"/>
|
3107
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3016
3108
|
<param pos="0" name="os.vendor" value="Asus"/>
|
3017
3109
|
<param pos="1" name="os.product"/>
|
3018
3110
|
<param pos="0" name="os.device" value="WAP"/>
|
3019
3111
|
</fingerprint>
|
3020
3112
|
|
3021
|
-
<fingerprint pattern="(?i)^DrayTek/Vigor(\S+) UPnP/\S+ miniupnpd/(\
|
3113
|
+
<fingerprint pattern="(?i)^DrayTek/Vigor(\S+) UPnP/\S+ miniupnpd/([\d.]+)$">
|
3022
3114
|
<description>DrayTek Vigor router UPnP Server</description>
|
3023
|
-
<example hw.model="2130">DrayTek/Vigor2130 UPnP/1.0 miniupnpd/1.0</example>
|
3115
|
+
<example service.version="1.0" hw.model="2130">DrayTek/Vigor2130 UPnP/1.0 miniupnpd/1.0</example>
|
3116
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3024
3117
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3025
3118
|
<param pos="2" name="service.version"/>
|
3119
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3026
3120
|
<param pos="0" name="hw.vendor" value="DrayTek"/>
|
3027
3121
|
<param pos="0" name="hw.product" value="Vigor"/>
|
3028
3122
|
<param pos="1" name="hw.model"/>
|
@@ -3033,29 +3127,33 @@
|
|
3033
3127
|
<description>Huawei Echolife / Home Gateway (and possibly other) devices with UPnP</description>
|
3034
3128
|
<example>Linux UPnP/1.0 Huawei-ATP-IGD</example>
|
3035
3129
|
<param pos="0" name="hw.vendor" value="Huawei"/>
|
3036
|
-
<param pos="0" name="hw.device" value="Broadband
|
3130
|
+
<param pos="0" name="hw.device" value="Broadband Router"/>
|
3037
3131
|
</fingerprint>
|
3038
3132
|
|
3039
|
-
<fingerprint pattern="(?i)^OpenWRT/kamikaze UPnP/\S+ MiniUPnPd/(\
|
3133
|
+
<fingerprint pattern="(?i)^OpenWRT/kamikaze UPnP/\S+ MiniUPnPd/([\d.]+)$">
|
3040
3134
|
<description>OpenWRT Kamikaze WAP UPnP Server</description>
|
3041
|
-
<example>OpenWRT/kamikaze UPnP/1.0 MiniUPnPd/1.5</example>
|
3042
|
-
<
|
3043
|
-
<example>OpenWRT/kamikaze UPnP/1.0 MiniUPnPd/1.4</example>
|
3135
|
+
<example service.version="1.5">OpenWRT/kamikaze UPnP/1.0 MiniUPnPd/1.5</example>
|
3136
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3044
3137
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3045
3138
|
<param pos="1" name="service.version"/>
|
3139
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3046
3140
|
<param pos="0" name="os.vendor" value="Linux"/>
|
3047
3141
|
<param pos="0" name="os.family" value="OpenWRT"/>
|
3048
3142
|
<param pos="0" name="os.product" value="Kamikaze"/>
|
3049
3143
|
<param pos="0" name="os.device" value="WAP"/>
|
3050
3144
|
</fingerprint>
|
3051
3145
|
|
3052
|
-
<fingerprint pattern="(?i)^Netgear/\S+ UPnP/\S+ miniupnpd/(\
|
3146
|
+
<fingerprint pattern="(?i)^Netgear/\S+ UPnP/\S+ miniupnpd/([\d.]+)$">
|
3053
3147
|
<description>Netgear DG834G or WNDR3300 WAP UPnP Server</description>
|
3054
|
-
<example>Netgear/1.0 UPnP/1.0 miniupnpd/1.0</example>
|
3148
|
+
<example service.version="1.0">Netgear/1.0 UPnP/1.0 miniupnpd/1.0</example>
|
3149
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3055
3150
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3056
3151
|
<param pos="1" name="service.version"/>
|
3152
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3057
3153
|
<param pos="0" name="os.vendor" value="Netgear"/>
|
3058
3154
|
<param pos="0" name="os.device" value="WAP"/>
|
3155
|
+
<param pos="0" name="hw.vendor" value="Netgear"/>
|
3156
|
+
<param pos="0" name="hw.device" value="WAP"/>
|
3059
3157
|
</fingerprint>
|
3060
3158
|
|
3061
3159
|
<fingerprint pattern="^[^/]+/(\S+) DLNADOC/\S+ UPnP/\S+ MiniDLNA/(\S+)$">
|
@@ -3075,8 +3173,10 @@
|
|
3075
3173
|
<description>miniupnpd on a Debian variant</description>
|
3076
3174
|
<example os.version="wheezy/sid" service.version="1.8">Debian/wheezy/sid UPnP/1.1 MiniUPnPd/1.8</example>
|
3077
3175
|
<example os.version="4.0" service.version="1.0">Debian/4.0 UPnP/1.0 miniupnpd/1.0</example>
|
3176
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3078
3177
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3079
3178
|
<param pos="2" name="service.version"/>
|
3179
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3080
3180
|
<param pos="0" name="os.vendor" value="Debian"/>
|
3081
3181
|
<param pos="0" name="os.product" value="Linux"/>
|
3082
3182
|
<param pos="0" name="os.certainty" value="0.5"/>
|
@@ -3089,8 +3189,10 @@
|
|
3089
3189
|
<example os.version="10" service.version="1.4">Fedora/10 UPnP/1.0 MiniUPnPd/1.4</example>
|
3090
3190
|
<example os.version="8" service.version="1.0">Fedora/8 UPnP/1.0 miniupnpd/1.0</example>
|
3091
3191
|
<example os.version="6" service.version="1.0">FedoraCore/6 UPnP/1.0 miniupnpd/1.0</example>
|
3192
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3092
3193
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3093
3194
|
<param pos="2" name="service.version"/>
|
3195
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3094
3196
|
<param pos="0" name="os.family" value="Linux"/>
|
3095
3197
|
<param pos="0" name="os.vendor" value="Red Hat"/>
|
3096
3198
|
<param pos="0" name="os.product" value="Fedora Core Linux"/>
|
@@ -3104,8 +3206,10 @@
|
|
3104
3206
|
<example os.version="10.10" service.version="1.0">Ubuntu/10.10 UPnP/1.0 miniupnpd/1.0</example>
|
3105
3207
|
<example os.version="7.10" service.version="1.0">Ubuntu/7.10 UPnP/1.0 miniupnpd/1.0</example>
|
3106
3208
|
<example os.version="9.04" service.version="1.0">Ubuntu/9.04 UPnP/1.0 miniupnpd/1.0</example>
|
3209
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3107
3210
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3108
3211
|
<param pos="2" name="service.version"/>
|
3212
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3109
3213
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3110
3214
|
<param pos="0" name="os.product" value="Linux"/>
|
3111
3215
|
<param pos="1" name="os.version"/>
|
@@ -3115,8 +3219,10 @@
|
|
3115
3219
|
<fingerprint pattern="(?i)^Ubuntu\/bionic UPnP/\S+ MiniUPnPd/(\S+)$">
|
3116
3220
|
<description>miniupnpd on an Ubuntu bionic/18.04</description>
|
3117
3221
|
<example os.version="18.04" service.version="1.4">Ubuntu/bionic UPnP/1.0 MiniUPnPd/1.4</example>
|
3222
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3118
3223
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3119
3224
|
<param pos="1" name="service.version"/>
|
3225
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3120
3226
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3121
3227
|
<param pos="0" name="os.product" value="Linux"/>
|
3122
3228
|
<param pos="0" name="os.version" value="18.04"/>
|
@@ -3126,8 +3232,10 @@
|
|
3126
3232
|
<fingerprint pattern="(?i)^Ubuntu\/yakkety UPnP/\S+ MiniUPnPd/(\S+)$">
|
3127
3233
|
<description>miniupnpd on an Ubuntu yakkety/16.10</description>
|
3128
3234
|
<example os.version="16.10" service.version="1.4">Ubuntu/yakkety UPnP/1.0 MiniUPnPd/1.4</example>
|
3235
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3129
3236
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3130
3237
|
<param pos="1" name="service.version"/>
|
3238
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3131
3239
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3132
3240
|
<param pos="0" name="os.product" value="Linux"/>
|
3133
3241
|
<param pos="0" name="os.version" value="16.10"/>
|
@@ -3137,8 +3245,10 @@
|
|
3137
3245
|
<fingerprint pattern="(?i)^Ubuntu\/xenial UPnP/\S+ MiniUPnPd/(\S+)$">
|
3138
3246
|
<description>miniupnpd on an Ubuntu xenial/16.04</description>
|
3139
3247
|
<example os.version="16.04" service.version="1.4">Ubuntu/xenial UPnP/1.0 MiniUPnPd/1.4</example>
|
3248
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3140
3249
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3141
3250
|
<param pos="1" name="service.version"/>
|
3251
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3142
3252
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3143
3253
|
<param pos="0" name="os.product" value="Linux"/>
|
3144
3254
|
<param pos="0" name="os.version" value="16.04"/>
|
@@ -3148,8 +3258,10 @@
|
|
3148
3258
|
<fingerprint pattern="(?i)^Ubuntu\/utopic UPnP/\S+ MiniUPnPd/(\S+)$">
|
3149
3259
|
<description>miniupnpd on an Ubuntu utopic/14.10</description>
|
3150
3260
|
<example os.version="14.10" service.version="1.4">Ubuntu/utopic UPnP/1.0 MiniUPnPd/1.4</example>
|
3261
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3151
3262
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3152
3263
|
<param pos="1" name="service.version"/>
|
3264
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3153
3265
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3154
3266
|
<param pos="0" name="os.product" value="Linux"/>
|
3155
3267
|
<param pos="0" name="os.version" value="14.10"/>
|
@@ -3159,8 +3271,10 @@
|
|
3159
3271
|
<fingerprint pattern="(?i)^Ubuntu\/trusty UPnP/\S+ MiniUPnPd/(\S+)$">
|
3160
3272
|
<description>miniupnpd on an Ubuntu trusty/14.04</description>
|
3161
3273
|
<example os.version="14.04" service.version="1.4">Ubuntu/trusty UPnP/1.0 MiniUPnPd/1.4</example>
|
3274
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3162
3275
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3163
3276
|
<param pos="1" name="service.version"/>
|
3277
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3164
3278
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3165
3279
|
<param pos="0" name="os.product" value="Linux"/>
|
3166
3280
|
<param pos="0" name="os.version" value="14.04"/>
|
@@ -3170,8 +3284,10 @@
|
|
3170
3284
|
<fingerprint pattern="(?i)^Ubuntu\/saucy UPnP/\S+ MiniUPnPd/(\S+)$">
|
3171
3285
|
<description>miniupnpd on an Ubuntu saucy/13.10</description>
|
3172
3286
|
<example os.version="13.10" service.version="1.4">Ubuntu/saucy UPnP/1.0 MiniUPnPd/1.4</example>
|
3287
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3173
3288
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3174
3289
|
<param pos="1" name="service.version"/>
|
3290
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3175
3291
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3176
3292
|
<param pos="0" name="os.product" value="Linux"/>
|
3177
3293
|
<param pos="0" name="os.version" value="13.10"/>
|
@@ -3181,8 +3297,10 @@
|
|
3181
3297
|
<fingerprint pattern="(?i)^Ubuntu\/raring UPnP/\S+ MiniUPnPd/(\S+)$">
|
3182
3298
|
<description>miniupnpd on an Ubuntu raring/13.04</description>
|
3183
3299
|
<example os.version="13.04" service.version="1.4">Ubuntu/raring UPnP/1.0 MiniUPnPd/1.4</example>
|
3300
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3184
3301
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3185
3302
|
<param pos="1" name="service.version"/>
|
3303
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3186
3304
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3187
3305
|
<param pos="0" name="os.product" value="Linux"/>
|
3188
3306
|
<param pos="0" name="os.version" value="13.04"/>
|
@@ -3192,8 +3310,10 @@
|
|
3192
3310
|
<fingerprint pattern="(?i)^Ubuntu\/quantal UPnP/\S+ MiniUPnPd/(\S+)$">
|
3193
3311
|
<description>miniupnpd on an Ubuntu quantal/12.10</description>
|
3194
3312
|
<example os.version="12.10" service.version="1.4">Ubuntu/quantal UPnP/1.0 MiniUPnPd/1.4</example>
|
3313
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3195
3314
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3196
3315
|
<param pos="1" name="service.version"/>
|
3316
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3197
3317
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3198
3318
|
<param pos="0" name="os.product" value="Linux"/>
|
3199
3319
|
<param pos="0" name="os.version" value="12.10"/>
|
@@ -3203,8 +3323,10 @@
|
|
3203
3323
|
<fingerprint pattern="(?i)^Ubuntu\/precise UPnP/\S+ MiniUPnPd/(\S+)$">
|
3204
3324
|
<description>miniupnpd on an Ubuntu precise/12.04</description>
|
3205
3325
|
<example os.version="12.04" service.version="1.4">Ubuntu/precise UPnP/1.0 MiniUPnPd/1.4</example>
|
3326
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3206
3327
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3207
3328
|
<param pos="1" name="service.version"/>
|
3329
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3208
3330
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3209
3331
|
<param pos="0" name="os.product" value="Linux"/>
|
3210
3332
|
<param pos="0" name="os.version" value="12.04"/>
|
@@ -3214,8 +3336,10 @@
|
|
3214
3336
|
<fingerprint pattern="(?i)^Ubuntu\/oneiric UPnP/\S+ MiniUPnPd/(\S+)$">
|
3215
3337
|
<description>miniupnpd on an Ubuntu oneiric/11.10</description>
|
3216
3338
|
<example os.version="11.10" service.version="1.4">Ubuntu/oneiric UPnP/1.0 MiniUPnPd/1.4</example>
|
3339
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3217
3340
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3218
3341
|
<param pos="1" name="service.version"/>
|
3342
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3219
3343
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3220
3344
|
<param pos="0" name="os.product" value="Linux"/>
|
3221
3345
|
<param pos="0" name="os.version" value="11.10"/>
|
@@ -3225,8 +3349,10 @@
|
|
3225
3349
|
<fingerprint pattern="(?i)^Ubuntu\/natty UPnP/\S+ MiniUPnPd/(\S+)$">
|
3226
3350
|
<description>miniupnpd on an Ubuntu natty/11.04</description>
|
3227
3351
|
<example os.version="11.04" service.version="1.4">Ubuntu/natty UPnP/1.0 MiniUPnPd/1.4</example>
|
3352
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3228
3353
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3229
3354
|
<param pos="1" name="service.version"/>
|
3355
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3230
3356
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3231
3357
|
<param pos="0" name="os.product" value="Linux"/>
|
3232
3358
|
<param pos="0" name="os.version" value="11.04"/>
|
@@ -3236,8 +3362,10 @@
|
|
3236
3362
|
<fingerprint pattern="(?i)^Ubuntu\/maverick UPnP/\S+ MiniUPnPd/(\S+)$">
|
3237
3363
|
<description>miniupnpd on an Ubuntu maverick/10.10</description>
|
3238
3364
|
<example os.version="10.10" service.version="1.4">Ubuntu/maverick UPnP/1.0 MiniUPnPd/1.4</example>
|
3365
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3239
3366
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3240
3367
|
<param pos="1" name="service.version"/>
|
3368
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3241
3369
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3242
3370
|
<param pos="0" name="os.product" value="Linux"/>
|
3243
3371
|
<param pos="0" name="os.version" value="10.10"/>
|
@@ -3247,8 +3375,10 @@
|
|
3247
3375
|
<fingerprint pattern="(?i)^Ubuntu\/lucid UPnP/\S+ MiniUPnPd/(\S+)$">
|
3248
3376
|
<description>miniupnpd on an Ubuntu lucid/10.04</description>
|
3249
3377
|
<example os.version="10.04" service.version="1.4">Ubuntu/lucid UPnP/1.0 MiniUPnPd/1.4</example>
|
3378
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3250
3379
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3251
3380
|
<param pos="1" name="service.version"/>
|
3381
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3252
3382
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3253
3383
|
<param pos="0" name="os.product" value="Linux"/>
|
3254
3384
|
<param pos="0" name="os.version" value="10.04"/>
|
@@ -3258,8 +3388,10 @@
|
|
3258
3388
|
<fingerprint pattern="(?i)^Ubuntu\/karmic UPnP/\S+ MiniUPnPd/(\S+)$">
|
3259
3389
|
<description>miniupnpd on an Ubuntu karmic/9.10</description>
|
3260
3390
|
<example os.version="9.10" service.version="1.4">Ubuntu/karmic UPnP/1.0 MiniUPnPd/1.4</example>
|
3391
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3261
3392
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3262
3393
|
<param pos="1" name="service.version"/>
|
3394
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3263
3395
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3264
3396
|
<param pos="0" name="os.product" value="Linux"/>
|
3265
3397
|
<param pos="0" name="os.version" value="9.10"/>
|
@@ -3269,8 +3401,10 @@
|
|
3269
3401
|
<fingerprint pattern="(?i)^Ubuntu\/jaunty UPnP/\S+ MiniUPnPd/(\S+)$">
|
3270
3402
|
<description>miniupnpd on an Ubuntu jaunty/9.04</description>
|
3271
3403
|
<example os.version="9.04" service.version="1.4">Ubuntu/jaunty UPnP/1.0 MiniUPnPd/1.4</example>
|
3404
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3272
3405
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3273
3406
|
<param pos="1" name="service.version"/>
|
3407
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3274
3408
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3275
3409
|
<param pos="0" name="os.product" value="Linux"/>
|
3276
3410
|
<param pos="0" name="os.version" value="9.04"/>
|
@@ -3280,8 +3414,10 @@
|
|
3280
3414
|
<fingerprint pattern="(?i)^Ubuntu\/hardy UPnP/\S+ MiniUPnPd/(\S+)$">
|
3281
3415
|
<description>miniupnpd on an Ubuntu hardy/8.04</description>
|
3282
3416
|
<example os.version="8.04" service.version="1.4">Ubuntu/hardy UPnP/1.0 MiniUPnPd/1.4</example>
|
3417
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3283
3418
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3284
3419
|
<param pos="1" name="service.version"/>
|
3420
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3285
3421
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
3286
3422
|
<param pos="0" name="os.product" value="Linux"/>
|
3287
3423
|
<param pos="0" name="os.version" value="8.04"/>
|
@@ -3291,8 +3427,10 @@
|
|
3291
3427
|
<fingerprint pattern="(?i)^Linux Mips (\S+) UPnP/\S+ MiniUPnPd/(\S+)$">
|
3292
3428
|
<description>Linux MIPS UPnP Server</description>
|
3293
3429
|
<example>Linux Mips 2.4.20 UPnP/1.0 MiniUPnPd/1.2</example>
|
3430
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3294
3431
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3295
3432
|
<param pos="2" name="service.version"/>
|
3433
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3296
3434
|
<param pos="0" name="os.vendor" value="Linux"/>
|
3297
3435
|
<param pos="0" name="os.product" value="Linux"/>
|
3298
3436
|
<param pos="1" name="os.version"/>
|
@@ -3306,8 +3444,10 @@
|
|
3306
3444
|
<param pos="0" name="os.product" value="SmoothWall"/>
|
3307
3445
|
<param pos="1" name="os.version"/>
|
3308
3446
|
<param pos="0" name="os.cpe23" value="cpe:/o:smoothwall:smoothwall:{os.version}"/>
|
3447
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3309
3448
|
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3310
3449
|
<param pos="2" name="service.version"/>
|
3450
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3311
3451
|
</fingerprint>
|
3312
3452
|
|
3313
3453
|
<fingerprint pattern="^(\S+) \d+/Service Pack \d+, UPnP/[\d\.]+, TVersity Media Server$">
|
@@ -3370,25 +3510,13 @@
|
|
3370
3510
|
|
3371
3511
|
<fingerprint pattern="^Windows_7-x86-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
3372
3512
|
<description>PlayStation3 Media Server UPnP Server - Windows 7 x86</description>
|
3373
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.20</example>
|
3513
|
+
<example service.version="1.20">Windows_7-x86-6.1, UPnP/1.0, PMS/1.20</example>
|
3374
3514
|
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.22.0</example>
|
3375
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.25.1</example>
|
3376
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.51.0</example>
|
3377
3515
|
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.20.412</example>
|
3378
3516
|
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.71.0</example>
|
3379
3517
|
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.20.409</example>
|
3380
3518
|
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.72.0</example>
|
3381
3519
|
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.10.51</example>
|
3382
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.40.0</example>
|
3383
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.53.0</example>
|
3384
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.52.0</example>
|
3385
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.50.1</example>
|
3386
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.30.1</example>
|
3387
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.50.0</example>
|
3388
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.54.0</example>
|
3389
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.52.1</example>
|
3390
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.60.0</example>
|
3391
|
-
<example>Windows_7-x86-6.1, UPnP/1.0, PMS/1.70.1</example>
|
3392
3520
|
<param pos="0" name="service.vendor" value="Sony"/>
|
3393
3521
|
<param pos="0" name="service.product" value="PMS"/>
|
3394
3522
|
<param pos="2" name="service.version"/>
|
@@ -3494,10 +3622,59 @@
|
|
3494
3622
|
<param pos="0" name="os.device" value="Router"/>
|
3495
3623
|
</fingerprint>
|
3496
3624
|
|
3497
|
-
<fingerprint pattern="
|
3625
|
+
<fingerprint pattern="Linux, WEBACCESS/1.0, (DIR-\d+\w*) Ver (\S+)$">
|
3626
|
+
<description>D-Link DIR-XXX Router - WEBACCESS variant</description>
|
3627
|
+
<example hw.product="DIR-850L">Linux, WEBACCESS/1.0, DIR-850L Ver 1.09</example>
|
3628
|
+
<example os.version="1.14WW">Linux, WEBACCESS/1.0, DIR-850L Ver 1.14WW</example>
|
3629
|
+
<example os.version="1.04">Linux, WEBACCESS/1.0, DIR-645 Ver 1.04</example>
|
3630
|
+
<param pos="0" name="hw.vendor" value="D-Link"/>
|
3631
|
+
<param pos="1" name="hw.product"/>
|
3632
|
+
<param pos="0" name="hw.device" value="Router"/>
|
3633
|
+
<param pos="0" name="os.vendor" value="D-Link"/>
|
3634
|
+
<param pos="2" name="os.version"/>
|
3635
|
+
<param pos="0" name="os.device" value="Router"/>
|
3636
|
+
</fingerprint>
|
3637
|
+
|
3638
|
+
<fingerprint pattern="Linux, HTTP/1.1, (DIR-\d+\w*) Ver (\S+)$">
|
3639
|
+
<description>D-Link DIR-XXX Router - HTTP variant</description>
|
3640
|
+
<example hw.product="DIR-815" os.version="1.04">Linux, HTTP/1.1, DIR-815 Ver 1.04</example>
|
3641
|
+
<param pos="0" name="hw.vendor" value="D-Link"/>
|
3642
|
+
<param pos="1" name="hw.product"/>
|
3643
|
+
<param pos="0" name="hw.device" value="Router"/>
|
3644
|
+
<param pos="0" name="os.vendor" value="D-Link"/>
|
3645
|
+
<param pos="2" name="os.version"/>
|
3646
|
+
<param pos="0" name="os.device" value="Router"/>
|
3647
|
+
</fingerprint>
|
3648
|
+
|
3649
|
+
<fingerprint pattern="Linux, WEBACCESS/1.0, (DSL-\d+\w*) Ver (\S+)$">
|
3650
|
+
<description>D-Link DSL-XXX Router - WEBACCESS variant</description>
|
3651
|
+
<example hw.product="DSL-2890AL" os.version="AU_1.02.10">Linux, WEBACCESS/1.0, DSL-2890AL Ver AU_1.02.10</example>
|
3652
|
+
<example hw.product="DSL-2890AL" os.version="1.01">Linux, WEBACCESS/1.0, DSL-2890AL Ver 1.01</example>
|
3653
|
+
<param pos="0" name="hw.vendor" value="D-Link"/>
|
3654
|
+
<param pos="1" name="hw.product"/>
|
3655
|
+
<param pos="0" name="hw.device" value="Router"/>
|
3656
|
+
<param pos="0" name="os.vendor" value="D-Link"/>
|
3657
|
+
<param pos="2" name="os.version"/>
|
3658
|
+
<param pos="0" name="os.device" value="Router"/>
|
3659
|
+
</fingerprint>
|
3660
|
+
|
3661
|
+
<fingerprint pattern="^TBS/R2 UPnP/[\d\.]+ MiniUPnPd/([\d\.]+)$">
|
3498
3662
|
<description>D-Link generic</description>
|
3499
|
-
<example>TBS/R2 UPnP/1.0 MiniUPnPd/1.2</example>
|
3663
|
+
<example service.version="1.2">TBS/R2 UPnP/1.0 MiniUPnPd/1.2</example>
|
3500
3664
|
<param pos="0" name="hw.vendor" value="D-Link"/>
|
3665
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3666
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3667
|
+
<param pos="1" name="service.version"/>
|
3668
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3669
|
+
</fingerprint>
|
3670
|
+
|
3671
|
+
<fingerprint pattern="^alphapd/(\d\.[\d.]+)$">
|
3672
|
+
<description>D-Link alphapd - likely DCS series cameras</description>
|
3673
|
+
<example service.version="2.1.8">alphapd/2.1.8</example>
|
3674
|
+
<param pos="0" name="hw.vendor" value="D-Link"/>
|
3675
|
+
<param pos="0" name="service.vendor" value="D-Link"/>
|
3676
|
+
<param pos="0" name="service.product" value="alphapd"/>
|
3677
|
+
<param pos="1" name="service.version"/>
|
3501
3678
|
</fingerprint>
|
3502
3679
|
|
3503
3680
|
<fingerprint pattern="^ipos/([\d\.]+) UPnP/[\d\.]+ (TL-\w+)/(\S+)$">
|
@@ -3537,7 +3714,7 @@
|
|
3537
3714
|
<description>Steinsvik Orbit IP Camera (Truen TCAM Rebrand)</description>
|
3538
3715
|
<example>Linux/2.6.28.9-Mozart-8G, UPnP/1.0, Portable SDK for UPnP devices/1.6.6</example>
|
3539
3716
|
<param pos="0" name="hw.vendor" value="Steinsvik"/>
|
3540
|
-
<param pos="0" name="hw.device" value="
|
3717
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
3541
3718
|
<param pos="0" name="hw.product" value="Orbit IP Camera"/>
|
3542
3719
|
<param pos="0" name="os.vendor" value="Steinsvik"/>
|
3543
3720
|
<param pos="0" name="os.family" value="Linux"/>
|
@@ -3567,9 +3744,9 @@
|
|
3567
3744
|
<description>Axis Network Camera</description>
|
3568
3745
|
<example>Linux/4.9.94-axis5, UPnP/1.0, Portable SDK for UPnP devices/1.6.22</example>
|
3569
3746
|
<param pos="0" name="hw.vendor" value="AXIS"/>
|
3570
|
-
<param pos="0" name="hw.device" value="
|
3747
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
3571
3748
|
<param pos="0" name="os.vendor" value="AXIS"/>
|
3572
|
-
<param pos="0" name="os.device" value="
|
3749
|
+
<param pos="0" name="os.device" value="IP Camera"/>
|
3573
3750
|
<param pos="0" name="os.family" value="Linux"/>
|
3574
3751
|
<param pos="0" name="os.product" value="Linux"/>
|
3575
3752
|
<param pos="1" name="os.version"/>
|
@@ -3684,12 +3861,16 @@
|
|
3684
3861
|
<param pos="1" name="hw.version"/>
|
3685
3862
|
</fingerprint>
|
3686
3863
|
|
3687
|
-
<fingerprint pattern="^Roku UPnP/\S+ MiniUPnPd
|
3864
|
+
<fingerprint pattern="^Roku UPnP/\S+ MiniUPnPd/([\d\.]+)$">
|
3688
3865
|
<description>Roku without a version</description>
|
3689
|
-
<example>Roku UPnP/1.0 MiniUPnPd/1.4</example>
|
3866
|
+
<example service.version="1.4">Roku UPnP/1.0 MiniUPnPd/1.4</example>
|
3690
3867
|
<param pos="0" name="hw.vendor" value="Roku"/>
|
3691
3868
|
<param pos="0" name="hw.product" value="Roku"/>
|
3692
3869
|
<param pos="0" name="hw.device" value="Media Server"/>
|
3870
|
+
<param pos="0" name="service.vendor" value="MiniUPnP Project"/>
|
3871
|
+
<param pos="0" name="service.product" value="MiniUPnP"/>
|
3872
|
+
<param pos="1" name="service.version"/>
|
3873
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:miniupnp_project:miniupnp:{service.version}"/>
|
3693
3874
|
</fingerprint>
|
3694
3875
|
|
3695
3876
|
<fingerprint pattern="^UPnP/\S+, DLNADOC/\S+, Platinum/(\S+)$">
|
@@ -3812,7 +3993,7 @@
|
|
3812
3993
|
<description>ANNKE IP Camera</description>
|
3813
3994
|
<example>MWS 0.01</example>
|
3814
3995
|
<param pos="0" name="hw.vendor" value="ANNKE"/>
|
3815
|
-
<param pos="0" name="hw.device" value="
|
3996
|
+
<param pos="0" name="hw.device" value="IP Camera"/>
|
3816
3997
|
<param pos="0" name="hw.product" value="IP Camera"/>
|
3817
3998
|
</fingerprint>
|
3818
3999
|
|
@@ -3902,12 +4083,12 @@
|
|
3902
4083
|
<example>Xfinity Broadband Router Server</example>
|
3903
4084
|
<param pos="0" name="hw.vendor" value="Comcast"/>
|
3904
4085
|
<param pos="0" name="hw.product" value="Xfinity Broadband Router"/>
|
3905
|
-
<param pos="0" name="hw.device" value="Broadband
|
4086
|
+
<param pos="0" name="hw.device" value="Broadband Router"/>
|
3906
4087
|
</fingerprint>
|
3907
4088
|
|
3908
4089
|
<fingerprint pattern="^IX Series IX21\d\d \(magellan-sec\) Software, Version ([^, ]+), (?:MAINTENANCE )?RELEASE SOFTWARE$">
|
3909
4090
|
<description>NEC Univerge Router - enterprise class with VPN, UTM, etc</description>
|
3910
|
-
<example>IX Series IX2106 (magellan-sec) Software, Version 10.2.20, RELEASE SOFTWARE</example>
|
4091
|
+
<example hw.version="10.2.20">IX Series IX2106 (magellan-sec) Software, Version 10.2.20, RELEASE SOFTWARE</example>
|
3911
4092
|
<example>IX Series IX2105 (magellan-sec) Software, Version 9.6.12A, MAINTENANCE RELEASE SOFTWARE</example>
|
3912
4093
|
<param pos="0" name="hw.vendor" value="NEC"/>
|
3913
4094
|
<param pos="0" name="hw.product" value="Univerge"/>
|
@@ -3916,4 +4097,92 @@
|
|
3916
4097
|
<param pos="0" name="hw.cpe23" value="cpe:/h:nec:univerge:{hw.version}"/>
|
3917
4098
|
</fingerprint>
|
3918
4099
|
|
4100
|
+
<fingerprint pattern="^Caddy$">
|
4101
|
+
<description>CaddyServer Caddy - golang based httpd</description>
|
4102
|
+
<example>Caddy</example>
|
4103
|
+
<param pos="0" name="service.vendor" value="CaddyServer"/>
|
4104
|
+
<param pos="0" name="service.product" value="Caddy"/>
|
4105
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:caddyserver:caddy:-"/>
|
4106
|
+
</fingerprint>
|
4107
|
+
|
4108
|
+
<fingerprint pattern="^MoxaHttp/(\d\.\d)$">
|
4109
|
+
<description>Moxa devices - service used on multiple families of devices</description>
|
4110
|
+
<example service.version="2.3">MoxaHttp/2.3</example>
|
4111
|
+
<example>MoxaHttp/2.2</example>
|
4112
|
+
<example>MoxaHttp/1.0</example>
|
4113
|
+
<param pos="0" name="service.vendor" value="Moxa"/>
|
4114
|
+
<param pos="0" name="service.product" value="httpd"/>
|
4115
|
+
<param pos="1" name="service.version"/>
|
4116
|
+
<param pos="0" name="hw.vendor" value="Moxa"/>
|
4117
|
+
<param pos="0" name="os.vendor" value="Moxa"/>
|
4118
|
+
</fingerprint>
|
4119
|
+
|
4120
|
+
<fingerprint pattern="^proxygen-bolt$">
|
4121
|
+
<description>Facebook Proxygen httpd software</description>
|
4122
|
+
<example>proxygen-bolt</example>
|
4123
|
+
<param pos="0" name="service.vendor" value="Facebook"/>
|
4124
|
+
<param pos="0" name="service.product" value="Proxygen"/>
|
4125
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:facebook:proxygen:-"/>
|
4126
|
+
</fingerprint>
|
4127
|
+
|
4128
|
+
<fingerprint pattern="^Kerio Connect ([\d.]+)(?: patch (\d))?$">
|
4129
|
+
<description>GFI Kerio Connect</description>
|
4130
|
+
<example service.version="8.2.2">Kerio Connect 8.2.2</example>
|
4131
|
+
<example service.version="9.2.12" service.version.version="1">Kerio Connect 9.2.12 patch 1</example>
|
4132
|
+
<param pos="0" name="service.vendor" value="GFI"/>
|
4133
|
+
<param pos="0" name="service.product" value="Kerio Connect"/>
|
4134
|
+
<param pos="1" name="service.version"/>
|
4135
|
+
<param pos="2" name="service.version.version"/>
|
4136
|
+
</fingerprint>
|
4137
|
+
|
4138
|
+
<fingerprint pattern="^Kerio Control Embedded Web Server$">
|
4139
|
+
<description>GFI Kerio Control - embedded web server</description>
|
4140
|
+
<example>Kerio Control Embedded Web Server</example>
|
4141
|
+
<param pos="0" name="service.vendor" value="GFI"/>
|
4142
|
+
<param pos="0" name="service.product" value="Kerio Control"/>
|
4143
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:gfi:kerio_control:-"/>
|
4144
|
+
</fingerprint>
|
4145
|
+
|
4146
|
+
<fingerprint pattern="^Mongoose/([\d.]+)$">
|
4147
|
+
<description>Cesanta Mongoose embedded web server / networking library</description>
|
4148
|
+
<example service.version="6.7.1">Mongoose/6.7.1</example>
|
4149
|
+
<param pos="0" name="service.vendor" value="Cesanta"/>
|
4150
|
+
<param pos="0" name="service.product" value="Mongoose"/>
|
4151
|
+
<param pos="1" name="service.version"/>
|
4152
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:cesanta:mongoose:{service.version}"/>
|
4153
|
+
</fingerprint>
|
4154
|
+
|
4155
|
+
<fingerprint pattern="^kangle/([\d.]+)$">
|
4156
|
+
<description>Bangteng Kangle web server</description>
|
4157
|
+
<example service.version="3.5.21.9">kangle/3.5.21.9</example>
|
4158
|
+
<param pos="0" name="service.vendor" value="Bangteng"/>
|
4159
|
+
<param pos="0" name="service.product" value="Kangle"/>
|
4160
|
+
<param pos="1" name="service.version"/>
|
4161
|
+
</fingerprint>
|
4162
|
+
|
4163
|
+
<fingerprint pattern="^Werkzeug/([\d.]+) Python/([\d.]+)$">
|
4164
|
+
<description>PalletsProjects Werkzeug web server</description>
|
4165
|
+
<example service.version="0.14.1" python.version="3.6.9">Werkzeug/0.14.1 Python/3.6.9</example>
|
4166
|
+
<param pos="0" name="service.vendor" value="PalletsProjects"/>
|
4167
|
+
<param pos="0" name="service.product" value="Werkzeug"/>
|
4168
|
+
<param pos="1" name="service.version"/>
|
4169
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:palletsprojects:werkzeug:{service.version}"/>
|
4170
|
+
<param pos="2" name="python.version"/>
|
4171
|
+
</fingerprint>
|
4172
|
+
|
4173
|
+
<!-- This is a version of ACME mini_httpd where the value 'mini_httpd' has been
|
4174
|
+
replaced with a UUID in the Server header AND body of the response. It
|
4175
|
+
is likely vendor or product specific.
|
4176
|
+
-->
|
4177
|
+
|
4178
|
+
<fingerprint pattern="^[a-f\d]{7,8}-[a-f\d]{3,4}-[a-f\d]{3,4}-[a-f\d]{3,4}-[a-f\d]{10,12}$">
|
4179
|
+
<description>ACME mini_httpd with randomized Server header</description>
|
4180
|
+
<example>a74b7cd4-4a4e-4115-7a48-1c7ebb4ae45b</example>
|
4181
|
+
<example>f09f73f0-cac6-422-3660-32ac658c5ae7</example>
|
4182
|
+
<example>f24ddd9c-e2a6-23c-ec95-4563173bbe</example>
|
4183
|
+
<param pos="0" name="service.vendor" value="ACME"/>
|
4184
|
+
<param pos="0" name="service.product" value="mini_httpd"/>
|
4185
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:acme:mini_httpd:-"/>
|
4186
|
+
</fingerprint>
|
4187
|
+
|
3919
4188
|
</fingerprints>
|