Skip to content

toespar/WhatsappKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

WhatsappKey

WhatsappKey is a bash script just to get the Whatsapp password from 'pw' and 'me' files.

Usage

Android

  1. Get 'pw' file: /data/data/com.whatsapp/files/pw
  2. Get 'me' file: /data/data/com.whatsapp/files/me
  3. Copy them to the same directory is WhatsappKey.sh on your computer
  4. $ ./WhatsappKey.sh
  5. Whatsapp password will be shown
  6. Furthermore, your Whatsapp password will be stored in a file called wa_password.key
  7. To show the pass again: $ base64 wa_password.key

Captures

Screenshot

Screenshot

Screenshot

Notes

-Error like “undefined reference to PKCS5_PBKDF2_HMAC_SHA1“, change gcc -o wa_pbkdf2 wa_pbkdf2.c -lssl to gcc -o wa_pbkdf2 wa_pbkdf2.c -lcrypto

-Remember to give permission to the script: $ chmod +x WhatsappKey.sh

Credits

http://www.digitalinternals.com/security/extract-whatsapp-password-android/374/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages