recog 3.1.5 → 3.1.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c9b6f01ea5204e6bd877f0896ad0341c2c85d6f5b49f8fd4212ea1bb8478b74
4
- data.tar.gz: ad552bc83c666faab4328a1acac910a47173b24fd2e6cf61b350d7c592f6ade6
3
+ metadata.gz: 998c4040618037f1c4b09f46f9c26e0511b6e10c2e67be3904e622036b260647
4
+ data.tar.gz: 23c95129d88f13a047f13bd7634656d33911de9b21809a27abd9fd7c7c85a916
5
5
  SHA512:
6
- metadata.gz: 8f200a41aa9921e4c00ffc0070225a59804bf5fafc0c3c8caf5bd7e306225e1b85b94a0e45a1ca6c37b6c275128053d50aa14fe365f285557a0afe1a288bef03
7
- data.tar.gz: f4140eb456538153b6b8f8ede0652c39f0329b47e1529578701c1a37d81ca5278bdfbb37ef1fd6801e6faf19aa0017d5a7279636d3378ecc1c6cf6f4ffe227aa
6
+ metadata.gz: 61acbc3cb13e1273fa1c57cd87bc76a4cf93465aeb02d5e431b6eb47fa336e6a08763ad8d86f60248f1ac6645a48cabdb53108cc31f207d6da4b56b039b4df5b
7
+ data.tar.gz: 32ec550d3fb7f2e4657be4753716fc9e9cc238a8ea94ab110c80b3d3ce29523220d60195a9464edb0b6ba8360e8dfb5b935d5c0a9450f8994e636bf54bfbde4e
checksums.yaml.gz.sig CHANGED
Binary file
data/Gemfile CHANGED
@@ -4,6 +4,7 @@ source 'https://rubygems.org'
4
4
 
5
5
  gemspec name: 'recog'
6
6
 
7
+ gem 'ffi', '1.16.3'
7
8
  gem 'nokogiri'
8
9
 
9
10
  group :test do
data/lib/recog/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Recog
4
- VERSION = '3.1.5'
4
+ VERSION = '3.1.6'
5
5
  end
@@ -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.5
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-04-09 00:00:00.000000000 Z
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