Hi,
I have used two ways to inject a payload within an original apk, and both ways give the same result (injection by msfvenom & also manually by decompiling, editing files & compiling)
The issue is that I am not getting "grant permissions window" showing up while installing the app on the target android.
Actually, after the installation is done, I have checked the permissions section on the app settings. The permissions are there but they are not granted.
Is there an issue with the original app or am I missing something?
I have also tried to inject an other original apk and same happened.
Ps: I did de-compile the injected apk to make sure that the <uses-permission> tags are in fact well set in the manifest file.
Be the First to Respond
Share Your Thoughts