mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 10:26:23 +00:00
10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
|
#!/bin/sh
|
||
|
# Assuming:
|
||
|
# mitmproxy/mitmdump is running on port 8080 in straight proxy mode.
|
||
|
# pathod is running on port 9999
|
||
|
|
||
|
BASE="/Users/aldo/git/public/pathod/venv/bin/pathoc -eo -I 200,400,502 -p 8080 localhost "
|
||
|
$BASE -n 1000 "get:'http://localhost:9999':ir,@1"
|
||
|
|
||
|
|