recog 2.1.20 → 2.1.21
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/lib/recog/version.rb +1 -1
- data/remap.json +131 -0
- data/spec/lib/fingerprint_self_test_spec.rb +16 -1
- data/update_cpes.py +202 -0
- data/xml/apache_os.xml +29 -5
- data/xml/architecture.xml +3 -3
- data/xml/dns_versionbind.xml +56 -10
- data/xml/ftp_banners.xml +56 -12
- data/xml/h323_callresp.xml +4 -4
- data/xml/hp_pjl_id.xml +8 -8
- data/xml/http_cookies.xml +20 -8
- data/xml/http_servers.xml +122 -8
- data/xml/http_wwwauth.xml +13 -3
- data/xml/imap_banners.xml +19 -1
- data/xml/ldap_searchresult.xml +44 -68
- data/xml/mdns_device-info_txt.xml +18 -7
- data/xml/mdns_workstation_txt.xml +7 -7
- data/xml/mysql_banners.xml +159 -13
- data/xml/mysql_error.xml +124 -21
- data/xml/nntp_banners.xml +10 -4
- data/xml/ntp_banners.xml +144 -84
- data/xml/operating_system.xml +39 -10
- data/xml/pop_banners.xml +32 -12
- data/xml/rsh_resp.xml +8 -3
- data/xml/sip_banners.xml +4 -3
- data/xml/sip_user_agents.xml +4 -3
- data/xml/smb_native_lm.xml +9 -4
- data/xml/smb_native_os.xml +50 -25
- data/xml/smtp_banners.xml +108 -33
- data/xml/smtp_debug.xml +11 -8
- data/xml/smtp_ehlo.xml +14 -11
- data/xml/smtp_expn.xml +17 -11
- data/xml/smtp_help.xml +17 -11
- data/xml/smtp_mailfrom.xml +4 -3
- data/xml/smtp_noop.xml +13 -8
- data/xml/smtp_quit.xml +10 -8
- data/xml/smtp_rcptto.xml +1 -3
- data/xml/smtp_rset.xml +10 -8
- data/xml/smtp_turn.xml +10 -8
- data/xml/smtp_vrfy.xml +18 -11
- data/xml/snmp_sysdescr.xml +157 -451
- data/xml/snmp_sysobjid.xml +57 -4
- data/xml/ssh_banners.xml +104 -5
- data/xml/upnp_banners.xml +16 -1
- data/xml/x11_banners.xml +34 -9
- metadata +4 -2
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="^Linux/(\S+) UPnP/[\d\.]+ miniupnpd/([\d\.]+)$" flags="REG_ICASE">
|
5
5
|
<description>Linux MiniUPnPd UPnP Server</description>
|
6
6
|
<example>Linux/Cross_compiled UPnP/1.0 miniupnpd/1.0</example>
|
@@ -133,6 +133,7 @@
|
|
133
133
|
<param pos="0" name="os.vendor" value="Linux"/>
|
134
134
|
<param pos="0" name="os.product" value="Linux"/>
|
135
135
|
<param pos="1" name="os.version"/>
|
136
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
136
137
|
</fingerprint>
|
137
138
|
<fingerprint pattern="^Debian\/(\S+) UPnP/\S+ MiniUPnPd/(\S+)$" flags="REG_ICASE">
|
138
139
|
<description>miniupnpd on a Debian variant</description>
|
@@ -144,6 +145,7 @@
|
|
144
145
|
<param pos="0" name="os.product" value="Linux"/>
|
145
146
|
<param pos="0" name="os.certainty" value="0.5"/>
|
146
147
|
<param pos="1" name="os.version"/>
|
148
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:{os.version}"/>
|
147
149
|
</fingerprint>
|
148
150
|
<fingerprint pattern="^Fedora(?:Core)?\/(\S+) UPnP/\S+ MiniUPnPd/(\S+)$" flags="REG_ICASE">
|
149
151
|
<description>miniupnpd on a Fedora variant</description>
|
@@ -156,6 +158,7 @@
|
|
156
158
|
<param pos="0" name="os.vendor" value="Red Hat"/>
|
157
159
|
<param pos="0" name="os.product" value="Fedora Core Linux"/>
|
158
160
|
<param pos="1" name="os.version"/>
|
161
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:redhat:fedora_core:{os.version}"/>
|
159
162
|
</fingerprint>
|
160
163
|
<fingerprint pattern="^Ubuntu\/(\S+) UPnP/\S+ MiniUPnPd/(\S+)$" flags="REG_ICASE">
|
161
164
|
<description>miniupnpd on an Ubuntu variant</description>
|
@@ -169,6 +172,7 @@
|
|
169
172
|
<param pos="0" name="os.vendor" value="Ubuntu"/>
|
170
173
|
<param pos="0" name="os.product" value="Linux"/>
|
171
174
|
<param pos="1" name="os.version"/>
|
175
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:{os.version}"/>
|
172
176
|
</fingerprint>
|
173
177
|
<fingerprint pattern="^Linux Mips (\S+) UPnP/\S+ MiniUPnPd/(\S+)$" flags="REG_ICASE">
|
174
178
|
<description>Linux MIPS UPnP Server</description>
|
@@ -178,6 +182,7 @@
|
|
178
182
|
<param pos="0" name="os.vendor" value="Linux"/>
|
179
183
|
<param pos="0" name="os.product" value="Linux"/>
|
180
184
|
<param pos="1" name="os.version"/>
|
185
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
181
186
|
</fingerprint>
|
182
187
|
<fingerprint pattern="^SmoothWall Express/\S+ UPnP/\S+ miniupnpd/(\S+)$" flags="REG_ICASE">
|
183
188
|
<description>Smoothwall Express UPnP Server</description>
|
@@ -269,6 +274,7 @@
|
|
269
274
|
<param pos="0" name="os.vendor" value="Linux"/>
|
270
275
|
<param pos="0" name="os.product" value="Linux"/>
|
271
276
|
<param pos="1" name="os.version"/>
|
277
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
272
278
|
</fingerprint>
|
273
279
|
<fingerprint pattern="^Windows_XP-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
274
280
|
<description>PlayStation3 Media Server UPnP Server</description>
|
@@ -304,6 +310,7 @@
|
|
304
310
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
305
311
|
<param pos="0" name="os.product" value="Windows XP"/>
|
306
312
|
<param pos="1" name="os.version"/>
|
313
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_xp:{os.version}"/>
|
307
314
|
</fingerprint>
|
308
315
|
<fingerprint pattern="^Windows_7-x86-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
309
316
|
<description>PlayStation3 Media Server UPnP Server</description>
|
@@ -332,6 +339,7 @@
|
|
332
339
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
333
340
|
<param pos="0" name="os.product" value="Windows 7"/>
|
334
341
|
<param pos="1" name="os.version"/>
|
342
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_7:{os.version}"/>
|
335
343
|
</fingerprint>
|
336
344
|
<fingerprint pattern="^Windows_7-x86_64-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
337
345
|
<description>PlayStation3 Media Server UPnP Server</description>
|
@@ -341,12 +349,14 @@
|
|
341
349
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
342
350
|
<param pos="0" name="os.product" value="Windows 7"/>
|
343
351
|
<param pos="1" name="os.version"/>
|
352
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_7:{os.version}"/>
|
344
353
|
</fingerprint>
|
345
354
|
<fingerprint pattern="^Microsoft-Windows/6.2 UPnP/(?:\S+) UPnP-Device-Host/(?:\S+)$">
|
346
355
|
<description>Windows 8 or Windows Server 2012 with unknown UPnP components</description>
|
347
356
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
348
357
|
<param pos="0" name="os.product" value="Windows 8"/>
|
349
358
|
<param pos="0" name="os.certainty" value="0.65"/>
|
359
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows_8:-"/>
|
350
360
|
</fingerprint>
|
351
361
|
<fingerprint pattern="^Mac_OS_X-x86_64-(\S+), UPnP/[\d\.]+, PMS/([\d\.]+)$">
|
352
362
|
<description>PlayStation3 Media Server UPnP Server</description>
|
@@ -413,6 +423,7 @@
|
|
413
423
|
<param pos="0" name="os.vendor" value="Apple"/>
|
414
424
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
415
425
|
<param pos="1" name="os.version"/>
|
426
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:{os.version}"/>
|
416
427
|
</fingerprint>
|
417
428
|
<fingerprint pattern="^Linux/(\S+), UPnP/\S+, Free UPnP Entertainment Service/ReadyNAS$">
|
418
429
|
<description>Free UPnP Entertainment Service UPnP Server</description>
|
@@ -421,6 +432,7 @@
|
|
421
432
|
<param pos="0" name="os.vendor" value="Linux"/>
|
422
433
|
<param pos="0" name="os.product" value="Linux"/>
|
423
434
|
<param pos="1" name="os.version"/>
|
435
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
424
436
|
</fingerprint>
|
425
437
|
<fingerprint pattern="^Linux/(\S+), UPnP/\S+, Free UPnP Entertainment Service/$">
|
426
438
|
<description>Free UPnP Entertainment Service UPnP Server</description>
|
@@ -429,6 +441,7 @@
|
|
429
441
|
<param pos="0" name="os.vendor" value="Linux"/>
|
430
442
|
<param pos="0" name="os.product" value="Linux"/>
|
431
443
|
<param pos="1" name="os.version"/>
|
444
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:{os.version}"/>
|
432
445
|
</fingerprint>
|
433
446
|
<fingerprint pattern="^FreeBSD/(\S+), UPnP/\S+, Free UPnP Entertainment Service/$">
|
434
447
|
<description>Free UPnP Entertainment Service UPnP Server</description>
|
@@ -437,6 +450,7 @@
|
|
437
450
|
<param pos="0" name="os.vendor" value="FreeBSD"/>
|
438
451
|
<param pos="0" name="os.product" value="FreeBSD"/>
|
439
452
|
<param pos="1" name="os.version"/>
|
453
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:freebsd:freebsd:{os.version}"/>
|
440
454
|
</fingerprint>
|
441
455
|
<fingerprint pattern="^ipOS/([\d\.]+) UPnP/[\d\.]+ ipUPnP/([\d\.]+)$">
|
442
456
|
<description>D-Link WAP Dynamic DNS UPnP Server</description>
|
@@ -583,6 +597,7 @@
|
|
583
597
|
<param pos="0" name="os.vendor" value="Apple"/>
|
584
598
|
<param pos="0" name="os.product" value="Mac OS X"/>
|
585
599
|
<param pos="1" name="os.version"/>
|
600
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:apple:mac_os_x:{os.version}"/>
|
586
601
|
</fingerprint>
|
587
602
|
<fingerprint pattern="^UPnP/\S+, DLNADOC/\S+, Platinum/(\S+)$">
|
588
603
|
<description>Xbox Media Center UPnP Server</description>
|
data/xml/x11_banners.xml
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!--
|
3
|
-
During X11 connection setup as specified in the X11 protocol
|
4
|
-
(page 111 https://www.x.org/archive/X11R7.5/doc/x11proto/proto.pdf) a
|
5
|
-
success message is sent when a clients request to connect is successful.
|
6
|
-
This success response contains a vendor field which can be used to
|
7
|
-
fingerprint systems with the following fingerprints.
|
8
|
-
-->
|
9
2
|
<fingerprints matches="x11.vendor" protocol="x11">
|
3
|
+
<!--
|
4
|
+
During X11 connection setup as specified in the X11 protocol
|
5
|
+
(page 111 https://www.x.org/archive/X11R7.5/doc/x11proto/proto.pdf) a
|
6
|
+
success message is sent when a clients request to connect is successful.
|
7
|
+
This success response contains a vendor field which can be used to
|
8
|
+
fingerprint systems with the following fingerprints.
|
9
|
+
-->
|
10
10
|
<fingerprint pattern="^AT&T Laboratories Cambridge$">
|
11
11
|
<description>AT&T Laboratories Cambridge</description>
|
12
12
|
<example>AT&T Laboratories Cambridge</example>
|
@@ -19,8 +19,10 @@ fingerprint systems with the following fingerprints.
|
|
19
19
|
<param pos="0" name="os.vendor" value="CentOS"/>
|
20
20
|
<param pos="0" name="service.vendor" value="X.Org"/>
|
21
21
|
<param pos="0" name="service.product" value="X.Org X11"/>
|
22
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:x.org:x11:-"/>
|
22
23
|
<param pos="0" name="os.product" value="Linux"/>
|
23
24
|
<param pos="0" name="os.family" value="Linux"/>
|
25
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:centos:centos:-"/>
|
24
26
|
</fingerprint>
|
25
27
|
<fingerprint pattern="^Colin Harrison$">
|
26
28
|
<description>Colin Harrison</description>
|
@@ -30,6 +32,7 @@ fingerprint systems with the following fingerprints.
|
|
30
32
|
<param pos="0" name="service.product" value="Xming"/>
|
31
33
|
<param pos="0" name="os.product" value="Windows"/>
|
32
34
|
<param pos="0" name="os.family" value="Windows"/>
|
35
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
33
36
|
</fingerprint>
|
34
37
|
<fingerprint pattern="^DECWINDOWS DigitalEquipmentCorporation, eXcursion$">
|
35
38
|
<description>DECWINDOWS DigitalEquipmentCorporation, eXcursion</description>
|
@@ -39,6 +42,7 @@ fingerprint systems with the following fingerprints.
|
|
39
42
|
<param pos="0" name="service.product" value="DEC eXcursion X server"/>
|
40
43
|
<param pos="0" name="os.product" value="Windows"/>
|
41
44
|
<param pos="0" name="os.family" value="Windows"/>
|
45
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
42
46
|
</fingerprint>
|
43
47
|
<fingerprint pattern="^DECWINDOWS Hewlett-Packard Development Company OpenVMS$">
|
44
48
|
<description>DECWINDOWS Hewlett-Packard Development Company OpenVMS</description>
|
@@ -55,8 +59,10 @@ fingerprint systems with the following fingerprints.
|
|
55
59
|
<param pos="0" name="os.vendor" value="Red Hat"/>
|
56
60
|
<param pos="0" name="service.vendor" value="X.Org"/>
|
57
61
|
<param pos="0" name="service.product" value="X.Org X11"/>
|
58
|
-
<param pos="0" name="
|
62
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:x.org:x11:-"/>
|
63
|
+
<param pos="0" name="os.product" value="Fedora Core Linux"/>
|
59
64
|
<param pos="0" name="os.family" value="Linux"/>
|
65
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:redhat:fedora_core:-"/>
|
60
66
|
</fingerprint>
|
61
67
|
<fingerprint pattern="^freedesktop\.org$">
|
62
68
|
<description>freedesktop.org</description>
|
@@ -64,8 +70,10 @@ fingerprint systems with the following fingerprints.
|
|
64
70
|
<param pos="0" name="os.vendor" value="Linux"/>
|
65
71
|
<param pos="0" name="service.vendor" value="X.Org"/>
|
66
72
|
<param pos="0" name="service.product" value="X.Org X11"/>
|
73
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:x.org:x11:-"/>
|
67
74
|
<param pos="0" name="os.product" value="Linux"/>
|
68
75
|
<param pos="0" name="os.family" value="Linux"/>
|
76
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:-"/>
|
69
77
|
</fingerprint>
|
70
78
|
<fingerprint pattern="^HC-Consult$">
|
71
79
|
<description>HC-Consult</description>
|
@@ -75,6 +83,7 @@ fingerprint systems with the following fingerprints.
|
|
75
83
|
<param pos="0" name="service.product" value="VcXsrv"/>
|
76
84
|
<param pos="0" name="os.product" value="Windows"/>
|
77
85
|
<param pos="0" name="os.family" value="Windows"/>
|
86
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
78
87
|
</fingerprint>
|
79
88
|
<fingerprint pattern="^Hummingbird Communications Ltd\.$|^Hummingbird Ltd\.$">
|
80
89
|
<description>Hummingbird Communications Ltd.</description>
|
@@ -85,6 +94,7 @@ fingerprint systems with the following fingerprints.
|
|
85
94
|
<param pos="0" name="service.product" value="Hummingbird Exceed X server"/>
|
86
95
|
<param pos="0" name="os.product" value="Windows"/>
|
87
96
|
<param pos="0" name="os.family" value="Windows"/>
|
97
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
88
98
|
</fingerprint>
|
89
99
|
<fingerprint pattern="^Labtam Inc$">
|
90
100
|
<description>Labtam Inc</description>
|
@@ -94,6 +104,7 @@ fingerprint systems with the following fingerprints.
|
|
94
104
|
<param pos="0" name="service.product" value="XSecurePro"/>
|
95
105
|
<param pos="0" name="os.product" value="Windows"/>
|
96
106
|
<param pos="0" name="os.family" value="Windows"/>
|
107
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
97
108
|
</fingerprint>
|
98
109
|
<fingerprint pattern="^Moba\/X$">
|
99
110
|
<description>Moba/X</description>
|
@@ -101,8 +112,10 @@ fingerprint systems with the following fingerprints.
|
|
101
112
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
102
113
|
<param pos="0" name="service.vendor" value="Mobatek"/>
|
103
114
|
<param pos="0" name="service.product" value="MobaXterm"/>
|
115
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mobatek:mobaxterm:-"/>
|
104
116
|
<param pos="0" name="os.product" value="Windows"/>
|
105
117
|
<param pos="0" name="os.family" value="Windows"/>
|
118
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
106
119
|
</fingerprint>
|
107
120
|
<fingerprint pattern="^MobaXterm$">
|
108
121
|
<description>MobaXterm</description>
|
@@ -110,8 +123,10 @@ fingerprint systems with the following fingerprints.
|
|
110
123
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
111
124
|
<param pos="0" name="service.vendor" value="Mobatek"/>
|
112
125
|
<param pos="0" name="service.product" value="MobaXterm"/>
|
126
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:mobatek:mobaxterm:-"/>
|
113
127
|
<param pos="0" name="os.product" value="Windows"/>
|
114
128
|
<param pos="0" name="os.family" value="Windows"/>
|
129
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
115
130
|
</fingerprint>
|
116
131
|
<fingerprint pattern="^NetSarang Computer, Inc\.$">
|
117
132
|
<description>NetSarang Computer, Inc.</description>
|
@@ -121,6 +136,7 @@ fingerprint systems with the following fingerprints.
|
|
121
136
|
<param pos="0" name="service.product" value="NetSarang XManager"/>
|
122
137
|
<param pos="0" name="os.product" value="Windows"/>
|
123
138
|
<param pos="0" name="os.family" value="Windows"/>
|
139
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
124
140
|
</fingerprint>
|
125
141
|
<fingerprint pattern="^Open Text$">
|
126
142
|
<description>Open Text</description>
|
@@ -130,6 +146,7 @@ fingerprint systems with the following fingerprints.
|
|
130
146
|
<param pos="0" name="service.product" value="OpenText Exceed"/>
|
131
147
|
<param pos="0" name="os.product" value="Windows"/>
|
132
148
|
<param pos="0" name="os.family" value="Windows"/>
|
149
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
133
150
|
</fingerprint>
|
134
151
|
<fingerprint pattern="^Red Hat, Inc\.$">
|
135
152
|
<description>Red Hat, Inc.</description>
|
@@ -137,8 +154,10 @@ fingerprint systems with the following fingerprints.
|
|
137
154
|
<param pos="0" name="os.vendor" value="Red Hat"/>
|
138
155
|
<param pos="0" name="service.vendor" value="X.Org"/>
|
139
156
|
<param pos="0" name="service.product" value="X.Org X11"/>
|
157
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:x.org:x11:-"/>
|
140
158
|
<param pos="0" name="os.product" value="Linux"/>
|
141
159
|
<param pos="0" name="os.family" value="Linux"/>
|
160
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:redhat:linux:-"/>
|
142
161
|
</fingerprint>
|
143
162
|
<fingerprint pattern="^Santa Cruz Operation Inc\.$">
|
144
163
|
<description>Santa Cruz Operation Inc.</description>
|
@@ -157,6 +176,7 @@ fingerprint systems with the following fingerprints.
|
|
157
176
|
<param pos="0" name="service.product" value="StarNet X-Win32"/>
|
158
177
|
<param pos="0" name="os.product" value="Windows"/>
|
159
178
|
<param pos="0" name="os.family" value="Windows"/>
|
179
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
160
180
|
</fingerprint>
|
161
181
|
<fingerprint pattern="^Sun Microsystems, Inc\.$">
|
162
182
|
<description>Sun Microsystems, Inc.</description>
|
@@ -166,6 +186,7 @@ fingerprint systems with the following fingerprints.
|
|
166
186
|
<param pos="0" name="service.product" value="XSun Solaris X11 server"/>
|
167
187
|
<param pos="0" name="os.product" value="Solaris"/>
|
168
188
|
<param pos="0" name="os.family" value="Solaris"/>
|
189
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:sun:solaris:-"/>
|
169
190
|
</fingerprint>
|
170
191
|
<fingerprint pattern="^The Cygwin\/X Project$">
|
171
192
|
<description>The Cygwin/X Project</description>
|
@@ -173,8 +194,10 @@ fingerprint systems with the following fingerprints.
|
|
173
194
|
<param pos="0" name="os.vendor" value="Microsoft"/>
|
174
195
|
<param pos="0" name="service.vendor" value="Red Hat"/>
|
175
196
|
<param pos="0" name="service.product" value="Cygwin X Server Project"/>
|
197
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:redhat:cygwin:-"/>
|
176
198
|
<param pos="0" name="os.product" value="Windows"/>
|
177
199
|
<param pos="0" name="os.family" value="Windows"/>
|
200
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
178
201
|
</fingerprint>
|
179
202
|
<fingerprint pattern="^The X\.Org Foundation$">
|
180
203
|
<description>The X.Org Foundation</description>
|
@@ -182,6 +205,7 @@ fingerprint systems with the following fingerprints.
|
|
182
205
|
<param pos="0" name="os.vendor" value="UNIX"/>
|
183
206
|
<param pos="0" name="service.vendor" value="X.Org"/>
|
184
207
|
<param pos="0" name="service.product" value="X.Org X11"/>
|
208
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:x.org:x11:-"/>
|
185
209
|
<param pos="0" name="os.product" value="UNIX"/>
|
186
210
|
<param pos="0" name="os.family" value="UNIX"/>
|
187
211
|
</fingerprint>
|
@@ -191,6 +215,7 @@ fingerprint systems with the following fingerprints.
|
|
191
215
|
<param pos="0" name="os.vendor" value="UNIX"/>
|
192
216
|
<param pos="0" name="service.vendor" value="XFree86"/>
|
193
217
|
<param pos="0" name="service.product" value="XFree86"/>
|
218
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:xfree86:xfree86:-"/>
|
194
219
|
<param pos="0" name="os.product" value="UNIX"/>
|
195
220
|
<param pos="0" name="os.family" value="UNIX"/>
|
196
221
|
</fingerprint>
|
@@ -202,6 +227,6 @@ fingerprint systems with the following fingerprints.
|
|
202
227
|
<param pos="0" name="service.product" value="ReflectionX"/>
|
203
228
|
<param pos="0" name="os.product" value="Windows"/>
|
204
229
|
<param pos="0" name="os.family" value="Windows"/>
|
230
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
205
231
|
</fingerprint>
|
206
232
|
</fingerprints>
|
207
|
-
|
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.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rapid7 Research
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -163,6 +163,7 @@ files:
|
|
163
163
|
- misc/convert_mysql_err
|
164
164
|
- misc/order.xsl
|
165
165
|
- recog.gemspec
|
166
|
+
- remap.json
|
166
167
|
- spec/data/best_os_match_1.yml
|
167
168
|
- spec/data/best_os_match_2.yml
|
168
169
|
- spec/data/best_service_match_1.yml
|
@@ -178,6 +179,7 @@ files:
|
|
178
179
|
- spec/lib/recog/nizer_spec.rb
|
179
180
|
- spec/lib/recog/verify_reporter_spec.rb
|
180
181
|
- spec/spec_helper.rb
|
182
|
+
- update_cpes.py
|
181
183
|
- xml/apache_os.xml
|
182
184
|
- xml/architecture.xml
|
183
185
|
- xml/dns_versionbind.xml
|