recog 2.3.23 → 3.0.1

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.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +25 -16
  4. data/Rakefile +2 -9
  5. data/lib/recog/db_manager.rb +1 -1
  6. data/lib/recog/version.rb +1 -1
  7. data/{bin → recog/bin}/recog_match +0 -1
  8. data/{xml → recog/xml}/apache_modules.xml +0 -0
  9. data/{xml → recog/xml}/apache_os.xml +0 -0
  10. data/{xml → recog/xml}/architecture.xml +0 -0
  11. data/{xml → recog/xml}/dhcp_vendor_class.xml +9 -9
  12. data/{xml → recog/xml}/dns_versionbind.xml +0 -0
  13. data/{xml → recog/xml}/favicons.xml +63 -1
  14. data/{xml → recog/xml}/fingerprints.xsd +0 -0
  15. data/{xml → recog/xml}/ftp_banners.xml +0 -0
  16. data/{xml → recog/xml}/h323_callresp.xml +0 -0
  17. data/{xml → recog/xml}/hp_pjl_id.xml +0 -0
  18. data/{xml → recog/xml}/html_title.xml +47 -0
  19. data/{xml → recog/xml}/http_cookies.xml +19 -0
  20. data/{xml → recog/xml}/http_servers.xml +74 -1
  21. data/{xml → recog/xml}/http_wwwauth.xml +13 -0
  22. data/{xml → recog/xml}/imap_banners.xml +0 -0
  23. data/{xml → recog/xml}/ldap_searchresult.xml +0 -0
  24. data/{xml → recog/xml}/mdns_device-info_txt.xml +0 -0
  25. data/{xml → recog/xml}/mdns_workstation_txt.xml +0 -0
  26. data/{xml → recog/xml}/mysql_banners.xml +0 -0
  27. data/{xml → recog/xml}/mysql_error.xml +0 -0
  28. data/{xml → recog/xml}/nntp_banners.xml +0 -0
  29. data/{xml → recog/xml}/ntp_banners.xml +0 -0
  30. data/{xml → recog/xml}/operating_system.xml +0 -0
  31. data/{xml → recog/xml}/pop_banners.xml +0 -0
  32. data/{xml → recog/xml}/rsh_resp.xml +0 -0
  33. data/{xml → recog/xml}/rtsp_servers.xml +0 -0
  34. data/{xml → recog/xml}/sip_banners.xml +0 -0
  35. data/{xml → recog/xml}/sip_user_agents.xml +0 -0
  36. data/{xml → recog/xml}/smb_native_lm.xml +0 -0
  37. data/{xml → recog/xml}/smb_native_os.xml +0 -0
  38. data/{xml → recog/xml}/smtp_banners.xml +0 -0
  39. data/{xml → recog/xml}/smtp_debug.xml +0 -0
  40. data/{xml → recog/xml}/smtp_ehlo.xml +0 -0
  41. data/{xml → recog/xml}/smtp_expn.xml +0 -0
  42. data/{xml → recog/xml}/smtp_help.xml +0 -0
  43. data/{xml → recog/xml}/smtp_mailfrom.xml +0 -0
  44. data/{xml → recog/xml}/smtp_noop.xml +0 -0
  45. data/{xml → recog/xml}/smtp_quit.xml +0 -0
  46. data/{xml → recog/xml}/smtp_rcptto.xml +0 -0
  47. data/{xml → recog/xml}/smtp_rset.xml +0 -0
  48. data/{xml → recog/xml}/smtp_turn.xml +0 -0
  49. data/{xml → recog/xml}/smtp_vrfy.xml +0 -0
  50. data/{xml → recog/xml}/snmp_sysdescr.xml +21 -6
  51. data/{xml → recog/xml}/snmp_sysobjid.xml +11 -0
  52. data/{xml → recog/xml}/ssh_banners.xml +0 -0
  53. data/{xml → recog/xml}/telnet_banners.xml +34 -1
  54. data/{xml → recog/xml}/tls_jarm.xml +8 -0
  55. data/{xml → recog/xml}/x11_banners.xml +0 -0
  56. data/{xml → recog/xml}/x509_issuers.xml +13 -2
  57. data/{xml → recog/xml}/x509_subjects.xml +0 -0
  58. data/recog.gemspec +9 -5
  59. data/spec/spec_helper.rb +4 -0
  60. metadata +56 -145
  61. data/.github/ISSUE_TEMPLATE/bug_report.md +0 -37
  62. data/.github/ISSUE_TEMPLATE/feature_request.md +0 -17
  63. data/.github/ISSUE_TEMPLATE/fingerprint_request.md +0 -27
  64. data/.github/PULL_REQUEST_TEMPLATE +0 -24
  65. data/.github/SECURITY.md +0 -35
  66. data/.github/dependabot.yml +0 -8
  67. data/.github/workflows/ci.yml +0 -26
  68. data/.github/workflows/verify.yml +0 -89
  69. data/.gitignore +0 -23
  70. data/.rspec +0 -3
  71. data/.ruby-gemset +0 -1
  72. data/.ruby-version +0 -1
  73. data/.snyk +0 -10
  74. data/.travis.yml +0 -25
  75. data/.vscode/bin/monitor-recog-fingerprints.sh +0 -54
  76. data/.vscode/extensions.json +0 -5
  77. data/.vscode/settings.json +0 -8
  78. data/.vscode/tasks.json +0 -77
  79. data/CONTRIBUTING.md +0 -278
  80. data/bin/recog_cleanup +0 -16
  81. data/bin/recog_export +0 -81
  82. data/bin/recog_standardize +0 -163
  83. data/bin/recog_verify +0 -98
  84. data/cpe-remap.yaml +0 -374
  85. data/features/data/failing_banners_fingerprints.xml +0 -20
  86. data/features/data/matching_banners_fingerprints.xml +0 -23
  87. data/features/data/multiple_banners_fingerprints.xml +0 -32
  88. data/features/data/no_tests.xml +0 -3
  89. data/features/data/sample_banner.txt +0 -2
  90. data/features/data/schema_failure.xml +0 -4
  91. data/features/data/successful_tests.xml +0 -18
  92. data/features/data/tests_with_failures.xml +0 -26
  93. data/features/data/tests_with_warnings.xml +0 -17
  94. data/features/match.feature +0 -36
  95. data/features/support/aruba.rb +0 -3
  96. data/features/support/env.rb +0 -6
  97. data/features/support/hooks.rb +0 -9
  98. data/features/verify.feature +0 -112
  99. data/identifiers/README.md +0 -70
  100. data/identifiers/fields.txt +0 -105
  101. data/identifiers/hw_device.txt +0 -86
  102. data/identifiers/hw_family.txt +0 -121
  103. data/identifiers/hw_product.txt +0 -463
  104. data/identifiers/os_architecture.txt +0 -10
  105. data/identifiers/os_device.txt +0 -77
  106. data/identifiers/os_family.txt +0 -235
  107. data/identifiers/os_product.txt +0 -357
  108. data/identifiers/service_family.txt +0 -249
  109. data/identifiers/service_product.txt +0 -778
  110. data/identifiers/vendor.txt +0 -859
  111. data/misc/convert_mysql_err +0 -61
  112. data/misc/order.xsl +0 -17
  113. data/requirements.txt +0 -2
  114. data/spec/lib/fingerprint_self_test_spec.rb +0 -175
  115. data/tools/dev/hooks/pre-commit +0 -21
  116. data/update_cpes.py +0 -343
