Prasnjit Kumar sharmaitsecurenep.hashnode.dev·May 19, 2024Frida & Objection setupTo install Frida and Objection we need to run the command in Super user mode. $pip3 install frida-tool $pip3 install objection if anything went wrong please update the package and upgrade it in superuser mode. To run the Frida server After starting e...28 reads#Android-Penetration-Testing
Nee4pfsec.com·Jan 14, 2024SSL Pinning bypass (Android Emulator)Over the weekend, I was taking a look at an application which implemented SSL pinning. Here's the technique I used to bypass pinning and view the raw requests sent to the application server which then helped me to uncover crucial details about the ap...883 readsbypass ssl pinning