cLeapp
cLeapp copied to clipboard
Things to work on
- Get list of Downloaded files from \decrypted\mount\user\Downloads
- Create artifact for Instragram messages/conversations
- Get DUO userid/contacts from /decrypted/mount/root/android-data/data/data/com.google.android.apps.tachyon/databases/tachyon.dd
- SQL is select user_id, contact_display_name, contact_avatar_uri, datetime(system_contact_last_update_millis/1000, 'unixepoch') as system_contact_last_update_millis from duo_users;
- temp media files stored in this directory for duo - decrypted/mount/root/android-data/data/data/com.google.android.apps.tachyon/files/tmp_media/
- Other LevelDB's look for and decipher.
- Process Google Takeouts
- Twitter Artifacts
-
[ ] Get list of Downloaded files from \decrypted\mount\user\Downloads
-
[x] Create artifact for Instragram messages/conversations
-
[x] Get DUO userid/contacts from /decrypted/mount/root/android-data/data/data/com.google.android.apps.tachyon/databases/tachyon.dd
-
[x] SQL is select user_id, contact_display_name, contact_avatar_uri,
-
[x] datetime(system_contact_last_update_millis/1000, 'unixepoch') as system_contact_last_update_millis from duo_users;
-
[ ] temp media files stored in this directory for duo - decrypted/mount/root/android-data/data/data/com.google.android.apps.tachyon/files/tmp_media/
-
[ ] Other LevelDB's look for and decipher.
-
[ ] Process Google Takeouts
-
[ ] Twitter Artifacts
- [ ] don't commit .DS_Store files e.g.
- [ ] https://github.com/markmckinnon/cLeapp/blob/v1.0/.DS_Store
- [ ] https://github.com/markmckinnon/cLeapp/blob/v1.0/scripts/.DS_Store
Also the Android support on chromebooks
5 is not the scope of cLEAPP, instead in the focus of RLEAPP.