recog 2.1.21 → 2.1.22
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/recog/version.rb +1 -1
- data/remap.json +4 -0
- data/xml/apache_modules.xml +1911 -0
- data/xml/ftp_banners.xml +6 -5
- data/xml/http_servers.xml +281 -33
- metadata +4 -3
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.1.
|
4
|
+
version: 2.1.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rapid7 Research
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -180,6 +180,7 @@ files:
|
|
180
180
|
- spec/lib/recog/verify_reporter_spec.rb
|
181
181
|
- spec/spec_helper.rb
|
182
182
|
- update_cpes.py
|
183
|
+
- xml/apache_modules.xml
|
183
184
|
- xml/apache_os.xml
|
184
185
|
- xml/architecture.xml
|
185
186
|
- xml/dns_versionbind.xml
|
@@ -241,7 +242,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
241
242
|
version: '0'
|
242
243
|
requirements: []
|
243
244
|
rubyforge_project:
|
244
|
-
rubygems_version: 2.6.
|
245
|
+
rubygems_version: 2.6.6
|
245
246
|
signing_key:
|
246
247
|
specification_version: 4
|
247
248
|
summary: Network service fingerprint database, classes, and utilities
|