aws_recon 0.5.15 → 0.5.16
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 +4 -4
- data/lib/aws_recon/services.yaml +0 -2
- data/lib/aws_recon/version.rb +1 -1
- data/readme.md +25 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 66cba0c2c0bc93735b9ee7547da9fb3b06b52c15e4098b6f5ecac18aa6fedbcd
|
|
4
|
+
data.tar.gz: 722f84d929baee05208ae9d4891abe825fb58f71c5c7d6171084be1341a99aff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b34683b887d83a78c2a654801aea22104d70edda3af53ffd780d67965649fddbeedee5490925aa05677c398ce9e88056a9d412748f0aedb57c95d166a7f4fd9
|
|
7
|
+
data.tar.gz: 31134a27476677883326c689da50147294f5ce2a6a41ad0ae3604793da6c3d502fee2b13e8acd5a4d71e8aecfdb94d4563f73f6029f757e9902f00e454d785f6
|
data/lib/aws_recon/services.yaml
CHANGED
data/lib/aws_recon/version.rb
CHANGED
data/readme.md
CHANGED
|
@@ -20,6 +20,27 @@ AWS Recon handles collection from large accounts by taking advantage of automati
|
|
|
20
20
|
- Efficient (multi-threaded, rate limited, automatic retries, and automatic result paging)
|
|
21
21
|
- Easy to maintain and extend
|
|
22
22
|
|
|
23
|
+
## Awesome companies using AWS Recon**
|
|
24
|
+
|
|
25
|
+
- [Netflix](https://www.netflix.com/)
|
|
26
|
+
- [Hashicorp](https://www.hashicorp.com/)
|
|
27
|
+
- [Workday](https://www.workday.com/)
|
|
28
|
+
- [Stripe](https://stripe.com/)
|
|
29
|
+
- [PayPal](https://paypal.com/)
|
|
30
|
+
- [Typeform](https://typeform.com/)
|
|
31
|
+
- [Amazon Web Services](https://aws.amazon.com/)
|
|
32
|
+
- [Plaid](https://plaid.com/)
|
|
33
|
+
- [Expel](https://expel.io/)
|
|
34
|
+
- [Mozilla](https://www.mozilla.org/)
|
|
35
|
+
- [Bugcrowd](https://www.bugcrowd.com/)
|
|
36
|
+
- [Dropbox](https://www.dropbox.com/)
|
|
37
|
+
- [Pinterest](https://www.pinterest.com/)
|
|
38
|
+
- [HackerOne](https://www.hackerone.com/)
|
|
39
|
+
- [MuleSoft](https://www.mulesoft.com/)
|
|
40
|
+
- [Drata](https://drata.com/)
|
|
41
|
+
|
|
42
|
+
> ** usage does not imply endorsement
|
|
43
|
+
|
|
23
44
|
## Setup
|
|
24
45
|
|
|
25
46
|
### Requirements
|
|
@@ -55,13 +76,13 @@ To run locally, first install the gem:
|
|
|
55
76
|
|
|
56
77
|
```
|
|
57
78
|
$ gem install aws_recon
|
|
58
|
-
Fetching aws_recon-0.5.
|
|
79
|
+
Fetching aws_recon-0.5.16.gem
|
|
59
80
|
Fetching aws-sdk-3.0.1.gem
|
|
60
81
|
Fetching parallel-1.20.1.gem
|
|
61
82
|
...
|
|
62
83
|
Successfully installed aws-sdk-3.0.1
|
|
63
84
|
Successfully installed parallel-1.20.1
|
|
64
|
-
Successfully installed aws_recon-0.5.
|
|
85
|
+
Successfully installed aws_recon-0.5.16
|
|
65
86
|
```
|
|
66
87
|
|
|
67
88
|
Or add it to your Gemfile using `bundle`:
|
|
@@ -73,7 +94,7 @@ Resolving dependencies...
|
|
|
73
94
|
...
|
|
74
95
|
Using aws-sdk 3.0.1
|
|
75
96
|
Using parallel-1.20.1
|
|
76
|
-
Using aws_recon 0.5.
|
|
97
|
+
Using aws_recon 0.5.16
|
|
77
98
|
```
|
|
78
99
|
|
|
79
100
|
## Usage
|
|
@@ -259,7 +280,7 @@ Most users will want to limit collection to relevant services and regions. Runni
|
|
|
259
280
|
```
|
|
260
281
|
$ aws_recon -h
|
|
261
282
|
|
|
262
|
-
AWS Recon - AWS Inventory Collector (0.5.
|
|
283
|
+
AWS Recon - AWS Inventory Collector (0.5.16)
|
|
263
284
|
|
|
264
285
|
Usage: aws_recon [options]
|
|
265
286
|
-r, --regions [REGIONS] Regions to scan, separated by comma (default: all)
|
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.
|
|
4
|
+
version: 0.5.16
|
|
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-
|
|
12
|
+
date: 2021-08-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: aws-sdk
|