|
__init__(self)
|
|
_fuzzRequests(self,
freq)
Tests an URL for global redirect vulnerabilities.
|
|
_analyzeResult(self,
mutant,
response)
Analyze results of the _sendMutant method.
|
|
end(self)
This method is called when the plugin wont be used anymore.
|
|
_findRedirect(self,
response)
This method checks if the browser was redirected ( using a 302
code ) or is being told to be redirected by javascript or <meta
http-equiv="refresh"
|
|
getOptionsXML(self)
This method returns a XML containing the Options that the plugin
has.
|
|
setOptions(self,
OptionList)
This method sets all the options that are configured using the
user interface generated by the framework using the result of
getOptionsXML().
|
|
getPluginDeps(self)
|
|
getLongDesc(self)
|
|
Inherited from core.controllers.basePlugin.baseAuditPlugin.baseAuditPlugin:
audit,
getType
Inherited from core.controllers.basePlugin.basePlugin.basePlugin:
__eq__,
getDesc,
getName,
printUniq,
setUrlOpener
|