| Home | Trees | Indices | Help |
|
|---|
|
|
Author: Andres Riancho ( andres.riancho@gmail.com )
|
|||
| __init__(self) | ||
|
_testResponse(self,
request,
response) This method tries to find patterns on responses. |
||
|
_wasSent(self,
request,
theWord) Checks if the theWord was sent in the request, this is mainly used to avoid false positives. |
||
|
end(self) This method is called when the plugin wont be used anymore. |
||
| getType(self) | ||
|
setUrlOpener(self,
foo) 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). |
||
|
testResponse(self,
fuzzableRequest,
response) This method tries to find patterns on responses. |
||
|
Inherited from Inherited from |
|||
|
|||
|
This method tries to find patterns on responses. This method MUST be implemented on every plugin.
|
|
|
|
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).
|
This method tries to find patterns on responses. This method CAN be implemented on a plugin, but its better to do your searches in _testResponse().
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu Oct 18 19:36:35 2007 | http://epydoc.sourceforge.net |