aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
| * | | cibuild: docker run must be non-interactiveMaximilian Hils2020-04-171-2/+0
| | | |
| * | | mitmproxy -> mitmdumpMaximilian Hils2020-04-171-1/+1
| | | |
| * | | fix docker smoke testMaximilian Hils2020-04-161-2/+3
| | | |
* | | | Merge pull request #3947 from Prinzhorn/patch-1Maximilian Hils2020-04-171-1/+1
|\ \ \ \ | |/ / / |/| | | Update feature_request.md
| * | | Update feature_request.mdAlexander Prinzhorn2020-04-171-1/+1
|/ / / | | | | | | This bugs me every single time, the missing space in the rendered version gives me claustrophobia :smile:
* | | Merge pull request #3938 from sarthak212/filtermessageMaximilian Hils2020-04-161-0/+2
|\ \ \ | | | | | | | | Add Filter message to mitmdump
| * | | add message to logroot2020-04-161-1/+2
| | | |
| * | | add message to mitmdumproot2020-04-151-0/+1
| | | |
* | | | include full client certificate chainMaximilian Hils2020-04-161-1/+1
|/ / / | | | | | | Testing this requires quite a bit of effort, so it makes sense to not waste any effort here and only do it for the sans-io implementation.
* | | Merge pull request #3935 from Kriechi/smoke-test-dockerThomas Kriechbaumer2020-04-131-0/+14
|\ \ \ | | | | | | | | smoke-test docker images after building