recog 2.1.19 → 2.1.20
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/dns_versionbind.xml +1 -1
- data/xml/ftp_banners.xml +8 -0
- data/xml/mysql_banners.xml +8 -0
- data/xml/operating_system.xml +11 -11
- data/xml/smtp_banners.xml +2 -2
- 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: 2bfeeb07ef75ede0bd291ce0c2d76edc5ffada87
|
|
4
|
+
data.tar.gz: 3f856046bab4d8ce4314ba06e2c466a106b9ccee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7407705aba8d9bb0e4841ca60f764866d10502001462d22a9bcfed772b47b991937d2fb385633ed27833471d3378fe2e3e5b883ac80bde15d8e7676e2a54659
|
|
7
|
+
data.tar.gz: b3372d0bb14af987db7533d9093688a4cefca151acb726fa1dcbdef8c38c019a4787f8f76fed3a37405d9accd21f14722b95ca9247b5d7b028650a92f51bd977
|
data/lib/recog/version.rb
CHANGED
data/xml/dns_versionbind.xml
CHANGED
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
<param pos="0" name="service.family" value="PowerDNS"/>
|
|
305
305
|
<param pos="0" name="service.product" value="Recursor"/>
|
|
306
306
|
</fingerprint>
|
|
307
|
-
<fingerprint pattern="^PowerDNS Authoritative Server (\d\.[\d.]
|
|
307
|
+
<fingerprint pattern="^PowerDNS Authoritative Server (\d\.[\d.]+(?:-rc\d)?) \(\w+@[\w.]+ built [\d\s]+\w*@[\w.-]*\)$">
|
|
308
308
|
<description>PowerDNS Authoritative Server</description>
|
|
309
309
|
<example service.version="3.4.19">PowerDNS Authoritative Server 3.4.19 (jenkins@autotest.powerdns.com built 20160102220341 root@)</example>
|
|
310
310
|
<example service.version="3.4.10">PowerDNS Authoritative Server 3.4.10 (jenkins@autotest.powerdns.com built 20170306160718 root@foo-bar.foo.baz)</example>
|
data/xml/ftp_banners.xml
CHANGED
|
@@ -1317,4 +1317,12 @@ more text</example>
|
|
|
1317
1317
|
<param pos="2" name="service.version"/>
|
|
1318
1318
|
<param pos="1" name="host.name"/>
|
|
1319
1319
|
</fingerprint>
|
|
1320
|
+
<fingerprint pattern="Amazon\sLinux\sAMI\srelease\s(\d+\.\d+)">
|
|
1321
|
+
<description>Amazon Linux AMI</description>
|
|
1322
|
+
<example os.version="2016.09">Amazon Linux AMI release 2016.09</example>
|
|
1323
|
+
<param pos="0" name="os.vendor" value="Amazon"/>
|
|
1324
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
1325
|
+
<param pos="0" name="os.product" value="Linux AMI"/>
|
|
1326
|
+
<param pos="1" name="os.version"/>
|
|
1327
|
+
</fingerprint>
|
|
1320
1328
|
</fingerprints>
|
data/xml/mysql_banners.xml
CHANGED
|
@@ -998,6 +998,14 @@
|
|
|
998
998
|
<param pos="0" name="service.product" value="MariaDB"/>
|
|
999
999
|
<param pos="0" name="service.edition" value="Enterprise Edition"/>
|
|
1000
1000
|
</fingerprint>
|
|
1001
|
+
<fingerprint pattern="^(?:\d{1,2}\.\d{1,2}\.[a-f\d]{1,2})(?:-\d{1,2}\.\d{1,2}\.[a-f\d]{1,2})?\s(\d{1,2}\.\d{1,2}\.\d{1,2})-maxscale$">
|
|
1002
|
+
<description>MariaDB MaxScale</description>
|
|
1003
|
+
<example service.version="2.1.14">5.5.5-10.0.0 2.1.14-maxscale</example>
|
|
1004
|
+
<param pos="1" name="service.version"/>
|
|
1005
|
+
<param pos="0" name="service.vendor" value="MariaDB"/>
|
|
1006
|
+
<param pos="0" name="service.family" value="MySQL"/>
|
|
1007
|
+
<param pos="0" name="service.product" value="MaxScale"/>
|
|
1008
|
+
</fingerprint>
|
|
1001
1009
|
<fingerprint pattern="^(\d{1,2}\.\d{1,3}\.[a-f\d]{1,3})-falcon-alpha-community-nt" flags="REG_ICASE">
|
|
1002
1010
|
<description>Oracle MySQL with defunct Falcon Storage Engine with Named Pipes (Windows)</description>
|
|
1003
1011
|
<example service.version="5.2.0">5.2.0-falcon-alpha-community-nt</example>
|
data/xml/operating_system.xml
CHANGED
|
@@ -24,7 +24,17 @@
|
|
|
24
24
|
<param pos="2" name="os.edition"/>
|
|
25
25
|
<param pos="3" name="os.version"/>
|
|
26
26
|
</fingerprint>
|
|
27
|
-
<fingerprint pattern="^(?i:(?:Microsoft )?
|
|
27
|
+
<fingerprint pattern="^(?i:(?:Microsoft )?Windows 10 Mobile(?:\s([a-z]+))?(?: Edition)?)$">
|
|
28
|
+
<description>Windows 10 Mobile</description>
|
|
29
|
+
<example os.product="Windows 10 Mobile">Windows 10 Mobile Edition</example>
|
|
30
|
+
<example os.product="Windows 10 Mobile" os.edition="Enterprise">Windows 10 Mobile Enterprise Edition</example>
|
|
31
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
|
32
|
+
<param pos="0" name="os.family" value="Windows"/>
|
|
33
|
+
<param pos="0" name="os.product" value="Windows 10 Mobile"/>
|
|
34
|
+
<param pos="1" name="os.edition"/>
|
|
35
|
+
<param pos="0" name="os.device" value="Mobile"/>
|
|
36
|
+
</fingerprint>
|
|
37
|
+
<fingerprint pattern="^(?i:(?:Microsoft )?(Windows (?:XP|Vista|7|8|8.1|10))(?:\s)?((?:[a-z]+|[a-z]+, )?(?:[a-z]+|[a-z]+\s[a-z]+)?)?(?: Edition)?(?:\s)?(SP\d|SP \d|Service Pack \d)?)$">
|
|
28
38
|
<description>Windows Desktop XP and later</description>
|
|
29
39
|
<example os.product="Windows XP" os.edition="Professional">Windows XP Professional</example>
|
|
30
40
|
<example os.product="Windows XP" os.edition="Tablet PC">Windows XP Tablet PC Edition</example>
|
|
@@ -63,16 +73,6 @@
|
|
|
63
73
|
<param pos="1" name="os.version"/>
|
|
64
74
|
<param pos="2" name="os.edition"/>
|
|
65
75
|
</fingerprint>
|
|
66
|
-
<fingerprint pattern="^(?i:(?:Microsoft )?Windows 10 Mobile(?:\s(?!Edition)([a-z]+))?(?: Edition)?)$">
|
|
67
|
-
<description>Windows 10 Mobile</description>
|
|
68
|
-
<example os.product="Windows 10 Mobile">Windows 10 Mobile Edition</example>
|
|
69
|
-
<example os.product="Windows 10 Mobile" os.edition="Enterprise">Windows 10 Mobile Enterprise Edition</example>
|
|
70
|
-
<param pos="0" name="os.vendor" value="Microsoft"/>
|
|
71
|
-
<param pos="0" name="os.family" value="Windows"/>
|
|
72
|
-
<param pos="0" name="os.product" value="Windows 10 Mobile"/>
|
|
73
|
-
<param pos="1" name="os.edition"/>
|
|
74
|
-
<param pos="0" name="os.device" value="Mobile"/>
|
|
75
|
-
</fingerprint>
|
|
76
76
|
<fingerprint pattern="^(?i:(?:Microsoft )?Windows Phone (\d|\d\.\d)?)$">
|
|
77
77
|
<description>Windows Phone 7 and later</description>
|
|
78
78
|
<example os.version="7.5">Windows Phone 7.5</example>
|
data/xml/smtp_banners.xml
CHANGED
|
@@ -877,7 +877,7 @@ The system or service fingerprint with the highest certainty overwrites the othe
|
|
|
877
877
|
<param pos="0" name="service.family" value="Postfix"/>
|
|
878
878
|
<param pos="0" name="service.product" value="Postfix"/>
|
|
879
879
|
</fingerprint>
|
|
880
|
-
<fingerprint pattern="^(?i)(
|
|
880
|
+
<fingerprint pattern="^(?i)([^ ]+) POSTFIX$">
|
|
881
881
|
<description>Postfix - generic w/o ESMTP</description>
|
|
882
882
|
<example host.name="foo.bar">foo.bar Postfix</example>
|
|
883
883
|
<param pos="0" name="service.family" value="Postfix"/>
|
|
@@ -1150,7 +1150,7 @@ The system or service fingerprint with the highest certainty overwrites the othe
|
|
|
1150
1150
|
<param pos="3" name="sendmail.config.version"/>
|
|
1151
1151
|
<param pos="4" name="system.time"/>
|
|
1152
1152
|
</fingerprint>
|
|
1153
|
-
<fingerprint pattern="^([^ ]+) ESMTP Sendmail ([^/]+)/([^/]+)/Debian-\d(?:\.\d)?(?:build\d)
|
|
1153
|
+
<fingerprint pattern="^([^ ]+) ESMTP Sendmail ([^/]+)/([^/]+)/Debian-\d(?:\.\d)?(?:build\d)?;+ (.+); .*$">
|
|
1154
1154
|
<description>Sendmail - Debian patch only</description>
|
|
1155
1155
|
<example service.version="8.15.2">foo.bar ESMTP Sendmail 8.15.2/8.15.2/Debian-3; Thu, 30 Nov 2017 10:55:50 +0200; (No UCE/UBE) logging access from: xyz.foo.bar(OK)-xyz.foo.bar [10.0.0.1]</example>
|
|
1156
1156
|
<example service.version="8.14.3">foo.bar ESMTP Sendmail 8.14.3/8.14.3/Debian-9.4; Thu, 30 Nov 2017 10:11:54 +0100; (No UCE/UBE) logging access from: xyz.foo.bar(OK)-xyz.foo.bar [10.0.0.1]</example>
|
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.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rapid7 Research
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-27 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.11
|
|
243
243
|
signing_key:
|
|
244
244
|
specification_version: 4
|
|
245
245
|
summary: Network service fingerprint database, classes, and utilities
|