aws_recon 0.5.11 → 0.5.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b36afd6476827dbf5a2adaefc02adc5e936f6757634a6309d3e33eeeca8794f1
4
- data.tar.gz: df21a116d19d6e44981633ec00213e9033e332b03bac8b36a1a55d3e2078e2a2
3
+ metadata.gz: 3ea4667e1cffb4bcb1b24cd4b1c90fad8fbb982da034c36e4607dc5c5c9f594f
4
+ data.tar.gz: 9912c7b9e2ba754afcb360784f84685d9ae4afe20b61e42476af6563e3fbf532
5
5
  SHA512:
6
- metadata.gz: 9ad331ae1f7c75d1640f7de804912bae3fec6e85ded6e2aee90b4cc3e34b6b085873660b231f4cec52cca421f430ad2fd82871947bfe293321d33a8a9240d6ea
7
- data.tar.gz: 6b96da64805694b2b4cf2b3cf23184c8a28ab9d65f56f855e51aecfc77c67745f0fd7df68d648f36426d6bd5ea67791ef4e1b7c4fff5f0ffcd5336203faa9450
6
+ metadata.gz: ef0144c50299ddcbd9fb577f6632d48de2cf056128485f0ac562803a05414e83450f6b841f725c989b43ac6451b0ce0c1dc0ba59e7daa2378bd8f8399248ed84
7
+ data.tar.gz: c0ef0154ce8731c40c170412230e967c0e241821ae562b46bde85077a205aad0f62d28273c9666e31418a07665ee930652c8bc3326a2273a6b0c83583328b7b2
@@ -83,8 +83,6 @@
83
83
  - name: Shield
84
84
  global: true
85
85
  alias: shield
86
- excluded_regions:
87
- - ap-northeast-3
88
86
  - name: CloudFormation
89
87
  alias: cloudformation
90
88
  - name: SES
@@ -1,3 +1,3 @@
1
1
  module AwsRecon
2
- VERSION = "0.5.11"
2
+ VERSION = "0.5.12"
3
3
  end
data/readme.md CHANGED
@@ -1,5 +1,6 @@
1
- [![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/darkbitio/aws-recon/smoke-test/main)](https://github.com/darkbitio/aws-recon/actions?query=branch%3Amain)
1
+ [![Docker Pulls](https://img.shields.io/docker/pulls/darkbitio/aws_recon?logo=docker)](https://hub.docker.com/r/darkbitio/aws_recon)
2
2
  [![Gem Version](https://badge.fury.io/rb/aws_recon.svg)](https://rubygems.org/gems/aws_recon)
3
+ [![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/darkbitio/aws-recon/smoke-test/main)](https://github.com/darkbitio/aws-recon/actions?query=branch%3Amain)
3
4
  [![AWS Service Regions](https://github.com/darkbitio/aws-recon/actions/workflows/check-aws-regions.yml/badge.svg?branch=main&event=schedule)](https://github.com/darkbitio/aws-recon/actions/workflows/check-aws-regions.yml)
4
5
  # AWS Recon
5
6
 
@@ -191,6 +192,15 @@ $ AWS_PROFILE=<profile> aws_recon \
191
192
 
192
193
  Example [OpenCSPM](https://github.com/OpenCSPM/opencspm) formatted (NDJSON) output.
193
194
 
195
+ ```
196
+ $ AWS_PROFILE=<profile> aws_recon -l \
197
+ -s S3,EC2 \
198
+ -r global,us-east-1,us-east-2 \
199
+ -f custom
200
+ ```
201
+
202
+ or
203
+
194
204
  ```
195
205
  $ AWS_PROFILE=<profile> aws_recon -j \
196
206
  -s S3,EC2 \
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws_recon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.11
4
+ version: 0.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Larsen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-05-21 00:00:00.000000000 Z
12
+ date: 2021-06-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk