class SSHScan::SSHLib::Unknown

Public Instance Methods

common() click to toggle source
# File lib/ssh_scan/ssh_lib/unknown.rb, line 4
def common
  "unknown"
end
cpe() click to toggle source
# File lib/ssh_scan/ssh_lib/unknown.rb, line 8
def cpe
  "a:unknown"
end
version() click to toggle source
# File lib/ssh_scan/ssh_lib/unknown.rb, line 12
def version
  nil
end