ctf-writeup/VU CYBERTHON 2023/What email address is setup...
Muhammad Daffa 60197cb63c feat: added CTF After Dark - Winter 2023 2023-03-09 22:43:49 +07:00
..
images feat: added VU CYBERTHON 2023 2023-02-26 02:52:00 +07:00
README.md feat: added CTF After Dark - Winter 2023 2023-03-09 22:43:49 +07:00

README.md

What email address is setup on com.android.email service

What email address is setup on com.android.email service?

About the Challenge

We need to find the email address that set up on com.android.email

How to Solve?

We can find the email address by exporting the SQLite Database first from /userdata/root/data/com.android.email/databases/Emailprovider.db

exports

Open the SQLite database using DB Browser for SQlite software and import the database. In the Account table, we can see the email

email

Joohnnycash7@gmail.com