|
|
|
|
|
audit(self,
freq)
Tests an URL for LDAP 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. |
|
|
|
|
_findLDAPError(self,
response)
This method searches for LDAP errors in html's. |
|
|
|
|
|
|
|
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_wrapper,
getType
Inherited from core.controllers.basePlugin.basePlugin.basePlugin:
__eq__,
getDesc,
getName,
printUniq,
setUrlOpener
|