recog 2.0.12 → 2.0.13
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/.travis.yml +1 -0
- data/lib/recog/version.rb +1 -1
- data/xml/http_servers.xml +35 -2
- data/xml/smb_native_os.xml +27 -0
- data/xml/snmp_sysdescr.xml +115 -0
- 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: 550cc41ba69213d60ced6ead986dc8c38d3129da
|
|
4
|
+
data.tar.gz: 317c61c92e185f982f0066ddafcd811a0b644224
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6c71d5f88b88e952613346681a0f5834d0a47469df0e53420a114102626c52edb5eeb392a4fa8fb866b3c63de7f361a680e4e9a521e257948bb500f7a8f81af
|
|
7
|
+
data.tar.gz: 5db712820756886fd6bc2c1d550d5a82672d2291ae4237e3985a104b363c552d7d59fdf96028a11bc179a45ff0ad734cc64ec5b4058939cd0c12b0cc14707169
|
data/.travis.yml
CHANGED
data/lib/recog/version.rb
CHANGED
data/xml/http_servers.xml
CHANGED
|
@@ -1767,13 +1767,21 @@
|
|
|
1767
1767
|
</fingerprint>
|
|
1768
1768
|
|
|
1769
1769
|
<fingerprint pattern="^PHP/(\S+)$">
|
|
1770
|
-
<example>PHP/4.4.2-1build1</example>
|
|
1771
|
-
<example>PHP/5.1.2</example>
|
|
1770
|
+
<example service.component.version="4.4.2-1build1">PHP/4.4.2-1build1</example>
|
|
1771
|
+
<example service.component.version="5.1.2">PHP/5.1.2</example>
|
|
1772
1772
|
<description>PHP</description>
|
|
1773
1773
|
<param pos="0" name="service.component.product" value="PHP"/>
|
|
1774
1774
|
<param pos="1" name="service.component.version"/>
|
|
1775
1775
|
</fingerprint>
|
|
1776
1776
|
|
|
1777
|
+
<!-- TODO: Capture ZendServer version in fingerprint -->
|
|
1778
|
+
<fingerprint pattern="^PHP/(\S+)\s+ZendServer/\S+$">
|
|
1779
|
+
<example service.component.version="5.3.14">PHP/5.3.14 ZendServer/5.0</example>
|
|
1780
|
+
<description>PHP with ZendServer</description>
|
|
1781
|
+
<param pos="0" name="service.component.product" value="PHP"/>
|
|
1782
|
+
<param pos="1" name="service.component.version"/>
|
|
1783
|
+
</fingerprint>
|
|
1784
|
+
|
|
1777
1785
|
<fingerprint pattern="^Oracle Application Server Containers for J2EE 10g \(([\d.]+)\)$">
|
|
1778
1786
|
<example>Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)</example>
|
|
1779
1787
|
<description>Oracle Application Server Containers for J2EE 10g</description>
|
|
@@ -3509,5 +3517,30 @@
|
|
|
3509
3517
|
<description>gSOAP</description>
|
|
3510
3518
|
<param pos="0" name="service.product" value="gSOAP"/>
|
|
3511
3519
|
<param pos="1" name="service.version"/>
|
|
3520
|
+
</fingerprint>
|
|
3521
|
+
|
|
3522
|
+
<!-- Apple QuickTime streaming server -->
|
|
3523
|
+
<fingerprint pattern="^QTSS\/([\d\.]+) \(Build\/[\d\.]+; Platform\/MacOSX; Release\/Panther">
|
|
3524
|
+
<description>QTSS on OS X 10.3</description>
|
|
3525
|
+
<example service.version="5.0">QTSS/5.0 (Build/452; Platform/MacOSX; Release/Panther; )</example>
|
|
3526
|
+
<example service.version="5.0.3.3">QTSS/5.0.3.3 (Build/452.22.4; Platform/MacOSX; Release/Panther; Update/Security; )</example>
|
|
3527
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
3528
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
3529
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
3530
|
+
<param pos="0" name="os.device" value="General"/>
|
|
3531
|
+
<param pos="0" name="os.version" value="10.3"/>
|
|
3532
|
+
<param pos="0" name="service.product" value="QTSS"/>
|
|
3533
|
+
<param pos="1" name="service.version"/>
|
|
3534
|
+
</fingerprint>
|
|
3535
|
+
|
|
3536
|
+
<fingerprint pattern="^QTSS\/([\d\.]+) \(Build\/[\d\.]+; Platform\/MacOSX; Release\/Mac OS X">
|
|
3537
|
+
<description>QTSS OS X</description>
|
|
3538
|
+
<example service.version="6.1.0">QTSS/6.1.0 (Build/532; Platform/MacOSX; Release/Mac OS X Server; )</example>
|
|
3539
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
3540
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
3541
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
3542
|
+
<param pos="0" name="os.device" value="General"/>
|
|
3543
|
+
<param pos="0" name="service.product" value="QTSS"/>
|
|
3544
|
+
<param pos="1" name="service.version"/>
|
|
3512
3545
|
</fingerprint>
|
|
3513
3546
|
</fingerprints>
|
data/xml/smb_native_os.xml
CHANGED
|
@@ -384,6 +384,33 @@
|
|
|
384
384
|
<param pos="2" name="os.build"/>
|
|
385
385
|
</fingerprint>
|
|
386
386
|
|
|
387
|
+
<!-- Mac OS X -->
|
|
388
|
+
<fingerprint pattern="^Samba (3\.0\.28a-apple)$">
|
|
389
|
+
<description>Samba on OS X 10.6</description>
|
|
390
|
+
<example service.version="3.0.28a-apple">Samba 3.0.28a-apple</example>
|
|
391
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
392
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
393
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
394
|
+
<param pos="0" name="os.device" value="General"/>
|
|
395
|
+
<param pos="0" name="os.version" value="10.6"/>
|
|
396
|
+
<param pos="0" name="service.vendor" value="Samba"/>
|
|
397
|
+
<param pos="0" name="service.product" value="Samba"/>
|
|
398
|
+
<param pos="1" name="service.version"/>
|
|
399
|
+
</fingerprint>
|
|
400
|
+
|
|
401
|
+
<fingerprint pattern="^Samba (3\.0\.25b-apple)$">
|
|
402
|
+
<description>Samba on OS X 10.5</description>
|
|
403
|
+
<example service.version="3.0.25b-apple">Samba 3.0.25b-apple</example>
|
|
404
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
405
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
406
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
407
|
+
<param pos="0" name="os.device" value="General"/>
|
|
408
|
+
<param pos="0" name="os.version" value="10.5"/>
|
|
409
|
+
<param pos="0" name="service.vendor" value="Samba"/>
|
|
410
|
+
<param pos="0" name="service.product" value="Samba"/>
|
|
411
|
+
<param pos="1" name="service.version"/>
|
|
412
|
+
</fingerprint>
|
|
413
|
+
|
|
387
414
|
<!-- TODO: Detect vendor, distribution, and package versions -->
|
|
388
415
|
<fingerprint pattern="^Samba (\d\.\d+.\d+\w*)">
|
|
389
416
|
<description>Samba</description>
|
data/xml/snmp_sysdescr.xml
CHANGED
|
@@ -5157,6 +5157,121 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
5157
5157
|
<param pos="1" name="host.name"/>
|
|
5158
5158
|
</fingerprint>
|
|
5159
5159
|
|
|
5160
|
+
<!--======================================================================
|
|
5161
|
+
Mac OS X
|
|
5162
|
+
=======================================================================-->
|
|
5163
|
+
<fingerprint pattern="^Darwin (\S*) \S* Darwin Kernel Version 7.(\d+).\d+: .*RELEASE_\w* ?\s* (\S* ?\S*)$">
|
|
5164
|
+
<description>Mac OS X 10.3 (Panther)</description>
|
|
5165
|
+
<example host.name="host.example.com" os.arch="Power Macintosh" os.version.version="0">Darwin host.example.com 7.0.0 Darwin Kernel Version 7.0.0: Wed Sep 24 15:48:39 PDT 2003; root:xnu/xnu-517.obj~1/RELEASE_PPC Power Macintosh</example>
|
|
5166
|
+
<param pos="1" name="host.name"/>
|
|
5167
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
5168
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
5169
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
5170
|
+
<param pos="0" name="os.device" value="General"/>
|
|
5171
|
+
<param pos="3" name="os.arch"/>
|
|
5172
|
+
<param pos="0" name="os.version" value="10.3"/>
|
|
5173
|
+
<param pos="2" name="os.version.version"/>
|
|
5174
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
5175
|
+
</fingerprint>
|
|
5176
|
+
|
|
5177
|
+
<fingerprint pattern="^Darwin (\S*) \S* Darwin Kernel Version 8.(\d+).\d+: .*RELEASE_\w* ?\s* (\S* ?\S*)$">
|
|
5178
|
+
<description>Mac OS X 10.4 (Tiger)</description>
|
|
5179
|
+
<example host.name="host.example.com" os.arch="Power Macintosh" os.version.version="6">Darwin host.example.com 8.6.0 Darwin Kernel Version 8.6.0: Tue Mar 7 16:58:48 PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC Power Macintosh</example>
|
|
5180
|
+
<param pos="1" name="host.name"/>
|
|
5181
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
5182
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
5183
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
5184
|
+
<param pos="0" name="os.device" value="General"/>
|
|
5185
|
+
<param pos="3" name="os.arch"/>
|
|
5186
|
+
<param pos="0" name="os.version" value="10.4"/>
|
|
5187
|
+
<param pos="2" name="os.version.version"/>
|
|
5188
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
5189
|
+
</fingerprint>
|
|
5190
|
+
|
|
5191
|
+
<fingerprint pattern="^Darwin (\S*) \S* Darwin Kernel Version 9.(\d+).\d+: .*RELEASE_\w* ?\s* (\S* ?\S*)$">
|
|
5192
|
+
<description>Mac OS X 10.5 (Leopard)</description>
|
|
5193
|
+
<example host.name="host.example.com" os.arch="Power Macintosh" os.version.version="0">Darwin host.example.com 9.0.0 Darwin Kernel Version 9.0.0: Tue Oct 9 21:37:58 PDT 2007; root:xnu-1228~1/RELEASE_PPC Power Macintosh</example>
|
|
5194
|
+
<param pos="1" name="host.name"/>
|
|
5195
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
5196
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
5197
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
5198
|
+
<param pos="0" name="os.device" value="General"/>
|
|
5199
|
+
<param pos="3" name="os.arch"/>
|
|
5200
|
+
<param pos="0" name="os.version" value="10.5"/>
|
|
5201
|
+
<param pos="2" name="os.version.version"/>
|
|
5202
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
5203
|
+
</fingerprint>
|
|
5204
|
+
|
|
5205
|
+
<fingerprint pattern="^Darwin (\S*) \S* Darwin Kernel Version 10.(\d+).\d+: .*RELEASE_\w* ?\s* (\S* ?\S*)$">
|
|
5206
|
+
<description>Mac OS X 10.6 (Snow Leopard)</description>
|
|
5207
|
+
<example host.name="host.example.com" os.arch="x86_64" os.version.version="0">Darwin host.example.com 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:46:25 PDT 2009; root:xnu-1456.1.25~1/RELEASE_X86_64 x86_64</example>
|
|
5208
|
+
<param pos="1" name="host.name"/>
|
|
5209
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
5210
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
5211
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
5212
|
+
<param pos="0" name="os.device" value="General"/>
|
|
5213
|
+
<param pos="3" name="os.arch"/>
|
|
5214
|
+
<param pos="0" name="os.version" value="10.6"/>
|
|
5215
|
+
<param pos="2" name="os.version.version"/>
|
|
5216
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
5217
|
+
</fingerprint>
|
|
5218
|
+
|
|
5219
|
+
<fingerprint pattern="^Darwin (\S*) \S* Darwin Kernel Version 11.(\d+).\d+: .*RELEASE_\w* ?\s* (\S* ?\S*)$">
|
|
5220
|
+
<description>Mac OS X 10.7 (Lion)</description>
|
|
5221
|
+
<example host.name="host.example.com" os.arch="x86_64" os.version.version="2">Darwin host.example.com 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64</example>
|
|
5222
|
+
<param pos="1" name="host.name"/>
|
|
5223
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
5224
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
5225
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
5226
|
+
<param pos="0" name="os.device" value="General"/>
|
|
5227
|
+
<param pos="3" name="os.arch"/>
|
|
5228
|
+
<param pos="0" name="os.version" value="10.7"/>
|
|
5229
|
+
<param pos="2" name="os.version.version"/>
|
|
5230
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
5231
|
+
</fingerprint>
|
|
5232
|
+
|
|
5233
|
+
<fingerprint pattern="^Darwin (\S*) \S* Darwin Kernel Version 12.(\d+).\d+: .*RELEASE_\w* ?\s* (\S* ?\S*)$">
|
|
5234
|
+
<description>Mac OS X 10.8 (Mountain Lion)</description>
|
|
5235
|
+
<example host.name="host.example.com" os.arch="x86_64" os.version.version="2">Darwin host.example.com 12.2.1 Darwin Kernel Version 12.2.1: Thu Oct 18 12:13:47 PDT 2012; root:xnu-2050.20.9~1/RELEASE_X86_64 x86_64</example>
|
|
5236
|
+
<param pos="1" name="host.name"/>
|
|
5237
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
5238
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
5239
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
5240
|
+
<param pos="0" name="os.device" value="General"/>
|
|
5241
|
+
<param pos="3" name="os.arch"/>
|
|
5242
|
+
<param pos="0" name="os.version" value="10.8"/>
|
|
5243
|
+
<param pos="2" name="os.version.version"/>
|
|
5244
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
5245
|
+
</fingerprint>
|
|
5246
|
+
|
|
5247
|
+
<fingerprint pattern="^Darwin (\S*) \S* Darwin Kernel Version 13.(\d+).\d+: .*RELEASE_\w* ?\s* (\S* ?\S*)$">
|
|
5248
|
+
<description>Mac OS X 10.9 (Mavericks)</description>
|
|
5249
|
+
<example host.name="host.example.com" os.arch="x86_64" os.version.version="4">Darwin host.example.com 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64</example>
|
|
5250
|
+
<param pos="1" name="host.name"/>
|
|
5251
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
5252
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
5253
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
5254
|
+
<param pos="0" name="os.device" value="General"/>
|
|
5255
|
+
<param pos="3" name="os.arch"/>
|
|
5256
|
+
<param pos="0" name="os.version" value="10.9"/>
|
|
5257
|
+
<param pos="2" name="os.version.version"/>
|
|
5258
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
5259
|
+
</fingerprint>
|
|
5260
|
+
|
|
5261
|
+
<fingerprint pattern="^Darwin (\S*) \S* Darwin Kernel Version 14.(\d+).\d+: .*RELEASE_\w* ?\s* (\S* ?\S*)$">
|
|
5262
|
+
<description>Mac OS X 10.10 (Yosemite)</description>
|
|
5263
|
+
<example host.name="host.example.com" os.arch="x86_64" os.version.version="4">Darwin host.example.com 14.4.0 Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 x86_64</example>
|
|
5264
|
+
<param pos="1" name="host.name"/>
|
|
5265
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
|
5266
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
|
5267
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
|
5268
|
+
<param pos="0" name="os.device" value="General"/>
|
|
5269
|
+
<param pos="3" name="os.arch"/>
|
|
5270
|
+
<param pos="0" name="os.version" value="10.10"/>
|
|
5271
|
+
<param pos="2" name="os.version.version"/>
|
|
5272
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
|
5273
|
+
</fingerprint>
|
|
5274
|
+
|
|
5160
5275
|
<!--======================================================================
|
|
5161
5276
|
MICROSOFT
|
|
5162
5277
|
=======================================================================-->
|
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.0.
|
|
4
|
+
version: 2.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rapid7 Research
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -231,7 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
231
231
|
version: '0'
|
|
232
232
|
requirements: []
|
|
233
233
|
rubyforge_project:
|
|
234
|
-
rubygems_version: 2.4.5
|
|
234
|
+
rubygems_version: 2.4.5.1
|
|
235
235
|
signing_key:
|
|
236
236
|
specification_version: 4
|
|
237
237
|
summary: Network service fingerprint database, classes, and utilities
|