Skip to content

Commit

Permalink
Land #39, @alynn71's Comware SSH contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jhart-r7 committed Mar 6, 2015
2 parents 20810dd + 7c79cd9 commit 975fe1c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/recog/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Recog
VERSION = '1.0.19'
VERSION = '1.0.20'
end
13 changes: 12 additions & 1 deletion xml/ssh_banners.xml
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,18 @@ fingerprint SSH servers.
<param pos="0" name="os.family" value="Windows"/>
<param pos="0" name="os.product" value="Windows"/>
</fingerprint>


<fingerprint pattern="^Comware-(\d+\.?\d*\.?\d*)$">
<description>SSH on H3C Comware</description>
<example os.version="5.20.105">Comware-5.20.105</example>
<example os.version="5.20">Comware-5.20</example>
<param pos="0" name="service.vendor" value="H3C"/>
<param pos="0" name="service.product" value="SSH"/>
<param pos="0" name="os.vendor" value="H3C"/>
<param pos="0" name="os.device" value="Network"/>
<param pos="0" name="os.family" value="Comware"/>
<param pos="1" name="os.version"/>
</fingerprint>
<!--
1.2.22j4rad
2.40
Expand Down

0 comments on commit 975fe1c

Please sign in to comment.