Android Diva Series: Insecure Data Storage Part 1

Hello dear friends and welcome back for another Android Diva series blog, today we will resolve Insecure Data Storage Part 1.

For this exercise, we will use  adb, first at all fill the text fields

 

after that connect adb to the device

  • adb connect ip
  • get a shell adb shell
  • Navigate into the app folder cd /data/data/data/data/jakhar.aseem.diva
  • Navigate into shred preferences folder:  cd shared_prefs
  • print the content of the xml file: cat jakhar.aseem.diva_preferences.xml

Fantastic we had resolve also the Insecure Data Storage exercise