|
|
|
|
|
_fuzzRequests(self,
freq)
Check if the protocol specified in freq is https and fetch the same URL using http. |
|
|
|
|
_analyzeResult(self,
fuzzableRequest,
res)
This method analyzes the result of _sendMutant(). |
|
|
|
|
getOptions(self)
Returns:
A list of option objects for this plugin. |
|
|
|
|
setOptions(self,
OptionList)
This method sets all the options that are configured using the
user interface generated by the framework using the result of
getOptions(). |
|
|
|
|
getPluginDeps(self)
Returns:
A list with the names of the plugins that should be runned before
the current one. |
|
|
|
|
getLongDesc(self)
Returns:
A DETAILED description of the plugin functions and features. |
|
|
|
Inherited from core.controllers.basePlugin.baseAuditPlugin.baseAuditPlugin:
audit,
getType
Inherited from core.controllers.basePlugin.basePlugin.basePlugin:
__eq__,
end,
getDesc,
getName,
printUniq,
setUrlOpener
|