recog 2.1.15 → 2.1.16
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 +4 -4
- data/lib/recog/version.rb +1 -1
- data/xml/mysql_banners.xml +20 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46ba9575344a0c9ccb84a57f8c16a8f1cce87dda
|
|
4
|
+
data.tar.gz: 5e1cd6d782580f76ca1f3c6ab4f262be9fb43742
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3423d685fe428eeca92786543c44d7c87a13a18f5a03b16be4108a3711d602e766ab0fdd7743b91a546ad2bac7337d1419937ec5cc3c62b3ccd4d21b15db946
|
|
7
|
+
data.tar.gz: bccc628203be24c5612e9dac64f755cac8a4867bf71b772ce7faeadb2fbcac6fbf34eb897cc517c23914aeff6971f346236f8220e48ffab545bfac78cd055f3f
|
data/lib/recog/version.rb
CHANGED
data/xml/mysql_banners.xml
CHANGED
|
@@ -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.
|
|
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-
|
|
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.
|
|
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
|