Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
itunescontactsexport
Advanced tools
I wrote this python script after my iPhone had a unrepairable hardware failure and a corrupt iTunes backup that could not be restored on my new iPhone! I was losing pictures but not that much as I regularly extracts them, but it was a totally different story for the contacts, as iTunes offers no way to extract them and I refuse to send my data to iCloud. I search for a way to recover my contacts and I found not only many applications that all promise that they will repair and/ore recover you data, but also simple script that extract them from the database of the address book. You just need a backup from iTunes. So I decided to write my own version that extracts all the fields I need in a vCard 3.0 format. I do not intend to cover all the cases but i think it is already quite complete, and I hope it will help others. I took this opportunity to write it in python, language that I barely know, so i ask for mercy to the experts in Python because I probably do not follow theirs best practice :)
pip install itunescontactsexport
or
pip install pipx
pipx install itunescontactsexport
There 2 modes to use this script:
The image quality refer to the available thumbnail in our thumbnail database:
positional arguments:
backupDir Path to the directory of the Itunebackup
optional arguments:
-h, --help show this help message and exit
-bday Use BDAY instead of ANNIVERSARY (not iphone friendly
-q {best,lowest,orig}
Image quality: best, lowest, originale
-o outputFile Path to export file
positional arguments:
addressBookDBPath Path to the addressbook database
optional arguments:
-h, --help show this help message and exit
-bday Use BDAY instead of ANNIVERSARY (not iphone friendly
-q {best,lowest,orig}
Image quality: best, lowest, originale
-i imagesDBPath Path to the images database
-o outputFile Path to export file
The attributs exported to the vcard are:
FAQs
This small program will export your contact from an itunes backup.
We found that itunescontactsexport demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.