recog 3.1.5 → 3.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/Gemfile +1 -0
- data/lib/recog/version.rb +1 -1
- data/recog/xml/snmp_sysdescr.xml +19 -3
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 998c4040618037f1c4b09f46f9c26e0511b6e10c2e67be3904e622036b260647
|
4
|
+
data.tar.gz: 23c95129d88f13a047f13bd7634656d33911de9b21809a27abd9fd7c7c85a916
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61acbc3cb13e1273fa1c57cd87bc76a4cf93465aeb02d5e431b6eb47fa336e6a08763ad8d86f60248f1ac6645a48cabdb53108cc31f207d6da4b56b039b4df5b
|
7
|
+
data.tar.gz: 32ec550d3fb7f2e4657be4753716fc9e9cc238a8ea94ab110c80b3d3ce29523220d60195a9464edb0b6ba8360e8dfb5b935d5c0a9450f8994e636bf54bfbde4e
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/Gemfile
CHANGED
data/lib/recog/version.rb
CHANGED
data/recog/xml/snmp_sysdescr.xml
CHANGED
@@ -1820,7 +1820,7 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
1820
1820
|
<param pos="0" name="os.product" value="Wireless Controller"/>
|
1821
1821
|
</fingerprint>
|
1822
1822
|
|
1823
|
-
<fingerprint pattern="Meraki (MX[A-Z0-9]{2,10})">
|
1823
|
+
<fingerprint pattern="^Meraki (MX[A-Z0-9]{2,10})">
|
1824
1824
|
<description>Meraki MX Cloud-Managed Security and SD-WAN</description>
|
1825
1825
|
<example hw.model="MX68">Meraki MX68 Router/Security Appliance</example>
|
1826
1826
|
<example hw.model="MX84">Meraki MX84 Cloud Managed Router</example>
|
@@ -1833,7 +1833,7 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
1833
1833
|
<param pos="1" name="hw.model"/>
|
1834
1834
|
</fingerprint>
|
1835
1835
|
|
1836
|
-
<fingerprint pattern="Meraki (MR[A-Z0-9]{2,10})">
|
1836
|
+
<fingerprint pattern="^Meraki (MR[A-Z0-9]{2,10})">
|
1837
1837
|
<description>Meraki MR Cloud-Managed Wi-Fi Access Points</description>
|
1838
1838
|
<example hw.model="MR46E">Meraki MR46E Cloud Managed AP</example>
|
1839
1839
|
<example hw.model="MR90">Meraki MR90 Cloud Managed AP</example>
|
@@ -1846,7 +1846,7 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
1846
1846
|
<param pos="1" name="hw.model"/>
|
1847
1847
|
</fingerprint>
|
1848
1848
|
|
1849
|
-
<fingerprint pattern="Meraki (MS[A-Z0-9-]{2,15})">
|
1849
|
+
<fingerprint pattern="^(?:Cisco Meraki|Meraki) (MS[A-Z0-9-]{2,15})">
|
1850
1850
|
<description>Meraki MS Cloud-Managed Network Switches</description>
|
1851
1851
|
<example hw.model="MS120-8LP">Meraki MS120-8LP Cloud Managed PoE Switch</example>
|
1852
1852
|
<example hw.model="MS225-24P">Meraki MS225-24P Cloud Managed PoE Switch</example>
|
@@ -3582,6 +3582,22 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
3582
3582
|
<param pos="0" name="os.device" value="Printer"/>
|
3583
3583
|
</fingerprint>
|
3584
3584
|
|
3585
|
+
<!--======================================================================
|
3586
|
+
Ivanti (Pulse Secure)
|
3587
|
+
=======================================================================-->
|
3588
|
+
|
3589
|
+
<fingerprint pattern="^(?:Pulse Secure, LLC|Ivanti Connect Secure),.*,(\d+\.\d+R\d+(?:\.\d+)?) \(build \d+\)$">
|
3590
|
+
<description>Pulse Secure, LLC, Ivanti Connect Secure</description>
|
3591
|
+
<example os.version="22.3R1">Pulse Secure, LLC,Ivanti Connect Secure,ISA-V,22.3R1 (build 1647)</example>
|
3592
|
+
<example os.version="22.3R2.1245">Pulse Secure, LLC,Ivanti Connect Secure,ISA-V,22.3R2.1245 (build 1647)</example>
|
3593
|
+
<example os.version="22.3R1">Pulse Secure, LLC,ISA-V,22.3R1 (build 1647)</example>
|
3594
|
+
<example os.version="22.3R2.1245">Ivanti Connect Secure,ISA-V,22.3R2.1245 (build 1647)</example>
|
3595
|
+
<param pos="0" name="os.certainty" value="0.99"/>
|
3596
|
+
<param pos="0" name="os.vendor" value="Pulse Secure"/>
|
3597
|
+
<param pos="0" name="os.product" value="Pulse Connect Secure"/>
|
3598
|
+
<param pos="1" name="os.version"/>
|
3599
|
+
</fingerprint>
|
3600
|
+
|
3585
3601
|
<!--======================================================================
|
3586
3602
|
Juniper
|
3587
3603
|
=======================================================================-->
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rapid7 Research
|
@@ -34,7 +34,7 @@ cert_chain:
|
|
34
34
|
DgscAao7wB3xW2BWEp1KnaDWkf1x9ttgoBEYyuYwU7uatB67kBQG1PKvLt79wHvz
|
35
35
|
Dxs+KOjGbBRfMnPgVGYkORKVrZIwlaboHbDKxcVW5xv+oZc7KYXWGg==
|
36
36
|
-----END CERTIFICATE-----
|
37
|
-
date: 2024-
|
37
|
+
date: 2024-06-13 00:00:00.000000000 Z
|
38
38
|
dependencies:
|
39
39
|
- !ruby/object:Gem::Dependency
|
40
40
|
name: rspec
|
metadata.gz.sig
CHANGED
Binary file
|