frida-interception-and-unpinning
frida-interception-and-unpinning copied to clipboard
Interception issue with no traffic collected
Originally posted by @HumairaFasih in https://github.com/httptoolkit/frida-interception-and-unpinning/issues/60#issuecomment-1809207847
Hi!
I'm running into the same "TLS error auto-patcher", with no traffic being detected in the Burp Suite interface. I have set Burp Suite to listen to all interfaces with port 8080, and have reversed the adb port.
P.S in case its relevant: The machine running Burp Suite is Linux, with ethernet cable providing it internet access. The android mobile phone is a rooted Pixel 3 with wireless connectivity (and I removed the previous burp certificate that I had installed in system/etc/security/cacerts in order to let the config.json script handle its installation in case that led to any issues)
My proxy_host is 127.0.0.1 in config file, and proxy_port is 8080. I did
adb reverse tcp:8080 tcp:8080
Please let me know where the error is??
Attaching a screenshot too in case I missed any details: