sdushantha / meobrute

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Shell 100.0%