recog 2.1.3 → 2.1.4
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.
- checksums.yaml +4 -4
- data/lib/recog/version.rb +1 -1
- data/xml/http_cookies.xml +7 -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: dae0b127c49e83930d3d0e805f654f0393efe271
|
|
4
|
+
data.tar.gz: 4507f22d295b16a0c6e334f5f4ad1e430dc300f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f282666760cc867fbea1cd06efa49b1b2f9528ca74465d7a21227d2771428f3949781915e1fb09c629e94e783d078e57e97f6848634687d3c71ee7c1079fc921
|
|
7
|
+
data.tar.gz: 6bfe4efe9b519755131777b9bf5ce556229cc98a27304d9706512e8068d5539dba84cce244ea0cd7ab9a0fc39acc70b99fc32fef99fa8bbc8cb190f6e22fe993
|
data/lib/recog/version.rb
CHANGED
data/xml/http_cookies.xml
CHANGED
|
@@ -345,6 +345,13 @@ servers.
|
|
|
345
345
|
<param pos="0" name="service.family" value="SMH"/>
|
|
346
346
|
<param pos="0" name="service.product" value="SMH"/>
|
|
347
347
|
</fingerprint>
|
|
348
|
+
<fingerprint pattern="^MoodleSession=">
|
|
349
|
+
<description>Moodle</description>
|
|
350
|
+
<example>MoodleSession=uohhsgcain708q5l4gqcmmb5s2; path=/</example>
|
|
351
|
+
<param pos="0" name="service.component.vendor" value="Moodle Pty Ltd"/>
|
|
352
|
+
<param pos="0" name="service.component.family" value="Moodle"/>
|
|
353
|
+
<param pos="0" name="service.component.product" value="Moodle"/>
|
|
354
|
+
</fingerprint>
|
|
348
355
|
<!--
|
|
349
356
|
Ignore various cookies that are very generic cookies for session IDs
|
|
350
357
|
that are not necessarily indicative of any particular
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rapid7 Research
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|