aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4036 from JustAnotherArchivist/dev-version-detectionHEADmasterMaximilian Hils2020-06-191-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 ↵JustAnotherArchivist2020-06-191-0/+7
|/ | | | | | information Fixes #3987
* Merge pull request #4006 from oxr463/patch-2Maximilian Hils2020-06-121-0/+8
|\ | | | | Document mitmweb architecture
| * Document mitmweb architectureLucas Ramage2020-05-181-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 Sreejeet2020-06-122-2/+2
| | | | | | | | | | (#4014) don't overflow options dialog, fix #4010
* | Merge pull request #4011 from G-Rath/patch-1Maximilian Hils2020-06-121-1/+1
|\ \ | | | | | | Support using `wslview` as a browser to open web url
| * | Support using `wslview` as a browser to open web urlGareth Jones2020-06-121-1/+1
| |/
* | Merge pull request #4023 from rbdixon/http2_response_fixThomas Kriechbaumer2020-06-082-2/+12
|\ \ | | | | | | HTTP2 response reason is None, render as '' in property.
| * | HTTP2 response reason is None, render as '' in property.Brad Dixon2020-06-082-2/+12
|/ / | | | | | | | | Fixes an error triggered when displaying an HTTP2 response loaded from a file.
* | Merge pull request #4012 from soluble-ai/docsThomas Kriechbaumer2020-05-311-0/+13
|\ \ | |/ |/| Add Kubernetes HOWTO to docs
| * add kubernetes howtoMatt Hamilton2020-05-231-0/+13
|/
* simplify hugo configMaximilian Hils2020-05-161-5/+3
|
* Fix #3975 by enabling inline HTML in Markdown docsThung Han2020-05-161-0/+5
|
* update hugoMaximilian Hils2020-05-163-5/+5
|
* Merge pull request #3992 from JustAnotherArchivist/ws-message-timestamp-floatMaximilian Hils2020-05-131-2/+2
|\ | | | | Record float timestamp for WebSocket messages instead of truncating to int
| * Record float timestamp for WebSocket messages instead of truncating to intJustAnotherArchivist2020-05-091-2/+2
|/
* Add a space after prefilled console command string (#3985)| |三 \/ | |\|2020-05-081-0/+2
| | | Add a space after console command string
* enable flag pygmentsCodefences = true (#3977)Deepanshu Lulla2020-05-081-0/+1
| | | | | * enable flag Co-authored-by: Maximilian Hils <github@maximilianhils.com>
* added add-ons that enhance the performance of web application scanners. (#3961)anneborcherding2020-05-0412-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/masterMaximilian Hils2020-05-034-9/+77
|\ | | | | Integrate contentviews to TCP flow details
| * Revert view_tcp_stream to List[bytes] implementationNikita Stupin2020-05-031-20/+14
| |
| * Assert viewmode not NoneNikita Stupin2020-05-031-0/+3
| |
| * Remove blank linesNikita Stupin2020-05-021-1/+0
| |
| * Add contentview status bar to TCP flow detailsNikita Stupin2020-05-021-0/+23
| |
| * Colorize arrows!Nikita Stupin2020-05-022-2/+21
| |
| * Change arrow styleNikita Stupin2020-05-022-2/+6
| |
| * Merge adjacent TCP "messages"Nikita Stupin2020-05-021-5/+26
| |
| * Integrate contentviews to TCP flow detailsNikita Stupin2020-05-012-18/+23
|/
* Merge pull request #3956 from sarthak212/consoleerrorMaximilian Hils2020-05-012-2/+4
|\ | | | | console error
| * add test for console errorroot2020-05-011-0/+2
| |
| * Changes on console errorroot2020-05-011-3/+3
| |
| * console errorroot2020-04-251-1/+1
| |
* | docs: fix typoMaximilian Hils2020-04-301-2/+2
| |
* | Merge pull request #3963 from senyuuri/fix_wsgi_exampleMaximilian Hils2020-04-291-2/+2
|\ \ | | | | | | Improve compatibility of wsgi_flask_app example on OS X
| * | Improve compatibility of wsgi_flask_app example on OS Xsenyuuri2020-04-291-2/+2
|/ /
* | fix typo in certificates documentationMaximilian Hils2020-04-281-1/+1
| |
* | fix typoMaximilian Hils2020-04-261-1/+1
|/
* Merge pull request #3952 from PJF16/patch-1Maximilian Hils2020-04-241-1/+1
|\ | | | | Update howto-wireshark-tls.md
| * Update howto-wireshark-tls.mdPhilipp Johann Fritz2020-04-231-1/+1
|/ | | Wireshark renamed the protocol from SSL to TLS in settings
* Merge pull request #3929 from sarthak212/colorizejsonMaximilian Hils2020-04-193-14/+87
|\ | | | | colorize json
| * json contentview: minor improvementsMaximilian Hils2020-04-192-36/+61
| |
| * colorize jsonroot2020-04-193-4/+52
| |
* | Merge pull request #3927 from mhils/tcp-uiMaximilian Hils2020-04-1814-330/+658
|\ \ | | | | | | add tcp flow ui
| * | lint, mypy, tests++Maximilian Hils2020-04-127-23/+76
| | |
| * | add very simply tcp detailviewMaximilian Hils2020-04-125-34/+102
| | |
| * | fixup flow renderingMaximilian Hils2020-04-125-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 typesMaximilian Hils2020-04-114-21/+36
| | |
| * | Display TCP flows at flow list!Nikita Stupin2020-04-103-8/+92
| | |
* | | Merge pull request #3944 from mitmproxy/fix-docker-smoke-testMaximilian Hils2020-04-181-8/+5
|\ \ \ | | | | | | | | Fix docker smoke test
| * | | fix the fixThomas Kriechbaumer2020-04-171-5/+3
| | | |