Metadata-Version: 2.1
Name: awsreport
Version: 3.0.0
Summary: AWSReport is a tool for analyzing amazon resources.
Home-page: https://github.com/bsd0x/awsreport
Author: Gabriel 'bsd0x' Dutra
Author-email: gmdutra.bsd@gmail.com
License: UNKNOWN
Keywords: aws,report,amazon
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications :: Email
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: colorama

<p align="center">
  <h3 align="center">AWS Report</h3>
  <p align="center">AWS Report is a tool for analyzing amazon resources.</p>

  <p align="center">
    <a href="https://twitter.com/bsd0x1">
      <img src="https://img.shields.io/badge/twitter-@bsd0x1-blue.svg">
    </a>
    <a href="https://www.gnu.org/licenses/gpl-3.0">
      <img src="https://img.shields.io/badge/License-GPLv3-blue.svg">
    </a>
  </p>
</p>

<hr>

### Install using PIP

```
pip install awsreport
```

### Features

* Search IAM users based on creation date
* Search buckets public
* Search security based in rules, default is 0.0.0.0/0
* Search elastic ip dissociated
* Search volumes available
* Search AMIs with permission public
* Search internet gateways detached

### Options

```
aws_report.py [OPTIONS]

Options:
  --s3          Search buckets public in s3
  --iam         Search iam users based on creation date
  --iam-max-age Use max-age to search for users created more than X days ago
  --sg          Search security groups with inbound specific rule
  --elasticip   Search elastic IP not associated
  --volumes     Search volumes available
  --ami         Search AMIs with permission public
  --owner       Defines the owner of the resources to be found
  --igw         Search internet gateways detached
  --help        Show this message and exit.

Examples:
    python awsreport.py --s3
    python awsreport.py --iam --owner 296192063842
    python awsreport.py --iam --iam-max-age 60
    python awsreport.py --sg --cidr 192.168.1.0/24 or
    python awsreport.py --sg (cidr default is 0.0.0.0)
```

### Developer contact

```
[+] Twitter: @bsd0x1
[+] Telegram: @bsd0x
[+] Github: /bsd0x
```


