|
__init__(self)
|
|
_testResponse(self,
request,
response)
This method tries to find patterns on responses.
|
|
_updateKBPathList(self,
url)
If a path disclosure was found, I can create a list of full paths
to all URLs ever visited.
|
|
_wasSent(self,
request,
pathDisclosureString)
Checks if the pathDisclosureString was sent in the request.
|
|
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.
|
|
_getPathDisclosureStrings(self)
Return a list of regular expressions to be tested.
|
|
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
|