|
__init__(self)
|
|
_analyzeResult(self,
mutant,
res)
This method analyzes the result of _sendMutant().
|
|
_fuzzRequests(self,
freq)
The freq is a fuzzableRequest that is going to be modified and
sent.
|
|
_hasNoBug(self,
plugin,
kbVar,
uri,
variable)
Verify if a variable name has a reported sql injection vuln ( in
the kb ).
|
|
audit(self,
fuzzableRequest)
Receives a fuzzableRequest and forwards it to the internal method
_fuzzRequests()
|
|
end(self)
This method is called by w3afCore to let the plugin know that it
wont be used anymore.
|
|
getType(self)
|
|
Inherited from basePlugin.basePlugin:
__eq__,
getDesc,
getLongDesc,
getName,
getOptionsXML,
getPluginDeps,
printUniq,
setOptions,
setUrlOpener
|