|
__init__(self)
|
|
_testResponse(self,
request,
response)
This method tries to find patterns on responses.
|
|
_analyzeCookie(self,
request,
response,
cookieObj)
|
|
_sslCookieValueUsedInHTTP(self,
request,
response)
Analyze if a cookie value, sent in a HTTPS request, is now used for identifying the user in an insecure page.
|
|
_identifyServer(self,
request,
response,
cookieObj)
Now we analize and try to guess the remote web server based on the
cookie that was sent.
|
|
_secureOverHTTP(self,
request,
response,
cookieObj)
Checks if a cookie marked as secure is sent over http.
|
|
_getCookieFPdb(self)
|
|
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
|