Automate the proccess of brute forcing the My Eyes Only pin code on Snapchat
This script only works for rooted Android devices!
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"