Skip to content

Instantly share code, notes, and snippets.

@kipyegonmark
Created March 7, 2016 17:13
Show Gist options
  • Save kipyegonmark/0c67c2766f16375d3839 to your computer and use it in GitHub Desktop.
Save kipyegonmark/0c67c2766f16375d3839 to your computer and use it in GitHub Desktop.
Root password reset on jailbroken iOS device
  1. open /etc/master.password
  2. generate password hash Example perl -e "print crypt($password,$salt);"
  3. change the hash for the desired user
  4. success \o/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment