Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4036 from JustAnotherArchivist/dev-version-detectionHEADmaster | Maximilian Hils | 2020-06-19 | 1 | -0/+7 |
|\ | | | | | Verify that we're in the correct repository when extracting dev version information | ||||
| * | Verify that we're in the correct repository when extracting dev version ↵ | JustAnotherArchivist | 2020-06-19 | 1 | -0/+7 |
|/ | | | | | | information Fixes #3987 | ||||
* | Merge pull request #4006 from oxr463/patch-2 | Maximilian Hils | 2020-06-12 | 1 | -0/+8 |
|\ | | | | | Document mitmweb architecture | ||||
| * | Document mitmweb architecture | Lucas Ramage | 2020-05-18 | 1 | -0/+8 |
| | | | | | | Bug: https://github.com/mitmproxy/mitmproxy/issues/3925 | ||||
* | | Fix #4010. Options modal in the mitmweb page no longer overflows the y axis. ↵ | V S Sreejeet | 2020-06-12 | 2 | -2/+2 |
| | | | | | | | | | | (#4014) don't overflow options dialog, fix #4010 | ||||
* | | Merge pull request #4011 from G-Rath/patch-1 | Maximilian Hils | 2020-06-12 | 1 | -1/+1 |
|\ \ | | | | | | | Support using `wslview` as a browser to open web url | ||||
| * | | Support using `wslview` as a browser to open web url | Gareth Jones | 2020-06-12 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #4023 from rbdixon/http2_response_fix | Thomas Kriechbaumer | 2020-06-08 | 2 | -2/+12 |
|\ \ | | | | | | | HTTP2 response reason is None, render as '' in property. | ||||
| * | | HTTP2 response reason is None, render as '' in property. | Brad Dixon | 2020-06-08 | 2 | -2/+12 |
|/ / | | | | | | | | | Fixes an error triggered when displaying an HTTP2 response loaded from a file. | ||||
* | | Merge pull request #4012 from soluble-ai/docs | Thomas Kriechbaumer | 2020-05-31 | 1 | -0/+13 |
|\ \ | |/ |/| | Add Kubernetes HOWTO to docs | ||||
| * | add kubernetes howto | Matt Hamilton | 2020-05-23 | 1 | -0/+13 |
|/ | |||||
* | simplify hugo config | Maximilian Hils | 2020-05-16 | 1 | -5/+3 |
| | |||||
* | Fix #3975 by enabling inline HTML in Markdown docs | Thung Han | 2020-05-16 | 1 | -0/+5 |
| | |||||
* | update hugo | Maximilian Hils | 2020-05-16 | 3 | -5/+5 |
| | |||||
* | Merge pull request #3992 from JustAnotherArchivist/ws-message-timestamp-float | Maximilian Hils | 2020-05-13 | 1 | -2/+2 |
|\ | | | | | Record float timestamp for WebSocket messages instead of truncating to int | ||||
| * | Record float timestamp for WebSocket messages instead of truncating to int | JustAnotherArchivist | 2020-05-09 | 1 | -2/+2 |
|/ | |||||
* | Add a space after prefilled console command string (#3985) | | |三 \/ | |\| | 2020-05-08 | 1 | -0/+2 |
| | | | Add a space after console command string | ||||
* | enable flag pygmentsCodefences = true (#3977) | Deepanshu Lulla | 2020-05-08 | 1 | -0/+1 |
| | | | | | * enable flag Co-authored-by: Maximilian Hils <github@maximilianhils.com> | ||||
* | added add-ons that enhance the performance of web application scanners. (#3961) | anneborcherding | 2020-05-04 | 12 | -0/+1329 |
| | | | | | * added add-ons that enhance the performance of web application scanners. Co-authored-by: weichweich <14820950+weichweich@users.noreply.github.com> | ||||
* | Merge pull request #3970 from nikitastupin/master | Maximilian Hils | 2020-05-03 | 4 | -9/+77 |
|\ | | | | | Integrate contentviews to TCP flow details | ||||
| * | Revert view_tcp_stream to List[bytes] implementation | Nikita Stupin | 2020-05-03 | 1 | -20/+14 |
| | | |||||
| * | Assert viewmode not None | Nikita Stupin | 2020-05-03 | 1 | -0/+3 |
| | | |||||
| * | Remove blank lines | Nikita Stupin | 2020-05-02 | 1 | -1/+0 |
| | | |||||
| * | Add contentview status bar to TCP flow details | Nikita Stupin | 2020-05-02 | 1 | -0/+23 |
| | | |||||
| * | Colorize arrows! | Nikita Stupin | 2020-05-02 | 2 | -2/+21 |
| | | |||||
| * | Change arrow style | Nikita Stupin | 2020-05-02 | 2 | -2/+6 |
| | | |||||
| * | Merge adjacent TCP "messages" | Nikita Stupin | 2020-05-02 | 1 | -5/+26 |
| | | |||||
| * | Integrate contentviews to TCP flow details | Nikita Stupin | 2020-05-01 | 2 | -18/+23 |
|/ | |||||
* | Merge pull request #3956 from sarthak212/consoleerror | Maximilian Hils | 2020-05-01 | 2 | -2/+4 |
|\ | | | | | console error | ||||
| * | add test for console error | root | 2020-05-01 | 1 | -0/+2 |
| | | |||||
| * | Changes on console error | root | 2020-05-01 | 1 | -3/+3 |
| | | |||||
| * | console error | root | 2020-04-25 | 1 | -1/+1 |
| | | |||||
* | | docs: fix typo | Maximilian Hils | 2020-04-30 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #3963 from senyuuri/fix_wsgi_example | Maximilian Hils | 2020-04-29 | 1 | -2/+2 |
|\ \ | | | | | | | Improve compatibility of wsgi_flask_app example on OS X | ||||
| * | | Improve compatibility of wsgi_flask_app example on OS X | senyuuri | 2020-04-29 | 1 | -2/+2 |
|/ / | |||||
* | | fix typo in certificates documentation | Maximilian Hils | 2020-04-28 | 1 | -1/+1 |
| | | |||||
* | | fix typo | Maximilian Hils | 2020-04-26 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3952 from PJF16/patch-1 | Maximilian Hils | 2020-04-24 | 1 | -1/+1 |
|\ | | | | | Update howto-wireshark-tls.md | ||||
| * | Update howto-wireshark-tls.md | Philipp Johann Fritz | 2020-04-23 | 1 | -1/+1 |
|/ | | | Wireshark renamed the protocol from SSL to TLS in settings | ||||
* | Merge pull request #3929 from sarthak212/colorizejson | Maximilian Hils | 2020-04-19 | 3 | -14/+87 |
|\ | | | | | colorize json | ||||
| * | json contentview: minor improvements | Maximilian Hils | 2020-04-19 | 2 | -36/+61 |
| | | |||||
| * | colorize json | root | 2020-04-19 | 3 | -4/+52 |
| | | |||||
* | | Merge pull request #3927 from mhils/tcp-ui | Maximilian Hils | 2020-04-18 | 14 | -330/+658 |
|\ \ | | | | | | | add tcp flow ui | ||||
| * | | lint, mypy, tests++ | Maximilian Hils | 2020-04-12 | 7 | -23/+76 |
| | | | |||||
| * | | add very simply tcp detailview | Maximilian Hils | 2020-04-12 | 5 | -34/+102 |
| | | | |||||
| * | | fixup flow rendering | Maximilian Hils | 2020-04-12 | 5 | -316/+424 |
| | | | | | | | | | | | | | | | | | | this was a convoluted mess before and a nightmare to maintain. the new implementation is a bit more verbose, but it can be type-checked for errors. | ||||
| * | | view addon: systematize different flow types | Maximilian Hils | 2020-04-11 | 4 | -21/+36 |
| | | | |||||
| * | | Display TCP flows at flow list! | Nikita Stupin | 2020-04-10 | 3 | -8/+92 |
| | | | |||||
* | | | Merge pull request #3944 from mitmproxy/fix-docker-smoke-test | Maximilian Hils | 2020-04-18 | 1 | -8/+5 |
|\ \ \ | | | | | | | | | Fix docker smoke test | ||||
| * | | | fix the fix | Thomas Kriechbaumer | 2020-04-17 | 1 | -5/+3 |
| | | | |