| Home | Trees | Indices | Help |
|
|---|
|
|
Author: Andres Riancho ( andres.riancho@gmail.com )
|
|||
|
__eq__(self,
other) This function is called when sorting mangle plugins. |
||
|
__gt__(self,
other) This function is called when sorting mangle plugins. |
||
| __init__(self) | ||
|
__lt__(self,
other) This function is called when sorting evasion plugins. |
||
|
_createFuzzFromRequest(self,
command,
url,
postData,
headers) Creates a fuzzable request based on a query sent FROM the browser. |
||
|
_fixContentLen(self,
response) If the content-length header is present, calculate the new len and update the header. |
||
|
getPriority(self) This function is called when sorting mangle plugins. |
||
| getType(self) | ||
|
mangleRequest(self,
request) This method mangles the request. |
||
|
mangleResponse(self,
response) This method mangles the response. |
||
|
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). |
||
|
Inherited from Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
This method mangles the request. This method MUST be implemented on every plugin.
|
This method mangles the response. 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).
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu Oct 18 19:36:38 2007 | http://epydoc.sourceforge.net |