Class Nmap::Parser::Host::Port::Service
In: lib/nmap/parser.rb
Parent: Object

This holds the service information for a port

Methods

new  

External Aliases

extra -> extrainfo

Attributes

confidence  [R]  How confident the version detection is
devicetype  [R]  The type of device the service is running on
extra  [R]  Extra misc. information about the service
fingerprint  [R]  The service fingerprint
highver  [R]  Range of RPC version numbers
lowver  [R]  Range of RPC version numbers
method  [R]  How this information was obtained, such as "table" or "probed"
name  [R]  The name of the service
ostype  [R]  The OS the service is running on
owner  [R]  Service owner
product  [R]  Vendor name
proto  [R]  Protocol, such as "rpc"
rpcnum  [R]  RPC program number
tunnel  [R]  Any tunnelling used, like "ssl"
version  [R]  Version number

Public Class methods

[Validate]