|
__init__(self)
|
|
_fuzzRequests(self,
freq)
Tests an URL for mx injection vulnerabilities.
|
|
_analyzeResult(self,
mutant,
response)
Analyze results of the _sendMutant method.
|
|
end(self)
This method is called when the plugin wont be used anymore.
|
|
_getmxInjectionStrings(self)
Gets a list of strings to test against the web app.
|
|
_findmxError(self,
htmlString)
This method searches for mx errors in html's.
|
|
_getmxErrors(self)
|
|
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
|