aws_recon 0.5.32 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aws_recon/version.rb +1 -1
  3. data/readme.md +10 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 796c2c70d8fd50ebfd30491a881dc09b7a1dbf79ce9e6c3fa0fd3ee9a748c422
4
- data.tar.gz: 3bb41eba68b0b6bf3ee86ecc33d1fe0d30a852253599dd3afb5c451bdd1c9a70
3
+ metadata.gz: c98a633a6269da1bf48fd573497741a0405858730332c0101032ecf91fe55f4e
4
+ data.tar.gz: 4fcd5d8f4a212b88cf04b9583618d7ab44b38a4b6e8a0f07965652ec9396721e
5
5
  SHA512:
6
- metadata.gz: f425e8fe76be0ce0ee6de7fae5f78f68ff636cebe5f5d9a921c355af43775125a23d80dbc6529af7adee9e727403021a1284f8b011b12adc89b1eb3f297e2ef7
7
- data.tar.gz: eb1b658869cd865a28e237ca9f7134c4c1a39935dc845e5c8b6ad08fef2c3617d9e454ffb4450af7e7a59ae6b4a308f52a4db785c962420ae0147af540531e7a
6
+ metadata.gz: 6826ba3097722c8adff2599d6a101405337bfe1d7316a154d27936bb77a40ed2df7250af252b7912311f856c15dabb4545c9471b05adeaf70716e4de1ac5d564
7
+ data.tar.gz: 603d93187ece5f6858ec74482b46ddd0acabac59bce5079eae5bad60afd8500f42f0888fc0bd49066c2f9a2b4a768598ea30fbf34580a1fc11434a8a323bbaa0
@@ -1,3 +1,3 @@
1
1
  module AwsRecon
2
- VERSION = "0.5.32"
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,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.32
4
+ version: 0.5.33
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: 2022-10-20 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