| Home | Trees | Indices | Help |
|
|---|
|
|
Author: Andres Riancho ( andres.riancho@gmail.com )
|
|||
| __init__(self) | ||
|
discover(self,
fuzzableRequest) The url is a string containing the Url to test ( http://somehost.com/foo.php ) |
||
| _getToCheck(self, domain) | ||
|
_isIngoogleSafeBrowsing(self,
toCheckList) Reads the googleSafeBrowsing db and tries to match the entries on that db with the toCheckList |
||
|
setOptions(self,
OptionsMap) Sets the Options given on the OptionList to self. |
||
|
getOptionsXML(self) This method returns a XML containing the Options that the plugin has. |
||
|
_getDB(self) This method is called to update the database. |
||
| getPluginDeps(self) | ||
| getLongDesc(self) | ||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
The url is a string containing the Url to test ( http://somehost.com/foo.php ) This method MUST be implemented on every plugin.
|
|
|
Sets the Options given on the OptionList to self. The options are the result of a user entering some data on a window that was constructed using the XML Options that was retrieved from the plugin using getOptionsXML() This method MUST be implemented on every plugin.
|
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu Oct 18 19:40:19 2007 | http://epydoc.sourceforge.net |