| Trees | Indices | Help |
|
|---|
|
|
object --+
|
BaseClient.BaseClient --+
|
PortscanClient
|
|||
|
|||
|
|||
|
|||
|
|||
| list of results |
|
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
ZenUtils.PortScan records open ports in a list that are the
values for a key in a dict where the key is the IP address
scanned.
For example, if we scan host 10.0.4.55 and ports 22 and 80 are
open, getSuccesses() will return the following:
{'10.0.4.55': [22, 80]}
@return: results
@rtype: list of strings
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu May 7 11:46:09 2009 | http://epydoc.sourceforge.net |