|
|
__eq__(self,
other)
This function is called when extending a list of plugin
instances. |
|
|
|
|
|
|
|
_analyzeResult(self,
mutant,
res)
Analyze the result of sending the mutant to the remote web
server. |
|
|
|
|
_sendMutant(self,
mutant,
analyze=True,
grepResult=True,
analyze_callback=None)
Sends a mutant to the remote web server. |
|
|
|
|
end(self)
This method is called by w3afCore to let the plugin know that it
wont be used anymore. |
|
|
|
|
getDesc(self)
Returns:
A description of the plugin. |
|
|
|
|
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. |
|
|
|
|
|
|
|
printUniq(self,
infoObjList,
unique)
Print the items of infoObjList to the user interface |
|
|
|
|
setOptions(self,
optionsMap)
Sets the Options given on the OptionList to self. |
|
|
|
|
setUrlOpener(self,
urlOpener)
This method should not be overwritten by any plugin (but you are
free to do it, for example a good idea is to rewrite this method to
change the UrlOpener to do some IDS evasion technic). |
|
|