Free, open source and cross-platform app to decrypt, read and view the Whatsapp msgstore.db database.
key (Should support crypt12, crypt14, and crypt15).git clone https://github.com/absadiki/whatsapp-msgstore-viewer
cd whatsapp-msgstore-viewer
pip install -e .
wmv
Note for Ubuntu users: Additional system dependencies might be needed. See #19 for details.
To use the app, you will need:
msgstore.db (msgstore.db.cryptX if it is encrypted) database: It is a database where Whatsapp is storing all your messages.wa.db database: It is a database where Whatsapp is storing contact names. It is optional, so if it is not provided you will just see phone numbers.WhatsApp directory: The directory of WhatsApp in the local storage of your phone. This will be used to view the media files (Optional as well).key: If your database is encrypted, you will need to provide the decryption key to decrypt it. The decrypted database will be stored in the same directory as your encrypted database with a -decrypted.db suffix. (See below for more information).Check out the great tutorial "Retrieving WhatsApp Databases" by @Dexter2389.
The app uses the WhatsApp-Crypt14-Crypt15-Decrypter by ElDavoo under the hood. Please check their repository if you face any issues with the decryption.
This app is a reverse engineering attempt of the WhatsApp database and has been tested with my personal msgstore.db file. It might break if there are any updates to the msgstore database schema.
I've made it easy to add support for more schemas (It's a simple SQLite exercise :D).
All contributions are welcome.
Follow these steps to add support for other schemas (see db/v1/db.py as an example):
dbs package and give your schema a name (for example v2).db.py.AbstractDatabase located in the dbs/abstract_db.py module.advanced settings on the login screen.If you find a bug, have a suggestion or feedback, please open an issue for discussion.
This project is licensed under the GNU General Public License version 3 or later. You can modify or redistribute it under the conditions of these licenses (See LICENSE for more information).
This project is not endorsed or certified by WhatsApp Inc. and is meant for personal and educational purposes only.
It is provided 'as is' without any express or implied warranties.
The authors, maintainers, and contributors assume no responsibility for errors, omissions, or damages resulting from the use of this information.