recog 2.3.21 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +42 -16
  4. data/Rakefile +2 -9
  5. data/lib/recog/db.rb +2 -1
  6. data/lib/recog/db_manager.rb +1 -1
  7. data/lib/recog/fingerprint.rb +33 -6
  8. data/lib/recog/fingerprint_parse_error.rb +10 -0
  9. data/lib/recog/verifier.rb +9 -9
  10. data/lib/recog/verify_reporter.rb +17 -6
  11. data/lib/recog/version.rb +1 -1
  12. data/{bin → recog/bin}/recog_match +0 -1
  13. data/{xml → recog/xml}/apache_modules.xml +0 -0
  14. data/{xml → recog/xml}/apache_os.xml +98 -56
  15. data/{xml → recog/xml}/architecture.xml +15 -1
  16. data/recog/xml/dhcp_vendor_class.xml +206 -0
  17. data/{xml → recog/xml}/dns_versionbind.xml +16 -13
  18. data/{xml → recog/xml}/favicons.xml +297 -47
  19. data/{xml → recog/xml}/fingerprints.xsd +9 -1
  20. data/{xml → recog/xml}/ftp_banners.xml +160 -156
  21. data/{xml → recog/xml}/h323_callresp.xml +101 -101
  22. data/{xml → recog/xml}/hp_pjl_id.xml +84 -84
  23. data/{xml → recog/xml}/html_title.xml +727 -34
  24. data/{xml → recog/xml}/http_cookies.xml +160 -77
  25. data/{xml → recog/xml}/http_servers.xml +556 -283
  26. data/{xml → recog/xml}/http_wwwauth.xml +190 -75
  27. data/{xml → recog/xml}/imap_banners.xml +5 -5
  28. data/{xml → recog/xml}/ldap_searchresult.xml +0 -0
  29. data/{xml → recog/xml}/mdns_device-info_txt.xml +389 -26
  30. data/{xml → recog/xml}/mdns_workstation_txt.xml +0 -0
  31. data/{xml → recog/xml}/mysql_banners.xml +1 -1
  32. data/{xml → recog/xml}/mysql_error.xml +0 -0
  33. data/{xml → recog/xml}/nntp_banners.xml +11 -8
  34. data/{xml → recog/xml}/ntp_banners.xml +97 -97
  35. data/{xml → recog/xml}/operating_system.xml +95 -80
  36. data/{xml → recog/xml}/pop_banners.xml +23 -23
  37. data/{xml → recog/xml}/rsh_resp.xml +3 -3
  38. data/{xml → recog/xml}/rtsp_servers.xml +0 -0
  39. data/{xml → recog/xml}/sip_banners.xml +43 -5
  40. data/{xml → recog/xml}/sip_user_agents.xml +175 -27
  41. data/{xml → recog/xml}/smb_native_lm.xml +5 -5
  42. data/{xml → recog/xml}/smb_native_os.xml +25 -25
  43. data/{xml → recog/xml}/smtp_banners.xml +147 -146
  44. data/{xml → recog/xml}/smtp_debug.xml +0 -0
  45. data/{xml → recog/xml}/smtp_ehlo.xml +1 -1
  46. data/{xml → recog/xml}/smtp_expn.xml +0 -0
  47. data/{xml → recog/xml}/smtp_help.xml +11 -11
  48. data/{xml → recog/xml}/smtp_mailfrom.xml +0 -0
  49. data/{xml → recog/xml}/smtp_noop.xml +2 -2
  50. data/{xml → recog/xml}/smtp_quit.xml +0 -0
  51. data/{xml → recog/xml}/smtp_rcptto.xml +0 -0
  52. data/{xml → recog/xml}/smtp_rset.xml +0 -0
  53. data/{xml → recog/xml}/smtp_turn.xml +0 -0
  54. data/{xml → recog/xml}/smtp_vrfy.xml +0 -0
  55. data/{xml → recog/xml}/snmp_sysdescr.xml +1570 -1430
  56. data/{xml → recog/xml}/snmp_sysobjid.xml +38 -27
  57. data/{xml → recog/xml}/ssh_banners.xml +16 -10
  58. data/{xml → recog/xml}/telnet_banners.xml +238 -21
  59. data/{xml → recog/xml}/tls_jarm.xml +56 -6
  60. data/{xml → recog/xml}/x11_banners.xml +3 -3
  61. data/{xml → recog/xml}/x509_issuers.xml +49 -1
  62. data/{xml → recog/xml}/x509_subjects.xml +139 -38
  63. data/recog.gemspec +9 -5
  64. data/spec/data/external_example_fingerprint/hp_printer_ex_01.txt +1 -0
  65. data/spec/data/external_example_fingerprint/hp_printer_ex_02.txt +1 -0
  66. data/spec/data/external_example_fingerprint.xml +8 -0
  67. data/spec/data/external_example_illegal_path_fingerprint.xml +7 -0
  68. data/spec/lib/recog/db_spec.rb +84 -61
  69. data/spec/lib/recog/fingerprint_spec.rb +4 -4
  70. data/spec/lib/recog/verify_reporter_spec.rb +73 -4
  71. data/spec/spec_helper.rb +4 -0
  72. metadata +65 -134
  73. data/.github/ISSUE_TEMPLATE/bug_report.md +0 -37
  74. data/.github/ISSUE_TEMPLATE/feature_request.md +0 -17
  75. data/.github/ISSUE_TEMPLATE/fingerprint_request.md +0 -27
  76. data/.github/PULL_REQUEST_TEMPLATE +0 -24
  77. data/.github/SECURITY.md +0 -35
  78. data/.github/workflows/ci.yml +0 -26
  79. data/.gitignore +0 -23
  80. data/.rspec +0 -3
  81. data/.ruby-gemset +0 -1
  82. data/.ruby-version +0 -1
  83. data/.snyk +0 -10
  84. data/.travis.yml +0 -25
  85. data/CONTRIBUTING.md +0 -270
  86. data/bin/recog_cleanup +0 -16
  87. data/bin/recog_export +0 -81
  88. data/bin/recog_standardize +0 -148
  89. data/bin/recog_verify +0 -64
  90. data/cpe-remap.yaml +0 -343
  91. data/features/data/failing_banners_fingerprints.xml +0 -20
  92. data/features/data/matching_banners_fingerprints.xml +0 -23
  93. data/features/data/multiple_banners_fingerprints.xml +0 -32
  94. data/features/data/no_tests.xml +0 -3
  95. data/features/data/sample_banner.txt +0 -2
  96. data/features/data/successful_tests.xml +0 -18
  97. data/features/data/tests_with_failures.xml +0 -20
  98. data/features/data/tests_with_warnings.xml +0 -17
  99. data/features/match.feature +0 -36
  100. data/features/support/aruba.rb +0 -3
  101. data/features/support/env.rb +0 -6
  102. data/features/verify.feature +0 -48
  103. data/identifiers/README.md +0 -70
  104. data/identifiers/fields.txt +0 -104
  105. data/identifiers/hw_device.txt +0 -78
  106. data/identifiers/hw_family.txt +0 -113
  107. data/identifiers/hw_product.txt +0 -410
  108. data/identifiers/os_architecture.txt +0 -10
  109. data/identifiers/os_device.txt +0 -75
  110. data/identifiers/os_family.txt +0 -233
  111. data/identifiers/os_product.txt +0 -340
  112. data/identifiers/service_family.txt +0 -249
  113. data/identifiers/service_product.txt +0 -752
  114. data/identifiers/vendor.txt +0 -798
  115. data/lib/recog/verifier_factory.rb +0 -13
  116. data/misc/convert_mysql_err +0 -61
  117. data/misc/order.xsl +0 -17
  118. data/requirements.txt +0 -2
  119. data/spec/lib/fingerprint_self_test_spec.rb +0 -174
  120. data/update_cpes.py +0 -250
