@echo off echo ============================================ echo SOAP API Traffic Capture echo ============================================ echo. echo This will: echo 1. Stop the Purolator app echo 2. Start Frida with SOAP interceptor echo 3. Capture what the app ACTUALLY sends echo. echo Then you should: echo - Try Guest Estimate (without login) echo - Try Create Shipment (to trigger SOAP) echo ============================================ echo. pause echo [*] Stopping Purolator app... adb shell am force-stop com.purolator.mobileapp timeout /t 2 /nobreak >nul echo [*] Starting Frida with COMPLETE interceptor (SSL + All Traffic)... echo [*] This will capture ALL HTTP/HTTPS requests with full bypasses echo. frida -U -f com.purolator.mobileapp -l complete_intercept.js