| Home | Trees | Indices | Help |
|
|---|
|
|
Author: Andres Riancho ( andres.riancho@gmail.com )
|
|||
| proxyHandler | ||
|
|||
| __init__(self) | ||
|
setUrlOpener(self,
urlOpener) This method should not be overwritten by any plugin (but you are free to do it, for example a good idea is to rewrite this method to change the UrlOpener to do some IDS evasion technic). |
||
|
discover(self,
fuzzableRequest) Do nothing, this plugin is rather odd, cause it will never return new URIs to the core. |
||
|
setOptions(self,
OptionsMap) Sets the Options given on the OptionList to self. |
||
|
_proxy(self) This method starts the proxy server with the configured options. |
||
|
getOptionsXML(self) This method returns a XML containing the Options that the plugin has. |
||
| getPluginDeps(self) | ||
| getLongDesc(self) | ||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
This method should not be overwritten by any plugin (but you are free to do it, for example a good idea is to rewrite this method to change the UrlOpener to do some IDS evasion technic). This method takes a CustomUrllib object as parameter and assigns it to itself. Then, on the testUrl method you use self.CustomUrlOpener._custom_urlopen(...) to open a Url and you are sure that the plugin is using the user supplied settings (proxy, user agent, etc).
|
|
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:35 2007 | http://epydoc.sourceforge.net |