-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 14 keychain_dumper does not work anymore #63
Comments
Same error for me too |
Same error too. IOS 14.0 iPhone:~ root# ./keydumper -g |
updateEntitlements.sh, it worked. |
@bakurise @martin-1337 Did anyone get this working? im having the same issue with tvOS 14 |
I have to admit I've fully fallen wayyyy outside the jailbreak scene over the years. If someone wants to open a PR that fixes it, great! But, I have no devices on-hand to debug/test, so won't be pursuing a fix myself. |
See issue #68. |
keychain_dumper does not work anymore on my iPhoneSE with iOS 14. Following happened:
iPhone-von-MartinSE:/private/var/Keychains root# ./keychain_dumper -a
[INFO] No Generic Password Keychain items found.
[HINT] You should unlock your device!
[INFO] No Internet Password Keychain items found.
[HINT] You should unlock your device!
[INFO] No Identity Keychain items found.
[HINT] You should unlock your device!
[INFO] No Certificate Keychain items found.
[HINT] You should unlock your device!
[INFO] No Key Keychain items found.
[HINT] You should unlock your device!
iPhone-von-MartinSE:/private/var/Keychains root#
Although the device is unlocked, jailbroken (by checkra1n), and the keychain_dumper is executable. The command 'keychain_dumper -e' does work, but 'keychain_dumper -s' and entering a number causes the same result as above.
The text was updated successfully, but these errors were encountered: