sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.17k stars 825 forks source link

Feat android monitor shared prefs #621

Closed CDuPlooy closed 1 year ago

CDuPlooy commented 1 year ago

This adds in functionality to monitor usage of the Android shared preferences (includes Jetpack encrypted shared preferences)

To use, issue the command android sharedprefs monitor, you can specify that only encrypted shared prefs should be monitored using the flag --encrypted-only

I'm just doing one or two last test cases and will open a complete PR after.

EDIT: I didn't check the state of my fork before creating a new branch, will fix and open a new PR