File tree 1 file changed +1
-16
lines changed
1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -387,31 +387,16 @@ commands:
387
387
adb shell ls -l /data/local/tmp/certs/$HASH.0
388
388
389
389
# Configure proxy settings
390
- adb shell settings put global http_proxy "localhost:8084"
391
390
adb shell settings put global global_http_proxy_host "localhost"
392
391
adb shell settings put global global_http_proxy_port 8084
392
+ adb shell settings put global http_proxy "localhost:8084"
393
393
394
394
# Verify proxy settings
395
395
echo "Verifying proxy settings..."
396
396
adb shell settings get global http_proxy
397
397
adb shell settings get global global_http_proxy_host
398
398
adb shell settings get global global_http_proxy_port
399
399
400
- - run :
401
- name : Start MITM Proxy with Verbose Logging
402
- background : true
403
- command : |
404
- mitmdump -p 8084 --set block_global=false --verbose &
405
- sleep 5
406
-
407
- # Verify proxy is running
408
- if ! pgrep -f "mitmdump"; then
409
- echo "Proxy failed to start"
410
- exit 1
411
- fi
412
-
413
- # Monitor proxy logs
414
- tail -f ~/.mitmproxy/mitmproxy.log &
415
400
setup_ios_simulator :
416
401
steps :
417
402
- run :
You can’t perform that action at this time.
0 commit comments