|
__init__(self)
|
|
_addOutputPlugin(self,
OutputPluginName)
Takes a string with the OutputPluginName, creates the object and
adds it to the OutputPluginName
|
|
endOutputPlugins(self)
|
|
debug(self,
message,
newLine=True)
Sends a debug message to every output plugin on the list.
|
|
information(self,
message,
newLine=True)
Sends a informational message to every output plugin on the
list.
|
|
error(self,
message,
newLine=True)
Sends an error message to every output plugin on the list.
|
|
logHttp(self,
request,
response)
Sends the request/response object pair to every output plugin on
the list.
|
|
vulnerability(self,
message,
newLine=True)
Sends a vulnerability message to every output plugin on the
list.
|
|
console(self,
message,
newLine=True)
This method is used by the w3af console to print messages to the
outside.
|
|
setOutputPlugins(self,
OutputPlugins)
|
|
setPluginOptions(self,
pluginName,
PluginsOptions)
|
|
getMessageCache(self)
Used for the webUI.
|