From 374560ac093f61e320745a9d9cd66083f4d3c711 Mon Sep 17 00:00:00 2001 From: alynn71 Date: Wed, 18 Mar 2015 16:13:41 -0500 Subject: [PATCH 01/11] add new example for comware ssh --- xml/ssh_banners.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xml/ssh_banners.xml b/xml/ssh_banners.xml index c5089469..d27be88f 100644 --- a/xml/ssh_banners.xml +++ b/xml/ssh_banners.xml @@ -778,10 +778,11 @@ fingerprint SSH servers. - + SSH on H3C Comware Comware-5.20.105 Comware-5.20 + SSH-1.99-Comware-5.20 From d5943228f9dc12fa883541df1280d42ace0500ae Mon Sep 17 00:00:00 2001 From: alynn71 Date: Wed, 18 Mar 2015 16:44:56 -0500 Subject: [PATCH 02/11] Add OpenVMS SSH banners --- xml/ssh_banners.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/xml/ssh_banners.xml b/xml/ssh_banners.xml index d27be88f..6e4ae703 100644 --- a/xml/ssh_banners.xml +++ b/xml/ssh_banners.xml @@ -790,6 +790,42 @@ fingerprint SSH servers. + + + SSH for OpenVMS + 3.2.0 SSH Secure Shell OpenVMS V5.5 + SSH-2.0-3.2.0 SSH Secure Shell OpenVMS V5.5 + + + + + + + + + + + + + + + + SSH for OpenVMS sftp + SSH-2.0-3.2.0 SSH Secure Shell OpenVMS V5.5 VMS_sftp_version 3 + SSH-2.0-3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3 + + + + + + + + + + + + + - - + + - + SSH for OpenVMS sftp - SSH-2.0-3.2.0 SSH Secure Shell OpenVMS V5.5 VMS_sftp_version 3 - SSH-2.0-3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3 + 3.2.0 SSH Secure Shell OpenVMS V5.5 VMS_sftp_version 3 + 3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3 @@ -820,10 +819,12 @@ fingerprint SSH servers. - + + + + + + + + + + + + + @@ -237,6 +237,7 @@ matched against these patterns to fingerprint POP3 servers. + + - + @@ -810,16 +810,16 @@ fingerprint SSH servers. SSH for OpenVMS sftp 3.2.0 SSH Secure Shell OpenVMS V5.5 VMS_sftp_version 3 - 3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3 + 3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3 - + - + - + From 2e45ed43c031afc8b20fd763ff11d42a0d746f7b Mon Sep 17 00:00:00 2001 From: Jon Hart Date: Mon, 23 Mar 2015 11:01:21 -0700 Subject: [PATCH 09/11] Test service.version extraction for OpenVMS SSH --- xml/ssh_banners.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/ssh_banners.xml b/xml/ssh_banners.xml index f7559647..5f4d2880 100644 --- a/xml/ssh_banners.xml +++ b/xml/ssh_banners.xml @@ -809,8 +809,8 @@ fingerprint SSH servers. SSH for OpenVMS sftp - 3.2.0 SSH Secure Shell OpenVMS V5.5 VMS_sftp_version 3 - 3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3 + 3.2.0 SSH Secure Shell OpenVMS V5.5 VMS_sftp_version 3 + 3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3 From e52db3d10b517eeaafe394e82a6fa9d926f0b0ae Mon Sep 17 00:00:00 2001 From: alynn71 Date: Tue, 24 Mar 2015 10:53:19 -0500 Subject: [PATCH 10/11] Update ssh_banners.xml made ssh version regex more flexible based on @jhart-r7's suggestion --- xml/ssh_banners.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/ssh_banners.xml b/xml/ssh_banners.xml index 5f4d2880..ae2f965c 100644 --- a/xml/ssh_banners.xml +++ b/xml/ssh_banners.xml @@ -790,7 +790,7 @@ fingerprint SSH servers. - + SSH for OpenVMS 3.2.0 SSH Secure Shell OpenVMS V5.5 @@ -807,7 +807,7 @@ fingerprint SSH servers. - + SSH for OpenVMS sftp 3.2.0 SSH Secure Shell OpenVMS V5.5 VMS_sftp_version 3 3.2.0 SSH OpenVMS V5.5 VMS_sftp_version 3 From 1191d43165473a4e0fdf0278fd86c0284b9cbaf0 Mon Sep 17 00:00:00 2001 From: Jon Hart Date: Tue, 24 Mar 2015 17:00:46 -0700 Subject: [PATCH 11/11] Bump to 1.0.24 for #43 --- lib/recog/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/recog/version.rb b/lib/recog/version.rb index 13a92b9a..d70a2207 100644 --- a/lib/recog/version.rb +++ b/lib/recog/version.rb @@ -1,3 +1,3 @@ module Recog - VERSION = '1.0.23' + VERSION = '1.0.24' end