|
__init__(self)
|
|
_init(self)
|
|
__del__(self)
|
|
debug(self,
message,
newLine=True)
This method is called from the output object.
|
|
information(self,
message,
newLine=True)
This method is called from the output object.
|
|
error(self,
message,
newLine=True)
This method is called from the output object.
|
|
vulnerability(self,
message,
newLine=True)
This method is called from the output object.
|
|
console(self,
message,
newLine=True)
This method is used by the w3af console to print messages to the
outside.
|
|
_flush(self)
textfile.flush is called every time a message is sent to this
plugin.
|
|
setOptions(self,
OptionList)
Sets the Options given on the OptionList to self.
|
|
getOptionsXML(self)
This method returns a XML containing the Options that the plugin
has.
|
|
logHttp(self,
request,
response)
log the http req / res to file.
|
|
end(self)
This method is called when the plugin aint going to be used
anymore.
|
|
getLongDesc(self)
|
|
Inherited from core.controllers.basePlugin.baseOutputPlugin.baseOutputPlugin:
getMessageCache,
getPluginDeps,
getType
Inherited from core.controllers.basePlugin.basePlugin.basePlugin:
__eq__,
getDesc,
getName,
printUniq,
setUrlOpener
|