Class: SSHScan::SSHLib::FlowSsh
- Inherits:
-
Object
- Object
- SSHScan::SSHLib::FlowSsh
- Defined in:
- lib/ssh_scan/ssh_lib/flowssh.rb
Defined Under Namespace
Classes: Version
Instance Method Summary collapse
- #common ⇒ Object
- #cpe ⇒ Object
-
#initialize(banner = nil) ⇒ FlowSsh
constructor
A new instance of FlowSsh.
- #version ⇒ Object
Constructor Details
#initialize(banner = nil) ⇒ FlowSsh
Returns a new instance of FlowSsh.
14 15 16 |
# File 'lib/ssh_scan/ssh_lib/flowssh.rb', line 14 def initialize( = nil) @banner = end |
Instance Method Details
#common ⇒ Object
25 26 27 |
# File 'lib/ssh_scan/ssh_lib/flowssh.rb', line 25 def common "flowssh" end |
#cpe ⇒ Object
29 30 31 |
# File 'lib/ssh_scan/ssh_lib/flowssh.rb', line 29 def cpe "a:bitvise:flowssh" << (":" + version.to_s) unless version.nil? end |