recog 2.0.22 → 2.0.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/recog/version.rb +1 -1
- data/xml/ssh_banners.xml +44 -0
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5842712d74a2b94090bfbc318ea5874b16e2e64
|
4
|
+
data.tar.gz: 4b76ba5d4ce48e0673a1bca31e4be9daf4a71cd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dc9e51f4f4f694676218e70ab07f15472199e4294aac5f6a2f33249d189a9c009d3ff66a66f1777c386a13b486ef3a2be92aef4645da480037e572f82c7d776
|
7
|
+
data.tar.gz: c4f0669e9b921c5c5bcdc89a1cc32bc1a5c6328497045e729fa0deca503072e630ac1a46dca2c9d27b2390aa7890eee589ce38d22e1a381c37e4f3f5c5d051c5
|
data/lib/recog/version.rb
CHANGED
data/xml/ssh_banners.xml
CHANGED
@@ -349,6 +349,38 @@ fingerprint SSH servers.
|
|
349
349
|
<param pos="0" name="os.product" value="Linux"/>
|
350
350
|
<param pos="0" name="os.version" value="7.0"/>
|
351
351
|
</fingerprint>
|
352
|
+
<fingerprint pattern="^OpenSSH_([^\s]+)\s+(Debian-5(?:\+deb8u\d+)?)$">
|
353
|
+
<description>OpenSSH running on Debian 8.x (jessie)</description>
|
354
|
+
<example service.version="6.7p1" openssh.comment="Debian-5">OpenSSH_6.7p1 Debian-5</example>
|
355
|
+
<example service.version="6.7p1" openssh.comment="Debian-5+deb8u1">OpenSSH_6.7p1 Debian-5+deb8u1</example>
|
356
|
+
<example service.version="6.7p1" openssh.comment="Debian-5+deb8u2">OpenSSH_6.7p1 Debian-5+deb8u2</example>
|
357
|
+
<param pos="1" name="service.version"/>
|
358
|
+
<param pos="2" name="openssh.comment"/>
|
359
|
+
<param pos="0" name="service.vendor" value="OpenBSD"/>
|
360
|
+
<param pos="0" name="service.family" value="OpenSSH"/>
|
361
|
+
<param pos="0" name="service.product" value="OpenSSH"/>
|
362
|
+
<param pos="0" name="os.vendor" value="Debian"/>
|
363
|
+
<param pos="0" name="os.device" value="General"/>
|
364
|
+
<param pos="0" name="os.family" value="Linux"/>
|
365
|
+
<param pos="0" name="os.product" value="Linux"/>
|
366
|
+
<param pos="0" name="os.version" value="8.0"/>
|
367
|
+
</fingerprint>
|
368
|
+
<fingerprint pattern="^OpenSSH_([^\s]+)\s+(Raspbian-5(?:\+deb8u\d+)?)$">
|
369
|
+
<description>OpenSSH running on Raspbian 8.x (jessie)</description>
|
370
|
+
<example service.version="6.7p1" openssh.comment="Raspbian-5">OpenSSH_6.7p1 Raspbian-5</example>
|
371
|
+
<example service.version="6.7p1" openssh.comment="Raspbian-5+deb8u1">OpenSSH_6.7p1 Raspbian-5+deb8u1</example>
|
372
|
+
<example service.version="6.7p1" openssh.comment="Raspbian-5+deb8u2">OpenSSH_6.7p1 Raspbian-5+deb8u2</example>
|
373
|
+
<param pos="1" name="service.version"/>
|
374
|
+
<param pos="2" name="openssh.comment"/>
|
375
|
+
<param pos="0" name="service.vendor" value="OpenBSD"/>
|
376
|
+
<param pos="0" name="service.family" value="OpenSSH"/>
|
377
|
+
<param pos="0" name="service.product" value="OpenSSH"/>
|
378
|
+
<param pos="0" name="os.vendor" value="Raspbian"/>
|
379
|
+
<param pos="0" name="os.device" value="General"/>
|
380
|
+
<param pos="0" name="os.family" value="Linux"/>
|
381
|
+
<param pos="0" name="os.product" value="Linux"/>
|
382
|
+
<param pos="0" name="os.version" value="8.0"/>
|
383
|
+
</fingerprint>
|
352
384
|
<fingerprint pattern="^OpenSSH_([^\s]+)\s+(Debian.+squeeze.*)$">
|
353
385
|
<description>OpenSSH running on Debian 6.0 (squeeze)</description>
|
354
386
|
<example service.version="5.5p1" openssh.comment="Debian-6+squeeze4">OpenSSH_5.5p1 Debian-6+squeeze4</example>
|
@@ -439,6 +471,18 @@ fingerprint SSH servers.
|
|
439
471
|
<param pos="0" name="os.family" value="RouterOS"/>
|
440
472
|
<param pos="0" name="os.product" value="RouterOS"/>
|
441
473
|
</fingerprint>
|
474
|
+
<fingerprint pattern="^OpenSSH_(.*)-HipServ$">
|
475
|
+
<description>OpenSSH on HipServ</description>
|
476
|
+
<example service.version="4.3">OpenSSH_4.3-HipServ</example>
|
477
|
+
<param pos="1" name="service.version"/>
|
478
|
+
<param pos="0" name="service.vendor" value="OpenBSD"/>
|
479
|
+
<param pos="0" name="service.family" value="OpenSSH"/>
|
480
|
+
<param pos="0" name="service.product" value="OpenSSH"/>
|
481
|
+
<param pos="0" name="os.vendor" value="HipServ"/>
|
482
|
+
<param pos="0" name="os.device" value="NAS"/>
|
483
|
+
<param pos="0" name="os.family" value="Linux"/>
|
484
|
+
<param pos="0" name="os.product" value="HipServ"/>
|
485
|
+
</fingerprint>
|
442
486
|
<fingerprint pattern="^OpenSSH_(.*) in DesktopAuthority (?:.*)$">
|
443
487
|
<description>DesktopAuthority SSH</description>
|
444
488
|
<param pos="1" name="service.version"/>
|
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.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rapid7 Research
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -268,4 +268,3 @@ test_files:
|
|
268
268
|
- spec/lib/recog/nizer_spec.rb
|
269
269
|
- spec/lib/recog/verify_reporter_spec.rb
|
270
270
|
- spec/spec_helper.rb
|
271
|
-
has_rdoc:
|