1. Manifest Misconfiguration

  1. Methods to find a bug

Steps :

1. check for unused or malicious permissions
2. check android compiled sdk veersion 16 to 19 are vulnerable 
3. allow backup true
4. debug true
5. android clear text traffic = true
6. exported= true # If it is enabled we can call activity directly using adb 

Last updated