Skip to content

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

License

Notifications You must be signed in to change notification settings

sdushantha/meobrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meobrute

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


This script only works for rooted Android devices!

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.

image

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"

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages