https://github.com/iamavu/Slyther
AWS Security Tool
https://github.com/iamavu/Slyther
Last synced: 9 months ago
JSON representation
AWS Security Tool
- Host: GitHub
- URL: https://github.com/iamavu/Slyther
- Owner: iamavu
- Created: 2022-03-21T10:54:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T05:24:55.000Z (about 2 years ago)
- Last Synced: 2024-01-01T06:35:43.519Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 30
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rainmana - iamavu/Slyther - AWS Security Tool (Python)
README
# Slyther

> Slyther is AWS Security tool to check read/write/delete access for S3 buckets
## Requirements
```sh
aws-cli
```
## Installation
```sh
pip3 install -r requirements.txt
```
## Usage example
```sh
python3 slyther.py -b flaws.cloud
```
## Release History
* 0.0.3
* Added option to check if aws-cli is installed or not
* 0.0.2
* Added option to check list of buckets
* 0.0.1
* Initial release
* Created by – [@iamavu](https://twitter.com/iamavu)