|
__init__(self)
|
|
_bruteWorker(self,
url,
combinations)
This is the method that sends the request to the remote
server.
|
|
_bruteforce(self,
url,
combinations)
|
|
_fuzzRequests(self,
freq)
This method is the entry point of the plugin.
|
|
_initBruteforcer(self,
url)
|
|
bruteforce(self,
fuzzableRequest)
|
|
end(self)
This method is called by w3afCore to let the plugin know that it
wont be used anymore.
|
|
getLongDesc(self)
|
|
getOptionsXML(self)
This method returns a XML containing the Options that the plugin
has.
|
|
getPluginDeps(self)
|
|
getType(self)
|
|
setOptions(self,
optionsMap)
This method sets all the options that are configured using the
user interface generated by the framework using the result of
getOptionsXML().
|
|
Inherited from baseAuditPlugin.baseAuditPlugin:
audit
Inherited from basePlugin.basePlugin:
__eq__,
getDesc,
getName,
printUniq,
setUrlOpener
|