|
__init__(self)
|
|
_fuzzRequests(self,
freq)
Tests an URL for response splitting vulnerabilities.
|
|
_getErrors(self)
|
|
_analyzeResult(self,
mutant,
response)
Analyze results of the _sendMutant method.
|
|
end(self)
This method is called when the plugin wont be used anymore.
|
|
_getResponseSplitStrings(self)
With setOptions the user entered a URL that is the one to be
included.
|
|
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().
|
|
_checkHeaders(self,
headers)
This method verifies if a header was successfully injected
|
|
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
|