mitmweb
Usage
# start proxy to intercept traffic
mitmproxy
mitmweb GUI and proxy.

flow file.
flow file to spec.yml.
ignore tags.
spec.yml to SwaggerEditor.
spec.yml to Postman.Resource
Last updated
# start proxy to intercept traffic
mitmproxy
mitmweb GUI and proxy.

flow file.
flow file to spec.yml.
ignore tags.
spec.yml to SwaggerEditor.
spec.yml to Postman.Last updated
# convert flow file to swagger (from within the flow directory)
sudo docker run -it -v $PWD:/app mitmproxy2swagger -i flows -o spec.yml -p http://127.0.0.1 -f flow --examples
# remove the ignore tags
sudo nano spec.yml
# re-run the command
sudo docker run -it -v $PWD:/app mitmproxy2swagger -i flows -o spec.yml -p http://127.0.0.1 -f flow --examples