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,752 +0,0 @@
1
- .NET CLR
2
- .NET Remoting
3
- 11000 Series Content Service Switch
4
- 2wire
5
- 389 Directory Server
6
- 3CX Web Server
7
- 4690 FTP Server
8
- ADAudit Plus
9
- AIOHTTP
10
- AOS
11
- APIC
12
- ARRIS
13
- ASM
14
- ASP.NET
15
- Abyss Web Server X1
16
- Abyss Web Server X2
17
- Access Manager
18
- Active Directory Controller
19
- Active Intelligence Engine
20
- ActiveMQ
21
- AdGuard Home
22
- AirTunes
23
- Airflow
24
- Alteon Web Switch
25
- Android Debug Database
26
- AnswerX
27
- Antivirus for Gateways
28
- Apache Tomcat HTTP Connector
29
- AppleShare IP Mail Server
30
- Application Load Balancer
31
- Application Protection System, Enterprise
32
- Application Server Portal
33
- Application Server Web Cache
34
- Appweb
35
- Arachni
36
- Artifactory
37
- Aspen
38
- Aura Communication Manager
39
- AuthServ
40
- Authoritative Server
41
- Avahi
42
- Azure App Service on Azure Stack
43
- BIG-IP LTM
44
- BIND
45
- BRCM400
46
- Bftpd
47
- Bigfoot Email Tools
48
- BlackJumboDog
49
- BladeSystems
50
- Boa
51
- Bugzilla
52
- CCProxy
53
- CMS
54
- CMS400.NET
55
- CMailServer
56
- CODA
57
- CRM
58
- CUPS
59
- CacheServe
60
- Caddy
61
- CakePHP
62
- Calibre-Web
63
- CallPilot
64
- Celerra
65
- CentOS Directory Server
66
- CentOS Web Panel
67
- Cherokee
68
- CherryPy
69
- Chronograf
70
- ClearPass Policy Manager
71
- Cloud C2
72
- CloudFlare Load Balancer
73
- CloudFront Load Balancer
74
- Cobalt Strike Listener
75
- CockroachDB
76
- Code Review
77
- ColdFusion
78
- Collaboration Server
79
- Commerce Server
80
- Communication Broker
81
- Communigate Pro
82
- Confluence
83
- Connect
84
- ConnectUPS
85
- Consul
86
- Content Server
87
- Control
88
- CouchDB
89
- Couchbase Server
90
- Courier IMAP
91
- Courier POP
92
- Cowboy
93
- Coyote
94
- Cross Web Server
95
- CrushFTP Web Interface
96
- Cygwin X Server Project
97
- Cyrus IMAP
98
- Cyrus POP
99
- DEC eXcursion X Server
100
- DNS
101
- DNS Server
102
- DSView
103
- Dashboard
104
- Data Connection Directory
105
- Deploy
106
- Desktop
107
- Desktop Authority
108
- Desktop Central
109
- Device Manager
110
- Director
111
- Directory Server
112
- Dnsmasq
113
- DocuWiki
114
- Dokuwiki
115
- Domain Time II
116
- Domino LDAP Server
117
- Dovecot
118
- Drive
119
- Dropbear SSH
120
- Druid
121
- Dynamo
122
- E-mail Firewall
123
- E-mail Services
124
- ESMTP
125
- EWS
126
- Ecelerity Mail Server
127
- Elastic Load Balancer
128
- Elastic Load Balancing
129
- EmWeb
130
- Email Appliance
131
- Email Security
132
- Email Security Gateway
133
- Embedded SSH Server
134
- Endpoint Protection Manager
135
- Enterprise
136
- Envoy
137
- Exchange 2000 Server
138
- Exchange 2003 Server
139
- Exchange 2007 Server
140
- Exchange Server
141
- Exchange Server 5.5
142
- Expressway
143
- FTGate
144
- FTP
145
- FTP Daemon
146
- FTP Server
147
- FTPD
148
- FUPPES
149
- FWTK
150
- FastTrack Server
151
- Fiery Print Server
152
- FileZilla Server
153
- Firewall-1
154
- Fireware XTM
155
- Fisheye
156
- Flink
157
- Flower
158
- Flussonic Media Server
159
- Flyspray
160
- FortiVoice
161
- FortressSSH Server
162
- FreSSH
163
- FreeSWITCH
164
- Fusion Middleware
165
- GHost
166
- GNAT Box
167
- GStreamer RTSP Server
168
- Gateway
169
- Gerrit
170
- GitLab
171
- Gitea
172
- GlassFish Server
173
- GoAhead Webserver
174
- Gogs
175
- Google Front End
176
- Google Web Services
177
- Grafana
178
- Graylog
179
- GroupWise
180
- Gunicorn
181
- HAProxy
182
- HAProxy Stats Server
183
- HTTP
184
- HTTP Server
185
- HTTPD
186
- Hadoop Web Admin
187
- Help Desk Server
188
- Hikvision Web Server
189
- Horizon
190
- HttpProxy
191
- Hummingbird Exceed X server
192
- IBM Domino
193
- IIS
194
- IMail Server
195
- IOS
196
- IPVA
197
- ISEE
198
- Icecast
199
- Idea Web Server
200
- Ignition Gateway
201
- InfluxDB
202
- InsightVM
203
- Integrated Lights Out Manager
204
- Intel(R) Active Management Technology
205
- Intel(R) Standard Manageability
206
- Internet Directory Server
207
- Internet Graphics Server
208
- Internet Mail Scanner
209
- Internet Mail Server
210
- Internet Mail Services
211
- IntraStore
212
- JBoss AS
213
- JBoss EAP
214
- JBossWeb
215
- JC-HTTPD
216
- JC-SHTTPD
217
- JRun
218
- JServ
219
- James
220
- Jamf Pro
221
- Java System Application Server
222
- Java System Application Server Platform Edition
223
- Java System Web Proxy Server
224
- Java System Web Server
225
- Jenkins
226
- JetDirect
227
- Jetty
228
- Jira
229
- Joom!Fish
230
- KM FTPD
231
- KM-MFP-HTTP
232
- Kamailio
233
- Kangle
234
- Kerio Connect
235
- Kerio Control
236
- Kestrel web server
237
- Kibana
238
- Kiwi Syslog
239
- Knot DNS
240
- Kubernetes
241
- LDAP Agent for eDirectory
242
- LDAP Server
243
- LLBServer
244
- Lansweeper
245
- LibreNMS
246
- License Manager
247
- Licensing Manager
248
- Lightweight Directory Server
249
- ListManager
250
- LiteSpeed Web Server
251
- Lotus Domino
252
- Lotus Expeditor Server
253
- Lotus Sametime
254
- Lync Server
255
- MAILsweeper
256
- MDaemon
257
- MERCUR
258
- MOVEit DMZ
259
- Mail Security for SMTP
260
- Mail Server
261
- Mail-Max
262
- MailEnable
263
- MailSite
264
- Management Agent
265
- Management Console
266
- Management Server
267
- Management Service
268
- MariaDB
269
- Mastodon
270
- MaxScale
271
- Media Server
272
- MediaSense
273
- Mercury Mail Transport System
274
- Merlin
275
- Messaging Gateway
276
- Messaging Server
277
- MetaDirectory Server
278
- Metabase
279
- Metasploit
280
- MiniDLNA
281
- MiniUPnPd
282
- MobaXterm
283
- MoinMoin
284
- Mongoose
285
- Mongrel
286
- Monit
287
- Moodle
288
- MultiNet
289
- Multicraft
290
- Munin
291
- MySQL
292
- MySQL Proxy
293
- NGINX Ingress Controller
294
- NNTP
295
- NQ
296
- NTMail
297
- NTP
298
- Nagios Log Server
299
- Nagios Network Analyzer
300
- NcFTPd Server
301
- Nepenthes
302
- Nessus
303
- Net-DK Web Server
304
- NetCache
305
- NetData
306
- NetSarang XManager
307
- NetScaler
308
- NetScaler Gateway
309
- NetScaler Insight Center
310
- NetScaler SDX Gateway
311
- NetScreen
312
- NetTracker
313
- NetVanta
314
- NetWare Enterprise Web Server
315
- NetWare HTTP Server
316
- NetWare HTTP Stack
317
- NetWeaver AS ABAP
318
- NetWeaver Application Server
319
- NetWeaver Application Server Java
320
- NetWeaver Internet Communication Manager
321
- NetWeaver Web AS
322
- Netscaler
323
- Network Monitor
324
- Network Printer Manager
325
- Nexpose
326
- Nextcloud Server
327
- Nexus Repository Manager
328
- Niagara AX
329
- Node
330
- Notebook
331
- Nucleus SNMP Agent
332
- Observium
333
- OpManager
334
- Open Directory
335
- Open Stack Platform Director
336
- OpenAdStream
337
- OpenEdge Explorer
338
- OpenFire
339
- OpenLDAP
340
- OpenManage
341
- OpenMediaVault
342
- OpenResty
343
- OpenSER
344
- OpenSIPS
345
- OpenSMTPD
346
- OpenSSH
347
- OpenText Exceed
348
- OpenVMS
349
- OpenVPN Access Server
350
- OpenView
351
- Oracle Application Server Containers
352
- Orion Platform
353
- Outlook Web Access
354
- OzymanDNS
355
- PA Firewall
356
- PBX
357
- PHP
358
- PMS
359
- PMail Server
360
- PWS
361
- Panorama Server
362
- Paramiko
363
- Percona Server
364
- Perl
365
- Phabricator
366
- Phusion Passenger
367
- Pi-hole
368
- Platform Services Controller
369
- Plesk
370
- Portainer
371
- Post.Office
372
- Postfix
373
- Power IQ
374
- PowerMTA
375
- ProFTPD
376
- ProRat
377
- Prometheus
378
- Proxy
379
- Proxygen
380
- Pulse Connect Secure
381
- Pure-FTPd
382
- QTSS
383
- QVT/Net
384
- Qpopper
385
- RT
386
- Rapid Logic
387
- RealServer
388
- RealVNC
389
- Recursor
390
- Red Hat Directory Server
391
- Redmine
392
- Reflection
393
- Reflection for Secure IT
394
- ReflectionX
395
- RemoteView
396
- Resin
397
- Resolver
398
- Reverse Channel Proxy
399
- RomPager
400
- RomSShell
401
- Rundeck
402
- Rundeck Enterprise
403
- S3
404
- S7/S5 OPC Server
405
- SABnzbd
406
- SAP Message Server
407
- SCO X server
408
- SIP Stack
409
- SIPPS IP Phone
410
- SLMail
411
- SMH
412
- SMTP
413
- SNMP Agent
414
- SPIP
415
- SQL Anywhere
416
- SSH
417
- SSH Secure Shell
418
- SSH Server
419
- SSH Tectia Server
420
- SSL-VPN
421
- STARFACE PBX
422
- STUN Server
423
- SWAT
424
- Sage X3 Syracuse Web Server
425
- Samba
426
- Search
427
- Secure FTP Server
428
- Secure Global Desktop
429
- Secure Tencent Gateway
430
- SecureTransport
431
- Security Center
432
- Security Directory Server
433
- Security Scanner
434
- Sendmail
435
- Sentinel Keys Server
436
- Sentinel Protection Server
437
- Serv-U
438
- Serv-U FTP Server
439
- ShellInABox
440
- SimpleDB
441
- SimpleHTTP
442
- Site Recovery Manager
443
- Skype for Business
444
- SmartDNS
445
- SmartSense Tool
446
- SmbFTPD
447
- Snowball
448
- SonarQube
449
- SpeedTouch
450
- Splunk
451
- Squeezebox
452
- Squid
453
- StarNet X-Win32
454
- Streaming Engine
455
- Stronghold
456
- Sun Directory Proxy Server
457
- Sun Directory Server
458
- Sun Java System Directory Server
459
- Sun ONE Directory Server
460
- Sunny WebBox
461
- SurgeFTP
462
- Swagger UI
463
- Sync Gateway
464
- TBS FTP Server
465
- TCP/IP
466
- TCPIP POP server
467
- TUX Web Server
468
- Tableau Server
469
- TeamCity
470
- Tengine
471
- TestCenter IQ
472
- Thin
473
- TigerVNC
474
- Tinyproxy
475
- Tivoli Access Manager for e-business WebSEAL
476
- Tivoli Storage FlashCopy Manager
477
- Tivoli Storage Manager
478
- Tomcat
479
- Tor
480
- Tornado
481
- Traefik Proxy
482
- Transportation Management
483
- Twisted FTPD
484
- Twisted Web
485
- Twonky Media Server
486
- UnboundID Directory Proxy Server
487
- UnboundID Directory Server
488
- UniFi Video
489
- Universal Management Appliance
490
- Urchin Tracking Module
491
- Usermin
492
- VM
493
- VMS SFTP Server
494
- VOPMail
495
- VPOP3
496
- VRP
497
- VShell
498
- Varnish
499
- Vault
500
- VcXsrv
501
- View
502
- Vignette
503
- Virtual Directory Server
504
- Virtual Environment
505
- Virtualization Manager
506
- VisionFS
507
- VxWorks CIFS
508
- WEBrick
509
- WHM
510
- WS_FTP
511
- WU-FTPD
512
- WeOnlyDo SSH Server
513
- Web Cache
514
- Web Client
515
- Web Jetadmin
516
- Web PN Server
517
- Web Server
518
- Web Station
519
- WebGUI
520
- WebLogic
521
- WebServer
522
- WebShield
523
- WebSphere
524
- WebSphere Load Balancer
525
- WebTrends
526
- Webmin
527
- Webserver
528
- Werkzeug
529
- WildFly
530
- WinRoute
531
- WinSSHD
532
- WinWebMail
533
- Windows CE Web Server
534
- Windows Media Player
535
- Windows Media Server
536
- Wing FTP Server
537
- Work Server
538
- X.Org X11
539
- XAMPP Server
540
- XBMC
541
- XFree86
542
- XML DB
543
- XSecurePro
544
- XSun Solaris X11 server
545
- XenServer
546
- Xming
547
- Xvnc
548
- YNQ
549
- ZMailer
550
- Zabbix
551
- Zimbra
552
- Zimbra Collaboration Suite
553
- Zing Vision
554
- Zope
555
- alphapd
556
- axTLS
557
- bashttpd
558
- bsnmpd
559
- cPanel
560
- cPanel Service Daemon
561
- djbdns
562
- dnsd
563
- eDirectory
564
- ePolicy Orchestrator
565
- emHTTPD
566
- etherpad
567
- exim
568
- flowssh
569
- gSOAP
570
- gdnsd
571
- httpd
572
- iLO
573
- iScale
574
- inetutils ftpd
575
- ipGENADevice
576
- ipUPnP
577
- libssh
578
- libupnp
579
- lighttpd
580
- micro_httpd
581
- mini_httpd
582
- mod_access
583
- mod_access_compat
584
- mod_actions
585
- mod_alias
586
- mod_allowmethods
587
- mod_asis
588
- mod_auth
589
- mod_auth_anon
590
- mod_auth_basic
591
- mod_auth_dbm
592
- mod_auth_digest
593
- mod_auth_form
594
- mod_auth_ldap
595
- mod_auth_oracle
596
- mod_auth_pgsql
597
- mod_auth_radius
598
- mod_authn_alias
599
- mod_authn_anon
600
- mod_authn_core
601
- mod_authn_dbd
602
- mod_authn_dbm
603
- mod_authn_default
604
- mod_authn_file
605
- mod_authn_socache
606
- mod_authnz_fcgi
607
- mod_authnz_ldap
608
- mod_authz_core
609
- mod_authz_dbd
610
- mod_authz_dbm
611
- mod_authz_default
612
- mod_authz_groupfile
613
- mod_authz_host
614
- mod_authz_owner
615
- mod_authz_user
616
- mod_autoindex
617
- mod_brotli
618
- mod_buffer
619
- mod_cache
620
- mod_cache_disk
621
- mod_cache_socache
622
- mod_cern_meta
623
- mod_cgi
624
- mod_cgid
625
- mod_charset_lite
626
- mod_data
627
- mod_dav
628
- mod_dav_fs
629
- mod_dav_lock
630
- mod_dav_svn
631
- mod_dbd
632
- mod_deflate
633
- mod_dialup
634
- mod_dir
635
- mod_disk_cache
636
- mod_dontdothat
637
- mod_dumpio
638
- mod_echo
639
- mod_env
640
- mod_example
641
- mod_example_hooks
642
- mod_expires
643
- mod_ext_filter
644
- mod_fcgid
645
- mod_file_cache
646
- mod_filter
647
- mod_frontpage
648
- mod_gzip
649
- mod_headers
650
- mod_heartbeat
651
- mod_heartmonitor
652
- mod_http2
653
- mod_ident
654
- mod_imagemap
655
- mod_imap
656
- mod_include
657
- mod_info
658
- mod_isapi
659
- mod_jk
660
- mod_jk2
661
- mod_lbmethod_bybusyness
662
- mod_lbmethod_byrequests
663
- mod_lbmethod_bytraffic
664
- mod_lbmethod_heartbeat
665
- mod_ldap
666
- mod_log_config
667
- mod_log_debug
668
- mod_log_forensic
669
- mod_logio
670
- mod_lua
671
- mod_macro
672
- mod_md
673
- mod_mem_cache
674
- mod_mime
675
- mod_mime_magic
676
- mod_negotiation
677
- mod_nw_ssl
678
- mod_perl
679
- mod_privileges
680
- mod_proxy
681
- mod_proxy_ajp
682
- mod_proxy_balancer
683
- mod_proxy_connect
684
- mod_proxy_express
685
- mod_proxy_fcgi
686
- mod_proxy_fdpass
687
- mod_proxy_ftp
688
- mod_proxy_hcheck
689
- mod_proxy_html
690
- mod_proxy_http
691
- mod_proxy_http2
692
- mod_proxy_scgi
693
- mod_proxy_uwsgi
694
- mod_proxy_wstunnel
695
- mod_python
696
- mod_ratelimit
697
- mod_reflector
698
- mod_remoteip
699
- mod_reqtimeout
700
- mod_request
701
- mod_rewrite
702
- mod_sed
703
- mod_session
704
- mod_session_cookie
705
- mod_session_crypto
706
- mod_session_dbd
707
- mod_setenvif
708
- mod_slotmem_plain
709
- mod_slotmem_shm
710
- mod_so
711
- mod_socache_dbm
712
- mod_socache_dc
713
- mod_socache_memcache
714
- mod_socache_shmcb
715
- mod_speling
716
- mod_ssl
717
- mod_status
718
- mod_substitute
719
- mod_suexec
720
- mod_unique_id
721
- mod_unixd
722
- mod_userdir
723
- mod_usertrack
724
- mod_version
725
- mod_vhost_alias
726
- mod_watchdog
727
- mod_wsgi
728
- mod_xml2enc
729
- nginx
730
- noVNC
731
- ownCloud Server
732
- perl
733
- pfSense
734
- qmail
735
- qpopper-mysql
736
- raptor
737
- rbldnsd
738
- sfcb
739
- sshlib
740
- thttpd
741
- tnftpd
742
- uc-httpd
743
- ucftpd
744
- unbound
745
- uvicorn
746
- vCenter
747
- vCenter Converter
748
- vmauthd
749
- vsFTPd
750
- vsFTPd Extended
751
- z/OS FTP Server
752
- zFTPServer