mitmproxy/libmproxy
Aldo Cortesi 1b961fc4ad Add utility functions to search and replace strings in flows
This is a common task in pentesting scenarios. This commit adds the following
functions:

utils.Headers.replace
proxy.Request.replace
proxy.Response.replace
flow.Flow.replace
2011-07-22 17:48:42 +12:00
..
contrib Switch over to new serialization format. 2011-02-16 15:10:00 +13:00
resources Tweak CA and cert setup to be nice to Windows. 2011-03-18 14:48:43 +13:00
__init__.py Move version constants to version.py, add version to serialized flows. 2011-03-09 12:36:14 +13:00
cmdline.py Removes should_autodecode attribute from Response. Adds commandline option 'd' to toggle autodecode, adds togglable option 'd' to do the same 2011-07-21 20:22:13 -07:00
console.py Removes last_encoding attribute from Response. Prompts for encoding on identity responses 2011-07-21 22:09:48 -07:00
controller.py Don't redraw the screen more often than necessary. 2011-06-27 14:01:08 +12:00
dump.py Removes should_autodecode attribute from Response. Adds commandline option 'd' to toggle autodecode, adds togglable option 'd' to do the same 2011-07-21 20:22:13 -07:00
encoding.py Adds encode counterparts to decode functions 2011-07-17 20:16:47 -07:00
filt.py Rewrite Headers object to preserve order and case. 2011-07-14 16:01:54 +12:00
flow.py Add utility functions to search and replace strings in flows 2011-07-22 17:48:42 +12:00
netstring.py netstring.py 100% unit test coverage. 2011-03-12 14:39:41 +13:00
proxy.py Add utility functions to search and replace strings in flows 2011-07-22 17:48:42 +12:00
script.py Whitespace in mitmdump output. 2011-02-17 15:56:54 +13:00
utils.py Add utility functions to search and replace strings in flows 2011-07-22 17:48:42 +12:00
version.py Prep for 0.5 release 2011-06-27 16:38:00 +12:00