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.
acli is a simple CLI for querying and managing AWS services, written in Python using the boto3 SDK and terminaltables libraries.
Please submit any issues encountered.
0.1.32 (18th April 2017)
0.1.31 (8th Jan 2017)
0.1.30 (18th August 2016)
0.1.29 (29th July 2016)
0.1.28 (25th July 2016)
0.1.27 (25th July 2016)
0.1.26 (24th July 2016)
0.1.25 (23rd July 2016)
0.1.24 (5th April 2016)
Simple:
sudo pip install acli
Latest (from source):
git clone git@github.com:jonhadfield/acli.git
sudo python setup.py install
Using the boto3 library means that credentials will be retrieved from the standard locations: http://boto3.readthedocs.org/en/latest/guide/configuration.html#configuration-files
Alternatively, you can specify them on the command line (see -h option for details).
To see available services and commands, run:
acli -h
List ec2 instances in the account matching:
acli ec2 list
View information on an instance:
acli ec2 info i-12ab3c45
List contents of an S3 bucket:
acli s3 list my_bucket
MIT
FAQs
A CLI to manage AWS resources
We found that acli 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.