1 Fiddler package capture tool, file&& Edit function
Comparison of common app packet capture software
Command line intercepts requests
# to intercept
bpu www.baidu.com
# Cancel interception
bpu
Copy the code
Command line intercept response
# to intercept
bpafter www.baidu.com
# Cancel interception
bpafter
Copy the code
Set web page redirection
When we connect on mobile, use
Install mitmproxy
pip install mitmproxy
Copy the code