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.
You want to fetch login data as the browsers do. Then this is for you. Similar to my https://github.com/Kjarrigan/keepasshttp-ruby repo.
A coworker just asked me wether I have use the keepassxc-cli but it requires to enter a password every time which is annoying and then I remembered my keepasshttp-ruby binding and it turns out this is no longer the desired way for KeepassXC. So why not make the new version work. Yay!
Some things have changed but the rough idea is the same. So I can probably copy over quite a bit of context.
It is already working now! Altough some comfort is still missing, you can already register your client and fetch logins. Yay!
load 'test.rb'
kpx = KeepassXC.new client_identifier: KEY_FROM_ASSOCIATE_OR_DB, client_name: ID_FROM_ASSOCIATE_OR_DB
kpx.change_public_keys
# kpx.associate
kpx.test_associate
p kpx.get_logins 'https://github.com'
You can check what clients are already registered in your DB via the GUI like this:
Technically you could even re-use the Key/ID from your browser by just copying them from there.
FAQs
Unknown package
We found that keepassxc demonstrated a not healthy version release cadence and project activity because the last version was released 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.