|
|
|
|
|
_addOutputPlugin(self,
OutputPluginName)
Takes a string with the OutputPluginName, creates the object and
adds it to the OutputPluginName |
|
|
|
|
|
|
|
logEnabledPlugins(self,
enabledPluginsDict,
pluginOptionsDict)
This method logs to the output plugins the enabled plugins and
their configuration. |
|
|
|
|
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,
severity='Medium')
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. |
|
|
|
|
echo(self,
onOff)
This method is used to enable/disable the output. |
|
|
|
|
|
|
|
|
|
|
setPluginOptions(self,
pluginName,
PluginsOptions)
Returns:
No value is returned. |
|
|
|
|
|