Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
/ IntelliJ-MyEyes Public archive

Automate the process of Brute forcing the SnapChat My Eyes Only PinCode. This Script works on only rooted Android devices without superuser permission!

License

Notifications You must be signed in to change notification settings

arghya339/IntelliJ-MyEyes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntelliJ MyEyes

Automate the process of Brute Forcing the SnapChat My Eyes Only PinCode.


This Script works on both rooted and 𝚗̶𝚘̶𝚗̶-̶𝚛̶𝚘̶𝚘̶𝚝̶𝚎̶𝚍̶ Android devices without superuser permission!

Purpose

  • This script automates the process of recovering My Eyes Only PIN Codes from SnapChat app.

Prerequisites

  • 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 mac with working internet connection and Microsoft DesktopAppInstaller known as winget-cli
  • Latest Microsoft PowerShell (and you can check PowerShell Version uisng following command ~ $PSVersionTable)

Usage

  • 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 the tab row > Settings > Startup > from Default profile drop-down menu select PowerShell > Save > Close Windows 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 .

Troubleshoot

Safety!

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."

Dependencies

"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.

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"

Disclaimer

  • 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.

Devoloper info

Happy Cracking!

About

Automate the process of Brute forcing the SnapChat My Eyes Only PinCode. This Script works on only rooted Android devices without superuser permission!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published