recog 2.0.23 → 2.0.24
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/ssh_banners.xml +24 -1
- 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: 6bcaa01bf7e7d6d81d2a46b792d905011a541b19
|
|
4
|
+
data.tar.gz: 8593c9b71ff2b349a1f46693e87c6218d383bd59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 177feea5c499a7c29a802f5b2244edc8144fb7ddca69248e455a95e7e4bea211afb2ea7b6b50558cc89aa7deeb2a01068d126c6c55f4b5e270b71e8ed88d13ff
|
|
7
|
+
data.tar.gz: fdb3c3908a3f9168911b4e559fb56d90c2956b63ba0cfea49015d0d9fa90fcd3b82219271fc61ddffb70a2bc6e4e3a5a7c289054d08624b57a1d8b0bce5cc71a
|
data/lib/recog/version.rb
CHANGED
data/xml/ssh_banners.xml
CHANGED
|
@@ -304,6 +304,17 @@ fingerprint SSH servers.
|
|
|
304
304
|
<param pos="0" name="os.product" value="Linux"/>
|
|
305
305
|
<param pos="0" name="os.version" value="13.04"/>
|
|
306
306
|
</fingerprint>
|
|
307
|
+
<fingerprint pattern="^OpenSSH_(\d+\.\d+(?:\.\d+)?(?:p\d+)?)[_|-](hpn\d+v\d+)$">
|
|
308
|
+
<description>OpenSSH with HPN patches</description>
|
|
309
|
+
<example service.version="6.1" openssh.comment="hpn13v11">OpenSSH_6.1_hpn13v11</example>
|
|
310
|
+
<example service.version="5.8p1" openssh.comment="hpn13v11">OpenSSH_5.8p1-hpn13v11</example>
|
|
311
|
+
<example service.version="5.8p1" openssh.comment="hpn14v9">OpenSSH_5.8p1-hpn14v9</example>
|
|
312
|
+
<param pos="1" name="service.version"/>
|
|
313
|
+
<param pos="2" name="openssh.comment"/>
|
|
314
|
+
<param pos="0" name="service.vendor" value="OpenBSD"/>
|
|
315
|
+
<param pos="0" name="service.family" value="OpenSSH"/>
|
|
316
|
+
<param pos="0" name="service.product" value="OpenSSH"/>
|
|
317
|
+
</fingerprint>
|
|
307
318
|
<fingerprint pattern="^OpenSSH_(6\.6(?:\.\d)?p1) (Ubuntu-2ubuntu\d+(?:\.\d+)?)$">
|
|
308
319
|
<description>OpenSSH running on Ubuntu 14.04</description>
|
|
309
320
|
<example service.version="6.6p1" openssh.comment="Ubuntu-2ubuntu1">OpenSSH_6.6p1 Ubuntu-2ubuntu1</example>
|
|
@@ -381,9 +392,10 @@ fingerprint SSH servers.
|
|
|
381
392
|
<param pos="0" name="os.product" value="Linux"/>
|
|
382
393
|
<param pos="0" name="os.version" value="8.0"/>
|
|
383
394
|
</fingerprint>
|
|
384
|
-
<fingerprint pattern="^OpenSSH_([^\s]+)\s+(Debian
|
|
395
|
+
<fingerprint pattern="^OpenSSH_([^\s]+)\s+(Debian-6(?:squeeze)?.*)$">
|
|
385
396
|
<description>OpenSSH running on Debian 6.0 (squeeze)</description>
|
|
386
397
|
<example service.version="5.5p1" openssh.comment="Debian-6+squeeze4">OpenSSH_5.5p1 Debian-6+squeeze4</example>
|
|
398
|
+
<example service.version="5.5p1" openssh.comment="Debian-6">OpenSSH_5.5p1 Debian-6</example>
|
|
387
399
|
<param pos="1" name="service.version"/>
|
|
388
400
|
<param pos="2" name="openssh.comment"/>
|
|
389
401
|
<param pos="0" name="service.vendor" value="OpenBSD"/>
|
|
@@ -493,6 +505,17 @@ fingerprint SSH servers.
|
|
|
493
505
|
<param pos="0" name="os.family" value="Windows"/>
|
|
494
506
|
<param pos="0" name="os.product" value="Windows"/>
|
|
495
507
|
</fingerprint>
|
|
508
|
+
<fingerprint pattern="^OpenSSH_(\d+\.\d+(?:\.\d+)?(?:p\d+)?) ((?:PKIX\s+)?FIPS)$">
|
|
509
|
+
<description>OpenSSH with a version and FIPS mode enabled</description>
|
|
510
|
+
<example service.version="5.9" openssh.comment="FIPS">OpenSSH_5.9 FIPS</example>
|
|
511
|
+
<example service.version="6.2" openssh.comment="PKIX FIPS">OpenSSH_6.2 PKIX FIPS</example>
|
|
512
|
+
<example service.version="3.8.1p1" openssh.comment="FIPS">OpenSSH_3.8.1p1 FIPS</example>
|
|
513
|
+
<param pos="1" name="service.version"/>
|
|
514
|
+
<param pos="2" name="openssh.comment"/>
|
|
515
|
+
<param pos="0" name="service.vendor" value="OpenBSD"/>
|
|
516
|
+
<param pos="0" name="service.family" value="OpenSSH"/>
|
|
517
|
+
<param pos="0" name="service.product" value="OpenSSH"/>
|
|
518
|
+
</fingerprint>
|
|
496
519
|
<fingerprint pattern="^OpenSSH_(\d+\.\d+(?:\.\d+)?(?:p\d+)?)$">
|
|
497
520
|
<description>OpenSSH with just a version, no comment by vendor</description>
|
|
498
521
|
<example service.version="5.9p1">OpenSSH_5.9p1</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.0.
|
|
4
|
+
version: 2.0.24
|
|
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-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|