recog 2.1.13 → 2.1.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +7 -2
- data/lib/recog/version.rb +1 -1
- data/xml/operating_system.xml +37 -6
- 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: 60713d249cb16137900d6cac4f0f1eaad018667b
|
4
|
+
data.tar.gz: 4ddbd83b9f125c95c3a63dbc7a113d905d4ec4cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb0662f2cf78a44e6574aa4c13b580780996a3272a9f9f8642fe467b41dc273b1ef26c8a3c0ee7a1fc1390190cf73f6a3b473cf6ec3d5a87187dddc197b8939f
|
7
|
+
data.tar.gz: a3b8f8737a9f3086b09514c017c9de355867d8d6d4c1e5a4b6a54a59b0cf477fa4d269a7d6e06aca288d50a11601b51dac8b715e3a4f89b433910c3b81bab02b
|
data/.travis.yml
CHANGED
@@ -2,8 +2,10 @@ language: ruby
|
|
2
2
|
sudo: false
|
3
3
|
cache: bundler
|
4
4
|
rvm:
|
5
|
-
- 2.
|
6
|
-
-
|
5
|
+
- '2.2.7'
|
6
|
+
- '2.3.4'
|
7
|
+
- '2.4.1'
|
8
|
+
- 'jruby-9.1.9.0'
|
7
9
|
before_install:
|
8
10
|
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
|
9
11
|
- rake --version
|
@@ -14,3 +16,6 @@ env:
|
|
14
16
|
global:
|
15
17
|
- CI="travis"
|
16
18
|
- JRUBY_OPTS="--server -J-Xms512m -J-Xmx2G"
|
19
|
+
branches:
|
20
|
+
only:
|
21
|
+
- master
|
data/lib/recog/version.rb
CHANGED
data/xml/operating_system.xml
CHANGED
@@ -130,6 +130,15 @@
|
|
130
130
|
<!-- Windows end -->
|
131
131
|
|
132
132
|
<!-- Liunx begin -->
|
133
|
+
<fingerprint pattern="^(?i:Alpine Linux\s?(?:v)?(\d+?(?:\.\d+?)*?(?:\src\d+?)?)?)$">
|
134
|
+
<description>Alpine Linux</description>
|
135
|
+
<example os.version="3.4.0">Alpine Linux v3.4.0</example>
|
136
|
+
<example os.version="2.7.0 rc6">Alpine Linux 2.7.0 rc6</example>
|
137
|
+
<param pos="0" name="os.vendor" value="Alpine"/>
|
138
|
+
<param pos="0" name="os.family" value="Linux"/>
|
139
|
+
<param pos="0" name="os.product" value="Linux"/>
|
140
|
+
<param pos="1" name="os.version"/>
|
141
|
+
</fingerprint>
|
133
142
|
<!-- Arch uses rolling releases where the version name just the date of an ISO release. -->
|
134
143
|
<fingerprint pattern="^(?i:Arch Linux\s?(\d+?(?:\.\d+?)*?)?)$">
|
135
144
|
<description>Arch Linux</description>
|
@@ -147,34 +156,37 @@
|
|
147
156
|
<example os.version="7">Amazon Linux AMI 7</example>
|
148
157
|
<param pos="0" name="os.vendor" value="Amazon"/>
|
149
158
|
<param pos="0" name="os.family" value="Linux"/>
|
150
|
-
<param pos="0" name="os.product" value="Linux"/>
|
159
|
+
<param pos="0" name="os.product" value="Linux AMI"/>
|
151
160
|
<param pos="1" name="os.version"/>
|
152
161
|
</fingerprint>
|
153
162
|
<!-- Red Hat Enterprise Linux derivative -->
|
154
|
-
<fingerprint pattern="^(?i:CentOS(?: Linux)?\s?(\d+?(?:\.\d+?)*?)?)
|
163
|
+
<fingerprint pattern="^(?i:CentOS(?: Linux)?(?: [a-z]+)?\s?(\d+?(?:\.\d+?)*?)?)(?:\s.*?)?$">
|
155
164
|
<description>Centos Linux</description>
|
156
165
|
<example os.version="5.11">Centos Linux 5.11</example>
|
157
166
|
<example os.version="6.7">CentOS 6.7</example>
|
158
167
|
<example os.version="7">CentOS 7</example>
|
168
|
+
<example os.version="6.7">CentOS release 6.7 (Final)</example>
|
159
169
|
<param pos="0" name="os.vendor" value="CentOS"/>
|
160
170
|
<param pos="0" name="os.family" value="Linux"/>
|
161
171
|
<param pos="0" name="os.product" value="Linux"/>
|
162
172
|
<param pos="1" name="os.version"/>
|
163
173
|
</fingerprint>
|
164
|
-
<fingerprint pattern="^(?i:Debian(?: Linux)?\s?(
|
174
|
+
<fingerprint pattern="^(?i:Debian(?: (?:GNU\/)?Linux)?\s?((?:\d+?(?:\.\d+?)*?)|(?:\w+?\/sid\s?))?(?:\s[a-z\(\)]+)?)$">
|
165
175
|
<description>Debian Linux</description>
|
166
176
|
<example os.version="6.0">Debian 6.0</example>
|
167
177
|
<example os.version="7">Debian 7 (Wheezy)</example>
|
168
178
|
<example os.version="8">Debian Linux 8</example>
|
179
|
+
<example os.version="stretch/sid">Debian GNU/Linux stretch/sid</example>
|
169
180
|
<param pos="0" name="os.vendor" value="Debian"/>
|
170
181
|
<param pos="0" name="os.family" value="Linux"/>
|
171
182
|
<param pos="0" name="os.product" value="Linux"/>
|
172
183
|
<param pos="1" name="os.version"/>
|
173
184
|
</fingerprint>
|
174
|
-
<fingerprint pattern="^(?i:Fedora(?: Core)?(?: Linux)?\s?(\d+?)?)$">
|
185
|
+
<fingerprint pattern="^(?i:Fedora(?: Core)?(?: Linux)?(?: release)?\s?(\d+?)?(?:\s.*)?)$">
|
175
186
|
<description>Fedora Linux</description>
|
176
187
|
<example os.version="6">Fedora Core 6</example>
|
177
188
|
<example os.version="25">Fedora 25</example>
|
189
|
+
<example os.version="26">Fedora release 26 (Twenty Six)</example>
|
178
190
|
<param pos="0" name="os.vendor" value="Fedora"/>
|
179
191
|
<param pos="0" name="os.family" value="Linux"/>
|
180
192
|
<param pos="0" name="os.product" value="Linux"/>
|
@@ -214,7 +226,7 @@
|
|
214
226
|
<param pos="2" name="os.edition"/>
|
215
227
|
</fingerprint>
|
216
228
|
<!-- Red Hat Enterprise Linux derivative -->
|
217
|
-
<fingerprint pattern="^(?i:Oracle(?: Enterprise)? Linux\s?(\d+?(?:\.\d+?)*?)?)$">
|
229
|
+
<fingerprint pattern="^(?i:Oracle(?: Enterprise)? Linux\s?(?:Server\s?)?(\d+?(?:\.\d+?)*?)?)$">
|
218
230
|
<description>Oracle Enterprise Linux</description>
|
219
231
|
<example os.version="5.11">Oracle Enterprise Linux 5.11</example>
|
220
232
|
<example os.version="6.7">Oracle Linux 6.7</example>
|
@@ -223,7 +235,7 @@
|
|
223
235
|
<param pos="0" name="os.product" value="Linux"/>
|
224
236
|
<param pos="1" name="os.version"/>
|
225
237
|
</fingerprint>
|
226
|
-
<fingerprint pattern="^(?i:OpenSUSE(?: Linux)?(?:
|
238
|
+
<fingerprint pattern="^(?i:OpenSUSE(?: Linux)?(?: [a-z]+?)??\s?(\d+?(?:\.\d+?)*?)?(?:\s\(.*)?)$">
|
227
239
|
<description>OpenSUSE Linux</description>
|
228
240
|
<example os.version="10.1">OpenSUSE Linux 10.1</example>
|
229
241
|
<example os.version="13.2">OpenSUSE 13.2</example>
|
@@ -315,6 +327,25 @@
|
|
315
327
|
<param pos="1" name="os.version"/>
|
316
328
|
<param pos="2" name="os.edition"/>
|
317
329
|
</fingerprint>
|
330
|
+
<fingerprint pattern="^(?i:VMWare Photon(?:\/)?(?:\s?Linux)?\s?(?:v)?(\d+?(?:\.\d+?)*?)?)$">
|
331
|
+
<description>Photon Linux</description>
|
332
|
+
<example>VMWare Photon Linux</example>
|
333
|
+
<example os.version="1.0">VMWare Photon 1.0</example>
|
334
|
+
<param pos="0" name="os.vendor" value="VMWare"/>
|
335
|
+
<param pos="0" name="os.family" value="Linux"/>
|
336
|
+
<param pos="0" name="os.product" value="Photon Linux"/>
|
337
|
+
<param pos="1" name="os.version"/>
|
338
|
+
</fingerprint>
|
339
|
+
<!-- Vendor-based distribution catch-call -->
|
340
|
+
<fingerprint pattern="^(?i:(.*)\sLinux?\s(.*))$">
|
341
|
+
<description>Vendor-based Linux catch-all</description>
|
342
|
+
<example os.vendor="Aurox" os.version="10.2">Aurox Linux 10.2</example>
|
343
|
+
<param pos="0" name="os.family" value="Linux"/>
|
344
|
+
<param pos="0" name="os.product" value="Linux"/>
|
345
|
+
<param pos="0" name="os.certainty" value="0.6"/>
|
346
|
+
<param pos="1" name="os.vendor"/>
|
347
|
+
<param pos="2" name="os.version"/>
|
348
|
+
</fingerprint>
|
318
349
|
<!-- Linux catch-all goes at the bottom-->
|
319
350
|
<fingerprint pattern="^(?i:.*Linux?\s?(\d+?(?:\.\d+?)*?)?)$">
|
320
351
|
<description>Linux catch-all</description>
|
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.14
|
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-09-06 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.
|
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
|