
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
heimdall-s3
Advanced tools
Create a credentials file at ~/.aws/credentials
on Mac/Linux or C:\Users\USERNAME\.aws\credentials
on Windows
[default]
aws_access_key_id = your_access_key
aws_secret_access_key = your_secret_key
Or directly in your console:
AWS_ACCESS_KEY_ID=your_access_key \
AWS_SECRET_ACCESS_KEY=your_secret_key \
heimdall-s3 COMMAND [ARGS] [OPTIONS]
Just use npm
npm install -g heimdall-s3
./heimdall-s3 history my/path/to/file.txt --region eu-west-1 --bucket my.bucket.org
The output is something like:
# Rev Date Path
0 xxxxxxxxxxxxxx1 Thu Feb 18 2016 20:01:24 GMT+0100 (CET) path/to/file.xml
1 xxxxxxxxxxxxxx2 Thu Feb 18 2016 14:21:05 GMT+0100 (CET) path/to/file.xml
You can select a particular revision
./heimdall-s3 revision my/path/to/file.txt \
--version d5s92Db30MRPNllR2WRspKKs12sfasSK \
--region eu-west-1 --bucket my.bucket.org
Or directly the latest revision
./heimdall-s3 revision my/path/to/file.txt \
--region eu-west-1 --bucket my.bucket.org
Just use the shell
./heimdall-s3 revision my/path/to/file.txt \
--region eu-west-1 --bucket my.bucket.org > file.txt
We have a bifrost!
./heimdall-s3 bifrost my/path/to/file.txt \
--region eu-west-1 --bucket my.bucket.org \
--path /tmp
With the path
option you can download all revision in a specific folder,
otherwise the current folder is used.
FAQs
Download and check files with S3 versioning
We found that heimdall-s3 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.