aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/cmdline.py
Commit message (Collapse)AuthorAgeFilesLines
* remove default_caMaximilian Hils2014-10-181-1/+1
|
* Add SOCKS5 mode, fix #305Maximilian Hils2014-10-091-2/+6
|
* --replay-ignore-content & --replay-ignore-param ported from branch 0.10Marcelo Glezer2014-10-031-0/+13
|
* Basic web service and optionsAldo Cortesi2014-09-141-4/+4
|
* Remove external app option, make tick timeout explicitAldo Cortesi2014-09-141-6/+0
|
* remove proxy mode abstraction: always be clear which mode we are inMaximilian Hils2014-09-081-5/+0
|
* coverage++Maximilian Hils2014-09-061-2/+1
|
* adjust to netlib changesMaximilian Hils2014-08-171-1/+1
|
* implement passthrough mode, fixes #175Maximilian Hils2014-08-091-3/+13
|
* add --stream options, various fixesMaximilian Hils2014-07-211-51/+51
|
* fix command line helpMaximilian Hils2014-07-061-2/+2
|
* Fix proxy optionsAldo Cortesi2014-04-121-2/+2
|
* forward proxy -> upstream proxyMaximilian Hils2014-03-141-6/+6
|
* order command line options, add disting proxy option groupMaximilian Hils2014-03-131-64/+65
|
* adjust command line docs, fix log typoMaximilian Hils2014-03-131-2/+2
|
* adjust tests, fix option handlingMaximilian Hils2014-03-131-1/+0
|
* add -d switch to mitmdump to compensate for old verbosity functionalityMaximilian Hils2014-03-121-0/+1
|
* restrict -e to mitmproxy only (not mitmdump)Maximilian Hils2014-03-121-6/+0
|
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-2/+4
|
* update docs, fix #215Maximilian Hils2014-03-101-1/+1
|
* add advanced proxying options, add SSL-terminating capability to mitmproxyMaximilian Hils2014-03-101-14/+65
|
* finish proxy.py split upMaximilian Hils2014-03-091-2/+2
|
* Improve explicit certificate specificationAldo Cortesi2014-03-021-1/+1
| | | | | - Support cert/key in the same PEM file - Rationalize arguments, expand tests, clean up a bit
* Use the mitm.it domain for the app, turn it on by default.Aldo Cortesi2014-01-271-3/+3
|
* Silence pyflakesAldo Cortesi2014-01-191-2/+0
| | | | And pick up one bug as a consequence.
* Script refactoring: move script command parsing into script module.Aldo Cortesi2014-01-121-1/+1
|
* Fix app in mitmproxy console, update to bootstrap 3.Aldo Cortesi2014-01-031-1/+3
|
* Merge branch 'master' into 0.10Maximilian Hils2013-12-081-0/+5
|\
| * Merge pull request #134 from mhils/scripts_improvementsAldo Cortesi2013-12-081-3/+6
| |\ | | | | | | Support multiple scripts and script arguments. refs #76
| * | Added -F http[s]://server:port option that allows MITM to forward traffic to ↵JC2013-08-301-0/+5
| | | | | | | | | | | | another http server upstream.
* | | add option to expose webapp externally, remove distinct ip settingMaximilian Hils2013-08-181-11/+16
| | |
* | | Merge branch 'master' into 0.10Maximilian Hils2013-08-171-15/+18
|\| |
| * | Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-15/+0
| | | | | | | | | | | | Thanks to Roy Shamir for reporting this.
| * | Move app instantiation out of proxy.py.Aldo Cortesi2013-07-241-0/+18
| | |
* | | Merge remote-tracking branch 'origin/scripts_improvements' into 0.10Maximilian Hils2013-06-161-3/+6
|\ \ \ | |/ / |/| / | |/
| * add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-131-3/+6
| |
* | always read files in binary modeMaximilian Hils2013-06-161-1/+1
|/
* Add a basic built-in web app.Aldo Cortesi2013-03-251-1/+8
|
* Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-171-0/+6
| | | | | - Can be toggled with "o" then "h" in mitmproxy - Useful for transparent mode
* Remove cert_wait_time flag.Aldo Cortesi2013-01-061-5/+0
| | | | | We now cater for this by generating certs with a commencement date an hour in the past in netlib.
* Refactor proxy auth a bitAldo Cortesi2013-01-021-25/+8
| | | | | | - Remove authentication scheme option. We only support basic at the moment - we'll add the option back when we diversify. - Add some meta variables to make printout nicer
* adding some simple authetication code to limit proxy accessisrael2012-12-301-1/+47
|
* Command-line options for header setting.Aldo Cortesi2012-08-191-25/+78
|
* add dummy cert dirMaximilian Hils2012-08-171-2/+2
|
* use argparse instead of optparseMaximilian Hils2012-08-171-42/+38
|
* Adds --dummy-certs option to specify certdirJim Lloyd2012-08-061-0/+6
| | | | | | If --dummy-certs=CERTSDIR is provided, use CERTSDIR as the location for generating/finding the dummy certs. And in this case, preserve the CERTSDIR directory on exit.
* Make upstream-cert the default. There's now a --no-upstream-cert option to ↵Aldo Cortesi2012-07-031-3/+3
| | | | turn it off.
* Move palette option getting/setting to mitmproxy.Aldo Cortesi2012-07-031-7/+0
| | | | Unbreaks mitmdump.
* Add --palette option to select color paletteAlexis Hildebrandt2012-07-011-0/+7
|
* Transparent proxy command-line flag stub.Aldo Cortesi2012-06-261-0/+5
|