-
Notifications
You must be signed in to change notification settings - Fork 298
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
keychaindumper Not working on ios 12.1.1 jailbreak. #39
Comments
12.0.1 none works too |
12.1.2 not works too. |
After rebuilding from scratch, which solved the Killed 9 error. Same with Chimera on 12.1.1. Access groups/entitlements are exported properly, but neither specific nor wildcard version fetches more than just some basic Apple stuff, no application-related credentials. |
Can you see if #38 addresses your needs? |
I’ve injected exported entitlements, but I’m still unable to inspect Keychain from AppStore build (blackbox testing).
Same when signing Dumper with same Distribution identity as the app (whitebox testing).
It helps fetching at least some internet and generic passwords, but I’m not sure how those are selected.
Tried both with locked/unlocked device with expectably beter results on the Unlocked one.
… Can you see if #38 addresses your needs?
|
That sounds uncommon, please confirm that you execute keychain-dumper with root permissions. Always make sure to have your phone unlocked. If everything works fine you should be presented with the pin-pad again once you executed the tool. Enter the device pin again, et voila. |
btw. it should make no difference from my point of view, if the app is downloaded from the Appstore or e.g. installed with Apple Configurator. |
@mechanico I've been previously able to reproduce behaviour you describe. The app is either from AppStore or from XCode. PIN Pad opens, but keychain dump is visibly short and limited to Apple stuff only. |
@suculent can you execute the keychain_dumper command with the -s option, and paste the output here? |
same 12.4 to |
@yonglefu can you closer describe your workaround? The tool worked on every device I used it so far, if you have any issues with a certain app, please let me know. I will try to assist if I have time. |
Can folks here try out the binary release in https://github.com/ptoomey3/Keychain-Dumper/releases/tag/1.0.0. I built that using Xcode 10.3 for the iOS 12.4 SDK. |
@ptoomey3 can I request a way to filter based on entitlement group? |
How to Reproduce:
I uploaded keychaindumper through ssh.
./keychain_dumper
chmod +r /private/var/Keychains/keychain-2.db
Error:
Killed: 9
and i have tried other too , none works.
Please solve the issue.
The text was updated successfully, but these errors were encountered: