An open API service indexing awesome lists of open source software.

https://github.com/iamavu/Slyther

AWS Security Tool
https://github.com/iamavu/Slyther

Last synced: 9 months ago
JSON representation

AWS Security Tool

Awesome Lists containing this project

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)