recog 2.3.21 → 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 (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,249 +0,0 @@
1
- .NET
2
- AOS
3
- APV
4
- ASM
5
- Abyss Web Server
6
- ActiveMQ
7
- Alteon
8
- Antivirus for Gateways
9
- Apache
10
- AppleShare IP Mail Server
11
- Application Protection System
12
- Appweb
13
- Atlas Anchor
14
- Aura
15
- Azure
16
- BIG-IP
17
- BIND
18
- Bftpd
19
- Bigfoot Email Tools
20
- CCProxy
21
- CMS
22
- CMS400.NET
23
- CRM
24
- CUPS
25
- Check Point
26
- CherryPy
27
- CleanBrowsing
28
- CloudFlare
29
- CloudFront
30
- ColdFusion
31
- Commerce Server
32
- Compaq HTTP Server
33
- Connect
34
- ConnectUPS
35
- Content Server
36
- Content Service Switch
37
- Courier MTA
38
- Cyrus MTA
39
- DNS
40
- DSM
41
- DSView
42
- David
43
- Desktop Authority
44
- Diskstation
45
- Dnsmasq
46
- Dovecot
47
- Dropbear
48
- Dynamo
49
- E-mail Services
50
- EWS
51
- Ecelerity Mail Server
52
- EmWeb
53
- Email Security
54
- Embedded SSH Server
55
- Endpoint Protection Manager
56
- Exchange Server
57
- FTGate
58
- FTP Server
59
- FWTK
60
- FastTrack Server
61
- FileZilla FTP
62
- Firewall-1
63
- FortressSSH Server
64
- FreSSH
65
- GNAT Box
66
- Gateway
67
- Gene6
68
- GoAhead Webserver
69
- Google Web Server
70
- GroupWise
71
- HAProxy
72
- HTTP Server
73
- Helix Server
74
- IBM Domino
75
- IIS
76
- IMail Server
77
- IOS
78
- IP-DECT Base Station
79
- IP-DECT Gateway
80
- Integrated Lights Out Manager
81
- Intel(R) Active Management Technology
82
- Internet Mail Scanner
83
- Internet Mail Server
84
- Internet Mail Services
85
- IntraStore
86
- JBoss
87
- JC-HTTPD
88
- JC-SHTTPD
89
- JRun
90
- JServ
91
- Java System Application Server
92
- Java System Web Proxy Server
93
- Java System Web Server
94
- JetDirect
95
- Jetty
96
- Joom!Fish
97
- Knot
98
- Kubernetes
99
- ListManager
100
- Lotus Domino
101
- Lotus Expeditor
102
- MAILsweeper
103
- MDaemon
104
- MERCUR
105
- META IP
106
- MOVEit DMZ
107
- MPEG4 DVR
108
- MT
109
- Mail Server
110
- Mail-Max
111
- MailSite
112
- Management Agent
113
- Mercury Mail Transport System
114
- Messaging Server
115
- Mongrel
116
- MultiNet
117
- Multicraft
118
- MySQL
119
- NSD
120
- NTMail
121
- NTP
122
- Nepenthes
123
- NetCache
124
- NetScaler
125
- NetScreen
126
- NetTracker
127
- NetVanta
128
- NetWare Enterprise Web Server
129
- NetWare HTTP Server
130
- NetWare HTTP Stack
131
- NetWeaver
132
- Netscaler
133
- Network Printer Manager
134
- Niagara
135
- OpenAdStream
136
- OpenSMTPD
137
- OpenSSH
138
- OpenVMS
139
- OpenView
140
- Oracle
141
- OracleAS
142
- OzymanDNS
143
- PBX
144
- PHP
145
- PWS
146
- Phabricator
147
- Pi-hole
148
- Post.Office
149
- Postfix
150
- PowerDNS
151
- PowerMTA
152
- Pro
153
- ProCurve
154
- ProFTPD
155
- ProLiant
156
- Proxy
157
- Pure-FTPd
158
- Python
159
- Qpopper
160
- Quad9
161
- RT
162
- Reflection
163
- Remote Access Controller
164
- RemoteView
165
- Resin
166
- SIP Server
167
- SIPPS
168
- SLMail
169
- SMH
170
- SSH
171
- SSH Tectia Server
172
- SSL-VPN
173
- Sage X3 Syracuse Web Server
174
- Samba
175
- Secure Access Gateway
176
- Secure FTP Server
177
- Sendmail
178
- Sentinel
179
- Serv-U
180
- SmbFTPD
181
- SoundPoint
182
- SpeedTouch
183
- Squid
184
- Sunny
185
- SystemEdge
186
- TBS FTP Server
187
- Tengine
188
- Thin
189
- TippingPoint
190
- Tivoli
191
- Tomcat
192
- Tornado
193
- Traefik
194
- Twisted
195
- Twisted Web
196
- UPnP
197
- UTM
198
- UltraDNS
199
- Unbound
200
- Unified Security Gateway
201
- Urchin
202
- VM
203
- VOPMail
204
- VPOP3
205
- VRP
206
- VShell
207
- Vantio
208
- Varnish
209
- Vignette
210
- VoiP Gateway
211
- WS_FTP
212
- WeOnlyDo
213
- Web PN Server
214
- Web Services
215
- WebGUI
216
- WebLogic
217
- WebServer
218
- WebShield
219
- WebSphere
220
- WebTrends
221
- Webserver
222
- WinRoute
223
- WinSSHD
224
- WinWebMail
225
- Windows CE Web Server
226
- Windows Media Server
227
- Windows Media Services
228
- Wing FTP
229
- ZMailer
230
- Zope
231
- ZyWALL
232
- Zywall
233
- djbdns
234
- ePolicy Orchestrator
235
- emHTTPD
236
- exim
237
- gdnsd
238
- iLO
239
- inetutils
240
- libssh
241
- lighttpd
242
- mini_httpd
243
- nginx
244
- qmail
245
- rbldnsd
246
- sfcb
247
- thttpd
248
- ucftpd
249
- vsFTPd