|
__init__(self)
|
|
_testResponse(self,
request,
response)
This method tries to find patterns on responses.
|
|
_scoreURL(self,
response)
Assign a phishing score to the URL.
|
|
_scoreReferences(self,
response)
Assign a phishing score to the references.
|
|
_scoreBody(self,
response)
Assigna phishing score to the body
|
|
_scoreForms(self,
response)
Assign a phishing score to the forms on the page.
|
|
_isLoginForm(self,
dc)
|
|
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
|