YuvrajRaghuvanshiS / WhatsApp-Key-Database-Extractor

The most advanced and complete solution for extracting WhatsApp key/DB from package directory (/data/data/com.whatsapp) without root access.
MIT License
443 stars 57 forks source link

I can't find the key in the extracted file #79

Closed ghost closed 2 years ago

ghost commented 2 years ago

I can't find the key in the extracted file I followed all the requested steps, visualized the contents inside the .tar file and it is not possible to find the extracted key.

I followed the information from this issue, but without success #73

To Reproduce Steps to reproduce the behavior:

  1. run python wa_kdbe.py --tar-only (python is mapped to Python 3.10)
  2. Hit Enter at first (read instructions)
  3. I see message "Successfully unpacked "tmp/whatsapp.ab" to "tmp/whatsapp.tar". Size: 629826560 bytes."

Expected behavior that it is possible to get the key stored in the path data/data/com.whatsapp/file/key

Terminal output or log file

[21:04:50.311630] Successfully unpacked "tmp/whatsapp.ab" to "tmp/whatsapp.tar". Size: 629826560 bytes.
[21:04:50.312627] >>> I am in view_extract.taking_out_only_tar(username=user)
[21:04:50.312627] Folder "extracted/" already exists.
[21:04:50.313627] Moving "tmp/whatsapp.tar" to "extracted/user.tar"

Additional context When i execute command "python search.py" i see this content:


apps/com.whatsapp/sp/keystore.xml
apps/com.whatsapp/db/msgstore.db-shm
apps/com.whatsapp/db/msgstore.db-wal
apps/com.whatsapp/db/msgstore.db
apps/com.whatsapp/db/wa.db
apps/com.whatsapp/db/wa.db-shm
apps/com.whatsapp/db/wa.db-wal
apps/com.whatsapp/db/axolotl.db-shm
apps/com.whatsapp/db/axolotl.db
apps/com.whatsapp/db/axolotl.db-wal
apps/com.whatsapp/db/chatsettings.db
apps/com.whatsapp/db/chatsettings.db-shm
apps/com.whatsapp/db/chatsettings.db-wal    ```