Automate the process of Brute Forcing the SnapChat My Eyes Only PinCode.
This Script works on both rooted and 𝚗̶𝚘̶𝚗̶-̶𝚛̶𝚘̶𝚘̶𝚝̶𝚎̶𝚍̶ Android devices without superuser permission!
- This script automates the process of recovering
My Eyes Only
PIN Codes from SnapChat app.
- Android device with USB debugging enabled (and enable it form Developer options and you can enable Developer options by tapping the build number 7 times from Device Settings)
- Android device with SanpChat installed (and you know your SnapChat accouts password with Memories Smart Backup feature enabled)
- CorePatch LSPosed Module hook in System Framework to bypass android system signature varification.
- A PC [Windows 10 1809 (build 17763) or later (Windows 11)] or
macwith working internet connection and Microsoft DesktopAppInstaller known as winget-cli - Latest Microsoft PowerShell (and you can check PowerShell Version uisng following command ~
$PSVersionTable
)
- Open
Windows Terminal (Admin)
- Install Microsoft PowerShell on Windows using winget (Windows built in package manager): ~
winget install Microsoft.PowerShell --accept-source-agreements --silent --force
- Check MsPS Verison ~
pwsh -v
- Remove the existing WindowsPowerShell directory: ~
Remove-Item $env:USERPROFILE\Documents\WindowsPowerShell -Force -Recurse
- Open
Microsoft Terminal
right click in thetab row
>Settings
>Startup
> fromDefault profile
drop-down menu
selectPowerShell
>Save
> CloseWindows Terminal
window - Open
Windows Terminal (Admin)
- Check MicrosoftPowerShell Version: ~
$PSVersionTable
- Open Microsoft PowerShell Terminal (Admin) and run the script with the following command:
Invoke-WebRequest -Uri https://raw.githubusercontent.com/arghya339/IntelliJ-MyEyes/refs/heads/main/IntelliJ_MyEyes.ps1 -OutFile "$env:USERPROFILE\Downloads\IntelliJ_MyEyes.ps1"
Set-ExecutionPolicy Bypass -Scope Process -Force; & "$env:USERPROFILE\Downloads\IntelliJ_MyEyes.ps1"
This script was tested on an Windows 11 Pro with MicrosoftPowerShell v7.4.6
Note: WindowsPowerShell (including latest v5.1.26100.2161) Not compatible with this script
This script was tested on an Android device running Android 14 with AOSP based custom ROM with CorePatch LSPosed Module hook in System Framework with SnapChat v13.24.1.0 .
After My Eyes Only PinCode Recovery Complite, Please disabled Developer options from Device Settings. or uninstall SnapChat Debug APK and install SnapChat Release APK form Google PlayStore."
"Chocolatey" [Apache 2.0], "Java" [GFTC], "Android SDK" [Apache 2.0], "Python" [PSF / GPL], "SQLite" [BSD-style], "Hashcat" [MIT], "APKEditor" [Apache 2.0], "makeDebuggable" [Apache 2.0]"
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"
- This script is for educational purposes only.
- Modifying and reinstalling APKs can be risky and may violate app terms of service or legal regulations.
- Use it responsibly and at your own risk.
- Powered by Hashcat
- Inspired by meobrute
- Developer: @arghya339