@@ -1,121 +0,0 @@
1
- AR Series
2
- Adaptive Security Appliance
3
- Aficio
4
- AirPort
5
- Apple TV
6
- Communication Manager
7
- DVR
8
- Data ONTAP
9
- DiskStation
10
- Document Centre
11
- EDR
12
- Eurotherm
13
- Extended Systems ExtendNet
14
- FRITZ!Box
15
- FRITZ!Fon
16
- FRITZ!Powerline
17
- FRITZ!WLAN Repeater
18
- FS
19
- Firewall-1
20
- Forms Printer
21
- FortiGate
22
- FortiVoice
23
- GW25
24
- GXV
25
- GXW
26
- HDX
27
- HandyTone
28
- HomePod
29
- Honeywell
30
- ILOM
31
- IMDVR
32
- ION
33
- JetDirect
34
- LX Series
35
- LaserJet
36
- LinkCom Xpress
37
- MGate
38
- MPEG4 DVR
39
- MT
40
- MX Series
41
- Mac mini
42
- MacBook
43
- MacBook Pro
44
- MegaRAC
45
- MiiNePort
46
- Multifunction
47
- My Book
48
- NE
49
- NPort
50
- NetScaler
51
- NetVanta
52
- Netscaler
53
- Network Audio
54
- Network Security Appliance
55
- Network Video Door Station
56
- OpenScape Desk Phone
57
- Optra
58
- Orbi
59
- POWER System
60
- Phaser
61
- Primergy
62
- Pro Series
63
- RMX
64
- ReadyNAS
65
- RealPresence
66
- RealPresence Group
67
- Router
68
- S500 Range
69
- SIP Device
70
- SIP Gateway
71
- SL2100
72
- Service Access Switch
73
- Service Router
74
- Simatic HMI
75
- Simatic NET
76
- Simatic S7
77
- Simatic Sinumerik
78
- SoundPoint
79
- SoundTouch
80
- SpeedTouch
81
- Speedport
82
- Storage
83
- Sun Fire
84
- Sunny
85
- Switch
86
- System X
87
- TASKalfa
88
- TelePresence
89
- Time Capsule
90
- TippingPoint
91
- Turbo Station
92
- UNIVERGE
93
- UniFi
94
- Unified Security Gateway
95
- VDX
96
- VSX
97
- VVX
98
- Vigor
99
- VoIP
100
- WD2GO
101
- WiMax
102
- Wide Format
103
- Wide Format Printer
104
- WorkCentre
105
- WorkCentre Pro
106
- Xserve
107
- ZXDSL
108
- ZXHN
109
- ZXV
110
- airMAX
111
- iLO
112
- iMac
113
- iPad
114
- iPad Air
115
- iPad Pro
116
- iPad mini
117
- iPhone
118
- iPod
119
- iSTAR Door Controllers
120
- imageClass
121
- imageRunner
@@ -1,463 +0,0 @@
1
- 33220A Waveform Generator
2
- 33521A Waveform Generator
3
- 34972A Data Logger
4
- 3PAR
5
- 53230A Frequency Counter
6
- 883 VoIP
7
- ADB-4820CD
8
- APIC
9
- AV Receiver
10
- AVC787
11
- Access Control
12
- Access Gateway
13
- Access Point
14
- Adaptive Security Appliance
15
- AirPort Express
16
- AirPort Extreme
17
- Alarm Panel
18
- AmpliFi
19
- AppDynamics
20
- Apple TV (2nd generation)
21
- Apple TV (3rd generation)
22
- Apple TV (4th generation)
23
- Apple TV 4K
24
- Apple TV 4K (2nd generation)
25
- Appliance
26
- ArchiveTeam Warrior
27
- Asset Management
28
- AutoDome
29
- AutoVu SharpV
30
- BlackBox
31
- BladeSystem Onboard Administrator
32
- Border GW
33
- Bridge
34
- CC EtherNet/IP
35
- CP
36
- CU360
37
- Camera
38
- Captive Portal
39
- CarDetector
40
- Catalyst
41
- Catalyst 1900
42
- Celerra
43
- Chromecast
44
- ClearPass Policy Manager
45
- ClickShare
46
- CloudKey
47
- Color Bulb
48
- CommServer
49
- CommandPost
50
- ConnectUPS Web Card
51
- Crosswork SON Appliance
52
- D Series
53
- DCS-825L
54
- DCS-932
55
- DD OS
56
- DNA Center
57
- DSL Router
58
- DX800A
59
- Data ONTAP
60
- Digital Signage Player
61
- Discover
62
- Discovery
63
- DocCam
64
- Document Centre
65
- Drone Detector
66
- DuraFon
67
- E5810 Gateway Device
68
- ECOM100
69
- EDR-G902
70
- EDR-G903
71
- EM7
72
- EP-series
73
- EXA Signal Analyzer
74
- Eagle Eye Director II
75
- EchoLife Home Gateway
76
- EdgeRouter X
77
- EdgeSwitch
78
- Elevation
79
- Email Security Gateway
80
- EqualLogic
81
- Eternus
82
- Ethernet Relay Controller
83
- Ethernet Relay Module
84
- Excella
85
- Fastmark M5
86
- Fiber Network Box
87
- Firepower
88
- Firewall
89
- Firewall-1
90
- FlexiPacket Hub
91
- FortiMail
92
- FortiManager
93
- GXP1610
94
- GXP1615
95
- GXP1625
96
- GXP1628
97
- GXP2200
98
- GigaVUE
99
- HDHomeRun
100
- HDIPCam
101
- HT801
102
- HT802
103
- HT812
104
- HT813
105
- HT814
106
- HT818
107
- Helium Miner
108
- HiPer Access Router Card
109
- Home Controller
110
- Home Gateway
111
- HomePod
112
- HomePod mini
113
- Hue
114
- HyperFlex Connect
115
- IA Appliance
116
- IAM
117
- IBHLink S7++
118
- ILOM
119
- IMC
120
- IP Camera
121
- IP Link Control Processor
122
- IP2IR
123
- IPMI
124
- IVR
125
- Infinity Controler
126
- Instreamer
127
- IntelliSlot Web Card
128
- Internet Payment Gateway
129
- Internet Phone Adapter
130
- Isilon InsightIQ
131
- Isilon OneFS
132
- J-Link Pro
133
- J9155A
134
- JetDirect
135
- K1000
136
- KWS-1043N
137
- KX-NS1000
138
- Key Management
139
- Key Management Server
140
- LORIX ONE
141
- Lantick Ethernet Relay Controller
142
- Lencore Sound Manager 2
143
- MDS 9000
144
- MXA Signal Analyzer
145
- Mac Pro (Early 2008)
146
- Mac Pro (Early 2009)
147
- Mac Pro (Late 2013)
148
- Mac Pro (Late 2019)
149
- Mac Pro (Mid 2006)
150
- Mac Pro (Mid 2007)
151
- Mac Pro (Mid 2012)
152
- Mac mini (Late 2009)
153
- Mac mini (Late 2012)
154
- Mac mini (Late 2014)
155
- Mac mini (Late 2018)
156
- Mac mini (M1, 2020)
157
- Mac mini (Mid 2007)
158
- Mac mini (Mid 2010)
159
- Mac mini (Mid 2011)
160
- MacBook (13-inch, Mid 2010)
161
- MacBook (Retina, 12-inch, 2017)
162
- MacBook (Retina, 12-inch, Early 2015)
163
- MacBook (Retina, 12-inch, Early 2016)
164
- MacBook Air (11-inch, Early 2014)
165
- MacBook Air (11-inch, Early 2015)
166
- MacBook Air (11-inch, Late 2010)
167
- MacBook Air (11-inch, Mid 2011)
168
- MacBook Air (11-inch, Mid 2012)
169
- MacBook Air (13-inch, 2017)
170
- MacBook Air (13-inch, Early 2014)
171
- MacBook Air (13-inch, Late 2010)
172
- MacBook Air (13-inch, Mid 2011)
173
- MacBook Air (13-inch, Mid 2012)
174
- MacBook Air (M1, 2020)
175
- MacBook Air (Mid 2009)
176
- MacBook Air (Retina, 13-inch, 2018)
177
- MacBook Air (Retina, 13-inch, 2019)
178
- MacBook Air (Retina, 13-inch, 2020)
179
- MacBook Pro (13-inch, 2016, Four Thunderbolt 3 ports)
180
- MacBook Pro (13-inch, 2016, Two Thunderbolt 3 ports)
181
- MacBook Pro (13-inch, 2017, Four Thunderbolt 3 ports)
182
- MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)
183
- MacBook Pro (13-inch, 2018, Four Thunderbolt 3 ports)
184
- MacBook Pro (13-inch, 2019, Two Thunderbolt 3 ports)
185
- MacBook Pro (13-inch, 2020)
186
- MacBook Pro (13-inch, Late 2011)
187
- MacBook Pro (13-inch, M1, 2020)
188
- MacBook Pro (13-inch, Mid 2009)
189
- MacBook Pro (13-inch, Mid 2010)
190
- MacBook Pro (13-inch, Mid 2012)
191
- MacBook Pro (15-inch, 2016)
192
- MacBook Pro (15-inch, 2017)
193
- MacBook Pro (15-inch, 2018)
194
- MacBook Pro (15-inch, 2019)
195
- MacBook Pro (15-inch, Late 2008)
196
- MacBook Pro (15-inch, Late 2011)
197
- MacBook Pro (15-inch, Mid 2009)
198
- MacBook Pro (15-inch, Mid 2010)
199
- MacBook Pro (15-inch, Mid 2012)
200
- MacBook Pro (16-inch, 2019)
201
- MacBook Pro (17-inch, Early 2008)
202
- MacBook Pro (17-inch, Late 2011)
203
- MacBook Pro (17-inch, Mid 2009)
204
- MacBook Pro (17-inch, Mid 2010)
205
- MacBook Pro (Retina, 13-inch, Early 2013)
206
- MacBook Pro (Retina, 13-inch, Early 2015)
207
- MacBook Pro (Retina, 13-inch, Late 2013)
208
- MacBook Pro (Retina, 15-inch, Early 2013)
209
- MacBook Pro (Retina, 15-inch, Late 2013)
210
- MacBook Pro (Retina, 15-inch, Mid 2015)
211
- Makito X Decoder
212
- Media Gateway
213
- MediaLink Controller
214
- MediaSense
215
- Meeting Management
216
- Meeting Server
217
- MegaRAC
218
- Meraki Device
219
- Mercury
220
- Mergepoint
221
- Miniserver
222
- My Book Live
223
- N1913A Power Meter
224
- N5172B Signal Generator
225
- NAM
226
- NAS4Free
227
- NFVIS
228
- NPort
229
- NR900
230
- NTP-2
231
- NTP-RG-1402G
232
- NetScaler Gateway
233
- NetScaler SDX Gateway
234
- NetScreen
235
- NetVR
236
- Netbox
237
- Netscaler Gateway
238
- Network Camera
239
- Network Gateway
240
- Network Node
241
- Network Security Appliance
242
- Nexus 1000V
243
- Nexus Player
244
- Novus UPS
245
- OfficeConnect Switch
246
- OnHub
247
- OpenManage
248
- OpenManage Switch
249
- OpenNAC
250
- Orbi micro
251
- Orbit IP Camera
252
- PCoIP Endpoint Device
253
- PDR M800
254
- PIAF Virtual Appliance
255
- PLAY
256
- PLC-5
257
- Paragon-100G
258
- Photonic Switch
259
- Plug Outdoor
260
- PoliWall
261
- PowerLogic Power Meter
262
- PowerVault 124T
263
- Prime Collaboration Manager
264
- Primergy
265
- Printer
266
- Prosafe Plus
267
- Quad Plus Receiver
268
- R Series
269
- RT31P2
270
- RTU
271
- Rack PDU Card
272
- RadioLinx
273
- Raspberry Pi
274
- ReadyNAS
275
- RecoverPoint
276
- ReeCam
277
- Roku
278
- Room Alert
279
- Roomba
280
- S7 DALI Gateway
281
- SD-WAN
282
- SHDSL Router
283
- SHIELD
284
- SIP Gateway
285
- SIParator Firewall
286
- SL2100
287
- SLS
288
- SPA
289
- SPA112
290
- SPA122
291
- SRP
292
- SV8100
293
- SV9100
294
- ScanFront
295
- Scrutinizer
296
- Sensor
297
- Sentry Switched CDU
298
- ShareLink Pro
299
- Sigma Control 2
300
- SimpliVity OmniStack
301
- Site Recovery Manager
302
- SmartEdge Sensor
303
- Softswitch
304
- SolsticePod
305
- SonicPoint
306
- SoundPoint
307
- Spot
308
- Stealthwatch
309
- Steelhead
310
- Storage Appliance
311
- Sub
312
- Sunny WebBox
313
- SuperStack 3
314
- SuperStack 3 Firewall
315
- SuperStack II
316
- Symmetry EN-2DBC
317
- System Management
318
- TG789vac
319
- TelePresence
320
- TelePresence MCU
321
- Tenable Appliance
322
- Tenable Core
323
- Tetration
324
- Time Capsule
325
- TouchLink Control Panel
326
- UCM6202
327
- UCM6204
328
- UCM6208
329
- UCS Manager
330
- UDS
331
- UPS
332
- USG20-VPN
333
- USG40
334
- USG60
335
- Ultra Door Controller
336
- UniFi Cloud Key
337
- UniFi NVR
338
- UniFi Security Gateway
339
- Univerge
340
- Universal Media Gateway
341
- VBrick Rev
342
- VPN Gateway
343
- Verizon FiOS Router
344
- Video Controller
345
- Vigor
346
- Virtual Connect Manager
347
- Virtual Traffic Manager
348
- Vood
349
- WLAN AP
350
- WNR2000
351
- WebBox
352
- Whiteboard
353
- Wireless Dock
354
- Wireless LAN Controller
355
- Wireless Radio
356
- Wireless Router
357
- XCC
358
- Xfinity Broadband Router
359
- Xserve (Early 2008)
360
- Xserve (Early 2009)
361
- Xserve (Late 2006)
362
- Xserve G4
363
- Xserve G4 (Slot Load)
364
- Xserve G5
365
- Zone Director
366
- airCube
367
- e-STUDIO
368
- iCOM Control Panel
369
- iDRAC
370
- iLO
371
- iLO 3
372
- iLO 4
373
- iMac (20/24-inch, Early 2008)
374
- iMac (21.5-inch, 2017)
375
- iMac (21.5-inch, Late 2012)
376
- iMac (21.5-inch, Late 2013)
377
- iMac (21.5-inch, Late 2015)
378
- iMac (21.5-inch, Mid 2010)
379
- iMac (21.5-inch, Mid 2011)
380
- iMac (21.5-inch, Mid 2014)
381
- iMac (24-inch, Early 2009)
382
- iMac (24-inch, M1, 2021)
383
- iMac (27-inch, Late 2009)
384
- iMac (27-inch, Late 2012)
385
- iMac (27-inch, Late 2013)
386
- iMac (27-inch, Mid 2010)
387
- iMac (27-inch, Mid 2011)
388
- iMac (Retina 4K, 21.5-inch, 2017)
389
- iMac (Retina 4K, 21.5-inch, 2019)
390
- iMac (Retina 4K, 21.5-inch, Late 2015)
391
- iMac (Retina 5K, 27-inch, 2017)
392
- iMac (Retina 5K, 27-inch, 2019)
393
- iMac (Retina 5K, 27-inch, 2020)
394
- iMac (Retina 5K, 27-inch, Late 2015)
395
- iMac (Retina 5K, 27-inch, Mid 2015)
396
- iMac Pro (Retina 5K, Late 2017)
397
- iPad (4th generation)
398
- iPad (5th generation)
399
- iPad (6th generation)
400
- iPad (7th generation)
401
- iPad (8th generation)
402
- iPad (9th generation)
403
- iPad Air
404
- iPad Air (3rd generation)
405
- iPad Air (4th generation)
406
- iPad Air 2
407
- iPad Pro (10.5-inch)
408
- iPad Pro (11-inch)
409
- iPad Pro (11-inch, 2nd generation)
410
- iPad Pro (11-inch, 3rd generation)
411
- iPad Pro (12.9-inch)
412
- iPad Pro (12.9-inch, 2nd generation)
413
- iPad Pro (12.9-inch, 3rd generation)
414
- iPad Pro (12.9-inch, 4th generation)
415
- iPad Pro (9.7-inch)
416
- iPad mini
417
- iPad mini (5th generation)
418
- iPad mini (6th generation)
419
- iPad mini 2
420
- iPad mini 3
421
- iPad mini 4
422
- iPhone
423
- iPhone 11
424
- iPhone 11 Pro
425
- iPhone 11 Pro Max
426
- iPhone 12 5G
427
- iPhone 12 Mini 5G
428
- iPhone 12 Pro 5G
429
- iPhone 12 Pro Max 5G
430
- iPhone 13
431
- iPhone 13 Pro
432
- iPhone 13 Pro Max
433
- iPhone 13 mini
434
- iPhone 3G
435
- iPhone 3GS
436
- iPhone 4
437
- iPhone 4s
438
- iPhone 5
439
- iPhone 5c
440
- iPhone 5s
441
- iPhone 6
442
- iPhone 6 Plus
443
- iPhone 6s
444
- iPhone 6s Plus
445
- iPhone 7
446
- iPhone 7 Plus
447
- iPhone 8
448
- iPhone 8 Plus
449
- iPhone SE
450
- iPhone SE (2020)
451
- iPhone X
452
- iPhone XR
453
- iPhone XS
454
- iPhone XS Max
455
- iPod Touch (1st generation)
456
- iPod Touch (2nd generation)
457
- iPod Touch (3rd generation)
458
- iPod Touch (4th generation)
459
- iPod Touch (5th generation)
460
- iPod Touch (6th generation)
461
- iPod Touch (7th generation)
462
- iSTAR Ultra
463
- vManage
@@ -1,10 +0,0 @@
1
- ARM
2
- ARM64
3
- Alpha
4
- MIPS
5
- MIPS64
6
- PowerPC
7
- Sparc
8
- System/6000
9
- x86
10
- x86_64
@@ -1,77 +0,0 @@
1
- ADSL Modem
2
- ADSL Router
3
- ATM DSL Unit
4
- Alarm Panel
5
- Appliance
6
- Broadband Router
7
- CSU/DSU
8
- Cable Modem
9
- Check Scanner
10
- Copier
11
- DSL Modem
12
- DSLAM
13
- DSU/CSU
14
- DVR
15
- Device Server
16
- Fax Server
17
- Firewall
18
- Frame Relay
19
- HMI Controller
20
- HiPath
21
- Hub
22
- Hypervisor
23
- IDS
24
- IP Camera
25
- IPS
26
- IPTV
27
- KVM
28
- Lights Out Management
29
- Linux
30
- Load Balancer
31
- Mainframe
32
- Management Processor
33
- Media Gateway
34
- Mobile
35
- Monitoring
36
- Multifunction Device
37
- Multiplexer
38
- NAC
39
- NAS
40
- Network
41
- Network Audio
42
- Network Management Device
43
- Network Scanner
44
- Onboard Administrator
45
- PDU
46
- PLC
47
- Point of Sale
48
- Power Device
49
- Print Server
50
- Printer
51
- Remote Access Server
52
- Remote Terminal
53
- Router
54
- SD-WAN Appliance
55
- SIP Device
56
- SIP Gateway
57
- SSL-VPN
58
- Scanner
59
- Security Appliance
60
- Storage
61
- Switch
62
- Tape library
63
- Test Instrument
64
- UPS
65
- USB Server
66
- UnixWare
67
- VPN
68
- Video Conferencing
69
- ViewStation
70
- VoIP
71
- VoIP Gateway
72
- VoIP Switch
73
- WAN Accelerator
74
- WAP
75
- Web Proxy
76
- Wireless Controller
77
- Wireless Presenter