@@ -1,798 +0,0 @@
1
- 3CX
2
- 3Com
3
- 8x8 Inc.
4
- A.K.I Software
5
- ACME
6
- ACT Security
7
- ADB
8
- ADC
9
- ADTRAN
10
- AIOHTTP Project
11
- ALCATEL
12
- ALT
13
- ALU
14
- AMAG Technology
15
- AMI
16
- AMTDatasouth
17
- ANNKE
18
- APC
19
- ARRIS
20
- ASUS
21
- AT&T - GBCS
22
- AT&T Laboratories Cambridge
23
- AT&T Starpoint
24
- AT&T Worldworx
25
- ATEN
26
- ATG
27
- ATL Telecom Limited
28
- ATT
29
- AVM
30
- AVT
31
- AVTECH
32
- AXIS
33
- Aastra
34
- Accelerated Technology
35
- AdGuard
36
- Adaptec
37
- Adobe
38
- Adtran
39
- Aerohive
40
- Agere Systems
41
- Agilent
42
- AirDefense
43
- AirMagnet
44
- Airties
45
- Akamai
46
- Algo
47
- AlienVault
48
- Allegro Software
49
- Allen-Bradley
50
- Allied Telesyn
51
- Alpha Telecom, Inc. U.S.A.
52
- Alpine
53
- Alt-N
54
- Amazon
55
- AnalogX
56
- Android Debug Database
57
- AnyBus
58
- Apache
59
- Apple
60
- Aprelium Technologies
61
- ArGoSoft
62
- Arachni
63
- Araknis Networks
64
- Arch
65
- Arescom
66
- Array Networks
67
- Artisoft Inc.
68
- Aruba Networks
69
- Ascend
70
- Ascom
71
- Asentria
72
- Asianux
73
- Aspect Communications
74
- Aspen
75
- Asterisk
76
- Asus
77
- Atlassian
78
- Atrium Software
79
- Attachmate
80
- Attivio
81
- AudioCodes
82
- Avaya
83
- Avery Dennison
84
- Avigilon
85
- Avleen Vig
86
- Avocent
87
- Axis
88
- Axonius
89
- Axway
90
- Azul Systems
91
- BEA
92
- BT
93
- Bandura Labs
94
- Bangteng
95
- Barco
96
- Barracuda
97
- Berkeley Software Design Inc.
98
- Bftpd Project
99
- Bigfoot
100
- Bitvise
101
- Blue Coat
102
- BlueCat
103
- Boa
104
- Bomgar
105
- Bosch
106
- Bose
107
- BrightSign
108
- British Telecommunications
109
- Broadcom
110
- Brocade
111
- Brother
112
- Buffalo
113
- C&D Technologies
114
- C-Phone Corporation
115
- CA
116
- CDVI
117
- CSM
118
- Cabletron
119
- CaddyServer
120
- Calibre-Web Project
121
- Calient
122
- Calnex
123
- Cambium Networks
124
- Canon
125
- Carnegie Mellon University
126
- Castelle
127
- Caucho
128
- Celery
129
- Cellopoint
130
- CentOS
131
- CentOS WebPanel
132
- Ceph
133
- Cesanta
134
- Chainpoint
135
- Check Point
136
- Checkpoint
137
- Cherokee Project
138
- CherryPy
139
- Ciena
140
- Cintech Tele-Management
141
- Cirilium, Inc.
142
- Cisco
143
- Citrix
144
- Clarent Corporation
145
- CleanBrowsing
146
- Clearswift
147
- Cleo
148
- Clipcomm
149
- CloudFlare
150
- CloudLinux
151
- Cloudera
152
- Cobalt
153
- Cockroach Labs
154
- Codian
155
- Colin Harrison
156
- Comcast
157
- Communigate
158
- Compaq
159
- Compression Labs
160
- Compuprint
161
- Compuware
162
- Conectiva
163
- Conexant
164
- Congruency, Inc.
165
- ConnectWise
166
- Couchbase
167
- Cradlepoint
168
- Crestron
169
- Critical Path
170
- CrushFTP
171
- CrystalVoice Communications
172
- Cumulus
173
- Cyberoam
174
- D J Bernstein
175
- D-Link
176
- DD-WRT
177
- DEC
178
- Dahua
179
- Dan Kaminsky
180
- Data Connection
181
- Data Domain
182
- Data General
183
- Datalogic Mobile
184
- Datamax
185
- DeTeWe - Deutsche Telephonwerke AG
186
- Debian
187
- Dell
188
- Deutsche Telekom
189
- Device42
190
- Dialogic
191
- Digi
192
- Digitronic Computersysteme GmbH
193
- Digium
194
- DirectLOGIC
195
- DocuWiki
196
- Dokuwiki
197
- Double Precision
198
- Dovecot
199
- Dr. Neuhaus Mikroelektronik
200
- DrayTek
201
- Dreamhost
202
- Dropbear SSH Project
203
- Drupal
204
- Duo
205
- EFI
206
- ELAN
207
- EMC
208
- EMWAC
209
- ERIS
210
- Eagle Eye Networks
211
- Eaton
212
- Ecelerity
213
- Eclipse
214
- Ektron
215
- Elastic
216
- Eltek
217
- EmbedThis
218
- Embedthis
219
- Emby
220
- Emerson
221
- Emulex
222
- Encode
223
- Enterasys
224
- Envoy Proxy
225
- Epson
226
- EqualLogic
227
- Equivalence (OpenH323)
228
- Ericsson
229
- Eudora
230
- ExtraHop
231
- Extreme Networks
232
- Extron
233
- F5
234
- FUHO
235
- FUJI XEROX
236
- Facebook
237
- FarSite Communications
238
- FatWire
239
- Fedora Project
240
- Ferrari Electronik GmbH
241
- Fidelis
242
- Fidelix
243
- Filezilla-Project
244
- FireEye
245
- Firefly
246
- Floosietek
247
- FlowPoint
248
- Flussonic
249
- Flyspray
250
- Folding@home
251
- Fortinet
252
- Foscam
253
- Foundry
254
- Foundry Networks
255
- FreeBSD
256
- FreePBX
257
- FreeSWITCH
258
- Fuji Xerox
259
- Fujitsu
260
- Fujitsu Siemens
261
- GDM
262
- GFI
263
- GNU
264
- GPT Video Systems
265
- GStreamer
266
- GarrettCom
267
- Gene6
268
- General Dynamics
269
- Genesys Telecommunications Labs Inc
270
- Genetec
271
- Genivia
272
- Genscape
273
- Gentoo
274
- Gerrit
275
- Gigamon
276
- GitHub
277
- GitLab
278
- Gitea
279
- Global Technology Associates
280
- GlobalScape
281
- Gogs
282
- Google
283
- Gordano
284
- Grafana
285
- Grandstream
286
- Graylog
287
- Greenbone
288
- Greenwave Systems
289
- Greyware Automation Products, Inc.
290
- Gude
291
- Gunicorn
292
- H3C
293
- HAProxy
294
- HP
295
- HPE
296
- Hadoop
297
- Haivision
298
- Hak5
299
- Hanwha Techwin
300
- HashiCorp
301
- Hauni Elektronik
302
- HeiTel
303
- HiSilicon
304
- Hikvision
305
- HipServ
306
- Hipcam
307
- Honeywell
308
- Huawei
309
- Huawei-3com
310
- Hubitat
311
- Hummingbird Ltd.
312
- IBHsofte
313
- IBM
314
- INDECT
315
- IQinVision
316
- ISC
317
- ISDN Communications
318
- ITO Communications
319
- Idea
320
- Ignite Realtime
321
- ImageCom
322
- Imagistics
323
- Inari Inc.
324
- Incognito
325
- Indigo Active Vision Systems
326
- Indigo Security
327
- Inductive Automation
328
- InfluxData
329
- Ingate
330
- Intel
331
- Intermec
332
- Internet Archive
333
- Inveo
334
- Ipswitch
335
- Isilon
336
- Istio
337
- JFrog
338
- Jamf
339
- Jellyfin
340
- Jenkins
341
- JetBrains
342
- Juniper
343
- Jupyter
344
- KACE
345
- Kaeser Compressors
346
- Kali
347
- Kamailio
348
- Kaptivo
349
- Keenetic
350
- Kerio
351
- Keweon
352
- Keyper
353
- Keysight
354
- Kodi
355
- Konftel
356
- Kong
357
- Konica Minolta
358
- Kubernetes
359
- Kubuntu
360
- Kyocera
361
- Kyocera Mita
362
- LANCOM Systems
363
- LANDesk
364
- LINX
365
- Labtam
366
- Lanier
367
- Lansweeper
368
- Lantronix
369
- Leadtek Research Inc.
370
- Lencore
371
- Lenel
372
- Lenovo
373
- Lexmark
374
- LibreNMS
375
- Liebert
376
- Lifesize
377
- LigoWave
378
- Ligowave
379
- Linksys
380
- Linux
381
- LiteSpeed Technologies
382
- LiveWorks Limited
383
- Logitech
384
- Lotus
385
- Loxone
386
- Lucent
387
- Lynx Technology
388
- Lyris
389
- MBP Kommunikationssysteme GmbH
390
- MPI Technologies
391
- MPS Software
392
- MRV Communications
393
- Ma Jian
394
- Macromedia
395
- Madge
396
- MagTek
397
- Mail-Max
398
- MailEnable
399
- ManageEngine
400
- Mandriva
401
- Marconi Communications
402
- MariaDB
403
- Mbedthis Software
404
- McAfee
405
- Media5 Corporation
406
- MediaGate
407
- Mediatrix Telecom
408
- Merak
409
- Mercury Security
410
- Merit LILIN
411
- Mersive
412
- MetaInfo
413
- Metabase
414
- MiBridge Inc.
415
- Michael Tokarev
416
- MicroStrategy
417
- Microplex
418
- Microsoft
419
- MikroTik
420
- MiniUPnP Project
421
- Mirapoint
422
- Mitel
423
- Mobatek
424
- Mobotix
425
- Mocana
426
- MoinMoin
427
- Moodle
428
- Mort Bay
429
- Motion Media Technology
430
- Motorola
431
- Moxa
432
- Mozilla
433
- MultiTech
434
- Multicraft
435
- Munin
436
- NACT Telecommunications
437
- NAGRA
438
- NAS4Free
439
- NEC
440
- NFT
441
- NLnet Labs
442
- NTP
443
- NVIDIA
444
- Nagios
445
- NcFTP Software
446
- Neoscale
447
- Nero
448
- Net-SNMP
449
- NetApp
450
- NetBSD
451
- NetBotz
452
- NetData
453
- NetIQ
454
- NetSarang Computer, Inc.
455
- NetWin
456
- Netgear
457
- Netia
458
- Netopia
459
- Netreon
460
- Netrix Corporation
461
- Netscape
462
- Netscape Conference
463
- Netwave
464
- Network Alchemy Limited
465
- Network Equipment Technologies
466
- Neustar
467
- Nextcloud
468
- Nokia
469
- Nokia-Siemens
470
- Nominum
471
- Nortel
472
- Norton
473
- Novell
474
- OPNsense
475
- Objective Communications
476
- Observium
477
- Oce
478
- Octopus
479
- Oki
480
- Okidata
481
- Open Text
482
- OpenBSD
483
- OpenLDAP
484
- OpenMediaVault
485
- OpenNAC
486
- OpenResty
487
- OpenSER
488
- OpenSIPS
489
- OpenSUSE
490
- OpenStack
491
- OpenVMS
492
- OpenVPN
493
- OpenWRT
494
- OpenWall
495
- Opengear
496
- Oracle
497
- Overland
498
- Oversee
499
- PHP
500
- PIAF
501
- PLD
502
- PRTG
503
- Pagoo, Inc.
504
- PalletsProjects
505
- Palm
506
- Palo Alto Networks
507
- Panasonic
508
- Panduit
509
- Paradyne
510
- Parallels
511
- Paramiko
512
- Paul Smith Computer Services
513
- Pelco
514
- Percona
515
- Perl
516
- Phacility
517
- Philips
518
- Philips Video Conferencing Systems
519
- Pi-hole
520
- PictureTel
521
- Plain Black
522
- Plex
523
- Plixer
524
- Polatis
525
- Polycom
526
- Portainer
527
- Postfix
528
- Power Measurement Ltd.
529
- PowerDNS
530
- PowerWare
531
- Pragma Systems
532
- Pro Group
533
- ProFTPD Project
534
- Process Software
535
- Progress
536
- Prometheus
537
- Pronet
538
- Proxmox
539
- Pulse Secure
540
- Pure Storage
541
- PureFTPd
542
- Python Software Foundation
543
- Q-SYS
544
- QNAP
545
- QNAP Systems
546
- QPC Software
547
- Qualcomm
548
- Quintum Technologies, Inc.
549
- RADVision, Inc.
550
- RIPE
551
- RSI
552
- RStudio
553
- RabbitMQ
554
- Rapid7
555
- Raritan
556
- Raspbian
557
- RealMedia
558
- RealNetworks
559
- RealVNC Ltd.
560
- Rectifier Technologies
561
- Red Hat
562
- Redback Networks
563
- Redmine
564
- Rhino Software
565
- Ricoh
566
- Ridgeway Systems and Software
567
- Rifatron
568
- Riverbed
569
- Riverstone
570
- Rockliffe
571
- Rockwell Automation
572
- Rohde & Schwarz
573
- Roku
574
- Roxen
575
- Ruby-Lang
576
- Ruckus
577
- Ruijie
578
- Rundeck
579
- S2
580
- SABnzbd
581
- SAP
582
- SATO
583
- SBLIM
584
- SCO
585
- SEH Technology
586
- SGI
587
- SMA
588
- SMA Solar Technology Ag
589
- SMC Networks
590
- SPIP
591
- SSH Communications Security
592
- STARFACE GmhH
593
- SUSE
594
- SafeNet
595
- Sage
596
- Samba
597
- Samsung
598
- Sangoma
599
- SapporoWorks
600
- Satelitech
601
- Savin
602
- Scalix
603
- Schneider Rundfunkwerke AG
604
- Science Dynamics Corporation
605
- Science Logic
606
- Scientific
607
- ScriptLogic
608
- Seagate
609
- Seattle Labs
610
- SecureConnect
611
- Segger
612
- Sendmail
613
- Sequent
614
- Sercomm
615
- Serome Technology, Inc.
616
- Serv-U
617
- ServerTech
618
- Sharp
619
- ShellInABox
620
- Shenzhen Reecam Tech. Ltd.
621
- ShoreTel
622
- Siebel
623
- Siemens
624
- SiliconDust
625
- Silver Peak
626
- Siqura
627
- Slackware
628
- SmoothWall
629
- SnapServer
630
- Sofrel
631
- Softing
632
- SolarWinds
633
- SonarQube
634
- SonicWall
635
- Sonos
636
- Sony
637
- Sophos
638
- Source Technologies
639
- Sphera
640
- Spiceworks
641
- Spirent Communications
642
- SpliceCom
643
- Splunk
644
- Squid Cache
645
- Standard Networks
646
- StarNet Communications Corp.
647
- StarVox, Inc.
648
- StartCom
649
- Steinsvik
650
- Strategic Cyber LLC
651
- StreamComm
652
- SuSE
653
- Sun
654
- Super Micro
655
- Swagger
656
- Swissvoice
657
- Sybase
658
- Symantec
659
- Symbol
660
- Symbol Technologies Inc.
661
- Symplified
662
- Synacor
663
- Syndeo Corp.
664
- Synology
665
- SysMaster Corporation
666
- Systech
667
- TIS
668
- TLD
669
- TP-LINK
670
- TRENDnet
671
- TVersity
672
- TYPO3
673
- Tableau
674
- Tandberg
675
- Taobao
676
- Tasman Networks
677
- Technicolor
678
- Tektronix
679
- Teldat H. Kruszynski, M. Cichocki Sp. J.
680
- TeleStream Technologies, Inc.
681
- TeleWare
682
- Telliris
683
- Telxon Corporation
684
- Tenable
685
- Tencent
686
- Thekelleys
687
- Thomson
688
- TigerVNC
689
- TightVNC
690
- Tildeslash
691
- Tilgin
692
- Tintro
693
- Tinyproxy Project
694
- Tivo
695
- Tobit Software
696
- Tokutek
697
- Tor Project
698
- TornadoWeb
699
- Toshiba
700
- Traefik Labs
701
- Treck
702
- Tridium
703
- Troy
704
- Truen
705
- Trustix
706
- Turbolinux
707
- Twisted Matrix Labs
708
- TwistedMatrix
709
- UNIX
710
- Ubee
711
- Ubiquiti
712
- Ubuntu
713
- UnboundID
714
- Unica
715
- Unisys
716
- UnitedLinux
717
- VMware
718
- VTEL
719
- VanDyke Software
720
- Vanguard Managed Solutions
721
- Varnish-cache
722
- VcXsrv
723
- Vegastream
724
- Vermillion
725
- Vertical Networks, Inc.
726
- ViaVideo/PolyCom
727
- VideoServer
728
- Vignette
729
- Vine
730
- Vircom
731
- Visuality Systems
732
- Vizio
733
- VocalTec Communications, Inc.
734
- Västgöta-Data AB
735
- WFTPServer
736
- WRQ, Inc.
737
- Washington University
738
- WatchGuard
739
- WeOnlyDo
740
- WebTrends
741
- Webmin
742
- Westbay Engineers
743
- Westell
744
- Western Digital
745
- White Box
746
- Wildix
747
- Wind River
748
- Wowza
749
- Wowza Media Systems
750
- X.Org
751
- XAMPP
752
- XFree86
753
- XRoads
754
- Xerox
755
- Xiongmai Tech
756
- Xiph
757
- Xiph.org
758
- Xitami
759
- Xlight
760
- Xubuntu
761
- Xyplex
762
- Xytronix
763
- Yamaha
764
- Yealink
765
- Yocto
766
- Youngzsoft
767
- ZMailer
768
- ZTE
769
- Zabbix
770
- ZebraNet
771
- Zed Shaw
772
- Zyxel
773
- aCola
774
- axTLS Project
775
- cPanel
776
- cz.nic
777
- enGenius
778
- estos
779
- etherpad
780
- exim
781
- gdnsd
782
- home.pl
783
- i.LON
784
- iTach
785
- innovaphone
786
- libssh
787
- lighttpd
788
- mod_ssl
789
- mod_wsgi
790
- nginx
791
- ninenines
792
- noVNC
793
- ownCloud
794
- pfSense
795
- port25
796
- qmail
797
- rPath
798
- vsFTPd Project