|
|
|
|
|
_bruteWorker(self,
url,
combinations)
This is the method that sends the request to the remote
server. |
|
|
|
|
|
|
|
_fuzzRequests(self,
freq)
This method is the entry point of the plugin. |
|
|
|
|
| _initBruteforcer(self,
url) |
|
|
|
|
| bruteforce_wrapper(self,
fuzzable_request) |
|
|
|
|
end(self)
This method is called by w3afCore to let the plugin know that it
wont be used anymore. |
|
|
|
|
getLongDesc(self)
Returns:
A DETAILED description of the plugin functions and features. |
|
|
|
|
getOptions(self)
Returns:
A list of option objects for this plugin. |
|
|
|
|
getPluginDeps(self)
Returns:
A list with the names of the plugins that should be runned before
the current one. |
|
|
|
|
|
|
|
setOptions(self,
optionsMap)
This method sets all the options that are configured using the
user interface generated by the framework using the result of
getOptions(). |
|
|
|
Inherited from baseAuditPlugin.baseAuditPlugin:
audit,
audit_wrapper
Inherited from basePlugin.basePlugin:
__eq__,
getDesc,
getName,
printUniq,
setUrlOpener
|