| Home | Trees | Indices | Help |
|
|---|
|
|
Author: Andres Riancho ( andres.riancho@gmail.com )
|
|||
| __init__(self) | ||
|
console(self,
message) This method is called from the output managerobject. |
||
|
debug(self,
message) This method is called from the output managerobject. |
||
|
end(self) This method is called when the plugin aint going to be used anymore. |
||
|
error(self,
message,
verbose) This method is called from the output managerobject. |
||
|
getMessageCache(self) Ouput plugins with caches should implement this method. |
||
|
getOptionsXML(self) This method returns a XML containing the Options that the plugin has. |
||
| getPluginDeps(self) | ||
| getType(self) | ||
|
information(self,
message,
verbose) This method is called from the output managerobject. |
||
|
logHttp(self,
request,
response) This method is called from the output managerobject. |
||
|
setOptions(self,
OptionList) Sets the Options given on the OptionList to self. |
||
|
vulnerability(self,
message) This method is called from the output managerobject. |
||
|
Inherited from Inherited from |
|||
|
|||
|
|
|
|
|
|
This method returns a XML containing the Options that the plugin has. Using this XML the framework will build a window, a menu, or some other input method to retrieve the info from the user. The XML has to validate against the xml schema file located at : w3af/core/display.xsd This method MUST be implemented on every plugin.
|
|
|
|
|
Sets the Options given on the OptionList to self. The options are the result of a user entering some data on a window that was constructed using the XML Options that was retrieved from the plugin using getOptionsXML() This method MUST be implemented on every plugin.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu Oct 18 19:36:42 2007 | http://epydoc.sourceforge.net |