mitmproxy/test
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
..
completion Fine-tune completion a bit. 2011-02-03 13:50:57 +13:00
data Initial checkin. 2010-02-16 17:09:07 +13:00
scripts Bump unit tests for flow.py and dump.py 2011-02-20 09:55:42 +13:00
.pry Test suite rejiggering and cleanup. 2011-02-03 12:16:03 +13:00
handler.py Add client replay options to mitmdump. 2011-03-06 11:21:31 +13:00
serv.py Initial checkin. 2010-02-16 17:09:07 +13:00
sslserv.py Initial checkin. 2010-02-16 17:09:07 +13:00
test_cmdline.py unit test coverage ++ 2011-03-20 18:52:16 +13:00
test_console.py Refine path completion somewhat. 2011-07-14 16:54:04 +12:00
test_dump.py unit test coverage ++ 2011-03-20 18:52:16 +13:00
test_encoding.py Adds encode counterparts to decode functions 2011-07-17 20:16:47 -07:00
test_filt.py Refactor Flow primitives to remove HTTP1.0 assumption. 2011-02-19 17:00:24 +13:00
test_flow.py Add utility functions to search and replace strings in flows 2011-07-22 17:48:42 +12:00
test_netstring.py netstring.py 100% unit test coverage. 2011-03-12 14:39:41 +13:00
test_proxy.py Add utility functions to search and replace strings in flows 2011-07-22 17:48:42 +12:00
test_server.py Rewrite Headers object to preserve order and case. 2011-07-14 16:01:54 +12:00
test_utils.py Add utility functions to search and replace strings in flows 2011-07-22 17:48:42 +12:00
tserv Initial checkin. 2010-02-16 17:09:07 +13:00
tutils.py Add a new flow loading mechanism. 2011-05-15 11:22:35 +12:00