To start mobile application penetration testiong, there are various tools we have to install such as adb, jadx, apktool, frida and etc. In this blog, we are going to talk about list of neccessery tools we used in mobile application security both of Android and iOS platform.
Posts by ciphercat
In this blog, we are going to talk about how we can perform android binary patching which tend to bypass for rooted detection in an easy way. We do not need to disassembling and resign application ourselves but instead of using APKLab VSCode extension
In this blog, we are going to talk about how we can perform android binary patching which tend to bypass for rooted detection. We are going to use various tools such as Jadx, apktool, uber-app-signer.jar and etc. This blog demonstrates step-by-step and also including an bynary to let you practice on it
During the penetration testing, we absolutely must perform static analysis by decompiling, disassembling an apk file. For a usual situation we can request the apk file from dev team. But what if the target application comes from Google Store, How we can get the apk file. Let's talk about it in this blog.