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.
A simply command line tool that uploads all folder contents to an S3 bucket. On re-upload it checks the last modification date and doesn't upload files that weren't changed.
Install it yourself as:
$ gem install s3-deploy
Create a aws.yml
file on level above the actual upload directory:
access_key_id: ABCEDEFGHIJKLMNOP
secret_access_key: i4t58763g4vlsdvfu34v6z
s3_endpoint: s3-eu-west-1.amazonaws.com
bucket: "abucket"
Then simply run s3-deploy
in the folder you want to deploy, e.g.
> ll
total 2
-rw-r--r--@ 1 tommy staff 150 Dec 12 13:55 aws.yml
drw-r--r-- 1 tommy staff 746 Dec 12 13:56 public
> cd public
> s3-deploy
You can also specify a folder and a bucket prefix, if you want:
> s3-deploy assets prefix/in/bucket
which will upload the assets
directory to prefix/in/bucket/assets
.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that s3-deploy 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.