index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #872 from bazzinotti/inline-tcp
Maximilian Hils
2016-01-17
1
-0
/
+24
|
\
|
*
Add Inline Script Hooks to TCP mode
Michael J. Bazzinotti
2016-01-10
1
-0
/
+24
*
|
no longer strips Accept-Encoding as mitmproxy can handle compression
Niko Kommenda
2016-01-12
1
-1
/
+0
*
|
added sslstrip to inline script examples
Niko Kommenda
2016-01-12
1
-0
/
+41
*
|
Update redirect_requests.py
Stefan Wärting
2016-01-08
1
-2
/
+2
|
/
*
minor stylistic fixes
Maximilian Hils
2015-11-14
1
-11
/
+13
*
Feedback from PR #832
Chris Czub
2015-11-13
1
-0
/
+66
*
adjust to netlib request changes + docs
Maximilian Hils
2015-09-26
2
-6
/
+5
*
code -> status_code, httpversion -> http_version
Maximilian Hils
2015-09-17
1
-4
/
+3
*
use new netlib exceptions
Maximilian Hils
2015-09-17
1
-2
/
+2
*
adjust to netlib changes
Maximilian Hils
2015-09-16
1
-1
/
+1
*
add inline script for conditional tls passthrough
Maximilian Hils
2015-09-08
2
-0
/
+140
*
adjust to new netlib Headers class
Maximilian Hils
2015-09-05
6
-17
/
+16
*
update example inline scripts
Maximilian Hils
2015-09-04
9
-26
/
+19
*
remove depth attribute from set_server
Maximilian Hils
2015-09-03
1
-11
/
+1
*
update inline script hooks
Maximilian Hils
2015-08-31
1
-3
/
+10
*
fix dns_spoofing example, avoid connecting to itself
Maximilian Hils
2015-08-31
1
-17
/
+30
*
fix upstream proxy server change, update example
Maximilian Hils
2015-08-31
1
-21
/
+26
*
remove old code
Maximilian Hils
2015-08-30
1
-37
/
+0
*
Fixing issue #710. Prety printing in read_dumpfile
FreeArtMan
2015-08-19
1
-1
/
+3
*
Small tweaks to read_dumpfile example.
Aldo Cortesi
2015-08-17
1
-1
/
+1
*
move code to netlib
Thomas Kriechbaumer
2015-08-10
1
-5
/
+6
*
attach application protocol to connection
Thomas Kriechbaumer
2015-07-30
1
-1
/
+1
*
move code to netlib and implement protocols
Thomas Kriechbaumer
2015-07-30
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master' into print-bracket-fix
Jim Shaver
2015-05-31
22
-78
/
+194
|
\
|
*
Add coding style check, reformat.
Aldo Cortesi
2015-05-30
22
-85
/
+164
|
*
Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy
Aldo Cortesi
2015-04-14
2
-0
/
+21
|
|
\
|
|
*
spaces, not tabs
Maximilian Hils
2015-04-12
2
-5
/
+9
|
|
*
add flowwriter example
Maximilian Hils
2015-04-12
1
-0
/
+17
|
*
|
Housekeeping and cleanups
Aldo Cortesi
2015-04-14
1
-2
/
+1
|
|
/
|
*
Merge pull request #544 from ryoqun/websocket-connection-header-case-sensitivity
Maximilian Hils
2015-04-08
1
-1
/
+2
|
|
\
|
|
*
Make the Websocket's connection header value case-insensitive
Ryo Onodera
2015-03-31
1
-1
/
+2
|
*
|
add example which uses filt
Maximilian Hils
2015-04-08
2
-0
/
+16
|
|
/
*
/
Fixed print function to be inline with python 3
Jim Shaver
2015-05-29
5
-9
/
+9
|
/
*
fix #319
Maximilian Hils
2015-02-27
1
-8
/
+11
*
Merge remote-tracking branch 'sakurai/feature/issue319'
Maximilian Hils
2015-02-27
1
-0
/
+19
|
\
|
*
Modify example to notify incompatibility with --stream SIZE command line
Youhei Sakurai
2015-02-27
1
-0
/
+8
|
*
Maybe it should work; https://github.com/mitmproxy/mitmproxy/issues/319
Youhei Sakurai
2015-02-27
1
-0
/
+11
*
|
add example inline script for dns spoofing, refs #486
Maximilian Hils
2015-02-27
2
-0
/
+36
|
/
*
Clean up har_extractor example
Aldo Cortesi
2015-01-02
1
-54
/
+76
*
fix tests
Maximilian Hils
2014-12-01
1
-8
/
+15
*
Merge branch 'master' of github.com:mitmproxy/mitmproxy
Maximilian Hils
2014-12-01
1
-1
/
+1
|
\
|
*
Changed argument name from confdir to cadir in flowbasic example
Gabriel Kirkpatrick
2014-11-28
1
-1
/
+1
*
|
add inline script example for websocket passthrough, fix #340
Maximilian Hils
2014-12-01
1
-0
/
+27
|
/
*
Added try/except block for import errors with harparser and pytz.
Justus Wingert
2014-11-15
1
-2
/
+8
*
Updated setup.py and moved requirements to examples section. Included example...
Justus Wingert
2014-11-15
1
-14
/
+22
*
Switched to pytz. Added comment for clarification on behaviour of HAREncodabl...
Justus Wingert
2014-11-15
1
-15
/
+8
*
It seems get_decoded_content can actually be shorter than content due to enco...
Justus Wingert
2014-11-15
1
-1
/
+1
*
Removed the globals and replaced them with internal attributes of _HARLog. Mi...
Justus Wingert
2014-11-15
1
-34
/
+46
*
Typo...
Justus Wingert
2014-11-15
1
-1
/
+1
[next]