Max Schubert > Nmap-Scanner > lib/Nmap/Scanner/OS.pm

Download:
Nmap-Scanner-1.0.tar.gz

Annotate this POD

CPAN RT

New  3
Open  0
View Bugs
Report a bug
Source  

DESCRIPTION ^

This class represents an nmap OS deduction as output by nmap. It is generally returned as part of a host object, and only so if guess_os() is used as an option with the Nmap::Scanner::Scanner instance.

PROPERTIES ^

ports_used()

The open ports used to try and fingerprint the remote OS.

add_port_used()

Add a port to the list of ports used to try and fingerprint the remote hosts' OS.

osmatches()

Object representing nmaps' best attempt to fingerprint the remote OS.

uptime

Object representing uptime/last reboot time for this host. This MAY be available if guess_os() is called on the Nmap::Scanner::Scanner reference. Not available for all hosts.