ctf-writeup/VU CYBERTHON 2023/What is the name of WhatsAp...
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 is the name of WhatsApp user which has phone number +37062166565

What is the name of WhatsApp user which has phone number +37062166565?

About the Challenge

We need to find the name of WhatsApp user

How to Solve?

We can find the email by exporting the SQLite Database first from /userdata/root/data/com.whatsapp/databases/wa.db

exports

Open the SQLite database using DB Browser for SQlite software and import the database. In the wa_contacts table, we can see the name of WhatsApp user

contacts

Marcus