mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
mkdir -p results
|
||
|
mitmdump -p 10002 --mode reverse:http://devd.io:10001 \
|
||
|
-s ./profiler.py --set profile_path=./results/simple.prof
|