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,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