recog 2.1.34 → 2.1.35
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/xml/http_servers.xml +24 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30b7547a20fa0a47c0e90975d8d5b03c9bc13b6b
|
4
|
+
data.tar.gz: e79f2bc6b4b00bf3d993f8afe1d493027e1c1222
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2338e4414b40c54643a430dd305d6ed3747bbb292dd36e92dfc9a830de10a7b09709c1af7a7f20d1c375af45c5b2320d6705a085600c3861be320f773de8c89
|
7
|
+
data.tar.gz: 5c7bfec7fb9ecf43b5b8447af072f517e63d237477c1331b8d0cba39540aa7e27b02d7c97189b69bc8e8238ce6f242c26b69aaff65a57eeae10c6d05f9a5b02e
|
data/lib/recog/version.rb
CHANGED
data/xml/http_servers.xml
CHANGED
@@ -2147,6 +2147,30 @@
|
|
2147
2147
|
<param pos="0" name="service.product" value="CloudFront Load Balancer"/>
|
2148
2148
|
<param pos="0" name="service.family" value="CloudFront"/>
|
2149
2149
|
</fingerprint>
|
2150
|
+
<fingerprint pattern="^Amazon-Cloud-Drive$">
|
2151
|
+
<description>Amazon Cloud Drive / Drive</description>
|
2152
|
+
<example>Amazon-Cloud-Drive</example>
|
2153
|
+
<param pos="0" name="service.vendor" value="Amazon"/>
|
2154
|
+
<param pos="0" name="service.product" value="Drive"/>
|
2155
|
+
</fingerprint>
|
2156
|
+
<fingerprint pattern="^AmazonS3$">
|
2157
|
+
<description>Amazon S3 (Simple Cloud Storage Service)</description>
|
2158
|
+
<example>AmazonS3</example>
|
2159
|
+
<param pos="0" name="service.vendor" value="Amazon"/>
|
2160
|
+
<param pos="0" name="service.product" value="S3"/>
|
2161
|
+
</fingerprint>
|
2162
|
+
<fingerprint pattern="^Amazon SimpleDB$">
|
2163
|
+
<description>Amazon SimpleDB / Simple Database Service</description>
|
2164
|
+
<example>Amazon SimpleDB</example>
|
2165
|
+
<param pos="0" name="service.vendor" value="Amazon"/>
|
2166
|
+
<param pos="0" name="service.product" value="SimpleDB"/>
|
2167
|
+
</fingerprint>
|
2168
|
+
<fingerprint pattern="^AmazonSnowball$">
|
2169
|
+
<description>Amazon Snowball</description>
|
2170
|
+
<example>AmazonSnowball</example>
|
2171
|
+
<param pos="0" name="service.vendor" value="Amazon"/>
|
2172
|
+
<param pos="0" name="service.product" value="Snowball"/>
|
2173
|
+
</fingerprint>
|
2150
2174
|
<fingerprint pattern="^cloudflare-nginx$">
|
2151
2175
|
<description>CloudFlare web load balancer endpoint</description>
|
2152
2176
|
<example>cloudflare-nginx</example>
|
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.35
|
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-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|