Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bostrt/mitmproxy-vsphere-addon


https://github.com/bostrt/mitmproxy-vsphere-addon

Last synced: 19 days ago
JSON representation

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`