recog 2.3.23 → 3.0.1

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