aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sslstrip.py
Commit message (Collapse)AuthorAgeFilesLines
* organize examplesMaximilian Hils2016-11-211-53/+0
| | | | | | | This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that.
* explain host=pretty_host assignmentMaximilian Hils2016-11-091-0/+4
|
* fix SNI for transparent mode - #1638phackt2016-11-081-0/+1
| | | | | | In transparent mode host is set with the target server ip. Attribute flow.request.host is used as SNI while mitmproxy is initiating TLS handshake, so it should be set with the pretty_host.
* test & examples: zap sixAldo Cortesi2016-10-171-1/+1
|
* Fixes - #1555 sslstrip.py flow.response.headers (#1556)phackt2016-09-251-2/+14
| | | | | | | | | | * Fixes - #1555 sslstrip.py flow.response.headers * #1557 - add enhancements in inline script sslstrip.py with upgrade-insecure-requests stripping * #1557 - update to match python style guide * #1555, #1556, update to a bytes pattern
* Merge remote-tracking branch 'origin/master' into message-body-encodingMaximilian Hils2016-07-151-8/+6
|\
| * remove context from all scriptsMaximilian Hils2016-07-071-8/+6
| |
* | update examples: no decoded() anymore :tada:Maximilian Hils2016-07-021-20/+18
|/
* update examples, tests, docsMaximilian Hils2016-06-131-1/+1
|
* format examplesMaximilian Hils2016-05-291-11/+11
|
* Docs and examples to top levelAldo Cortesi2016-02-181-0/+40
|
* move mitmproxyMaximilian Hils2016-02-151-40/+0
|
* no longer strips Accept-Encoding as mitmproxy can handle compressionNiko Kommenda2016-01-121-1/+0
|
* added sslstrip to inline script examplesNiko Kommenda2016-01-121-0/+41