aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update issue_template.mdMaximilian Hils2019-11-041-1/+1
|
* Merge pull request #3675 from ylmrx/crash_on_replay-3559Maximilian Hils2019-11-041-2/+3
|\ | | | | fixes #3559
| * take no action if on `Host` if `:authority` isn't foundYoann L2019-11-041-2/+3
| |
| * fixes #3559Yoann L2019-10-251-1/+1
| | | | | | | | | | | | if the `:authority` header is not found, we can try to guess it from variable `flow.request.pretty_host` as .pop() accepts a fallback parameter
* | Merge pull request #3676 from ylmrx/fix_curl_exportMaximilian Hils2019-10-302-26/+22
|\ \ | |/ |/| curl command export has several problems:
| * simplify conditionMaximilian Hils2019-10-291-3/+1
| |
| * missed a type ignore, for mypy complianceYoann L2019-10-291-1/+1
| |
| * several fixes on command exports has several problems: #3676Yoann L2019-10-291-22/+11
| | | | | | | | | | | | | | | | | | | | | | | | * authority can usually rely on actual URL. as `:authority` headers will break curl command. (advise if it's better to change them to Host, or if it should be reported on curl side) * `content-length`: 0 is added for each request. if it's found in the curl argument list, it'll try to fetch an empty body (and crash). also trying to guess on accept-encoding header to add the `--compress` option when fetching potentially compressed content. * ditto for httpie * factorize it into raise_if_missing_request (and rename it)
| * several fixes on command exports has several problems: #3676Yoann L2019-10-282-15/+24
|/ | | | | | | | | | | * authority can usually rely on actual URL. as `:authority` headers will break curl command. (advise if it's better to change them to Host, or if it should be reported on curl side) * `content-length`: 0 is added for each request. if it's found in the curl argument list, it'll try to fetch an empty body (and crash). also trying to guess on accept-encoding header to add the `--compress` option when fetching potentially compressed content. * ditto for httpie
* Merge pull request #3671 from mhils/add-typesMaximilian Hils2019-10-163-10/+18
|\ | | | | Add HTTP Message Type Hints
| * add http message type hintsMaximilian Hils2019-10-163-10/+18
|/
* grammer correction (#3670)Will2019-10-151-1/+1
|
* Merge pull request #3667 from jannst/fix_docs_readmeMaximilian Hils2019-10-131-1/+2
|\ | | | | hugo server -D fails if html file in docs/src/generated are not present
| * improve wordingMaximilian Hils2019-10-131-4/+2
| |
| * hugo server -D fails if html file in docs/src/generated are not presentjannst2019-10-131-0/+3
|/
* Move onboardingapp from tornado to flask (#3661)Maximilian Hils2019-10-0614-141/+67
|
* update dependenciesMaximilian Hils2019-10-061-2/+2
|
* Merge pull request #3659 from vin01/masterMaximilian Hils2019-10-041-0/+7
|\ | | | | Add EKU extension for dummy certificates
| * Add EKU extension for dummy certificatesvin012019-10-031-0/+7
|/
* Add key_size option to define rsa key size (#3657)vin012019-09-306-18/+30
|
* Update howto-transparent-vms.md for newer versions (#3597)Nirusu2019-09-301-4/+10
| | | Update howto-transparent-vms.md for newer versions
* Merge pull request #3655 from Kriechi/bumpThomas Kriechbaumer2019-09-284-20/+19
|\ | | | | bump more deps
| * bump more depsThomas Kriechbaumer2019-09-284-20/+19
|/
* Merge pull request #3653 from Kriechi/bump-yamlThomas Kriechbaumer2019-09-286-12/+12
|\ | | | | bump deps
| * bump depsThomas Kriechbaumer2019-09-286-12/+12
|/
* Merge pull request #3329 from Kriechi/readme-sloganThomas Kriechbaumer2019-09-284-10/+11
|\ | | | | update readme slogan
| * update readme sloganThomas Kriechbaumer2018-09-214-10/+11
| |
* | Merge pull request #3651 from Kriechi/bump-depsThomas Kriechbaumer2019-09-284-11/+12
|\ \ | | | | | | bump dependencies
| * | bump dependenciesThomas Kriechbaumer2019-09-284-11/+12
|/ /
* | Merge pull request #3560 from travelperk/add-refresh-optionThomas Kriechbaumer2019-09-281-0/+1
|\ \ | | | | | | Add refresh option to disable cookies
| * | Add refresh option to disable cookiesJavier Tejero2019-06-051-0/+1
| | |
* | | Merge pull request #3594 from Jessonsotoventura/open_editorThomas Kriechbaumer2019-09-281-1/+6
|\ \ \ | | | | | | | | Edit URLs in external editor
| * | | Edit URL now opens the external editorJesson Soto Ventura2019-07-221-1/+6
| | | |
* | | | Merge pull request #3650 from Kriechi/fix-lintingThomas Kriechbaumer2019-09-282-2/+1
|\ \ \ \ | | | | | | | | | | fix linting
| * | | | fix lintingThomas Kriechbaumer2019-09-282-2/+1
|/ / / /
* | | | Merge pull request #3464 from rjt-gupta/url-fixThomas Kriechbaumer2019-09-282-6/+31
|\ \ \ \ | | | | | | | | | | Non ascii characters in url
| * | | | url-fixrjt-gupta2019-02-031-6/+15
| | | | |
| * | | | non ascii fix and testsrjt-gupta2019-02-031-0/+16
| | | | |
* | | | | Merge pull request #3486 from rjt-gupta/unicode-filterThomas Kriechbaumer2019-09-282-0/+46
|\ \ \ \ \ | | | | | | | | | | | | filter unicode fix
| * | | | | filter unicode fixrjt-gupta2019-02-242-0/+46
| |/ / / /
* | | | | Merge pull request #3526 from pierlon/feature/allow-hostsThomas Kriechbaumer2019-09-287-17/+91
|\ \ \ \ \ | | | | | | | | | | | | Add --allow_hosts option
| * | | | | Only handle types "allow", "ignore" & "tcp"Pierre Gordon2019-04-191-3/+1
| | | | | |
| * | | | | Verify ignore_hosts & allow_hosts are mutually exclusivePierre Gordon2019-04-192-1/+10
| | | | | |
| * | | | | Add --allow_hosts optionPierre Gordon2019-04-196-15/+82
| | |_|/ / | |/| | | | | | | | | | | | | Closes #3295
* | | | | Merge pull request #3603 from tomsaleeba/patch-1Thomas Kriechbaumer2019-09-281-0/+25
|\ \ \ \ \ | | | | | | | | | | | | Transparent proxy on Linux for local originating traffic
| * | | | | docs: correct command to install mitmproxyTom Saleeba2019-08-011-1/+3
| | | | | |
| * | | | | docs: add instructions for transparent proxy on Linux for traffic ↵Tom Saleeba2019-08-011-0/+23
| | |_|/ / | |/| | | | | | | | | | | | | originating from the mitmproxy host itself
* | | | | Merge pull request #3600 from king6cong/masterThomas Kriechbaumer2019-09-281-11/+5
|\ \ \ \ \ | | | | | | | | | | | | fix pf.conf on macOS
| * | | | | fix pf.conf on macOSking6cong2019-07-301-11/+5
| |/ / / /
* | | | | Merge pull request #3646 from ahopkins/patch-1Thomas Kriechbaumer2019-09-281-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Update concepts-certificates.md