cLeapp icon indicating copy to clipboard operation
cLeapp copied to clipboard

Things to work on

Open markmckinnon opened this issue 3 years ago • 4 comments

  1. Get list of Downloaded files from \decrypted\mount\user\Downloads
  2. Create artifact for Instragram messages/conversations
  3. 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/
  1. Other LevelDB's look for and decipher.
  2. Process Google Takeouts
  3. Twitter Artifacts

markmckinnon avatar May 05 '21 17:05 markmckinnon

  • [ ] 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

abrignoni avatar May 06 '21 14:05 abrignoni

  • [ ] 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

evandrix avatar Jun 02 '21 21:06 evandrix

Also the Android support on chromebooks

upintheairsheep avatar Feb 27 '22 06:02 upintheairsheep

5 is not the scope of cLEAPP, instead in the focus of RLEAPP.

upintheairsheep avatar Aug 20 '23 16:08 upintheairsheep