recog 2.1.15 → 2.1.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0dd3b94b4027aeb0d4473fe2d91aa74deefcbdd
4
- data.tar.gz: fc8d85eb9dd66b61531d060fd1b4dd14a7dd6c10
3
+ metadata.gz: 46ba9575344a0c9ccb84a57f8c16a8f1cce87dda
4
+ data.tar.gz: 5e1cd6d782580f76ca1f3c6ab4f262be9fb43742
5
5
  SHA512:
6
- metadata.gz: 41e1b3439c4819d0e5abb8ed15f29c3e8b96c0027847fe23372b01ef10762962e15c4aa9ad7aca665662d2e103893dc025f4585b52fa2d8356d0988837bf3eda
7
- data.tar.gz: 4c942c6e66730b2d870fac55cc5f7f9b5e0693ffc972eb66ecad2d96267480610db888b66050279914884c8b9a9abae23bacca7758de1a3d96ed52f34373404c
6
+ metadata.gz: f3423d685fe428eeca92786543c44d7c87a13a18f5a03b16be4108a3711d602e766ab0fdd7743b91a546ad2bac7337d1419937ec5cc3c62b3ccd4d21b15db946
7
+ data.tar.gz: bccc628203be24c5612e9dac64f755cac8a4867bf71b772ce7faeadb2fbcac6fbf34eb897cc517c23914aeff6971f346236f8220e48ffab545bfac78cd055f3f
@@ -1,3 +1,3 @@
1
1
  module Recog
2
- VERSION = '2.1.15'
2
+ VERSION = '2.1.16'
3
3
  end
@@ -649,6 +649,24 @@
649
649
  <param pos="0" name="service.family" value="MySQL"/>
650
650
  <param pos="0" name="service.product" value="MySQL"/>
651
651
  </fingerprint>
652
+ <!--
653
+ MariaDB Fingerprinting note: MariaDB uses version numbers in the same range
654
+ as MySQL all the way through the 5.5.x family. Banners look like this:
655
+
656
+ 5.5.34-MariaDB-cll-lve
657
+ 5.5.31-MariaDB-1~squeeze-log
658
+
659
+ After 5.5.x they jumped to 10.x.x. Banners for the 10.x.x family will have
660
+ MySQL version that the code is based off of first, and then the MariaDB
661
+ version number will follow:
662
+
663
+ 5.5.5-10.0.15-MariaDB-cll-lve
664
+ 5.5.5-10.0.15-MariaDB-1~squeeze-log
665
+
666
+ In the banners above, 10.0.15 is the accurate version number.
667
+
668
+ Reference: https://mariadb.org/explanation-on-mariadb-10-0/
669
+ -->
652
670
  <fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.[a-f\d]{1,4})-MariaDB-cll-lve$" flags="REG_ICASE">
653
671
  <description>MariaDB MariaDB on CloudLinux in a Lightweight Virtual Environment (LVE)</description>
654
672
  <example service.version="5.5.34">5.5.34-MariaDB-cll-lve</example>
@@ -711,9 +729,10 @@
711
729
  <param pos="0" name="os.family" value="Linux"/>
712
730
  <param pos="0" name="os.product" value="Linux"/>
713
731
  </fingerprint>
714
- <fingerprint pattern="^(\d{1,2}\.\d{1,3}\.\d{1,4})-MariaDB-\dubuntu\d\.(\d{1,2}\.\d\d)[\.\d]*(?:-log)?$">
732
+ <fingerprint pattern="^(?:\d{1,2}\.\d{1,3}\.[a-f\d]{1,3}-)?(\d{1,2}\.\d{1,3}\.\d{1,4})-MariaDB-\dubuntu\d\.(\d{1,2}\.\d\d)[\.\d]*(?:-log)?$">
715
733
  <description>MariaDB MariaDB on Ubuntu</description>
716
734
  <example service.version="5.5.39" os.version="14.04">5.5.39-MariaDB-0ubuntu0.14.04.1</example>
735
+ <example service.version="10.0.31" os.version="16.04">5.5.5-10.0.31-MariaDB-0ubuntu0.16.04.2</example>
717
736
  <param pos="1" name="service.version"/>
718
737
  <param pos="0" name="service.vendor" value="Oracle"/>
719
738
  <param pos="0" name="service.family" value="MySQL"/>
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.15
4
+ version: 2.1.16
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-09-07 00:00:00.000000000 Z
11
+ date: 2017-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -239,7 +239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  version: '0'
240
240
  requirements: []
241
241
  rubyforge_project:
242
- rubygems_version: 2.6.11
242
+ rubygems_version: 2.6.6
243
243
  signing_key:
244
244
  specification_version: 4
245
245
  summary: Network service fingerprint database, classes, and utilities