recog 1.0.13 → 1.0.14

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
  SHA1:
3
- metadata.gz: e233283e9b116b78487c3e112c082b5d779aa94d
4
- data.tar.gz: 773f10209c3cb8d7a64ebb02febae6539e9ad2e4
3
+ metadata.gz: e644a53b22cb83686c20e04a157cf4c449ab2949
4
+ data.tar.gz: 57ebf0489c9e197013abb195d286ecba48ddc76e
5
5
  SHA512:
6
- metadata.gz: 4c9cf6264a8f0624c877d6cc8f3d8cd6411d0efe35b8812fbee89a5e7c008cb925dddaced62172ea33b91a503e54b27e2f8204b40e0400f2318498f3cf1f2e09
7
- data.tar.gz: 913d45e88726c4ae2d47ff0ecc40303dbdddbbe336216e4e7473bdfbe9e289cc08b0dc478682b748cbb7764981c090c0425b6d2b96e25c9af6356a30ef6e624e
6
+ metadata.gz: 1095c9c7208450e6d8c3ab4cd98e0f2ff4f0f05fec8a08a2aaf27a712af0780772e9710516218c97859fde2b998eaae6b2872549dbc07c9acc1822eeca0e90fa
7
+ data.tar.gz: 84ed98140d16270b44113b7a3120312cf0ddd77064708c261cbd080c74922275fe3961b9da7a870123585c5a86bd5dd5517cf085836f316682d8c5e28d0b706d
@@ -1,3 +1,3 @@
1
1
  module Recog
2
- VERSION = '1.0.13'
2
+ VERSION = '1.0.14'
3
3
  end
@@ -145,8 +145,8 @@
145
145
  <param pos="0" name="os.vendor" value="Microsoft"/>
146
146
  <param pos="0" name="os.product" value="Windows Server 2008"/>
147
147
  <param pos="0" name="os.edition" value="Storage"/>
148
- <param pos="3" name="os.build"/>
149
- <param pos="4" name="os.version"/>
148
+ <param pos="2" name="os.build"/>
149
+ <param pos="3" name="os.version"/>
150
150
  </fingerprint>
151
151
 
152
152
  <!-- TODO: Need an example string -->
@@ -463,7 +463,7 @@ fingerprint SSH servers.
463
463
  <param pos="0" name="os.product" value="RouterOS"/>
464
464
  </fingerprint>
465
465
 
466
- <fingerprint pattern="^OpenSSH_(.*) in DesktopAuthority (.*)$">
466
+ <fingerprint pattern="^OpenSSH_(.*) in DesktopAuthority (?:.*)$">
467
467
  <!-- OpenSSH_3.8 in DesktopAuthority 5.55.030 -->
468
468
  <description>DesktopAuthority SSH</description>
469
469
  <param pos="1" name="service.version"/>
@@ -662,7 +662,7 @@ fingerprint SSH servers.
662
662
  <param pos="0" name="service.product" value="Reflection"/>
663
663
  </fingerprint>
664
664
 
665
- <fingerprint pattern="^([^\s]*)\s*F-Secure SSH\s*(.*)$">
665
+ <fingerprint pattern="^([^\s]*)\s*F-Secure SSH\s*(?:.*)$">
666
666
  <!-- 3.2.3 F-Secure SSH Windows NT Server -->
667
667
  <description>Attachmate Reflection (formerly F-Secure SSH)
668
668
  </description>
@@ -363,7 +363,7 @@
363
363
  <param pos="1" name="os.version"/>
364
364
  </fingerprint>
365
365
 
366
- <fingerprint pattern="^Microsoft-Windows/6.2 UPnP/(\S+) UPnP-Device-Host/(\S+)$">
366
+ <fingerprint pattern="^Microsoft-Windows/6.2 UPnP/(?:\S+) UPnP-Device-Host/(?:\S+)$">
367
367
  <description>Windows 8 or Windows Server 2012 with unknown UPnP components</description>
368
368
  <param pos="0" name="os.vendor" value="Microsoft"/>
369
369
  <param pos="0" name="os.product" value="Windows 8"/>
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: 1.0.13
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rapid7 Research