aws_recon 0.5.31 → 0.5.33

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: d5d30a79acd6256deaea52f09600427740cd821ae4f5d65daf6012dc95cb44e4
4
- data.tar.gz: cc51789bcae95c1339af7edc86417de46fd92f089bf1d01e9d296d314a9342ea
3
+ metadata.gz: c98a633a6269da1bf48fd573497741a0405858730332c0101032ecf91fe55f4e
4
+ data.tar.gz: 4fcd5d8f4a212b88cf04b9583618d7ab44b38a4b6e8a0f07965652ec9396721e
5
5
  SHA512:
6
- metadata.gz: d7a7bb7de812452842f330625c714cdb6028b80af72f6034e762057a905c445c943d96a3849e7dea992db8fb76151139ebb5a5338665b836800228ef0a284f1b
7
- data.tar.gz: 2079f1d21b47dffd3b8923e1e7ab093c363932aaa5028d3bfce15acbf9e185be9e93dbdfb33d024555675ffb91d33074b60a85bf55a18fefe29292c2f6592064
6
+ metadata.gz: 6826ba3097722c8adff2599d6a101405337bfe1d7316a154d27936bb77a40ed2df7250af252b7912311f856c15dabb4545c9471b05adeaf70716e4de1ac5d564
7
+ data.tar.gz: 603d93187ece5f6858ec74482b46ddd0acabac59bce5079eae5bad60afd8500f42f0888fc0bd49066c2f9a2b4a768598ea30fbf34580a1fc11434a8a323bbaa0
@@ -152,7 +152,6 @@
152
152
  - name: WorkSpaces
153
153
  alias: workspaces
154
154
  excluded_regions:
155
- - af-south-1
156
155
  - ap-east-1
157
156
  - ap-northeast-3
158
157
  - eu-north-1
@@ -1,3 +1,3 @@
1
1
  module AwsRecon
2
- VERSION = "0.5.31"
2
+ VERSION = "0.5.33"
3
3
  end
data/readme.md CHANGED
@@ -2,6 +2,7 @@
2
2
  [![Gem Version](https://badge.fury.io/rb/aws_recon.svg)](https://rubygems.org/gems/aws_recon)
3
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)
4
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)
5
+
5
6
  # AWS Recon
6
7
 
7
8
  A multi-threaded AWS security-focused inventory collection tool written in Ruby.
@@ -20,10 +21,10 @@ AWS Recon handles collection from large accounts by taking advantage of automati
20
21
  - Efficient (multi-threaded, rate limited, automatic retries, and automatic result paging)
21
22
  - Easy to maintain and extend
22
23
 
23
- ## Awesome companies using AWS Recon**
24
+ ## Awesome companies using AWS Recon\*\*
24
25
 
25
26
  - [Netflix](https://www.netflix.com/)
26
- - [Hashicorp](https://www.hashicorp.com/)
27
+ - [HashiCorp](https://www.hashicorp.com/)
27
28
  - [Workday](https://www.workday.com/)
28
29
  - [Stripe](https://stripe.com/)
29
30
  - [PayPal](https://paypal.com/)
@@ -39,8 +40,13 @@ AWS Recon handles collection from large accounts by taking advantage of automati
39
40
  - [MuleSoft](https://www.mulesoft.com/)
40
41
  - [Slack](https://slack.com/)
41
42
  - [Drata](https://drata.com/)
43
+ - [Google](https://www.google.com/)
44
+ - [Sophos](https://www.sophos.com/)
45
+ - [Sumo Logic](https://www.sumologic.com/)
46
+ - [Coalfile](https://www.coalfire.com/)
47
+ - [Xero](https://www.xero.com/)
42
48
 
43
- > ** usage does not imply endorsement
49
+ > \*\* usage does not imply endorsement
44
50
 
45
51
  ## Setup
46
52
 
@@ -145,7 +151,7 @@ $ aws-vault exec <vault_profile> -- docker run -t --rm \
145
151
  aws_recon -s EC2 -v -r global,us-east-1,us-east-2
146
152
  ```
147
153
 
148
- You may want to use the `-v` or `--verbose` flag initially to see status and activity while collection is running.
154
+ You may want to use the `-v` or `--verbose` flag initially to see status and activity while collection is running.
149
155
 
150
156
  In verbose mode, the console output will show:
151
157
 
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws_recon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.31
4
+ version: 0.5.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Larsen
8
8
  - Darkbit
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-04-13 00:00:00.000000000 Z
12
+ date: 2022-10-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk
@@ -154,7 +154,7 @@ dependencies:
154
154
  description: AWS Recon is a command line tool to collect resources from an Amazon
155
155
  Web Services (AWS) account. The tool outputs JSON suitable for processing with other
156
156
  tools.
157
- email:
157
+ email:
158
158
  executables:
159
159
  - aws_recon
160
160
  - console
@@ -264,7 +264,7 @@ homepage: https://github.com/darkbitio/aws-recon
264
264
  licenses:
265
265
  - MIT
266
266
  metadata: {}
267
- post_install_message:
267
+ post_install_message:
268
268
  rdoc_options: []
269
269
  require_paths:
270
270
  - lib
@@ -279,8 +279,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
279
279
  - !ruby/object:Gem::Version
280
280
  version: '0'
281
281
  requirements: []
282
- rubygems_version: 3.0.8
283
- signing_key:
282
+ rubygems_version: 3.1.6
283
+ signing_key:
284
284
  specification_version: 4
285
285
  summary: A multi-threaded AWS security-focused inventory collection tool.
286
286
  test_files: []