your test at the end the site only works if intercpetion is off which makes no since since it should load with interception on plus the duonlingo also didnt connect to internet with interception on which means the method failed, what? am i missing something
@SecureMonk4 ай бұрын
In this video , i have just mentioned about the setting up the tools. In this case, we were able to communicate to google.com through android inbuilt browser but we saw APK (duolingo) failed to communicate with internet since it is in SSL. In order to communicate with the internet , we have to bypass SSL using Frida which I have discussed in other videos. This was just a tool setup video. Please get into other videos where you will see how the apk file such as duolingo communicates with the internet. Let me know if you still face any difficulty.
@nfound404x7 ай бұрын
SSL Pinning 😊
@dhruvraghuwanshi66135 ай бұрын
bro its not wrokign wiith app website are working fine
@SecureMonk5 ай бұрын
You will have to bypass SSL using frida universal script.Post that apk will communicate the server. Please checkout the videos 11 & 12 for setting up & running frida server and using frida script to bypass SSL for the respective apk file.