Parent

Methods

Nmap::Parser::Host::Port::Service

This holds the service information for a port

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

extrainfo[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

new(port) click to toggle source
# File lib/nmap/parser.rb, line 1195
def initialize(port)
        parse(port)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.