ptoomey3 / Keychain-Dumper

A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken
BSD 3-Clause "New" or "Revised" License
1.34k stars 300 forks source link

iOS 14 keychain_dumper does not work anymore #63

Open martin-1337 opened 3 years ago

martin-1337 commented 3 years ago

keychain_dumper does not work anymore on my iPhoneSE with iOS 14. Following happened:

_iPhone-von-MartinSE:/private/var/Keychains root# ./keychaindumper -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.

Cyb3rGh0st786 commented 3 years ago

Same error for me too

bakurise commented 3 years ago

Same error too. IOS 14.0

iPhone:~ root# ./keydumper -g [INFO] No Generic Password Keychain items found. [HINT] You should unlock your device!

bakurise commented 3 years ago

Same error too. IOS 14.0

iPhone:~ root# ./keydumper -g [INFO] No Generic Password Keychain items found. [HINT] You should unlock your device!

updateEntitlements.sh, it worked.

moustache-de-proust commented 2 years ago

@bakurise @martin-1337 Did anyone get this working? im having the same issue with tvOS 14

ptoomey3 commented 2 years ago

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.

raulsiles commented 2 years ago

See issue #68.