MASTG walkthrough - OMTG_DATAST_002_Logging

The intent here is to show that logging sensitive data is leading to information disclosure. Even if debugging is disabled in the AndroidManifest, the app can be repackaged and debugging can be enabled. Therefore all logging and debugging code should be deleted before creating a production release.

datast_001_log1

adb shell ps | grep owasp
adb logcat | grep [pid]

datast_001_log2

Tools used

Thoughts? Leave a comment