recog 2.1.5 → 2.1.6
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_cookies.xml +1 -1
- data/xml/http_servers.xml +25 -0
- data/xml/snmp_sysdescr.xml +1 -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: ec43ec8cb65232008e454da8c1078fcf391830a9
|
4
|
+
data.tar.gz: 3f011efab6a63371eec6d15c46eb6fd6cccc3df1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63d6c5cfcda877cd787b9df914fee152cc6766e3f9c752c0274e3d43c592bb21692134ed589d70c57429a0fffbdd0b6b6b1e81c8fdbf605df8176dd856a18735
|
7
|
+
data.tar.gz: 4cf99bc5f456d12e0b51bd93a7c4e6c93472ce2270333e76717d14d643b62513e91ff0e0697098980232c653b8eef31ac8913238e0a4d70d070fbd6a3c3e33c6
|
data/lib/recog/version.rb
CHANGED
data/xml/http_cookies.xml
CHANGED
@@ -348,7 +348,7 @@ servers.
|
|
348
348
|
<fingerprint pattern="^MoodleSession=">
|
349
349
|
<description>Moodle</description>
|
350
350
|
<example>MoodleSession=uohhsgcain708q5l4gqcmmb5s2; path=/</example>
|
351
|
-
<param pos="0" name="service.component.vendor" value="Moodle
|
351
|
+
<param pos="0" name="service.component.vendor" value="Moodle"/>
|
352
352
|
<param pos="0" name="service.component.family" value="Moodle"/>
|
353
353
|
<param pos="0" name="service.component.product" value="Moodle"/>
|
354
354
|
</fingerprint>
|
data/xml/http_servers.xml
CHANGED
@@ -3283,4 +3283,29 @@
|
|
3283
3283
|
<param pos="0" name="service.product" value="Symantec Endpoint Protection Manager"/>
|
3284
3284
|
<param pos="0" name="service.family" value="Symantec Endpoint Protection Manager"/>
|
3285
3285
|
</fingerprint>
|
3286
|
+
<fingerprint pattern="^Intel\(R\) Active Management Technology\s(\d+\.\d+\.\d+\.\d+|\d+\.\d+\.\d+|\d+\.\d+)">
|
3287
|
+
<description>Intel(R) Active Management Technology (AMT) with a version</description>
|
3288
|
+
<example service.version="7.1.86">Intel(R) Active Management Technology 7.1.86</example>
|
3289
|
+
<param pos="0" name="service.vendor" value="Intel"/>
|
3290
|
+
<param pos="0" name="service.product" value="Intel(R) Active Management Technology"/>
|
3291
|
+
<param pos="0" name="service.family" value="Intel(R) Active Management Technology"/>
|
3292
|
+
<param pos="1" name="service.version"/>
|
3293
|
+
</fingerprint>
|
3294
|
+
<fingerprint pattern="^(?:AMT|Intel\(R\) Active Management Technology)$">
|
3295
|
+
<description>Intel(R) Active Management Technology (AMT) without a version</description>
|
3296
|
+
<example>AMT</example>
|
3297
|
+
<example>Intel(R) Active Management Technology</example>
|
3298
|
+
<param pos="0" name="service.vendor" value="Intel"/>
|
3299
|
+
<param pos="0" name="service.product" value="Intel(R) Active Management Technology"/>
|
3300
|
+
<param pos="0" name="service.family" value="Intel(R) Active Management Technology"/>
|
3301
|
+
</fingerprint>
|
3302
|
+
<fingerprint pattern="^Intel\(R\) Standard Manageability\s(\d+\.\d+\.\d+\.\d+|\d+\.\d+\.\d+|\d+\.\d+)">
|
3303
|
+
<description>Intel(R) Standard Manageability</description>
|
3304
|
+
<example service.version="5.0.50">Intel(R) Standard Manageability 5.0.50</example>
|
3305
|
+
<example service.version="9.0.3">Intel(R) Standard Manageability 9.0.3</example>
|
3306
|
+
<param pos="0" name="service.vendor" value="Intel"/>
|
3307
|
+
<param pos="0" name="service.product" value="Intel(R) Standard Manageability"/>
|
3308
|
+
<param pos="0" name="service.family" value="Intel(R) Active Management Technology"/>
|
3309
|
+
<param pos="1" name="service.version"/>
|
3310
|
+
</fingerprint>
|
3286
3311
|
</fingerprints>
|
data/xml/snmp_sysdescr.xml
CHANGED
@@ -1598,6 +1598,7 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
1598
1598
|
<param pos="0" name="os.certainty" value="0.85"/>
|
1599
1599
|
<param pos="0" name="os.vendor" value="Cisco"/>
|
1600
1600
|
<param pos="0" name="os.device" value="Switch"/>
|
1601
|
+
<param pos="1" name="os.family"/>
|
1601
1602
|
<param pos="1" name="os.product"/>
|
1602
1603
|
<param pos="2" name="hw.series"/>
|
1603
1604
|
<param pos="3" name="os.version"/>
|
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.6
|
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-03
|
11
|
+
date: 2017-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|