Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bostrt/mitmproxy-vsphere-addon
https://github.com/bostrt/mitmproxy-vsphere-addon
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bostrt/mitmproxy-vsphere-addon
- Owner: bostrt
- Created: 2021-10-28T21:16:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T21:09:45.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T10:08:38.018Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo
https://hackmd.io/uNL97VhpTcu1pBD5PNRd0w# Usage
## Read flows from an MITMProxy dump file
```shell
$ mitmproxy -s dump_permission_failure.py \
--set vs_dump_flows=dumpfile.out \
--no-server
-r ./myflows.out
```## Run MITMProxy live
```shell
$ mitmproxy -s dump_permission_failure.py \
--set console_eventlog_verbosity=debug \
--set vs_dump_flows=dumpfile.out
```# Testing and Dev
## Run unit tests
```shell
python test.py
```## Debug tips
- Read flows from file: `--rfile/-r `
- Probably use: `--no-server`
- Increase event log verbosity using: `--set console_eventlog_verbosity=debug`
- See MITMProxy event log using: `Shift+E`