meobrute

Automate the process of brute forcing the My Eyes Only pin code on Snapchat

MIT License

Stars
86

Dependencies

This script was tested on an Android device running Android 10 with LinageOS with Snapchat v11.71.1.39

How it works (Demo on YouTube)

Snapchat saves the 4 digit My Eyes Only (MEO) pincode encrypted using bcrypt in /data/data/com.snapchat.android/databases/memories.db.

Once you've gotten the hash and saved it into a file (eg.meohash.txt), you can use hashcat to brute force it using the following command:

hashcat --attack-method 3200 --attack-mode 3 meohash.txt "?d?d?d?d"