Class: SSHScan::OS::ROS

Inherits:
Object
  • Object
show all
Defined in:
lib/ssh_scan/os/ros.rb

Instance Method Summary collapse

Instance Method Details

#commonObject



4
5
6
# File 'lib/ssh_scan/os/ros.rb', line 4

def common
  "ros"
end

#cpeObject



8
9
10
# File 'lib/ssh_scan/os/ros.rb', line 8

def cpe
  "o:ros:ros"
end

#versionObject



12
13
14
# File 'lib/ssh_scan/os/ros.rb', line 12

def version
  nil
end