|
__init__(self)
|
|
_testResponse(self,
request,
response)
This method tries to find patterns on responses.
|
|
_runPpPlugins(self,
response)
Runs password profiling plugins to collect data from HTML, TXT,
PDF, etc files.
|
|
setOptions(self,
OptionList)
Sets the Options given on the OptionList to self.
|
|
getOptionsXML(self)
This method returns a XML containing the Options that the plugin
has.
|
|
end(self)
This method is called when the plugin wont be used anymore.
|
|
getPluginDeps(self)
|
|
getLongDesc(self)
|
|
Inherited from core.controllers.basePlugin.baseGrepPlugin.baseGrepPlugin:
getType,
setUrlOpener,
testResponse
Inherited from core.controllers.basePlugin.basePlugin.basePlugin:
__eq__,
getDesc,
getName,
printUniq
|