recog 2.1.27 → 2.1.28
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/nntp_banners.xml +32 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f732fb46e60d0608bed36ed54a810caab4b75ad
|
|
4
|
+
data.tar.gz: f05b5c576e731907af75507a32e28be0f991c8a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8fcac0f37bb4ab58f2b1f7d365627fe97553cde9ebbc6b5f1a882c5cf7c4cfc4f59eb7422e67b08467b2abb8123bd78b4c8d174e574624d752522884ac55ff2d
|
|
7
|
+
data.tar.gz: 06a0a56bd8939bb4a084ed170b86f1d538074729689a961cf04341dc8a10d3af108f54a1228feb9b56629519a3c6bf0956e04dc2731def245b2c6e44ac67446b
|
data/lib/recog/version.rb
CHANGED
data/xml/nntp_banners.xml
CHANGED
|
@@ -4,6 +4,21 @@
|
|
|
4
4
|
NNTP greeting messages (part of the banner after the response code) are matched
|
|
5
5
|
against these patterns to fingerprint NNTP servers.
|
|
6
6
|
-->
|
|
7
|
+
<fingerprint pattern="CCProxy NNTP Service$">
|
|
8
|
+
<description>Youngzsoft CCProxy NNTP with no version</description>
|
|
9
|
+
<example>CCProxy NNTP Service</example>
|
|
10
|
+
<param pos="0" name="service.vendor" value="Youngzsoft"/>
|
|
11
|
+
<param pos="0" name="service.family" value="CCProxy"/>
|
|
12
|
+
<param pos="0" name="service.product" value="CCProxy"/>
|
|
13
|
+
</fingerprint>
|
|
14
|
+
<fingerprint pattern="^(\S+) Lyris ListManager NNTP Service ready">
|
|
15
|
+
<description>Lyris Listmanager</description>
|
|
16
|
+
<example host.name="blah">blah Lyris ListManager NNTP Service ready (posting ok).</example>
|
|
17
|
+
<param pos="0" name="service.vendor" value="Lyris"/>
|
|
18
|
+
<param pos="0" name="service.family" value="ListManager"/>
|
|
19
|
+
<param pos="0" name="service.product" value="ListManager"/>
|
|
20
|
+
<param pos="1" name="host.name"/>
|
|
21
|
+
</fingerprint>
|
|
7
22
|
<fingerprint pattern="^NNTP Service (?:.*) Version: (5.0.2195.[0-9]+) .*$">
|
|
8
23
|
<description>Microsoft IIS NNTP Server on Windows 2000</description>
|
|
9
24
|
<example>NNTP Service 5.00.0984 Version: 5.0.2195.7034 Posting Allowed</example>
|
|
@@ -51,4 +66,21 @@
|
|
|
51
66
|
<param pos="0" name="os.product" value="Windows"/>
|
|
52
67
|
<param pos="0" name="os.cpe23" value="cpe:/o:microsoft:windows:-"/>
|
|
53
68
|
</fingerprint>
|
|
69
|
+
<fingerprint pattern="^Kerio (?:Connect|MailServer)\s+(\d\.[\d.]+)\s+(?:(?:patch|RC) (\d)\s+)?NNTP server ready$">
|
|
70
|
+
<description>Kerio Connect NNTP</description>
|
|
71
|
+
<example service.version="9.2.3">Kerio Connect 9.2.3 NNTP server ready</example>
|
|
72
|
+
<example service.version="9.2.6" service.version.version="2">Kerio Connect 9.2.6 patch 2 NNTP server ready</example>
|
|
73
|
+
<example service.version="6.7.3">Kerio MailServer 6.7.3 NNTP server ready</example>
|
|
74
|
+
<param pos="0" name="service.vendor" value="Kerio"/>
|
|
75
|
+
<param pos="0" name="service.family" value="Connect"/>
|
|
76
|
+
<param pos="0" name="service.product" value="NNTP"/>
|
|
77
|
+
<param pos="1" name="service.version"/>
|
|
78
|
+
<param pos="2" name="service.version.version"/>
|
|
79
|
+
</fingerprint>
|
|
80
|
+
<fingerprint pattern="^NNTP server ready(?: \(no posting\))?$">
|
|
81
|
+
<description>Non-specific NNTP</description>
|
|
82
|
+
<example>NNTP server ready (no posting)</example>
|
|
83
|
+
<example>NNTP server ready</example>
|
|
84
|
+
<param pos="0" name="service.product" value="Unknown"/>
|
|
85
|
+
</fingerprint>
|
|
54
86
|
</fingerprints>
|
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.28
|
|
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-10-
|
|
11
|
+
date: 2018-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|