Skip to content
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

Trusted Peers Database #975

Merged
merged 4 commits into from
Dec 15, 2024
Merged

Trusted Peers Database #975

merged 4 commits into from
Dec 15, 2024

Conversation

charpy4n6
Copy link
Contributor

Parses Information about Devices Associated with iCloud Account. Information includes timestamp, Model, Model Version, Device Name, Serial Number and Passcode Length of the device. Location /private/var/Keychains/com.apple.security.keychain-defaultContext.TrustedPeersHelper.db

Parses Information about Devices Associated with iCloud Account. Information includes timestamp, Model, Model Version, Device Name, Serial Number and Passcode Length of the device.
@Johann-PLW
Copy link
Collaborator

Hi @charpy4n6,
Your module can be merged as it is but I have a question.
There are a lot of duplicates in the report. This is the way the information is recorded in the database but there are only 24 unique records out of 1746 (checked with TSV export on Excel and Numbers) with Josh's iOS 17 image.
If you think:

  • we have to report all the records, I can merge your PR as it is;
  • we can only display the unique ones, you can simply add DISTINCT to your query before the datetime function.

@charpy4n6
Copy link
Contributor Author

charpy4n6 commented Dec 13, 2024 via email

@Johann-PLW
Copy link
Collaborator

In my opinion, I think it's better for readability to only show unique reports.
Johann

@charpy4n6
Copy link
Contributor Author

Ill do it today :)

@charpy4n6
Copy link
Contributor Author

Done! Tested it too and it works! Thank you!!!

@Johann-PLW Johann-PLW merged commit aa7b48c into abrignoni:main Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants