recog 2.3.15 → 2.3.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +26 -0
- data/.snyk +10 -0
- data/LICENSE +1 -1
- data/bin/recog_standardize +8 -2
- data/cpe-remap.yaml +314 -170
- data/identifiers/README.md +24 -10
- data/identifiers/fields.txt +104 -0
- data/identifiers/hw_device.txt +5 -4
- data/identifiers/hw_family.txt +17 -0
- data/identifiers/hw_product.txt +87 -6
- data/identifiers/os_architecture.txt +0 -10
- data/identifiers/os_device.txt +12 -31
- data/identifiers/os_family.txt +2 -94
- data/identifiers/os_product.txt +45 -124
- data/identifiers/service_family.txt +14 -37
- data/identifiers/service_product.txt +283 -88
- data/identifiers/vendor.txt +99 -192
- data/lib/recog/version.rb +1 -1
- data/requirements.txt +1 -1
- data/update_cpes.py +110 -49
- data/xml/apache_modules.xml +60 -0
- data/xml/dns_versionbind.xml +40 -17
- data/xml/favicons.xml +163 -20
- data/xml/ftp_banners.xml +25 -25
- data/xml/hp_pjl_id.xml +1 -1
- data/xml/html_title.xml +561 -51
- data/xml/http_cookies.xml +266 -61
- data/xml/http_servers.xml +472 -96
- data/xml/http_wwwauth.xml +53 -26
- data/xml/ldap_searchresult.xml +10 -6
- data/xml/mdns_device-info_txt.xml +308 -10
- data/xml/ntp_banners.xml +15 -1
- data/xml/operating_system.xml +1 -0
- data/xml/rtsp_servers.xml +7 -0
- data/xml/sip_banners.xml +346 -8
- data/xml/sip_user_agents.xml +321 -7
- data/xml/smb_native_lm.xml +32 -1
- data/xml/smb_native_os.xml +158 -33
- data/xml/smtp_banners.xml +48 -7
- data/xml/smtp_expn.xml +1 -0
- data/xml/smtp_help.xml +2 -0
- data/xml/smtp_vrfy.xml +3 -1
- data/xml/snmp_sysdescr.xml +211 -42
- data/xml/ssh_banners.xml +127 -14
- data/xml/telnet_banners.xml +44 -14
- data/xml/tls_jarm.xml +140 -0
- data/xml/x509_issuers.xml +179 -7
- data/xml/x509_subjects.xml +252 -35
- metadata +6 -5
- data/identifiers/software_class.txt +0 -26
- data/identifiers/software_family.txt +0 -91
- data/identifiers/software_product.txt +0 -333
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.3.
|
4
|
+
version: 2.3.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rapid7 Research
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -128,10 +128,12 @@ files:
|
|
128
128
|
- ".github/ISSUE_TEMPLATE/fingerprint_request.md"
|
129
129
|
- ".github/PULL_REQUEST_TEMPLATE"
|
130
130
|
- ".github/SECURITY.md"
|
131
|
+
- ".github/workflows/ci.yml"
|
131
132
|
- ".gitignore"
|
132
133
|
- ".rspec"
|
133
134
|
- ".ruby-gemset"
|
134
135
|
- ".ruby-version"
|
136
|
+
- ".snyk"
|
135
137
|
- ".travis.yml"
|
136
138
|
- ".yardopts"
|
137
139
|
- CONTRIBUTING.md
|
@@ -159,6 +161,7 @@ files:
|
|
159
161
|
- features/support/env.rb
|
160
162
|
- features/verify.feature
|
161
163
|
- identifiers/README.md
|
164
|
+
- identifiers/fields.txt
|
162
165
|
- identifiers/hw_device.txt
|
163
166
|
- identifiers/hw_family.txt
|
164
167
|
- identifiers/hw_product.txt
|
@@ -168,9 +171,6 @@ files:
|
|
168
171
|
- identifiers/os_product.txt
|
169
172
|
- identifiers/service_family.txt
|
170
173
|
- identifiers/service_product.txt
|
171
|
-
- identifiers/software_class.txt
|
172
|
-
- identifiers/software_family.txt
|
173
|
-
- identifiers/software_product.txt
|
174
174
|
- identifiers/vendor.txt
|
175
175
|
- lib/recog.rb
|
176
176
|
- lib/recog/db.rb
|
@@ -253,6 +253,7 @@ files:
|
|
253
253
|
- xml/snmp_sysobjid.xml
|
254
254
|
- xml/ssh_banners.xml
|
255
255
|
- xml/telnet_banners.xml
|
256
|
+
- xml/tls_jarm.xml
|
256
257
|
- xml/x11_banners.xml
|
257
258
|
- xml/x509_issuers.xml
|
258
259
|
- xml/x509_subjects.xml
|
@@ -1,26 +0,0 @@
|
|
1
|
-
Backup
|
2
|
-
Blog
|
3
|
-
Browser Add-On
|
4
|
-
Container Orchestrator
|
5
|
-
Database Client
|
6
|
-
Database Server
|
7
|
-
Gateway
|
8
|
-
General
|
9
|
-
IM Client
|
10
|
-
IM Server
|
11
|
-
Internet Client
|
12
|
-
Internet Server
|
13
|
-
Mail Client
|
14
|
-
Mail Server
|
15
|
-
Media Client
|
16
|
-
Media Server
|
17
|
-
Medical Device
|
18
|
-
Middleware
|
19
|
-
OS Level Virtualization
|
20
|
-
Peer-Peer
|
21
|
-
Productivity
|
22
|
-
SCADA
|
23
|
-
Security
|
24
|
-
Systems Management
|
25
|
-
Utility
|
26
|
-
Virtualization
|
@@ -1,91 +0,0 @@
|
|
1
|
-
.NET Framework
|
2
|
-
Acrobat
|
3
|
-
ASP.NET MVC
|
4
|
-
Chrome
|
5
|
-
Cisco WebEx
|
6
|
-
ColdFusion
|
7
|
-
Commerce Server
|
8
|
-
CyberArk
|
9
|
-
DB2
|
10
|
-
Docker Platform
|
11
|
-
Edge
|
12
|
-
Enhanced Mitigation Experience Toolkit
|
13
|
-
Essentials
|
14
|
-
Exchange Server
|
15
|
-
Expression Suite
|
16
|
-
Flash
|
17
|
-
Forefront Endpoint Protection
|
18
|
-
Forefront
|
19
|
-
Fusion
|
20
|
-
Ghostscript
|
21
|
-
Host Integration Server 2004
|
22
|
-
Host Integration Server 2006
|
23
|
-
Host Integration Server 2009
|
24
|
-
Host Integration Server 2010
|
25
|
-
Host Integration Server
|
26
|
-
HP System Management Homepage
|
27
|
-
HP Systems Insight Manager
|
28
|
-
Internet Explorer
|
29
|
-
Internet Information Services
|
30
|
-
iTunes
|
31
|
-
Java
|
32
|
-
JBoss
|
33
|
-
LastPass
|
34
|
-
Lync 2010
|
35
|
-
Lync 2013
|
36
|
-
MDAC
|
37
|
-
Microsoft Biztalk Server
|
38
|
-
Microsoft Dynamics AX
|
39
|
-
Moodle
|
40
|
-
Mozilla
|
41
|
-
MSXML
|
42
|
-
Norton
|
43
|
-
Office 2000
|
44
|
-
Office 2003
|
45
|
-
Office 2007
|
46
|
-
Office 2010
|
47
|
-
Office 2013
|
48
|
-
Office 2016
|
49
|
-
Office Communicator 2005
|
50
|
-
Office Communicator 2007 R2
|
51
|
-
Office Communicator 2007
|
52
|
-
Office Communicator
|
53
|
-
Office Web Apps
|
54
|
-
Office XP
|
55
|
-
Office
|
56
|
-
OfficeScan
|
57
|
-
OpenShift
|
58
|
-
OpenView
|
59
|
-
Outlook
|
60
|
-
ownCloud
|
61
|
-
QuickTime
|
62
|
-
Rapid7 Agent
|
63
|
-
Safari
|
64
|
-
Scada
|
65
|
-
SharePoint
|
66
|
-
Shockwave
|
67
|
-
Silverlight
|
68
|
-
Skype for Business 2015
|
69
|
-
Skype for Business 2016
|
70
|
-
Sophos
|
71
|
-
SQL Server
|
72
|
-
Struts
|
73
|
-
Symantec Endpoint Protection Manager
|
74
|
-
System Center Operations Manager
|
75
|
-
Systems Management Server
|
76
|
-
Tomcat
|
77
|
-
TOR
|
78
|
-
vCenter Server
|
79
|
-
VirusScan
|
80
|
-
Visual Basic for Applications
|
81
|
-
Visual FoxPro
|
82
|
-
Visual Studio Foundation Server
|
83
|
-
Visual Studio
|
84
|
-
VLC
|
85
|
-
WebLogic Server
|
86
|
-
WebSphere
|
87
|
-
Windows Media Player
|
88
|
-
Wordpress
|
89
|
-
Works
|
90
|
-
Workstation
|
91
|
-
Worry-Free Business Security
|
@@ -1,333 +0,0 @@
|
|
1
|
-
.NET Framework
|
2
|
-
7-Zip
|
3
|
-
Access Viewer
|
4
|
-
Access
|
5
|
-
Acrobat DC
|
6
|
-
Acrobat Pro
|
7
|
-
Acrobat Reader DC
|
8
|
-
Acrobat Standard
|
9
|
-
Active Directory
|
10
|
-
AIR
|
11
|
-
AntiXSS
|
12
|
-
Bash
|
13
|
-
BizTalk Server 2000
|
14
|
-
BizTalk Server 2002
|
15
|
-
BizTalk Server 2004
|
16
|
-
BizTalk Server 2006
|
17
|
-
BizTalk Server 2009
|
18
|
-
BizTalk Server 2010
|
19
|
-
Chrome
|
20
|
-
Citect SCADA
|
21
|
-
Citrix XenDesktop
|
22
|
-
ColdFusion
|
23
|
-
Commerce Server
|
24
|
-
DB2
|
25
|
-
Digital Editions
|
26
|
-
Docker CE
|
27
|
-
Docker EE
|
28
|
-
Docker
|
29
|
-
Dynamics AX 2009
|
30
|
-
Dynamics AX 2012 R2
|
31
|
-
Dynamics AX 2012
|
32
|
-
Dynamics AX 4.0
|
33
|
-
Edge
|
34
|
-
Endpoint Protection
|
35
|
-
Endpoint Security
|
36
|
-
Enhanced Mitigation Experience Toolkit
|
37
|
-
Essentials 2011
|
38
|
-
Essentials 2012
|
39
|
-
Essentials
|
40
|
-
Excel Viewer
|
41
|
-
Excel
|
42
|
-
Exchange 2000 Server
|
43
|
-
Exchange Server 2003
|
44
|
-
Exchange Server 2007
|
45
|
-
Exchange Server 2010
|
46
|
-
Exchange Server 2013
|
47
|
-
Exchange Server 2016
|
48
|
-
Exchange Server 2019
|
49
|
-
Exchange Server
|
50
|
-
Expression Blend 1
|
51
|
-
Expression Blend 2
|
52
|
-
Expression Blend 3
|
53
|
-
Expression Blend 4
|
54
|
-
Expression Blend
|
55
|
-
Expression Design 1
|
56
|
-
Expression Design 2
|
57
|
-
Expression Design 3
|
58
|
-
Expression Design 4
|
59
|
-
Expression Design
|
60
|
-
Expression Encoder 1
|
61
|
-
Expression Encoder 2
|
62
|
-
Expression Encoder 3
|
63
|
-
Expression Encoder 4
|
64
|
-
Expression Encoder
|
65
|
-
Expression Web 1
|
66
|
-
Expression Web 2
|
67
|
-
Expression Web 3
|
68
|
-
Expression Web 4
|
69
|
-
Expression Web
|
70
|
-
FAST Search Server 2010 for SharePoint
|
71
|
-
FAST Search Server for SharePoint
|
72
|
-
Firefox ESR
|
73
|
-
Firefox
|
74
|
-
Flash
|
75
|
-
Forefront Protection for Exchange Server
|
76
|
-
Forefront TMG
|
77
|
-
Forefront UAG
|
78
|
-
Foxit PhantomPDF
|
79
|
-
Foxit Reader
|
80
|
-
FrontPage
|
81
|
-
Fusion
|
82
|
-
Ghostscript
|
83
|
-
Groove Client 2007
|
84
|
-
Groove Client 2010
|
85
|
-
Groove Client
|
86
|
-
Groove Server 2007
|
87
|
-
Groove Server 2010
|
88
|
-
Groove Server
|
89
|
-
Host Integration Server 2004 Client
|
90
|
-
Host Integration Server 2004
|
91
|
-
Host Integration Server 2006
|
92
|
-
Host Integration Server 2009
|
93
|
-
Host Integration Server 2010
|
94
|
-
Host Integration Server
|
95
|
-
HP System Management Homepage
|
96
|
-
HP Systems Insight Manager
|
97
|
-
HTTP Server
|
98
|
-
Identity Manager
|
99
|
-
IME 2010
|
100
|
-
InfoPath
|
101
|
-
IntelliVue
|
102
|
-
Internet Explorer
|
103
|
-
Internet Information Services
|
104
|
-
iScale
|
105
|
-
iTunes
|
106
|
-
Java Web Console
|
107
|
-
JBoss AS
|
108
|
-
JBoss EAP
|
109
|
-
Joomla!
|
110
|
-
jQuery
|
111
|
-
JRE
|
112
|
-
LastPass for Chrome
|
113
|
-
Local Administrator Password Solution
|
114
|
-
Logentries Monitoring Agent
|
115
|
-
Lotus Notes
|
116
|
-
Lync 2010 Attendant
|
117
|
-
Lync 2010 Attendee
|
118
|
-
Lync 2010
|
119
|
-
Lync 2013
|
120
|
-
Lync Basic 2013
|
121
|
-
Lync Server 2010
|
122
|
-
Lync Server 2010, Core Components
|
123
|
-
Lync Server 2010, Response Group Service
|
124
|
-
Lync Server 2010, Web Components Server
|
125
|
-
Lync Server 2013
|
126
|
-
Lync Server 2013, Core Components
|
127
|
-
Lync Server 2013, Response Group Service
|
128
|
-
Lync Server 2013, Web Components Server
|
129
|
-
MDAC
|
130
|
-
MicTray
|
131
|
-
MongoDB
|
132
|
-
Moodle
|
133
|
-
Mozilla
|
134
|
-
MSXML
|
135
|
-
Music Jukebox
|
136
|
-
Native Client plugin for Chrome
|
137
|
-
Norton 360
|
138
|
-
Norton AntiVirus
|
139
|
-
Norton Internet Security
|
140
|
-
Office 2000
|
141
|
-
Office 2003
|
142
|
-
Office 2007
|
143
|
-
Office 2010
|
144
|
-
Office 2013
|
145
|
-
Office 2016
|
146
|
-
Office 2019
|
147
|
-
Office Communicator 2005 Attendant
|
148
|
-
Office Communicator 2005 Attendee
|
149
|
-
Office Communicator 2005 Group Chat Admin
|
150
|
-
Office Communicator 2005 Group Chat Client
|
151
|
-
Office Communicator 2005 Server
|
152
|
-
Office Communicator 2005
|
153
|
-
Office Communicator 2007 Attendant
|
154
|
-
Office Communicator 2007 Attendee
|
155
|
-
Office Communicator 2007 Group Chat Admin
|
156
|
-
Office Communicator 2007 Group Chat Client
|
157
|
-
Office Communicator 2007 R2 Attendant
|
158
|
-
Office Communicator 2007 R2 Attendee
|
159
|
-
Office Communicator 2007 R2 Group Chat Admin
|
160
|
-
Office Communicator 2007 R2 Group Chat Client
|
161
|
-
Office Communicator 2007 R2 Server
|
162
|
-
Office Communicator 2007 R2
|
163
|
-
Office Communicator 2007 Server
|
164
|
-
Office Communicator 2007
|
165
|
-
Office Compatibility Pack
|
166
|
-
Office Web Apps Application Server 2010
|
167
|
-
Office Web Apps Application Server 2013
|
168
|
-
Office Web Apps Application Server
|
169
|
-
Office XP
|
170
|
-
Office
|
171
|
-
OfficeScan Client
|
172
|
-
OfficeScan Server
|
173
|
-
OneNote
|
174
|
-
OpenShift Container Platform
|
175
|
-
OpenShift Origin
|
176
|
-
OpenShift
|
177
|
-
OpenSSH
|
178
|
-
OpenView
|
179
|
-
Opera
|
180
|
-
Outlook 2000
|
181
|
-
Outlook 2002
|
182
|
-
Outlook 2003
|
183
|
-
Outlook 97
|
184
|
-
Outlook 98
|
185
|
-
Outlook
|
186
|
-
ownCloud Server
|
187
|
-
Password Vault Web Access
|
188
|
-
phpMyAdmin
|
189
|
-
Player
|
190
|
-
PowerPoint Viewer
|
191
|
-
PowerPoint
|
192
|
-
Project
|
193
|
-
Publisher
|
194
|
-
Python
|
195
|
-
QuickTime
|
196
|
-
Rapid7 Insight Agent
|
197
|
-
Reader MUI
|
198
|
-
Reader
|
199
|
-
Safari
|
200
|
-
SeaMonkey ESR
|
201
|
-
SeaMonkey
|
202
|
-
Security for Exchange
|
203
|
-
Security for SharePoint
|
204
|
-
Sendmail
|
205
|
-
SharePoint 2003
|
206
|
-
SharePoint 2007
|
207
|
-
SharePoint 2010
|
208
|
-
SharePoint 2013
|
209
|
-
SharePoint 2016
|
210
|
-
SharePoint 2019
|
211
|
-
SharePoint Foundation 2010
|
212
|
-
SharePoint Foundation 2013
|
213
|
-
SharePoint Foundation
|
214
|
-
SharePoint
|
215
|
-
Shockwave
|
216
|
-
Silverlight
|
217
|
-
Skype for Business 2015
|
218
|
-
Skype for Business 2016
|
219
|
-
Skype for Business Basic 2015
|
220
|
-
Skype for Business Basic 2016
|
221
|
-
Skype for Business Basic 2019
|
222
|
-
Skype for Business Server 2015
|
223
|
-
Skype for Business Server 2015, Core Components
|
224
|
-
Skype for Business Server 2015, Response Group Service
|
225
|
-
Skype for Business Server 2015, Web Components Server
|
226
|
-
Skype for Business Server 2019
|
227
|
-
Skype for Business Server 2019, Core Components
|
228
|
-
Skype for Business Server 2019, Response Group Service
|
229
|
-
Skype for Business Server 2019, Web Components Server
|
230
|
-
Sophos AntiVirus
|
231
|
-
SoundPoint
|
232
|
-
SQL Server 2000
|
233
|
-
SQL Server 2000, Desktop Engine
|
234
|
-
SQL Server 2000, Developer Edition
|
235
|
-
SQL Server 2000, Enterprise Edition
|
236
|
-
SQL Server 2000, Personal Edition
|
237
|
-
SQL Server 2000, Standard Edition
|
238
|
-
SQL Server 2005
|
239
|
-
SQL Server 2005, Compact Edition
|
240
|
-
SQL Server 2005, Developer Edition
|
241
|
-
SQL Server 2005, Enterprise Edition
|
242
|
-
SQL Server 2005, Express Edition
|
243
|
-
SQL Server 2005, Standard Edition
|
244
|
-
SQL Server 2005, Workgroup Edition
|
245
|
-
SQL Server 2008 R2
|
246
|
-
SQL Server 2008
|
247
|
-
SQL Server 2012
|
248
|
-
SQL Server 2014
|
249
|
-
SQL Server 2016
|
250
|
-
SQL Server 2017
|
251
|
-
SQL Server
|
252
|
-
SQL Server, Desktop Engine
|
253
|
-
SQL Server, Developer Edition
|
254
|
-
SQL Server, Enterprise Edition
|
255
|
-
SQL Server, Standard Edition
|
256
|
-
Struts
|
257
|
-
Struts1 Plugin for Struts2
|
258
|
-
Symantec Endpoint Protection Manager
|
259
|
-
Symantec Endpoint Protection
|
260
|
-
System Center Configuration Manager 2007 Admin Console
|
261
|
-
System Center Configuration Manager 2007
|
262
|
-
System Center Configuration Manager 2012 Admin Console
|
263
|
-
System Center Configuration Manager 2012
|
264
|
-
System Center Configuration Manager Admin Console
|
265
|
-
System Center Configuration Manager
|
266
|
-
System Center Operations Manager 2007 R2
|
267
|
-
System Center Operations Manager 2007
|
268
|
-
System Center Operations Manager 2012
|
269
|
-
Systems Management Server 2003 Administrator Console
|
270
|
-
Systems Management Server 2003
|
271
|
-
Systems Management Server Administrator Console
|
272
|
-
Systems Management Server
|
273
|
-
Telerik UI for ASP.NET AJAX
|
274
|
-
Thunderbird ESR
|
275
|
-
Thunderbird
|
276
|
-
Tomcat
|
277
|
-
Tor Browser
|
278
|
-
Tuxedo
|
279
|
-
User-ID Agent
|
280
|
-
vCenter Server
|
281
|
-
Virtual Delivery Agent - x64
|
282
|
-
Virtual Delivery Agent - x86
|
283
|
-
Virtual Desktop Agent - x64
|
284
|
-
Virtual Desktop Agent - x86
|
285
|
-
Visio Viewer 2002
|
286
|
-
Visio Viewer 2003
|
287
|
-
Visio Viewer 2007
|
288
|
-
Visio Viewer 2010
|
289
|
-
Visio Viewer 2013
|
290
|
-
Visio Viewer
|
291
|
-
Visio
|
292
|
-
Visual Basic for Applications Core
|
293
|
-
Visual Basic for Applications SDK
|
294
|
-
Visual FoxPro
|
295
|
-
Visual Studio 2003
|
296
|
-
Visual Studio 2005
|
297
|
-
Visual Studio 2008
|
298
|
-
Visual Studio 2010
|
299
|
-
Visual Studio 2012
|
300
|
-
Visual Studio 2013
|
301
|
-
Visual Studio 2015
|
302
|
-
Visual Studio 2017
|
303
|
-
Visual Studio Team Foundation Server 2010
|
304
|
-
Visual Studio Team Foundation Server 2012
|
305
|
-
Visual Studio Team Foundation Server 2013
|
306
|
-
Visual Studio Team Foundation Server 2015
|
307
|
-
Visual Studio Team Foundation Server 2017
|
308
|
-
Visual Studio Team Foundation Server 2018
|
309
|
-
Visual Studio Team Foundation Server
|
310
|
-
Visual Studio
|
311
|
-
VLC
|
312
|
-
WebEx Browser Extension for Chrome
|
313
|
-
WebEx Browser Extension for Firefox
|
314
|
-
WebEx Browser Extension for Internet Explorer
|
315
|
-
WebEx Browser Plugin for Firefox
|
316
|
-
WebLogic
|
317
|
-
WebSphere Application Server Liberty
|
318
|
-
WebSphere Application Server
|
319
|
-
Widevine Content Decryption Module for Chrome
|
320
|
-
Windows Media Player
|
321
|
-
Windows SharePoint Services 2.0
|
322
|
-
Windows SharePoint Services 3.0
|
323
|
-
WinRAR
|
324
|
-
Wireshark
|
325
|
-
Word Viewer
|
326
|
-
Word
|
327
|
-
Wordpress
|
328
|
-
Works 6-9 Converter
|
329
|
-
Works
|
330
|
-
Workstation
|
331
|
-
Worry-Free Business Security Agent
|
332
|
-
XnView
|
333
|
-
Zoom
|