You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
datetime(system_contact_last_update_millis/1000, 'unixepoch') as system_contact_last_update_millis
from duo_users;