recog 2.3.7 → 2.3.8

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 (50) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +3 -2
  3. data/.ruby-gemset +1 -0
  4. data/.ruby-version +1 -0
  5. data/.travis.yml +2 -4
  6. data/Gemfile +2 -5
  7. data/bin/recog_standardize +118 -0
  8. data/cpe-remap.yaml +21 -0
  9. data/features/match.feature +4 -0
  10. data/features/support/aruba.rb +3 -0
  11. data/features/verify.feature +5 -0
  12. data/identifiers/README.md +47 -0
  13. data/identifiers/os_architecture.txt +20 -0
  14. data/identifiers/os_device.txt +52 -0
  15. data/identifiers/os_family.txt +160 -0
  16. data/identifiers/os_product.txt +199 -0
  17. data/identifiers/service_family.txt +185 -0
  18. data/identifiers/service_product.txt +255 -0
  19. data/identifiers/software_class.txt +26 -0
  20. data/identifiers/software_family.txt +91 -0
  21. data/identifiers/software_product.txt +333 -0
  22. data/identifiers/vendor.txt +405 -0
  23. data/lib/recog/version.rb +1 -1
  24. data/spec/lib/fingerprint_self_test_spec.rb +1 -1
  25. data/spec/lib/recog/fingerprint/regexp_factory_spec.rb +1 -1
  26. data/update_cpes.py +1 -1
  27. data/xml/apache_os.xml +9 -0
  28. data/xml/architecture.xml +9 -5
  29. data/xml/dns_versionbind.xml +9 -11
  30. data/xml/ftp_banners.xml +47 -5
  31. data/xml/html_title.xml +310 -196
  32. data/xml/http_cookies.xml +13 -1
  33. data/xml/http_servers.xml +145 -7
  34. data/xml/http_wwwauth.xml +13 -1
  35. data/xml/mdns_device-info_txt.xml +20 -16
  36. data/xml/mysql_banners.xml +420 -38
  37. data/xml/ntp_banners.xml +16 -8
  38. data/xml/operating_system.xml +1 -0
  39. data/xml/rtsp_servers.xml +21 -21
  40. data/xml/sip_banners.xml +5 -41
  41. data/xml/sip_user_agents.xml +40 -1
  42. data/xml/smb_native_os.xml +1 -0
  43. data/xml/smtp_banners.xml +3 -4
  44. data/xml/snmp_sysdescr.xml +44 -28
  45. data/xml/ssh_banners.xml +78 -73
  46. data/xml/telnet_banners.xml +30 -9
  47. data/xml/x11_banners.xml +1 -1
  48. data/xml/x509_issuers.xml +7 -7
  49. data/xml/x509_subjects.xml +329 -28
  50. metadata +23 -6
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recog
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.7
4
+ version: 2.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rapid7 Research
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-28 00:00:00.000000000 Z
11
+ date: 2020-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -117,6 +117,7 @@ email:
117
117
  executables:
118
118
  - recog_export
119
119
  - recog_match
120
+ - recog_standardize
120
121
  - recog_verify
121
122
  extensions: []
122
123
  extra_rdoc_files: []
@@ -127,6 +128,8 @@ files:
127
128
  - ".github/PULL_REQUEST_TEMPLATE"
128
129
  - ".gitignore"
129
130
  - ".rspec"
131
+ - ".ruby-gemset"
132
+ - ".ruby-version"
130
133
  - ".travis.yml"
131
134
  - ".yardopts"
132
135
  - CONTRIBUTING.md
@@ -137,6 +140,7 @@ files:
137
140
  - Rakefile
138
141
  - bin/recog_export
139
142
  - bin/recog_match
143
+ - bin/recog_standardize
140
144
  - bin/recog_verify
141
145
  - cpe-remap.yaml
142
146
  - features/data/failing_banners_fingerprints.xml
@@ -148,8 +152,20 @@ files:
148
152
  - features/data/tests_with_failures.xml
149
153
  - features/data/tests_with_warnings.xml
150
154
  - features/match.feature
155
+ - features/support/aruba.rb
151
156
  - features/support/env.rb
152
157
  - features/verify.feature
158
+ - identifiers/README.md
159
+ - identifiers/os_architecture.txt
160
+ - identifiers/os_device.txt
161
+ - identifiers/os_family.txt
162
+ - identifiers/os_product.txt
163
+ - identifiers/service_family.txt
164
+ - identifiers/service_product.txt
165
+ - identifiers/software_class.txt
166
+ - identifiers/software_family.txt
167
+ - identifiers/software_product.txt
168
+ - identifiers/vendor.txt
153
169
  - lib/recog.rb
154
170
  - lib/recog/db.rb
155
171
  - lib/recog/db_manager.rb
@@ -236,7 +252,7 @@ files:
236
252
  homepage: https://www.github.com/rapid7/recog
237
253
  licenses: []
238
254
  metadata: {}
239
- post_install_message:
255
+ post_install_message:
240
256
  rdoc_options: []
241
257
  require_paths:
242
258
  - lib
@@ -251,8 +267,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
267
  - !ruby/object:Gem::Version
252
268
  version: '0'
253
269
  requirements: []
254
- rubygems_version: 3.0.6
255
- signing_key:
270
+ rubygems_version: 3.0.8
271
+ signing_key:
256
272
  specification_version: 4
257
273
  summary: Network service fingerprint database, classes, and utilities
258
274
  test_files:
@@ -265,6 +281,7 @@ test_files:
265
281
  - features/data/tests_with_failures.xml
266
282
  - features/data/tests_with_warnings.xml
267
283
  - features/match.feature
284
+ - features/support/aruba.rb
268
285
  - features/support/env.rb
269
286
  - features/verify.feature
270
287
  - spec/data/best_os_match_1.yml