The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

Port - Holds information about a remote port as detected by nmap.

number()

Port number

owner()

If ident scan was performed and succeeded, this will contain the username the service on the port runs as.

protocol()

Protocol of the port, 'TCP' or 'UDP' for application level ports, 'BGP,' 'ICMP,' etc for protocol level ports.

state()

Textual representation of the state of the port: `open', `closed', `filtered', etc.

service()

Name of the service if known (Service reference)