Net_Nmap
[ class tree: Net_Nmap ] [ index: Net_Nmap ] [ all elements ]

Element index for package Net_Nmap

[ a ] [ c ] [ e ] [ g ] [ h ] [ n ] [ p ] [ s ] [ _ ]

_

__construct
in file Nmap.php, method Net_Nmap::__construct()
    Creates a new Nmap object
__construct
in file Host.php, method Net_Nmap_Host::__construct()
    Constructor
top

a

addAddress
in file Host.php, method Net_Nmap_Host::addAddress()
    Add an address to the addresses container
addHostname
in file Host.php, method Net_Nmap_Host::addHostname()
    Add a hostname to the hostnames container
addOS
in file Host.php, method Net_Nmap_Host::addOS()
    Add an the accuracy ant the OS name to the OS container
addService
in file Host.php, method Net_Nmap_Host::addService()
    Add a service object to the services container
top

c

cdataHandler
in file Parser.php, method Net_Nmap_Parser::cdataHandler()
    handle character data
top

e

enableOptions
in file Nmap.php, method Net_Nmap::enableOptions()
    Enable Nmap options Available nmap options are:
endHandler
in file Parser.php, method Net_Nmap_Parser::endHandler()
    end handler
Exception.php
procedural page Exception.php
top

g

getAddress
in file Host.php, method Net_Nmap_Host::getAddress()
    Returns the value of the discovered address By default the first ipv4 address is returned
getAllOS
in file Host.php, method Net_Nmap_Host::getAllOS()
    Returns the OS container the discovered OS All informations are sorted by decreasing accuracy
getFailedToResolveHosts
in file Nmap.php, method Net_Nmap::getFailedToResolveHosts()
    Get all the hostnames/IPs failed to resolve during scanning operation
getHostname
in file Host.php, method Net_Nmap_Host::getHostname()
    Returns the value of the discovered hostname By default the first hostname is returned
getHosts
in file Parser.php, method Net_Nmap_Parser::getHosts()
    Get all the discovered hosts
getOS
in file Host.php, method Net_Nmap_Host::getOS()
    Returns the name of discovered OS with the highest accuracy value or the "Too many fingerprint" message if no OS is matched.
getServices
in file Host.php, method Net_Nmap_Host::getServices()
    Returns the discovered services
getStatus
in file Host.php, method Net_Nmap_Host::getStatus()
    Returns the status of the Host
top

h

Host.php
procedural page Host.php
top

n

Net_Nmap
in file Nmap.php, class Net_Nmap
    Simple wrapper interface for the Nmap utility.
Nmap.php
procedural page Nmap.php
Net_Nmap_Exception
in file Exception.php, class Net_Nmap_Exception
    An exception thrown by Net_Nmap when it encounters an unrecoverable error.
Net_Nmap_Host
in file Host.php, class Net_Nmap_Host
    Host object
Net_Nmap_Parser
in file Parser.php, class Net_Nmap_Parser
    Parses a Nmap XML output file
Net_Nmap_Service
in file Service.php, class Net_Nmap_Service
    Service object
top

p

Parser.php
procedural page Parser.php
parseXMLOutput
in file Nmap.php, method Net_Nmap::parseXMLOutput()
    Get all the discovered hosts
top

s

Service.php
procedural page Service.php
scan
in file Nmap.php, method Net_Nmap::scan()
    Scan the specified target
setStatus
in file Host.php, method Net_Nmap_Host::setStatus()
    Set the status of the Host
startHandler
in file Parser.php, method Net_Nmap_Parser::startHandler()
    start handler
top

Documentation generated on Mon, 11 Mar 2019 15:31:55 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.